add devicetrees
[openwrt/openwrt.git] / target / linux / lantiq / image / vr9.dtsi
1 / {
2 #address-cells = <1>;
3 #size-cells = <1>;
4 compatible = "lantiq,xway", "lantiq,vr9";
5
6 cpus {
7 cpu@0 {
8 compatible = "mips,mips34Kc";
9 };
10 };
11
12 biu@1F800000 {
13 #address-cells = <1>;
14 #size-cells = <1>;
15 compatible = "lantiq,biu", "simple-bus";
16 reg = <0x1F800000 0x800000>;
17 ranges = <0x0 0x1F800000 0x7FFFFF>;
18
19 icu0: icu@80200 {
20 #interrupt-cells = <1>;
21 interrupt-controller;
22 compatible = "lantiq,icu";
23 reg = <0x80200 0x28
24 0x80228 0x28
25 0x80250 0x28
26 0x80278 0x28
27 0x802a0 0x28>;
28 };
29
30 watchdog@803F0 {
31 compatible = "lantiq,wdt";
32 reg = <0x803F0 0x10>;
33 };
34 };
35
36 sram@1F000000 {
37 #address-cells = <1>;
38 #size-cells = <1>;
39 compatible = "lantiq,sram", "simple-bus";
40 reg = <0x1F000000 0x800000>;
41 ranges = <0x0 0x1F000000 0x7FFFFF>;
42
43 eiu0: eiu@101000 {
44 #interrupt-cells = <1>;
45 interrupt-controller;
46 compatible = "lantiq,eiu-xway";
47 reg = <0x101000 0x1000>;
48 interrupt-parent = <&icu0>;
49 interrupts = <166 135 66 40 41 42>;
50 };
51
52 pmu0: pmu@102000 {
53 compatible = "lantiq,pmu-xway";
54 reg = <0x102000 0x1000>;
55 };
56
57 cgu0: cgu@103000 {
58 compatible = "lantiq,cgu-xway";
59 reg = <0x103000 0x1000>;
60 };
61
62 dcdc@106a00 {
63 compatible = "lantiq,dcdc-xrx200";
64 reg = <0x106a00 0x200>;
65 };
66
67 rcu0: rcu@203000 {
68 compatible = "lantiq,rcu-xrx200";
69 reg = <0x203000 0x1000>;
70 /* irq for thermal sensor */
71 interrupt-parent = <&icu0>;
72 interrupts = <115>;
73 };
74 };
75
76 fpi@10000000 {
77 #address-cells = <1>;
78 #size-cells = <1>;
79 compatible = "lantiq,fpi", "simple-bus";
80 ranges = <0x0 0x10000000 0xEEFFFFF>;
81 reg = <0x10000000 0xEF00000>;
82
83 gptu@E100A00 {
84 compatible = "lantiq,gptu-xway";
85 reg = <0xE100A00 0x100>;
86 interrupt-parent = <&icu0>;
87 interrupts = <126 127 128 129 130 131>;
88 };
89
90 asc1: serial@E100C00 {
91 compatible = "lantiq,asc";
92 reg = <0xE100C00 0x400>;
93 interrupt-parent = <&icu0>;
94 interrupts = <112 113 114>;
95 };
96
97 dma0: dma@E104100 {
98 compatible = "lantiq,dma-xway";
99 reg = <0xE104100 0x800>;
100 };
101
102 ebu0: ebu@E105300 {
103 compatible = "lantiq,ebu-xway";
104 reg = <0xE105300 0x100>;
105 };
106
107 ifxhcd@E101000 {
108 status = "disabled";
109 compatible = "lantiq,ifxhcd-xrx200";
110 reg = <0xE101000 0x1000
111 0xE120000 0x3f000>;
112 interrupt-parent = <&icu0>;
113 interrupts = <62 91>;
114 };
115
116 ppe@E234000 {
117 compatible = "lantiq,atm-xrx200";
118 interrupt-parent = <&icu0>;
119 interrupts = <96>;
120 };
121
122 pcie@d900000 {
123 interrupt-parent = <&icu0>;
124 interrupts = <161 144>;
125 compatible = "lantiq,pcie-xrx200";
126 };
127
128 pci0: pci@E105400 {
129 #address-cells = <3>;
130 #size-cells = <2>;
131 #interrupt-cells = <1>;
132 compatible = "lantiq,pci-xway";
133 bus-range = <0x0 0x0>;
134 ranges = <0x2000000 0 0x8000000 0x8000000 0 0x2000000 /* pci memory */
135 0x1000000 0 0x00000000 0xAE00000 0 0x200000>; /* io space */
136 reg = <0x7000000 0x8000 /* config space */
137 0xE105400 0x400>; /* pci bridge */
138 };
139
140 };
141 };