Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: ISC
0002 /*
0003  * Device Tree file for Intel XScale Network Processors
0004  * in the IXP 43x series. This series has 64 interrupts and adds a few more
0005  * peripherals over the 42x series.
0006  */
0007 #include "intel-ixp4xx.dtsi"
0008 
0009 / {
0010         soc {
0011                 bus@c4000000 {
0012                         compatible = "intel,ixp43x-expansion-bus-controller", "syscon";
0013                         /* Uses at least up to 0x230 */
0014                         reg = <0xc4000000 0x1000>;
0015                 };
0016 
0017                 pci@c0000000 {
0018                         compatible = "intel,ixp43x-pci";
0019                 };
0020 
0021                 interrupt-controller@c8003000 {
0022                         compatible = "intel,ixp43x-interrupt";
0023                 };
0024         };
0025 };