mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
fvp-base-revc.dtb works with the kernel now interrupt-maps are supported in more cases. Reviewed by: mhorne Sponsored by: Arm Ltd Differential Revision: https://reviews.freebsd.org/D51258
26 lines
413 B
Text
26 lines
413 B
Text
#
|
|
# ARM SoC support
|
|
#
|
|
|
|
# Bus drivers
|
|
device pci_n1sdp # ARM Neoverse N1 SDP PCI
|
|
|
|
# GPIO / PINCTRL
|
|
device pl061 # Arm PL061 GPIO controller
|
|
|
|
# RTC
|
|
device pl031 # Arm PL031 RTC
|
|
|
|
# Serial (COM) ports
|
|
device pl011
|
|
|
|
# Firmware
|
|
device scmi # System Control Management Interface
|
|
|
|
device arm_doorbell # ARM Message Handling Unit (MHU)
|
|
|
|
options FDT
|
|
device acpi
|
|
|
|
# DTBs
|
|
makeoptions MODULES_EXTRA+="dtb/arm"
|