mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
24 lines
355 B
Text
24 lines
355 B
Text
#
|
|
# IMX SoC support
|
|
#
|
|
|
|
# SoC support
|
|
options SOC_FREESCALE_IMX8
|
|
|
|
# I2C
|
|
device vf_i2c # Freescale Vybrid I2C controller
|
|
device fsliic # Freescale iMX I2C controller
|
|
|
|
# Serial (COM) ports
|
|
device uart_imx # iMX8 UART
|
|
|
|
# MMC/SD/SDIO Card slot support
|
|
device sdhci
|
|
|
|
# Ethernet
|
|
device ffec
|
|
|
|
options FDT
|
|
|
|
# DTBs
|
|
makeoptions MODULES_EXTRA+="dtb/imx8"
|