mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 15:14:52 +00:00

Define the RP1 node in an overlay. The inclusion tree is as follow (the arrow points to the includer): rp1.dtso ^ | rp1-common.dtsi ----> rp1-nexus.dtsi Signed-off-by: Andrea della Porta <andrea.porta@suse.com> Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com> Link: https://lore.kernel.org/r/20250529135052.28398-10-andrea.porta@suse.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
23 lines
603 B
Makefile
23 lines
603 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# Enables support for device-tree overlays
|
|
DTC_FLAGS := -@
|
|
|
|
dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-400.dtb \
|
|
bcm2711-rpi-4-b.dtb \
|
|
bcm2711-rpi-cm4-io.dtb \
|
|
bcm2712-rpi-5-b.dtb \
|
|
bcm2712-rpi-5-b-ovl-rp1.dtb \
|
|
bcm2712-d-rpi-5-b.dtb \
|
|
bcm2837-rpi-2-b.dtb \
|
|
bcm2837-rpi-3-a-plus.dtb \
|
|
bcm2837-rpi-3-b.dtb \
|
|
bcm2837-rpi-3-b-plus.dtb \
|
|
bcm2837-rpi-cm3-io3.dtb \
|
|
bcm2837-rpi-zero-2-w.dtb \
|
|
rp1.dtbo
|
|
|
|
subdir-y += bcmbca
|
|
subdir-y += northstar2
|
|
subdir-y += stingray
|