blob: a70a9b158df30dbfd20ac29bdaa0c9e9e241848d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
// 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";
};
|