1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: ISC 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * Device Tree file for Intel XScale Network Processors 4*f126890aSEmmanuel Vadot * in the IXP 43x series. This series has 64 interrupts and adds a few more 5*f126890aSEmmanuel Vadot * peripherals over the 42x series. 6*f126890aSEmmanuel Vadot */ 7*f126890aSEmmanuel Vadot#include "intel-ixp4xx.dtsi" 8*f126890aSEmmanuel Vadot 9*f126890aSEmmanuel Vadot/ { 10*f126890aSEmmanuel Vadot soc { 11*f126890aSEmmanuel Vadot bus@c4000000 { 12*f126890aSEmmanuel Vadot compatible = "intel,ixp43x-expansion-bus-controller", "syscon"; 13*f126890aSEmmanuel Vadot /* Uses at least up to 0x230 */ 14*f126890aSEmmanuel Vadot reg = <0xc4000000 0x1000>; 15*f126890aSEmmanuel Vadot }; 16*f126890aSEmmanuel Vadot 17*f126890aSEmmanuel Vadot pci@c0000000 { 18*f126890aSEmmanuel Vadot compatible = "intel,ixp43x-pci"; 19*f126890aSEmmanuel Vadot }; 20*f126890aSEmmanuel Vadot 21*f126890aSEmmanuel Vadot interrupt-controller@c8003000 { 22*f126890aSEmmanuel Vadot compatible = "intel,ixp43x-interrupt"; 23*f126890aSEmmanuel Vadot }; 24*f126890aSEmmanuel Vadot }; 25*f126890aSEmmanuel Vadot}; 26