mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
Move the core dwc(4) file entries to the MI conf/files. Platform-specific versions e.g. rk_dwc are retained in their current position. On arm64 this necessitates adding an additional 'device dwc' option. This hardware is found on several available/emerging RISC-V SoCs, so we will soon need it on this architecture. Reviewed by: manu MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D44103
22 lines
388 B
Text
22 lines
388 B
Text
#
|
|
# Altera SoC support
|
|
#
|
|
|
|
# SoC support
|
|
options SOC_INTEL_STRATIX10
|
|
|
|
# GPIO / PINCTRL
|
|
device dwgpio # Synopsys DesignWare APB GPIO Controller
|
|
|
|
# Serial (COM) ports
|
|
device uart_snps
|
|
|
|
# Ethernet NICs
|
|
device dwc # Synopsys DesignWare GMAC controller
|
|
device dwc_socfpga # Altera SOCFPGA Ethernet MAC
|
|
|
|
# MMC/SD/SDIO Card slot support
|
|
device dwmmc
|
|
device dwmmc_altera
|
|
|
|
options FDT
|