1*c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2*c66ec88fSEmmanuel Vadot/ { 3*c66ec88fSEmmanuel Vadot #address-cells = <1>; 4*c66ec88fSEmmanuel Vadot #size-cells = <1>; 5*c66ec88fSEmmanuel Vadot compatible = "lantiq,xway", "lantiq,danube"; 6*c66ec88fSEmmanuel Vadot 7*c66ec88fSEmmanuel Vadot cpus { 8*c66ec88fSEmmanuel Vadot cpu@0 { 9*c66ec88fSEmmanuel Vadot compatible = "mips,mips24Kc"; 10*c66ec88fSEmmanuel Vadot }; 11*c66ec88fSEmmanuel Vadot }; 12*c66ec88fSEmmanuel Vadot 13*c66ec88fSEmmanuel Vadot biu@1f800000 { 14*c66ec88fSEmmanuel Vadot #address-cells = <1>; 15*c66ec88fSEmmanuel Vadot #size-cells = <1>; 16*c66ec88fSEmmanuel Vadot compatible = "lantiq,biu", "simple-bus"; 17*c66ec88fSEmmanuel Vadot reg = <0x1f800000 0x800000>; 18*c66ec88fSEmmanuel Vadot ranges = <0x0 0x1f800000 0x7fffff>; 19*c66ec88fSEmmanuel Vadot 20*c66ec88fSEmmanuel Vadot icu0: icu@80200 { 21*c66ec88fSEmmanuel Vadot #interrupt-cells = <1>; 22*c66ec88fSEmmanuel Vadot interrupt-controller; 23*c66ec88fSEmmanuel Vadot compatible = "lantiq,icu"; 24*c66ec88fSEmmanuel Vadot reg = <0x80200 0x120>; 25*c66ec88fSEmmanuel Vadot }; 26*c66ec88fSEmmanuel Vadot 27*c66ec88fSEmmanuel Vadot watchdog@803f0 { 28*c66ec88fSEmmanuel Vadot compatible = "lantiq,wdt"; 29*c66ec88fSEmmanuel Vadot reg = <0x803f0 0x10>; 30*c66ec88fSEmmanuel Vadot }; 31*c66ec88fSEmmanuel Vadot }; 32*c66ec88fSEmmanuel Vadot 33*c66ec88fSEmmanuel Vadot sram@1f000000 { 34*c66ec88fSEmmanuel Vadot #address-cells = <1>; 35*c66ec88fSEmmanuel Vadot #size-cells = <1>; 36*c66ec88fSEmmanuel Vadot compatible = "lantiq,sram"; 37*c66ec88fSEmmanuel Vadot reg = <0x1f000000 0x800000>; 38*c66ec88fSEmmanuel Vadot ranges = <0x0 0x1f000000 0x7fffff>; 39*c66ec88fSEmmanuel Vadot 40*c66ec88fSEmmanuel Vadot eiu0: eiu@101000 { 41*c66ec88fSEmmanuel Vadot #interrupt-cells = <1>; 42*c66ec88fSEmmanuel Vadot interrupt-controller; 43*c66ec88fSEmmanuel Vadot interrupt-parent; 44*c66ec88fSEmmanuel Vadot compatible = "lantiq,eiu-xway"; 45*c66ec88fSEmmanuel Vadot reg = <0x101000 0x1000>; 46*c66ec88fSEmmanuel Vadot }; 47*c66ec88fSEmmanuel Vadot 48*c66ec88fSEmmanuel Vadot pmu0: pmu@102000 { 49*c66ec88fSEmmanuel Vadot compatible = "lantiq,pmu-xway"; 50*c66ec88fSEmmanuel Vadot reg = <0x102000 0x1000>; 51*c66ec88fSEmmanuel Vadot }; 52*c66ec88fSEmmanuel Vadot 53*c66ec88fSEmmanuel Vadot cgu0: cgu@103000 { 54*c66ec88fSEmmanuel Vadot compatible = "lantiq,cgu-xway"; 55*c66ec88fSEmmanuel Vadot reg = <0x103000 0x1000>; 56*c66ec88fSEmmanuel Vadot #clock-cells = <1>; 57*c66ec88fSEmmanuel Vadot }; 58*c66ec88fSEmmanuel Vadot 59*c66ec88fSEmmanuel Vadot rcu0: rcu@203000 { 60*c66ec88fSEmmanuel Vadot compatible = "lantiq,rcu-xway"; 61*c66ec88fSEmmanuel Vadot reg = <0x203000 0x1000>; 62*c66ec88fSEmmanuel Vadot }; 63*c66ec88fSEmmanuel Vadot }; 64*c66ec88fSEmmanuel Vadot 65*c66ec88fSEmmanuel Vadot fpi@10000000 { 66*c66ec88fSEmmanuel Vadot #address-cells = <1>; 67*c66ec88fSEmmanuel Vadot #size-cells = <1>; 68*c66ec88fSEmmanuel Vadot compatible = "lantiq,fpi", "simple-bus"; 69*c66ec88fSEmmanuel Vadot ranges = <0x0 0x10000000 0xeefffff>; 70*c66ec88fSEmmanuel Vadot reg = <0x10000000 0xef00000>; 71*c66ec88fSEmmanuel Vadot 72*c66ec88fSEmmanuel Vadot gptu@e100a00 { 73*c66ec88fSEmmanuel Vadot compatible = "lantiq,gptu-xway"; 74*c66ec88fSEmmanuel Vadot reg = <0xe100a00 0x100>; 75*c66ec88fSEmmanuel Vadot }; 76*c66ec88fSEmmanuel Vadot 77*c66ec88fSEmmanuel Vadot serial@e100c00 { 78*c66ec88fSEmmanuel Vadot compatible = "lantiq,asc"; 79*c66ec88fSEmmanuel Vadot reg = <0xe100c00 0x400>; 80*c66ec88fSEmmanuel Vadot interrupt-parent = <&icu0>; 81*c66ec88fSEmmanuel Vadot interrupts = <112 113 114>; 82*c66ec88fSEmmanuel Vadot }; 83*c66ec88fSEmmanuel Vadot 84*c66ec88fSEmmanuel Vadot dma0: dma@e104100 { 85*c66ec88fSEmmanuel Vadot compatible = "lantiq,dma-xway"; 86*c66ec88fSEmmanuel Vadot reg = <0xe104100 0x800>; 87*c66ec88fSEmmanuel Vadot }; 88*c66ec88fSEmmanuel Vadot 89*c66ec88fSEmmanuel Vadot ebu0: ebu@e105300 { 90*c66ec88fSEmmanuel Vadot compatible = "lantiq,ebu-xway"; 91*c66ec88fSEmmanuel Vadot reg = <0xe105300 0x100>; 92*c66ec88fSEmmanuel Vadot }; 93*c66ec88fSEmmanuel Vadot 94*c66ec88fSEmmanuel Vadot pci0: pci@e105400 { 95*c66ec88fSEmmanuel Vadot #address-cells = <3>; 96*c66ec88fSEmmanuel Vadot #size-cells = <2>; 97*c66ec88fSEmmanuel Vadot #interrupt-cells = <1>; 98*c66ec88fSEmmanuel Vadot compatible = "lantiq,pci-xway"; 99*c66ec88fSEmmanuel Vadot bus-range = <0x0 0x0>; 100*c66ec88fSEmmanuel Vadot ranges = <0x2000000 0 0x8000000 0x8000000 0 0x2000000 /* pci memory */ 101*c66ec88fSEmmanuel Vadot 0x1000000 0 0x00000000 0xae00000 0 0x200000>; /* io space */ 102*c66ec88fSEmmanuel Vadot reg = <0x7000000 0x8000 /* config space */ 103*c66ec88fSEmmanuel Vadot 0xe105400 0x400>; /* pci bridge */ 104*c66ec88fSEmmanuel Vadot }; 105*c66ec88fSEmmanuel Vadot }; 106*c66ec88fSEmmanuel Vadot}; 107