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

Add the fully populated DTS for RaspberryPi 5 which includes the RP1 node definition. The inclusion tree is as follow (the arrow points to the includer): rp1-common.dtsi ----> rp1-nexus.dtsi ----> bcm2712-rpi-5-b.dts ^ | bcm2712-rpi-5-b-ovl-rp1.dts This is designed to maximize the compatibility with downstream DT while ensuring that a fully defined DT (one which includes the RP1 node as opposed to load it from overlay at runtime) is present since early boot stage. Since the preferred board DT is the fully populated one, name it bcm2712-rpi-5-b.dts and move the previous one into bcm2712-rpi-5-b-ovl-rp1.dts. Signed-off-by: Andrea della Porta <andrea.porta@suse.com> Link: https://lore.kernel.org/r/20250529135052.28398-9-andrea.porta@suse.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
26 lines
591 B
Plaintext
26 lines
591 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* bcm2712-rpi-5-b-ovl-rp1.dts is the overlay-ready DT which will make
|
|
* the RP1 driver to load the RP1 dtb overlay at runtime, while
|
|
* bcm2712-rpi-5-b.dts (this file) is the fully defined one (i.e. it
|
|
* already contains RP1 node, so no overlay is loaded nor needed).
|
|
* This file is not intended to be modified, nodes should be added
|
|
* to the included bcm2712-rpi-5-b-ovl-rp1.dts.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "bcm2712-rpi-5-b-ovl-rp1.dts"
|
|
|
|
&pcie2 {
|
|
#include "rp1-nexus.dtsi"
|
|
};
|
|
|
|
&pcie1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&pcie2 {
|
|
status = "okay";
|
|
};
|