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
This commit is contained in:
Andrew Turner 2025-10-20 19:49:24 +01:00
parent 82778970ee
commit b157c28ce9
2 changed files with 9 additions and 0 deletions

View file

@ -21,3 +21,6 @@ device arm_doorbell # ARM Message Handling Unit (MHU)
options FDT
device acpi
# DTBs
makeoptions MODULES_EXTRA+="dtb/arm"

View file

@ -0,0 +1,6 @@
# All the dts files for Arm systems we support.
DTS= \
arm/fvp-base-revc.dts
.include <bsd.dtb.mk>