mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
a01dc140b2
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
23 lines
388 B
Plaintext
23 lines
388 B
Plaintext
#
|
|
# 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
|