2021-06-12 13:10:41 +05:00
|
|
|
// SPDX-License-Identifier: ISC
|
|
|
|
/*
|
|
|
|
* Device Tree file for Intel XScale Network Processors
|
|
|
|
* in the IXP 43x series. This series has 64 interrupts and adds a few more
|
|
|
|
* peripherals over the 42x series.
|
|
|
|
*/
|
|
|
|
#include "intel-ixp4xx.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
soc {
|
2021-07-20 21:20:39 +05:00
|
|
|
pci@c0000000 {
|
|
|
|
compatible = "intel,ixp43x-pci";
|
|
|
|
};
|
|
|
|
|
2021-06-12 13:10:41 +05:00
|
|
|
interrupt-controller@c8003000 {
|
|
|
|
compatible = "intel,ixp43x-interrupt";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|