1*833e5d42SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2*833e5d42SEmmanuel Vadot 3*833e5d42SEmmanuel Vadotrp1_nexus { 4*833e5d42SEmmanuel Vadot compatible = "pci1de4,1"; 5*833e5d42SEmmanuel Vadot #address-cells = <3>; 6*833e5d42SEmmanuel Vadot #size-cells = <2>; 7*833e5d42SEmmanuel Vadot ranges = <0x01 0x00 0x00000000 8*833e5d42SEmmanuel Vadot 0x02000000 0x00 0x00000000 9*833e5d42SEmmanuel Vadot 0x0 0x400000>; 10*833e5d42SEmmanuel Vadot interrupt-controller; 11*833e5d42SEmmanuel Vadot #interrupt-cells = <2>; 12*833e5d42SEmmanuel Vadot 13*833e5d42SEmmanuel Vadot #include "rp1-common.dtsi" 14*833e5d42SEmmanuel Vadot}; 15