xref: /freebsd/sys/arm64/conf/std.nxp (revision bdd1243d)
1#
2# NXP SoC support
3#
4
5# SoC support
6options 	SOC_NXP_LS
7
8# I2C
9device		pca954x			# NPX I2C bus multiplexer / switches
10device		pcf8563			# NXP Real-time clock/calendar
11device		tca64xx			# 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		dpaa2			# Data Path Acceleration Architecture (2nd Gen)
26device		enetc			# QorIQ LS1028A NIC
27
28options 	FDT
29device		acpi
30
31# DTBs
32makeoptions	MODULES_EXTRA+="dtb/freescale"
33