Skip to content

Commit ebb3b70

Browse files
committed
Restore rp1-nexus.dtsi
1 parent c085591 commit ebb3b70

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)