freebsd-src/sys/arm64/conf/std.imx
2021-09-28 11:18:51 -06:00

25 lines
355 B
Plaintext

#
# 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"