1// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2/* 3 * bcm2712-rpi-5-b-ovl-rp1.dts is the overlay-ready DT which will make 4 * the RP1 driver to load the RP1 dtb overlay at runtime, while 5 * bcm2712-rpi-5-b.dts (this file) is the fully defined one (i.e. it 6 * already contains RP1 node, so no overlay is loaded nor needed). 7 * This file is not intended to be modified, nodes should be added 8 * to the included bcm2712-rpi-5-b-ovl-rp1.dts. 9 */ 10 11/dts-v1/; 12 13#include "bcm2712-rpi-5-b-ovl-rp1.dts" 14 15&pcie2 { 16 #include "rp1-nexus.dtsi" 17}; 18 19&pcie1 { 20 status = "okay"; 21}; 22 23&pcie2 { 24 status = "okay"; 25}; 26