freebsd-dev/sys/arm64/conf/std.broadcom
Emmanuel Vadot 589951c76a arm64: conf: std.broadcom: Add dwcotg and smsc
Add the dwcotg and smsc usb to ethernet driver to std.broadcom.
Those are used in RPI3

PR:   257593
2021-08-05 13:16:23 +02:00

38 lines
547 B
Plaintext

#
# Broadcom SoC support
#
# SoC support
options SOC_BRCM_BCM2837
options SOC_BRCM_BCM2838
options SOC_BRCM_NS2
# I2C
device bcm2835_bsc # Broadcom BCM283x I2C bus
# SPI
device bcm2835_spi # Broadcom BCM283x SPI bus
# Serial (COM) ports
device uart_mu # RPI3 aux port
device pl011
# Ethernet NICs
device genet # Broadcom on RPi4
# USB support
device dwcotg
# USB ethernet support
device muge
device smsc
# MMC/SD/SDIO Card slot support
device sdhci
options FDT
device acpi
# DTBs
makeoptions MODULES_EXTRA+="dtb/rpi"