Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[pandora-kernel.git] / arch / arm / boot / dts / dove.dtsi
1 /include/ "skeleton.dtsi"
2
3 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16))
4
5 / {
6         compatible = "marvell,dove";
7         model = "Marvell Armada 88AP510 SoC";
8         interrupt-parent = <&intc>;
9
10         aliases {
11                 gpio0 = &gpio0;
12                 gpio1 = &gpio1;
13                 gpio2 = &gpio2;
14         };
15
16         cpus {
17                 #address-cells = <1>;
18                 #size-cells = <0>;
19
20                 cpu0: cpu@0 {
21                         compatible = "marvell,pj4a", "marvell,sheeva-v7";
22                         device_type = "cpu";
23                         next-level-cache = <&l2>;
24                         reg = <0>;
25                 };
26         };
27
28         l2: l2-cache {
29                 compatible = "marvell,tauros2-cache";
30                 marvell,tauros2-cache-features = <0>;
31         };
32
33         mbus {
34                 compatible = "marvell,dove-mbus", "marvell,mbus", "simple-bus";
35                 #address-cells = <2>;
36                 #size-cells = <1>;
37                 controller = <&mbusc>;
38                 pcie-mem-aperture = <0xe0000000 0x10000000>; /* 256M MEM space */
39                 pcie-io-aperture  = <0xf2000000 0x00200000>; /*   2M I/O space */
40
41                 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x0100000   /* MBUS regs  1M */
42                           MBUS_ID(0xf0, 0x02) 0 0xf1800000 0x1000000   /* AXI  regs 16M */
43                           MBUS_ID(0x01, 0xfd) 0 0xf8000000 0x8000000   /* BootROM  128M */
44                           MBUS_ID(0x03, 0x01) 0 0xc8000000 0x0100000   /* CESA SRAM  1M */
45                           MBUS_ID(0x0d, 0x00) 0 0xf0000000 0x0100000>; /* PMU  SRAM  1M */
46
47                 pcie: pcie-controller {
48                         compatible = "marvell,dove-pcie";
49                         status = "disabled";
50                         device_type = "pci";
51                         #address-cells = <3>;
52                         #size-cells = <2>;
53
54                         msi-parent = <&intc>;
55                         bus-range = <0x00 0xff>;
56
57                         ranges = <0x82000000 0x0 0x40000 MBUS_ID(0xf0, 0x01) 0x40000 0 0x2000
58                                   0x82000000 0x0 0x80000 MBUS_ID(0xf0, 0x01) 0x80000 0 0x2000
59                                   0x82000000 0x1 0x0 MBUS_ID(0x04, 0xe8) 0 1 0   /* Port 0.0 Mem */
60                                   0x81000000 0x1 0x0 MBUS_ID(0x04, 0xe0) 0 1 0   /* Port 0.0 I/O */
61                                   0x82000000 0x2 0x0 MBUS_ID(0x08, 0xe8) 0 1 0   /* Port 1.0 Mem */
62                                   0x81000000 0x2 0x0 MBUS_ID(0x08, 0xe0) 0 1 0>; /* Port 1.0 I/O */
63
64                         pcie-port@0 {
65                                 device_type = "pci";
66                                 status = "disabled";
67                                 assigned-addresses = <0x82000800 0 0x40000 0 0x2000>;
68                                 reg = <0x0800 0 0 0 0>;
69                                 clocks = <&gate_clk 4>;
70                                 marvell,pcie-port = <0>;
71
72                                 #address-cells = <3>;
73                                 #size-cells = <2>;
74                                 ranges = <0x82000000 0 0 0x82000000 0x1 0 1 0
75                                           0x81000000 0 0 0x81000000 0x1 0 1 0>;
76
77                                 #interrupt-cells = <1>;
78                                 interrupt-map-mask = <0 0 0 0>;
79                                 interrupt-map = <0 0 0 0 &intc 16>;
80                         };
81
82                         pcie-port@1 {
83                                 device_type = "pci";
84                                 status = "disabled";
85                                 assigned-addresses = <0x82002800 0 0x80000 0 0x2000>;
86                                 reg = <0x1000 0 0 0 0>;
87                                 clocks = <&gate_clk 5>;
88                                 marvell,pcie-port = <1>;
89
90                                 #address-cells = <3>;
91                                 #size-cells = <2>;
92                                 ranges = <0x82000000 0 0 0x82000000 0x2 0 1 0
93                                           0x81000000 0 0 0x81000000 0x2 0 1 0>;
94
95                                 #interrupt-cells = <1>;
96                                 interrupt-map-mask = <0 0 0 0>;
97                                 interrupt-map = <0 0 0 0 &intc 18>;
98                         };
99                 };
100
101                 internal-regs {
102                         compatible = "simple-bus";
103                         #address-cells = <1>;
104                         #size-cells = <1>;
105                         ranges = <0x00000000 MBUS_ID(0xf0, 0x01) 0 0x0100000   /* MBUS regs  1M */
106                                   0x00800000 MBUS_ID(0xf0, 0x02) 0 0x1000000   /* AXI  regs 16M */
107                                   0xffffe000 MBUS_ID(0x03, 0x01) 0 0x0000800   /* CESA SRAM  2k */
108                                   0xfffff000 MBUS_ID(0x0d, 0x00) 0 0x0000800>; /* PMU  SRAM  2k */
109
110                         spi0: spi-ctrl@10600 {
111                                 compatible = "marvell,orion-spi";
112                                 #address-cells = <1>;
113                                 #size-cells = <0>;
114                                 cell-index = <0>;
115                                 interrupts = <6>;
116                                 reg = <0x10600 0x28>;
117                                 clocks = <&core_clk 0>;
118                                 pinctrl-0 = <&pmx_spi0>;
119                                 pinctrl-names = "default";
120                                 status = "disabled";
121                         };
122
123                         i2c0: i2c-ctrl@11000 {
124                                 compatible = "marvell,mv64xxx-i2c";
125                                 reg = <0x11000 0x20>;
126                                 #address-cells = <1>;
127                                 #size-cells = <0>;
128                                 interrupts = <11>;
129                                 clock-frequency = <400000>;
130                                 timeout-ms = <1000>;
131                                 clocks = <&core_clk 0>;
132                                 status = "disabled";
133                         };
134
135                         uart0: serial@12000 {
136                                 compatible = "ns16550a";
137                                 reg = <0x12000 0x100>;
138                                 reg-shift = <2>;
139                                 interrupts = <7>;
140                                 clocks = <&core_clk 0>;
141                                 status = "disabled";
142                         };
143
144                         uart1: serial@12100 {
145                                 compatible = "ns16550a";
146                                 reg = <0x12100 0x100>;
147                                 reg-shift = <2>;
148                                 interrupts = <8>;
149                                 clocks = <&core_clk 0>;
150                                 pinctrl-0 = <&pmx_uart1>;
151                                 pinctrl-names = "default";
152                                 status = "disabled";
153                         };
154
155                         uart2: serial@12200 {
156                                 compatible = "ns16550a";
157                                 reg = <0x12000 0x100>;
158                                 reg-shift = <2>;
159                                 interrupts = <9>;
160                                 clocks = <&core_clk 0>;
161                                 status = "disabled";
162                         };
163
164                         uart3: serial@12300 {
165                                 compatible = "ns16550a";
166                                 reg = <0x12100 0x100>;
167                                 reg-shift = <2>;
168                                 interrupts = <10>;
169                                 clocks = <&core_clk 0>;
170                                 status = "disabled";
171                         };
172
173                         spi1: spi-ctrl@14600 {
174                                 compatible = "marvell,orion-spi";
175                                 #address-cells = <1>;
176                                 #size-cells = <0>;
177                                 cell-index = <1>;
178                                 interrupts = <5>;
179                                 reg = <0x14600 0x28>;
180                                 clocks = <&core_clk 0>;
181                                 status = "disabled";
182                         };
183
184                         mbusc: mbus-ctrl@20000 {
185                                 compatible = "marvell,mbus-controller";
186                                 reg = <0x20000 0x80>, <0x800100 0x8>;
187                         };
188
189                         bridge_intc: bridge-interrupt-ctrl@20110 {
190                                 compatible = "marvell,orion-bridge-intc";
191                                 interrupt-controller;
192                                 #interrupt-cells = <1>;
193                                 reg = <0x20110 0x8>;
194                                 interrupts = <0>;
195                                 marvell,#interrupts = <5>;
196                         };
197
198                         intc: main-interrupt-ctrl@20200 {
199                                 compatible = "marvell,orion-intc";
200                                 interrupt-controller;
201                                 #interrupt-cells = <1>;
202                                 reg = <0x20200 0x10>, <0x20210 0x10>;
203                         };
204
205                         timer: timer@20300 {
206                                 compatible = "marvell,orion-timer";
207                                 reg = <0x20300 0x20>;
208                                 interrupt-parent = <&bridge_intc>;
209                                 interrupts = <1>, <2>;
210                                 clocks = <&core_clk 0>;
211                         };
212
213                         crypto: crypto-engine@30000 {
214                                 compatible = "marvell,orion-crypto";
215                                 reg = <0x30000 0x10000>,
216                                       <0xffffe000 0x800>;
217                                 reg-names = "regs", "sram";
218                                 interrupts = <31>;
219                                 clocks = <&gate_clk 15>;
220                                 status = "okay";
221                         };
222
223                         ehci0: usb-host@50000 {
224                                 compatible = "marvell,orion-ehci";
225                                 reg = <0x50000 0x1000>;
226                                 interrupts = <24>;
227                                 clocks = <&gate_clk 0>;
228                                 status = "okay";
229                         };
230
231                         ehci1: usb-host@51000 {
232                                 compatible = "marvell,orion-ehci";
233                                 reg = <0x51000 0x1000>;
234                                 interrupts = <25>;
235                                 clocks = <&gate_clk 1>;
236                                 status = "okay";
237                         };
238
239                         xor0: dma-engine@60800 {
240                                 compatible = "marvell,orion-xor";
241                                 reg = <0x60800 0x100
242                                        0x60a00 0x100>;
243                                 clocks = <&gate_clk 23>;
244                                 status = "okay";
245
246                                 channel0 {
247                                         interrupts = <39>;
248                                         dmacap,memcpy;
249                                         dmacap,xor;
250                                 };
251
252                                 channel1 {
253                                         interrupts = <40>;
254                                         dmacap,memcpy;
255                                         dmacap,xor;
256                                 };
257                         };
258
259                         xor1: dma-engine@60900 {
260                                 compatible = "marvell,orion-xor";
261                                 reg = <0x60900 0x100
262                                        0x60b00 0x100>;
263                                 clocks = <&gate_clk 24>;
264                                 status = "okay";
265
266                                 channel0 {
267                                         interrupts = <42>;
268                                         dmacap,memcpy;
269                                         dmacap,xor;
270                                 };
271
272                                 channel1 {
273                                         interrupts = <43>;
274                                         dmacap,memcpy;
275                                         dmacap,xor;
276                                 };
277                         };
278
279                         sdio1: sdio-host@90000 {
280                                 compatible = "marvell,dove-sdhci";
281                                 reg = <0x90000 0x100>;
282                                 interrupts = <36>, <38>;
283                                 clocks = <&gate_clk 9>;
284                                 pinctrl-0 = <&pmx_sdio1>;
285                                 pinctrl-names = "default";
286                                 status = "disabled";
287                         };
288
289                         eth: ethernet-ctrl@72000 {
290                                 compatible = "marvell,orion-eth";
291                                 #address-cells = <1>;
292                                 #size-cells = <0>;
293                                 reg = <0x72000 0x4000>;
294                                 clocks = <&gate_clk 2>;
295                                 marvell,tx-checksum-limit = <1600>;
296                                 status = "disabled";
297
298                                 ethernet-port@0 {
299                                         device_type = "network";
300                                         compatible = "marvell,orion-eth-port";
301                                         reg = <0>;
302                                         interrupts = <29>;
303                                         /* overwrite MAC address in bootloader */
304                                         local-mac-address = [00 00 00 00 00 00];
305                                         phy-handle = <&ethphy>;
306                                 };
307                         };
308
309                         mdio: mdio-bus@72004 {
310                                 compatible = "marvell,orion-mdio";
311                                 #address-cells = <1>;
312                                 #size-cells = <0>;
313                                 reg = <0x72004 0x84>;
314                                 interrupts = <30>;
315                                 clocks = <&gate_clk 2>;
316                                 status = "disabled";
317
318                                 ethphy: ethernet-phy {
319                                         device_type = "ethernet-phy";
320                                         /* set phy address in board file */
321                                 };
322                         };
323
324                         sdio0: sdio-host@92000 {
325                                 compatible = "marvell,dove-sdhci";
326                                 reg = <0x92000 0x100>;
327                                 interrupts = <35>, <37>;
328                                 clocks = <&gate_clk 8>;
329                                 pinctrl-0 = <&pmx_sdio0>;
330                                 pinctrl-names = "default";
331                                 status = "disabled";
332                         };
333
334                         sata0: sata-host@a0000 {
335                                 compatible = "marvell,orion-sata";
336                                 reg = <0xa0000 0x2400>;
337                                 interrupts = <62>;
338                                 clocks = <&gate_clk 3>;
339                                 phys = <&sata_phy0>;
340                                 phy-names = "port0";
341                                 nr-ports = <1>;
342                                 status = "disabled";
343                         };
344
345                         sata_phy0: sata-phy@a2000 {
346                                 compatible = "marvell,mvebu-sata-phy";
347                                 reg = <0xa2000 0x0334>;
348                                 clocks = <&gate_clk 3>;
349                                 clock-names = "sata";
350                                 #phy-cells = <0>;
351                                 status = "ok";
352                         };
353
354                         audio0: audio-controller@b0000 {
355                                 compatible = "marvell,dove-audio";
356                                 reg = <0xb0000 0x2210>;
357                                 interrupts = <19>, <20>;
358                                 clocks = <&gate_clk 12>;
359                                 clock-names = "internal";
360                                 status = "disabled";
361                         };
362
363                         audio1: audio-controller@b4000 {
364                                 compatible = "marvell,dove-audio";
365                                 reg = <0xb4000 0x2210>;
366                                 interrupts = <21>, <22>;
367                                 clocks = <&gate_clk 13>;
368                                 clock-names = "internal";
369                                 status = "disabled";
370                         };
371
372                         thermal: thermal-diode@d001c {
373                                 compatible = "marvell,dove-thermal";
374                                 reg = <0xd001c 0x0c>, <0xd005c 0x08>;
375                         };
376
377                         gate_clk: clock-gating-ctrl@d0038 {
378                                 compatible = "marvell,dove-gating-clock";
379                                 reg = <0xd0038 0x4>;
380                                 clocks = <&core_clk 0>;
381                                 #clock-cells = <1>;
382                         };
383
384                         pmu_intc: pmu-interrupt-ctrl@d0050 {
385                                 compatible = "marvell,dove-pmu-intc";
386                                 interrupt-controller;
387                                 #interrupt-cells = <1>;
388                                 reg = <0xd0050 0x8>;
389                                 interrupts = <33>;
390                                 marvell,#interrupts = <7>;
391                         };
392
393                         pinctrl: pin-ctrl@d0200 {
394                                 compatible = "marvell,dove-pinctrl";
395                                 reg = <0xd0200 0x10>;
396                                 clocks = <&gate_clk 22>;
397
398                                 pmx_gpio_0: pmx-gpio-0 {
399                                         marvell,pins = "mpp0";
400                                         marvell,function = "gpio";
401                                 };
402
403                                 pmx_gpio_1: pmx-gpio-1 {
404                                         marvell,pins = "mpp1";
405                                         marvell,function = "gpio";
406                                 };
407
408                                 pmx_gpio_2: pmx-gpio-2 {
409                                         marvell,pins = "mpp2";
410                                         marvell,function = "gpio";
411                                 };
412
413                                 pmx_gpio_3: pmx-gpio-3 {
414                                         marvell,pins = "mpp3";
415                                         marvell,function = "gpio";
416                                 };
417
418                                 pmx_gpio_4: pmx-gpio-4 {
419                                         marvell,pins = "mpp4";
420                                         marvell,function = "gpio";
421                                 };
422
423                                 pmx_gpio_5: pmx-gpio-5 {
424                                         marvell,pins = "mpp5";
425                                         marvell,function = "gpio";
426                                 };
427
428                                 pmx_gpio_6: pmx-gpio-6 {
429                                         marvell,pins = "mpp6";
430                                         marvell,function = "gpio";
431                                 };
432
433                                 pmx_gpio_7: pmx-gpio-7 {
434                                         marvell,pins = "mpp7";
435                                         marvell,function = "gpio";
436                                 };
437
438                                 pmx_gpio_8: pmx-gpio-8 {
439                                         marvell,pins = "mpp8";
440                                         marvell,function = "gpio";
441                                 };
442
443                                 pmx_gpio_9: pmx-gpio-9 {
444                                         marvell,pins = "mpp9";
445                                         marvell,function = "gpio";
446                                 };
447
448                                 pmx_gpio_10: pmx-gpio-10 {
449                                         marvell,pins = "mpp10";
450                                         marvell,function = "gpio";
451                                 };
452
453                                 pmx_gpio_11: pmx-gpio-11 {
454                                         marvell,pins = "mpp11";
455                                         marvell,function = "gpio";
456                                 };
457
458                                 pmx_gpio_12: pmx-gpio-12 {
459                                         marvell,pins = "mpp12";
460                                         marvell,function = "gpio";
461                                 };
462
463                                 pmx_gpio_13: pmx-gpio-13 {
464                                         marvell,pins = "mpp13";
465                                         marvell,function = "gpio";
466                                 };
467
468                                 pmx_audio1_extclk: pmx-audio1-extclk {
469                                         marvell,pins = "mpp13";
470                                         marvell,function = "audio1";
471                                 };
472
473                                 pmx_gpio_14: pmx-gpio-14 {
474                                         marvell,pins = "mpp14";
475                                         marvell,function = "gpio";
476                                 };
477
478                                 pmx_gpio_15: pmx-gpio-15 {
479                                         marvell,pins = "mpp15";
480                                         marvell,function = "gpio";
481                                 };
482
483                                 pmx_gpio_16: pmx-gpio-16 {
484                                         marvell,pins = "mpp16";
485                                         marvell,function = "gpio";
486                                 };
487
488                                 pmx_gpio_17: pmx-gpio-17 {
489                                         marvell,pins = "mpp17";
490                                         marvell,function = "gpio";
491                                 };
492
493                                 pmx_gpio_18: pmx-gpio-18 {
494                                         marvell,pins = "mpp18";
495                                         marvell,function = "gpio";
496                                 };
497
498                                 pmx_gpio_19: pmx-gpio-19 {
499                                         marvell,pins = "mpp19";
500                                         marvell,function = "gpio";
501                                 };
502
503                                 pmx_gpio_20: pmx-gpio-20 {
504                                         marvell,pins = "mpp20";
505                                         marvell,function = "gpio";
506                                 };
507
508                                 pmx_gpio_21: pmx-gpio-21 {
509                                         marvell,pins = "mpp21";
510                                         marvell,function = "gpio";
511                                 };
512
513                                 pmx_camera: pmx-camera {
514                                         marvell,pins = "mpp_camera";
515                                         marvell,function = "camera";
516                                 };
517
518                                 pmx_camera_gpio: pmx-camera-gpio {
519                                         marvell,pins = "mpp_camera";
520                                         marvell,function = "gpio";
521                                 };
522
523                                 pmx_sdio0: pmx-sdio0 {
524                                         marvell,pins = "mpp_sdio0";
525                                         marvell,function = "sdio0";
526                                 };
527
528                                 pmx_sdio0_gpio: pmx-sdio0-gpio {
529                                         marvell,pins = "mpp_sdio0";
530                                         marvell,function = "gpio";
531                                 };
532
533                                 pmx_sdio1: pmx-sdio1 {
534                                         marvell,pins = "mpp_sdio1";
535                                         marvell,function = "sdio1";
536                                 };
537
538                                 pmx_sdio1_gpio: pmx-sdio1-gpio {
539                                         marvell,pins = "mpp_sdio1";
540                                         marvell,function = "gpio";
541                                 };
542
543                                 pmx_audio1_gpio: pmx-audio1-gpio {
544                                         marvell,pins = "mpp_audio1";
545                                         marvell,function = "gpio";
546                                 };
547
548                                 pmx_audio1_i2s1_spdifo: pmx-audio1-i2s1-spdifo {
549                                         marvell,pins = "mpp_audio1";
550                                         marvell,function = "i2s1/spdifo";
551                                 };
552
553                                 pmx_spi0: pmx-spi0 {
554                                         marvell,pins = "mpp_spi0";
555                                         marvell,function = "spi0";
556                                 };
557
558                                 pmx_spi0_gpio: pmx-spi0-gpio {
559                                         marvell,pins = "mpp_spi0";
560                                         marvell,function = "gpio";
561                                 };
562
563                                 pmx_uart1: pmx-uart1 {
564                                         marvell,pins = "mpp_uart1";
565                                         marvell,function = "uart1";
566                                 };
567
568                                 pmx_uart1_gpio: pmx-uart1-gpio {
569                                         marvell,pins = "mpp_uart1";
570                                         marvell,function = "gpio";
571                                 };
572
573                                 pmx_nand: pmx-nand {
574                                         marvell,pins = "mpp_nand";
575                                         marvell,function = "nand";
576                                 };
577
578                                 pmx_nand_gpo: pmx-nand-gpo {
579                                         marvell,pins = "mpp_nand";
580                                         marvell,function = "gpo";
581                                 };
582                         };
583
584                         core_clk: core-clocks@d0214 {
585                                 compatible = "marvell,dove-core-clock";
586                                 reg = <0xd0214 0x4>;
587                                 #clock-cells = <1>;
588                         };
589
590                         gpio0: gpio-ctrl@d0400 {
591                                 compatible = "marvell,orion-gpio";
592                                 #gpio-cells = <2>;
593                                 gpio-controller;
594                                 reg = <0xd0400 0x20>;
595                                 ngpios = <32>;
596                                 interrupt-controller;
597                                 #interrupt-cells = <2>;
598                                 interrupts = <12>, <13>, <14>, <60>;
599                         };
600
601                         gpio1: gpio-ctrl@d0420 {
602                                 compatible = "marvell,orion-gpio";
603                                 #gpio-cells = <2>;
604                                 gpio-controller;
605                                 reg = <0xd0420 0x20>;
606                                 ngpios = <32>;
607                                 interrupt-controller;
608                                 #interrupt-cells = <2>;
609                                 interrupts = <61>;
610                         };
611
612                         rtc: real-time-clock@d8500 {
613                                 compatible = "marvell,orion-rtc";
614                                 reg = <0xd8500 0x20>;
615                                 interrupt-parent = <&pmu_intc>;
616                                 interrupts = <5>;
617                         };
618
619                         gpio2: gpio-ctrl@e8400 {
620                                 compatible = "marvell,orion-gpio";
621                                 #gpio-cells = <2>;
622                                 gpio-controller;
623                                 reg = <0xe8400 0x0c>;
624                                 ngpios = <8>;
625                         };
626                 };
627         };
628 };