xref: /freebsd/sys/arm64/conf/std.nxp (revision 1323ec57)
1#
2# NXP SoC support
3#
4
5# SoC support
6options		SOC_NXP_LS
7
8# I2C
9device		pca9547			# NPX I2C bus multiplexer
10device		pcf8563			# NXP Real-time clock/calendar
11device		tca6408			# NXP I2C gpio expander
12device		pcf85063		# NXP Real-time clock
13
14# Serial (COM) ports
15device		uart_ns8250		# ns8250-type UART driver
16device		uart_snps
17
18# USB support
19device		dwc3			# Synopsys DWC controller
20
21# MMC/SD/SDIO Card slot support
22device		sdhci
23
24# Ethernet NICs
25device		enetc			# QorIQ LS1028A NIC
26
27options 	FDT
28device		acpi
29
30# DTBs
31makeoptions	MODULES_EXTRA+="dtb/freescale"
32