intel-ixp43x.dtsi 550 B

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