2021-02-05 21:41:06 +01:00
|
|
|
#
|
|
|
|
# NXP SoC support
|
|
|
|
#
|
|
|
|
|
|
|
|
# SoC support
|
|
|
|
options SOC_NXP_LS
|
|
|
|
|
|
|
|
# I2C
|
|
|
|
device pca9547 # NPX I2C bus multiplexer
|
|
|
|
device pcf8563 # NXP Real-time clock/calendar
|
2021-10-22 13:51:45 +02:00
|
|
|
device tca6408 # NXP I2C gpio expander
|
2021-10-08 10:42:30 +02:00
|
|
|
device pcf85063 # NXP Real-time clock
|
2021-02-05 21:41:06 +01:00
|
|
|
|
|
|
|
# Serial (COM) ports
|
|
|
|
device uart_ns8250 # ns8250-type UART driver
|
|
|
|
device uart_snps
|
|
|
|
|
|
|
|
# USB support
|
|
|
|
device dwc3 # Synopsys DWC controller
|
|
|
|
|
|
|
|
# MMC/SD/SDIO Card slot support
|
|
|
|
device sdhci
|
|
|
|
|
2021-09-30 09:34:52 +02:00
|
|
|
# Ethernet NICs
|
|
|
|
device enetc # QorIQ LS1028A NIC
|
|
|
|
|
2021-02-05 21:41:06 +01:00
|
|
|
options FDT
|
|
|
|
device acpi
|
|
|
|
|
|
|
|
# DTBs
|
|
|
|
makeoptions MODULES_EXTRA+="dtb/freescale"
|