Files
src/sys/arm64/conf/std.nxp
T
Bjoern A. Zeeb c3ed2f3e41 qoriq / nxp: Fix spelling take II
Fix spelling of NXP, which is not NPX, in two places.

Improves:	a4e30909ec
Reported by:	Kevin Bowling (kevin.bowling kev009.com), qoriq_dw_pci.c
MFC after:	3 days
2026-02-24 23:12:46 +00:00

36 lines
693 B
Plaintext

#
# NXP SoC support
#
# SoC support
options SOC_NXP_LS
# I2C
device pca954x # NXP I2C bus multiplexer / switches
device pcf8563 # NXP Real-time clock/calendar
device tca64xx # NXP I2C gpio expander
device pcf85063 # NXP Real-time clock
# 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
# Ethernet NICs
device dpaa2 # Data Path Acceleration Architecture (2nd Gen)
device enetc # QorIQ LS1028A NIC
# SFF/SFP
device sff # Small Form Factor Transceivers
options FDT
device acpi
# DTBs
makeoptions MODULES_EXTRA+="dtb/freescale"