ARM: dts: ti: Enable overlays for am335x BeagleBoard devicetrees

Allow overlays to be applied to am335x BeagleBoard boards. This adds
around ~40% to the total size of the DTB files on average.

Signed-off-by: Kory Maincent (TI) <kory.maincent@bootlin.com>
Link: https://patch.msgid.link/20260216-feature_bbge-v2-1-22805cfdbf62@bootlin.com
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
Kory Maincent (TI) 2026-02-16 17:55:52 +01:00 committed by Kevin Hilman
parent 16dcd2c753
commit 18161bb01e

View File

@ -176,3 +176,11 @@ dtb-$(CONFIG_SOC_TI81XX) += \
dm8148-t410.dtb \
dm8168-evm.dtb \
dra62x-j5eco-evm.dtb
# Enable support for device-tree overlays
DTC_FLAGS_am335x-bone += -@
DTC_FLAGS_am335x-boneblack += -@
DTC_FLAGS_am335x-boneblack-wireless += -@
DTC_FLAGS_am335x-bonegreen += -@
DTC_FLAGS_am335x-bonegreen-wireless += -@
DTC_FLAGS_am335x-bonegreen-eco += -@