opnsense-src/sys/arm64/conf/std.xilinx
Emmanuel Vadot 137b58e4d2 i2c: Add cadence iic driver
This IP is found in Xilinx SoC, it only been tested on ZynqMP (arm64)
so only enable it there for now.

Differential Revision:	https://reviews.freebsd.org/D41994
2023-10-03 09:56:20 +02:00

22 lines
324 B
Text

#
# Xilinx SoC support
#
# SoC support
options SOC_XILINX_ZYNQ
# Serial (COM) ports
device uart_ns8250 # ns8250-type UART driver
device uart_snps
device pl011
# Ethernet NICs
device cgem # Cadence GEM Gigabit Ethernet device
# MMC/SD/SDIO Card slot support
device sdhci
# IICBUS
device cdnc_i2c
options FDT