xref: /linux/arch/arm64/boot/dts/broadcom/rp1-nexus.dtsi (revision 77e67d5daaf155f7d0f99f4e797c4842169ec19e)
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