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