1# SPDX-License-Identifier: GPL-2.0 2 3# Enables support for device-tree overlays 4DTC_FLAGS := -@ 5 6dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-400.dtb \ 7 bcm2711-rpi-4-b.dtb \ 8 bcm2711-rpi-cm4-io.dtb \ 9 bcm2837-rpi-3-a-plus.dtb \ 10 bcm2837-rpi-3-b.dtb \ 11 bcm2837-rpi-3-b-plus.dtb \ 12 bcm2837-rpi-cm3-io3.dtb \ 13 bcm2837-rpi-zero-2-w.dtb 14 15subdir-y += bcmbca 16subdir-y += northstar2 17subdir-y += stingray 18