opnsense-src/sys/arm64/conf/std.xilinx
Emmanuel Vadot 7b824791e7 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

(cherry picked from commit 137b58e4d2044adc200d13c8989d3746a0a4bd7f)
2023-10-18 16:32:17 +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