1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-24 07:40:52 +00:00
freebsd/sys/arm64/conf/std.altera
Mitchell Horne a01dc140b2 conf: deduplicate dwc config logic
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
2024-02-27 18:10:14 -04:00

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