lantiq: dts: fix vmmc unit and register address
[oweals/openwrt.git] / target / linux / lantiq / files / arch / mips / boot / dts / vr9.dtsi
1 #include <dt-bindings/gpio/gpio.h>
2
3 / {
4         #address-cells = <1>;
5         #size-cells = <1>;
6         compatible = "lantiq,xway", "lantiq,vr9";
7
8         aliases {
9                 serial0 = &asc1;
10         };
11
12         chosen {
13                 stdout-path = "serial0:115200n8";
14         };
15
16         cpus {
17                 #address-cells = <1>;
18                 #size-cells = <0>;
19
20                 cpu@0 {
21                         compatible = "mips,mips34Kc";
22                         reg = <0>;
23                 };
24         };
25
26         cputemp {
27                 compatible = "lantiq,cputemp";
28         };
29
30         reboot {
31                 compatible = "syscon-reboot";
32
33                 regmap = <&rcu0>;
34                 offset = <0x10>;
35                 mask = <0xe0000000>;
36         };
37
38         biu@1f800000 {
39                 #address-cells = <1>;
40                 #size-cells = <1>;
41                 compatible = "lantiq,biu", "simple-bus";
42                 reg = <0x1f800000 0x800000>;
43                 ranges = <0x0 0x1f800000 0x7fffff>;
44
45                 icu0: icu@80200 {
46                         #interrupt-cells = <1>;
47                         interrupt-controller;
48                         compatible = "lantiq,icu";
49                         reg = <0x80200 0x28
50                                 0x80228 0x28
51                                 0x80250 0x28
52                                 0x80278 0x28
53                                 0x802a0 0x28>;
54                 };
55
56                 watchdog@803f0 {
57                         compatible = "lantiq,xrx100-wdt", "lantiq,xrx100-wdt";
58                         reg = <0x803f0 0x10>;
59
60                         regmap = <&rcu0>;
61                 };
62         };
63
64         sram@1f000000 {
65                 #address-cells = <1>;
66                 #size-cells = <1>;
67                 compatible = "lantiq,sram", "simple-bus";
68                 reg = <0x1f000000 0x800000>;
69                 ranges = <0x0 0x1f000000 0x7fffff>;
70
71                 eiu0: eiu@101000 {
72                         #interrupt-cells = <1>;
73                         interrupt-controller;
74                         compatible = "lantiq,eiu-xway";
75                         reg = <0x101000 0x1000>;
76                         interrupt-parent = <&icu0>;
77                         lantiq,eiu-irqs = <166 135 66 40 41 42>;
78                 };
79
80                 pmu0: pmu@102000 {
81                         compatible = "lantiq,pmu-xway";
82                         reg = <0x102000 0x1000>;
83                 };
84
85                 cgu0: cgu@103000 {
86                         compatible = "lantiq,cgu-xway";
87                         reg = <0x103000 0x1000>;
88                 };
89
90                 dcdc@106a00 {
91                         compatible = "lantiq,dcdc-xrx200";
92                         reg = <0x106a00 0x200>;
93                 };
94
95                 vmmc: vmmc@107000 {
96                         status = "disabled";
97                         compatible = "lantiq,vmmc-xway";
98                         reg = <0x107000 0x300>;
99                         interrupt-parent = <&icu0>;
100                         interrupts = <150 151 152 153 154 155>;
101                 };
102
103                 rcu0: rcu@203000 {
104                         #address-cells = <1>;
105                         #size-cells = <1>;
106                         compatible = "lantiq,xrx200-rcu", "simple-mfd", "syscon";
107                         reg = <0x203000 0x100>;
108                         ranges = <0x0 0x203000 0x100>;
109                         big-endian;
110
111                         gphy0: gphy@20 {
112                                 compatible = "lantiq,xrx200-gphy";
113                                 reg = <0x20 0x4>;
114
115                                 resets = <&reset0 31 30>, <&reset1 7 7>;
116                                 reset-names = "gphy", "gphy2";
117                         };
118
119                         gphy1: gphy@68 {
120                                 compatible = "lantiq,xrx200-gphy";
121                                 reg = <0x68 0x4>;
122
123                                 resets = <&reset0 29 28>, <&reset1 6 6>;
124                                 reset-names = "gphy", "gphy2";
125                         };
126
127                         reset0: reset-controller@10 {
128                                 compatible = "lantiq,xrx200-reset";
129                                 reg = <0x10 4>, <0x14 4>;
130
131                                 #reset-cells = <2>;
132                         };
133
134                         reset1: reset-controller@48 {
135                                 compatible = "lantiq,xrx200-reset";
136                                 reg = <0x48 4>, <0x24 4>;
137
138                                 #reset-cells = <2>;
139                         };
140
141                         usb_phy0: usb2-phy@18 {
142                                 compatible = "lantiq,xrx200-usb2-phy";
143                                 reg = <0x18 4>, <0x38 4>;
144                                 status = "disabled";
145
146                                 resets = <&reset1 4 4>, <&reset0 4 4>;
147                                 reset-names = "phy", "ctrl";
148                                 #phy-cells = <0>;
149                         };
150
151                         usb_phy1: usb2-phy@34 {
152                                 compatible = "lantiq,xrx200-usb2-phy";
153                                 reg = <0x34 4>, <0x3c 4>;
154                                 status = "disabled";
155
156                                 resets = <&reset1 5 5>, <&reset0 4 4>;
157                                 reset-names = "phy", "ctrl";
158                                 #phy-cells = <0>;
159                         };
160                 };
161         };
162
163         fpi@10000000 {
164                 compatible = "lantiq,xrx200-fpi", "simple-bus";
165                 ranges = <0x0 0x10000000 0xf000000>;
166                 reg =   <0x1f400000 0x1000>,
167                         <0x10000000 0xf000000>;
168                 regmap = <&rcu0>;
169                 offset-endianness = <0x4c>;
170                 #address-cells = <1>;
171                 #size-cells = <1>;
172
173                 localbus: localbus@0 {
174                         #address-cells = <2>;
175                         #size-cells = <1>;
176                         ranges = <0 0 0x0 0x3ffffff /* addrsel0 */
177                                 1 0 0x4000000 0x4000010>; /* addsel1 */
178                         compatible = "lantiq,localbus", "simple-bus";
179                 };
180
181                 gptu@e100a00 {
182                         compatible = "lantiq,gptu-xway";
183                         reg = <0xe100a00 0x100>;
184                         interrupt-parent = <&icu0>;
185                         interrupts = <126 127 128 129 130 131>;
186                 };
187
188                 usif: usif@da00000 {
189                         compatible = "lantiq,usif";
190                         reg = <0xda00000 0x1000000>;
191                         interrupt-parent = <&icu0>;
192                         interrupts = <29 125 107 108 109 110>;
193                         status = "disabled";
194                 };
195
196                 spi: spi@e100800 {
197                         compatible = "lantiq,xrx200-spi", "lantiq,xrx100-spi";
198                         reg = <0xe100800 0x100>;
199                         interrupt-parent = <&icu0>;
200                         interrupts = <22 23 24>;
201                         interrupt-names = "spi_rx", "spi_tx", "spi_err",
202                                         "spi_frm";
203                         #address-cells = <1>;
204                         #size-cells = <0>;
205                         status = "disabled";
206                 };
207
208                 gpio: pinmux@e100b10 {
209                         compatible = "lantiq,xrx200-pinctrl";
210                         #gpio-cells = <2>;
211                         gpio-controller;
212                         reg = <0xe100b10 0xa0>;
213                 };
214
215                 stp: stp@e100bb0 {
216                         status = "disabled";
217                         compatible = "lantiq,gpio-stp-xway";
218                         reg = <0xe100bb0 0x40>;
219                         #gpio-cells = <2>;
220                         gpio-controller;
221
222                         lantiq,shadow = <0xffffff>;
223                         lantiq,groups = <0x7>;
224                         lantiq,dsl = <0x0>;
225                         lantiq,phy1 = <0x0>;
226                         lantiq,phy2 = <0x0>;
227                 };
228
229                 asc1: serial@e100c00 {
230                         compatible = "lantiq,asc";
231                         reg = <0xe100c00 0x400>;
232                         interrupt-parent = <&icu0>;
233                         interrupts = <112 113 114>;
234                 };
235
236                 deu@e103100 {
237                         compatible = "lantiq,deu-xrx200";
238                         reg = <0xe103100 0xf00>;
239                 };
240
241                 dma0: dma@e104100 {
242                         compatible = "lantiq,dma-xway";
243                         reg = <0xe104100 0x800>;
244                 };
245
246                 ebu0: ebu@e105300 {
247                         compatible = "lantiq,ebu-xway";
248                         reg = <0xe105300 0x100>;
249                 };
250
251                 usb0: usb@e101000 {
252                         status = "disabled";
253                         compatible = "lantiq,xrx200-usb";
254                         reg = <0xe101000 0x1000
255                                 0xe120000 0x3f000>;
256                         interrupt-parent = <&icu0>;
257                         interrupts = <62 91>;
258                         dr_mode = "host";
259                         phys = <&usb_phy0>;
260                         phy-names = "usb2-phy";
261                 };
262
263                 usb1: usb@e106000 {
264                         status = "disabled";
265                         compatible = "lantiq,xrx200-usb";
266                         reg = <0xe106000 0x1000>;
267                         interrupt-parent = <&icu0>;
268                         interrupts = <91>;
269                         dr_mode = "host";
270                         phys = <&usb_phy1>;
271                         phy-names = "usb2-phy";
272                 };
273
274                 eth0: eth@e108000 {
275                         #address-cells = <1>;
276                         #size-cells = <0>;
277                         compatible = "lantiq,xrx200-net";
278                         reg = < 0xe108000 0x3000 /* switch */
279                                 0xe10b100 0x70 /* mdio */
280                                 0xe10b1d8 0x30 /* mii */
281                                 0xe10b308 0x30 /* pmac */
282                         >;
283                         interrupt-parent = <&icu0>;
284                         interrupts = <75 73 72>;
285                         resets = <&reset0 21 16>, <&reset0 8 8>;
286                         reset-names = "switch", "ppe";
287                         lantiq,phys = <&gphy0>, <&gphy1>;
288                 };
289
290                 mei@e116000 {
291                         compatible = "lantiq,mei-xrx200";
292                         reg = <0xe116000 0x9c>;
293                         interrupt-parent = <&icu0>;
294                         interrupts = <63>;
295                 };
296
297                 ppe@e234000 {
298                         compatible = "lantiq,ppe-xrx200";
299                         reg = <0xe234000 0x3ffd>;
300                         interrupt-parent = <&icu0>;
301                         interrupts = <96>;
302                         resets = <&reset0 3 3>, <&reset0 11 11>, <&reset0 23 23>;
303                         reset-names = "dsp", "dfe", "tc";
304                 };
305
306                 pcie0: pcie@d900000 {
307                         compatible = "lantiq,pcie-xrx200";
308
309                         #interrupt-cells = <1>;
310                         #size-cells = <2>;
311                         #address-cells = <3>;
312
313                         reg = <0xd900000 0x1000>;
314
315                         interrupt-parent = <&icu0>;
316                         interrupts = <161 144>;
317
318                         device_type = "pci";
319
320                         gpio-reset = <&gpio 38 GPIO_ACTIVE_HIGH>;
321                 };
322
323                 pci0: pci@e105400 {
324                         status = "disabled";
325
326                         #address-cells = <3>;
327                         #size-cells = <2>;
328                         #interrupt-cells = <1>;
329                         compatible = "lantiq,pci-xway";
330                         bus-range = <0x0 0x0>;
331                         ranges = <0x2000000 0 0x8000000 0x8000000 0 0x2000000   /* pci memory */
332                                 0x1000000 0 0x00000000 0xae00000 0 0x200000>; /* io space */
333                         reg = <0x7000000 0x8000         /* config space */
334                                 0xe105400 0x400>;       /* pci bridge */
335                         lantiq,bus-clock = <33333333>;
336                         interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
337                         interrupt-map = <0x7000 0 0 1 &icu0 30 1>; /* slot 14, irq 30 */
338                         req-mask = <0x1>; /* GNT1 */
339                 };
340         };
341
342         vdsl {
343                 compatible = "lantiq,vdsl-vrx200";
344         };
345 };