mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
This basic version of the driver obtains properties of the "sff,sfp" compatible devices and implements a simple interface to provide an I2C bus device for the rest of the drivers (e.g. to implement SIOCGI2C). Both of the interface and driver are subjects for a further generalization to be used in case of non-FDT and non-arm64 platforms. Reviewed by: bz, manu Approved by: bz (mentor) MFC after: 3 weeks Differential Revision: https://reviews.freebsd.org/D41440
35 lines
693 B
Text
35 lines
693 B
Text
#
|
|
# NXP SoC support
|
|
#
|
|
|
|
# SoC support
|
|
options SOC_NXP_LS
|
|
|
|
# I2C
|
|
device pca954x # NPX 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"
|