freebsd-src/sys/arm64/conf/std.arm
Andrew Turner b157c28ce9 modules/dtb: Add the ARM dtb module
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
2025-10-23 11:47:05 +01:00

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"