xref: /freebsd/sys/arm64/conf/std.imx (revision 5e6f76f3704f2cc5db3dbc0628a12549de1c7795)
10f2c6331SEmmanuel Vadot#
20f2c6331SEmmanuel Vadot# IMX SoC support
30f2c6331SEmmanuel Vadot#
40f2c6331SEmmanuel Vadot
50f2c6331SEmmanuel Vadot# SoC support
60f2c6331SEmmanuel Vadotoptions 	SOC_FREESCALE_IMX8
70f2c6331SEmmanuel Vadot
80f2c6331SEmmanuel Vadot# I2C
90f2c6331SEmmanuel Vadotdevice		vf_i2c			# Freescale Vybrid I2C controller
100f2c6331SEmmanuel Vadotdevice		fsliic			# Freescale iMX I2C controller
110f2c6331SEmmanuel Vadot
120f2c6331SEmmanuel Vadot# Serial (COM) ports
130f2c6331SEmmanuel Vadotdevice		uart_imx		# iMX8 UART
140f2c6331SEmmanuel Vadot
150f2c6331SEmmanuel Vadot# MMC/SD/SDIO Card slot support
160f2c6331SEmmanuel Vadotdevice		sdhci
170f2c6331SEmmanuel Vadot
18*5e6f76f3SIan Lepore# Ethernet
19*5e6f76f3SIan Leporedevice		ffec
20*5e6f76f3SIan Lepore
210f2c6331SEmmanuel Vadotoptions 	FDT
220f2c6331SEmmanuel Vadot
230f2c6331SEmmanuel Vadot# DTBs
240f2c6331SEmmanuel Vadotmakeoptions	MODULES_EXTRA+="dtb/imx8"
25