We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c085591 commit ebb3b70Copy full SHA for ebb3b70
arch/arm64/boot/dts/broadcom/rp1-nexus.dtsi
@@ -0,0 +1,14 @@
1
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2
+
3
+rp1_nexus {
4
+ compatible = "pci1de4,1";
5
+ #address-cells = <3>;
6
+ #size-cells = <2>;
7
+ ranges = <0x01 0x00 0x00000000
8
+ 0x02000000 0x00 0x00000000
9
+ 0x0 0x400000>;
10
+ interrupt-controller;
11
+ #interrupt-cells = <2>;
12
13
+ #include "rp1-common.dtsi"
14
+};
0 commit comments