xref: /linux/arch/arm64/boot/dts/broadcom/rp1-nexus.dtsi (revision 115e74a29b530d121891238e9551c4bcdf7b04b5)
1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2
3rp1_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};
15