Merge tag 'spi-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / dra7.dtsi
1 /*
2  * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 2 as
6  * published by the Free Software Foundation.
7  * Based on "omap4.dtsi"
8  */
9
10 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 #include <dt-bindings/pinctrl/dra.h>
12
13 #include "skeleton.dtsi"
14
15 #define MAX_SOURCES 400
16
17 / {
18         #address-cells = <2>;
19         #size-cells = <2>;
20
21         compatible = "ti,dra7xx";
22         interrupt-parent = <&crossbar_mpu>;
23
24         aliases {
25                 i2c0 = &i2c1;
26                 i2c1 = &i2c2;
27                 i2c2 = &i2c3;
28                 i2c3 = &i2c4;
29                 i2c4 = &i2c5;
30                 serial0 = &uart1;
31                 serial1 = &uart2;
32                 serial2 = &uart3;
33                 serial3 = &uart4;
34                 serial4 = &uart5;
35                 serial5 = &uart6;
36                 serial6 = &uart7;
37                 serial7 = &uart8;
38                 serial8 = &uart9;
39                 serial9 = &uart10;
40                 ethernet0 = &cpsw_emac0;
41                 ethernet1 = &cpsw_emac1;
42                 d_can0 = &dcan1;
43                 d_can1 = &dcan2;
44                 spi0 = &qspi;
45         };
46
47         timer {
48                 compatible = "arm,armv7-timer";
49                 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
50                              <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
51                              <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
52                              <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
53                 interrupt-parent = <&gic>;
54         };
55
56         gic: interrupt-controller@48211000 {
57                 compatible = "arm,cortex-a15-gic";
58                 interrupt-controller;
59                 #interrupt-cells = <3>;
60                 reg = <0x0 0x48211000 0x0 0x1000>,
61                       <0x0 0x48212000 0x0 0x1000>,
62                       <0x0 0x48214000 0x0 0x2000>,
63                       <0x0 0x48216000 0x0 0x2000>;
64                 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
65                 interrupt-parent = <&gic>;
66         };
67
68         wakeupgen: interrupt-controller@48281000 {
69                 compatible = "ti,omap5-wugen-mpu", "ti,omap4-wugen-mpu";
70                 interrupt-controller;
71                 #interrupt-cells = <3>;
72                 reg = <0x0 0x48281000 0x0 0x1000>;
73                 interrupt-parent = <&gic>;
74         };
75
76         /*
77          * The soc node represents the soc top level view. It is used for IPs
78          * that are not memory mapped in the MPU view or for the MPU itself.
79          */
80         soc {
81                 compatible = "ti,omap-infra";
82                 mpu {
83                         compatible = "ti,omap5-mpu";
84                         ti,hwmods = "mpu";
85                 };
86         };
87
88         /*
89          * XXX: Use a flat representation of the SOC interconnect.
90          * The real OMAP interconnect network is quite complex.
91          * Since it will not bring real advantage to represent that in DT for
92          * the moment, just use a fake OCP bus entry to represent the whole bus
93          * hierarchy.
94          */
95         ocp {
96                 compatible = "ti,dra7-l3-noc", "simple-bus";
97                 #address-cells = <1>;
98                 #size-cells = <1>;
99                 ranges = <0x0 0x0 0x0 0xc0000000>;
100                 ti,hwmods = "l3_main_1", "l3_main_2";
101                 reg = <0x0 0x44000000 0x0 0x1000000>,
102                       <0x0 0x45000000 0x0 0x1000>;
103                 interrupts-extended = <&crossbar_mpu GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
104                                       <&wakeupgen GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
105
106                 l4_cfg: l4@4a000000 {
107                         compatible = "ti,dra7-l4-cfg", "simple-bus";
108                         #address-cells = <1>;
109                         #size-cells = <1>;
110                         ranges = <0 0x4a000000 0x22c000>;
111
112                         scm: scm@2000 {
113                                 compatible = "ti,dra7-scm-core", "simple-bus";
114                                 reg = <0x2000 0x2000>;
115                                 #address-cells = <1>;
116                                 #size-cells = <1>;
117                                 ranges = <0 0x2000 0x2000>;
118
119                                 scm_conf: scm_conf@0 {
120                                         compatible = "syscon", "simple-bus";
121                                         reg = <0x0 0x1400>;
122                                         #address-cells = <1>;
123                                         #size-cells = <1>;
124                                         ranges = <0 0x0 0x1400>;
125
126                                         pbias_regulator: pbias_regulator@e00 {
127                                                 compatible = "ti,pbias-dra7", "ti,pbias-omap";
128                                                 reg = <0xe00 0x4>;
129                                                 syscon = <&scm_conf>;
130                                                 pbias_mmc_reg: pbias_mmc_omap5 {
131                                                         regulator-name = "pbias_mmc_omap5";
132                                                         regulator-min-microvolt = <1800000>;
133                                                         regulator-max-microvolt = <3000000>;
134                                                 };
135                                         };
136
137                                         scm_conf_clocks: clocks {
138                                                 #address-cells = <1>;
139                                                 #size-cells = <0>;
140                                         };
141                                 };
142
143                                 dra7_pmx_core: pinmux@1400 {
144                                         compatible = "ti,dra7-padconf",
145                                                      "pinctrl-single";
146                                         reg = <0x1400 0x0468>;
147                                         #address-cells = <1>;
148                                         #size-cells = <0>;
149                                         #interrupt-cells = <1>;
150                                         interrupt-controller;
151                                         pinctrl-single,register-width = <32>;
152                                         pinctrl-single,function-mask = <0x3fffffff>;
153                                 };
154
155                                 scm_conf1: scm_conf@1c04 {
156                                         compatible = "syscon";
157                                         reg = <0x1c04 0x0020>;
158                                 };
159
160                                 scm_conf_pcie: scm_conf@1c24 {
161                                         compatible = "syscon";
162                                         reg = <0x1c24 0x0024>;
163                                 };
164
165                                 sdma_xbar: dma-router@b78 {
166                                         compatible = "ti,dra7-dma-crossbar";
167                                         reg = <0xb78 0xfc>;
168                                         #dma-cells = <1>;
169                                         dma-requests = <205>;
170                                         ti,dma-safe-map = <0>;
171                                         dma-masters = <&sdma>;
172                                 };
173
174                                 edma_xbar: dma-router@c78 {
175                                         compatible = "ti,dra7-dma-crossbar";
176                                         reg = <0xc78 0x7c>;
177                                         #dma-cells = <2>;
178                                         dma-requests = <204>;
179                                         ti,dma-safe-map = <0>;
180                                         dma-masters = <&edma>;
181                                 };
182                         };
183
184                         cm_core_aon: cm_core_aon@5000 {
185                                 compatible = "ti,dra7-cm-core-aon";
186                                 reg = <0x5000 0x2000>;
187
188                                 cm_core_aon_clocks: clocks {
189                                         #address-cells = <1>;
190                                         #size-cells = <0>;
191                                 };
192
193                                 cm_core_aon_clockdomains: clockdomains {
194                                 };
195                         };
196
197                         cm_core: cm_core@8000 {
198                                 compatible = "ti,dra7-cm-core";
199                                 reg = <0x8000 0x3000>;
200
201                                 cm_core_clocks: clocks {
202                                         #address-cells = <1>;
203                                         #size-cells = <0>;
204                                 };
205
206                                 cm_core_clockdomains: clockdomains {
207                                 };
208                         };
209                 };
210
211                 l4_wkup: l4@4ae00000 {
212                         compatible = "ti,dra7-l4-wkup", "simple-bus";
213                         #address-cells = <1>;
214                         #size-cells = <1>;
215                         ranges = <0 0x4ae00000 0x3f000>;
216
217                         counter32k: counter@4000 {
218                                 compatible = "ti,omap-counter32k";
219                                 reg = <0x4000 0x40>;
220                                 ti,hwmods = "counter_32k";
221                         };
222
223                         prm: prm@6000 {
224                                 compatible = "ti,dra7-prm";
225                                 reg = <0x6000 0x3000>;
226                                 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
227
228                                 prm_clocks: clocks {
229                                         #address-cells = <1>;
230                                         #size-cells = <0>;
231                                 };
232
233                                 prm_clockdomains: clockdomains {
234                                 };
235                         };
236                 };
237
238                 axi@0 {
239                         compatible = "simple-bus";
240                         #size-cells = <1>;
241                         #address-cells = <1>;
242                         ranges = <0x51000000 0x51000000 0x3000
243                                   0x0        0x20000000 0x10000000>;
244                         pcie1: pcie@51000000 {
245                                 compatible = "ti,dra7-pcie";
246                                 reg = <0x51000000 0x2000>, <0x51002000 0x14c>, <0x1000 0x2000>;
247                                 reg-names = "rc_dbics", "ti_conf", "config";
248                                 interrupts = <0 232 0x4>, <0 233 0x4>;
249                                 #address-cells = <3>;
250                                 #size-cells = <2>;
251                                 device_type = "pci";
252                                 ranges = <0x81000000 0 0          0x03000 0 0x00010000
253                                           0x82000000 0 0x20013000 0x13000 0 0xffed000>;
254                                 #interrupt-cells = <1>;
255                                 num-lanes = <1>;
256                                 ti,hwmods = "pcie1";
257                                 phys = <&pcie1_phy>;
258                                 phy-names = "pcie-phy0";
259                                 interrupt-map-mask = <0 0 0 7>;
260                                 interrupt-map = <0 0 0 1 &pcie1_intc 1>,
261                                                 <0 0 0 2 &pcie1_intc 2>,
262                                                 <0 0 0 3 &pcie1_intc 3>,
263                                                 <0 0 0 4 &pcie1_intc 4>;
264                                 pcie1_intc: interrupt-controller {
265                                         interrupt-controller;
266                                         #address-cells = <0>;
267                                         #interrupt-cells = <1>;
268                                 };
269                         };
270                 };
271
272                 axi@1 {
273                         compatible = "simple-bus";
274                         #size-cells = <1>;
275                         #address-cells = <1>;
276                         ranges = <0x51800000 0x51800000 0x3000
277                                   0x0        0x30000000 0x10000000>;
278                         status = "disabled";
279                         pcie@51000000 {
280                                 compatible = "ti,dra7-pcie";
281                                 reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>;
282                                 reg-names = "rc_dbics", "ti_conf", "config";
283                                 interrupts = <0 355 0x4>, <0 356 0x4>;
284                                 #address-cells = <3>;
285                                 #size-cells = <2>;
286                                 device_type = "pci";
287                                 ranges = <0x81000000 0 0          0x03000 0 0x00010000
288                                           0x82000000 0 0x30013000 0x13000 0 0xffed000>;
289                                 #interrupt-cells = <1>;
290                                 num-lanes = <1>;
291                                 ti,hwmods = "pcie2";
292                                 phys = <&pcie2_phy>;
293                                 phy-names = "pcie-phy0";
294                                 interrupt-map-mask = <0 0 0 7>;
295                                 interrupt-map = <0 0 0 1 &pcie2_intc 1>,
296                                                 <0 0 0 2 &pcie2_intc 2>,
297                                                 <0 0 0 3 &pcie2_intc 3>,
298                                                 <0 0 0 4 &pcie2_intc 4>;
299                                 pcie2_intc: interrupt-controller {
300                                         interrupt-controller;
301                                         #address-cells = <0>;
302                                         #interrupt-cells = <1>;
303                                 };
304                         };
305                 };
306
307                 bandgap: bandgap@4a0021e0 {
308                         reg = <0x4a0021e0 0xc
309                                 0x4a00232c 0xc
310                                 0x4a002380 0x2c
311                                 0x4a0023C0 0x3c
312                                 0x4a002564 0x8
313                                 0x4a002574 0x50>;
314                                 compatible = "ti,dra752-bandgap";
315                                 interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
316                                 #thermal-sensor-cells = <1>;
317                 };
318
319                 dsp1_system: dsp_system@40d00000 {
320                         compatible = "syscon";
321                         reg = <0x40d00000 0x100>;
322                 };
323
324                 sdma: dma-controller@4a056000 {
325                         compatible = "ti,omap4430-sdma";
326                         reg = <0x4a056000 0x1000>;
327                         interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
328                                      <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
329                                      <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
330                                      <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
331                         #dma-cells = <1>;
332                         dma-channels = <32>;
333                         dma-requests = <127>;
334                 };
335
336                 edma: edma@43300000 {
337                         compatible = "ti,edma3-tpcc";
338                         ti,hwmods = "tpcc";
339                         reg = <0x43300000 0x100000>;
340                         reg-names = "edma3_cc";
341                         interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>,
342                                      <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>,
343                                      <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
344                         interrupt-names = "edma3_ccint", "emda3_mperr",
345                                           "edma3_ccerrint";
346                         dma-requests = <64>;
347                         #dma-cells = <2>;
348
349                         ti,tptcs = <&edma_tptc0 7>, <&edma_tptc1 0>;
350
351                         /*
352                          * memcpy is disabled, can be enabled with:
353                          * ti,edma-memcpy-channels = <20 21>;
354                          * for example. Note that these channels need to be
355                          * masked in the xbar as well.
356                          */
357                 };
358
359                 edma_tptc0: tptc@43400000 {
360                         compatible = "ti,edma3-tptc";
361                         ti,hwmods = "tptc0";
362                         reg =   <0x43400000 0x100000>;
363                         interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>;
364                         interrupt-names = "edma3_tcerrint";
365                 };
366
367                 edma_tptc1: tptc@43500000 {
368                         compatible = "ti,edma3-tptc";
369                         ti,hwmods = "tptc1";
370                         reg =   <0x43500000 0x100000>;
371                         interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>;
372                         interrupt-names = "edma3_tcerrint";
373                 };
374
375                 gpio1: gpio@4ae10000 {
376                         compatible = "ti,omap4-gpio";
377                         reg = <0x4ae10000 0x200>;
378                         interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
379                         ti,hwmods = "gpio1";
380                         gpio-controller;
381                         #gpio-cells = <2>;
382                         interrupt-controller;
383                         #interrupt-cells = <2>;
384                 };
385
386                 gpio2: gpio@48055000 {
387                         compatible = "ti,omap4-gpio";
388                         reg = <0x48055000 0x200>;
389                         interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
390                         ti,hwmods = "gpio2";
391                         gpio-controller;
392                         #gpio-cells = <2>;
393                         interrupt-controller;
394                         #interrupt-cells = <2>;
395                 };
396
397                 gpio3: gpio@48057000 {
398                         compatible = "ti,omap4-gpio";
399                         reg = <0x48057000 0x200>;
400                         interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
401                         ti,hwmods = "gpio3";
402                         gpio-controller;
403                         #gpio-cells = <2>;
404                         interrupt-controller;
405                         #interrupt-cells = <2>;
406                 };
407
408                 gpio4: gpio@48059000 {
409                         compatible = "ti,omap4-gpio";
410                         reg = <0x48059000 0x200>;
411                         interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
412                         ti,hwmods = "gpio4";
413                         gpio-controller;
414                         #gpio-cells = <2>;
415                         interrupt-controller;
416                         #interrupt-cells = <2>;
417                 };
418
419                 gpio5: gpio@4805b000 {
420                         compatible = "ti,omap4-gpio";
421                         reg = <0x4805b000 0x200>;
422                         interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
423                         ti,hwmods = "gpio5";
424                         gpio-controller;
425                         #gpio-cells = <2>;
426                         interrupt-controller;
427                         #interrupt-cells = <2>;
428                 };
429
430                 gpio6: gpio@4805d000 {
431                         compatible = "ti,omap4-gpio";
432                         reg = <0x4805d000 0x200>;
433                         interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
434                         ti,hwmods = "gpio6";
435                         gpio-controller;
436                         #gpio-cells = <2>;
437                         interrupt-controller;
438                         #interrupt-cells = <2>;
439                 };
440
441                 gpio7: gpio@48051000 {
442                         compatible = "ti,omap4-gpio";
443                         reg = <0x48051000 0x200>;
444                         interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
445                         ti,hwmods = "gpio7";
446                         gpio-controller;
447                         #gpio-cells = <2>;
448                         interrupt-controller;
449                         #interrupt-cells = <2>;
450                 };
451
452                 gpio8: gpio@48053000 {
453                         compatible = "ti,omap4-gpio";
454                         reg = <0x48053000 0x200>;
455                         interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
456                         ti,hwmods = "gpio8";
457                         gpio-controller;
458                         #gpio-cells = <2>;
459                         interrupt-controller;
460                         #interrupt-cells = <2>;
461                 };
462
463                 uart1: serial@4806a000 {
464                         compatible = "ti,dra742-uart", "ti,omap4-uart";
465                         reg = <0x4806a000 0x100>;
466                         interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
467                         ti,hwmods = "uart1";
468                         clock-frequency = <48000000>;
469                         status = "disabled";
470                         dmas = <&sdma_xbar 49>, <&sdma_xbar 50>;
471                         dma-names = "tx", "rx";
472                 };
473
474                 uart2: serial@4806c000 {
475                         compatible = "ti,dra742-uart", "ti,omap4-uart";
476                         reg = <0x4806c000 0x100>;
477                         interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
478                         ti,hwmods = "uart2";
479                         clock-frequency = <48000000>;
480                         status = "disabled";
481                         dmas = <&sdma_xbar 51>, <&sdma_xbar 52>;
482                         dma-names = "tx", "rx";
483                 };
484
485                 uart3: serial@48020000 {
486                         compatible = "ti,dra742-uart", "ti,omap4-uart";
487                         reg = <0x48020000 0x100>;
488                         interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
489                         ti,hwmods = "uart3";
490                         clock-frequency = <48000000>;
491                         status = "disabled";
492                         dmas = <&sdma_xbar 53>, <&sdma_xbar 54>;
493                         dma-names = "tx", "rx";
494                 };
495
496                 uart4: serial@4806e000 {
497                         compatible = "ti,dra742-uart", "ti,omap4-uart";
498                         reg = <0x4806e000 0x100>;
499                         interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
500                         ti,hwmods = "uart4";
501                         clock-frequency = <48000000>;
502                         status = "disabled";
503                         dmas = <&sdma_xbar 55>, <&sdma_xbar 56>;
504                         dma-names = "tx", "rx";
505                 };
506
507                 uart5: serial@48066000 {
508                         compatible = "ti,dra742-uart", "ti,omap4-uart";
509                         reg = <0x48066000 0x100>;
510                         interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
511                         ti,hwmods = "uart5";
512                         clock-frequency = <48000000>;
513                         status = "disabled";
514                         dmas = <&sdma_xbar 63>, <&sdma_xbar 64>;
515                         dma-names = "tx", "rx";
516                 };
517
518                 uart6: serial@48068000 {
519                         compatible = "ti,dra742-uart", "ti,omap4-uart";
520                         reg = <0x48068000 0x100>;
521                         interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
522                         ti,hwmods = "uart6";
523                         clock-frequency = <48000000>;
524                         status = "disabled";
525                         dmas = <&sdma_xbar 79>, <&sdma_xbar 80>;
526                         dma-names = "tx", "rx";
527                 };
528
529                 uart7: serial@48420000 {
530                         compatible = "ti,dra742-uart", "ti,omap4-uart";
531                         reg = <0x48420000 0x100>;
532                         interrupts = <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>;
533                         ti,hwmods = "uart7";
534                         clock-frequency = <48000000>;
535                         status = "disabled";
536                 };
537
538                 uart8: serial@48422000 {
539                         compatible = "ti,dra742-uart", "ti,omap4-uart";
540                         reg = <0x48422000 0x100>;
541                         interrupts = <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
542                         ti,hwmods = "uart8";
543                         clock-frequency = <48000000>;
544                         status = "disabled";
545                 };
546
547                 uart9: serial@48424000 {
548                         compatible = "ti,dra742-uart", "ti,omap4-uart";
549                         reg = <0x48424000 0x100>;
550                         interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
551                         ti,hwmods = "uart9";
552                         clock-frequency = <48000000>;
553                         status = "disabled";
554                 };
555
556                 uart10: serial@4ae2b000 {
557                         compatible = "ti,dra742-uart", "ti,omap4-uart";
558                         reg = <0x4ae2b000 0x100>;
559                         interrupts = <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
560                         ti,hwmods = "uart10";
561                         clock-frequency = <48000000>;
562                         status = "disabled";
563                 };
564
565                 mailbox1: mailbox@4a0f4000 {
566                         compatible = "ti,omap4-mailbox";
567                         reg = <0x4a0f4000 0x200>;
568                         interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
569                                      <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
570                                      <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
571                         ti,hwmods = "mailbox1";
572                         #mbox-cells = <1>;
573                         ti,mbox-num-users = <3>;
574                         ti,mbox-num-fifos = <8>;
575                         status = "disabled";
576                 };
577
578                 mailbox2: mailbox@4883a000 {
579                         compatible = "ti,omap4-mailbox";
580                         reg = <0x4883a000 0x200>;
581                         interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>,
582                                      <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>,
583                                      <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>,
584                                      <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
585                         ti,hwmods = "mailbox2";
586                         #mbox-cells = <1>;
587                         ti,mbox-num-users = <4>;
588                         ti,mbox-num-fifos = <12>;
589                         status = "disabled";
590                 };
591
592                 mailbox3: mailbox@4883c000 {
593                         compatible = "ti,omap4-mailbox";
594                         reg = <0x4883c000 0x200>;
595                         interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>,
596                                      <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>,
597                                      <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>,
598                                      <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>;
599                         ti,hwmods = "mailbox3";
600                         #mbox-cells = <1>;
601                         ti,mbox-num-users = <4>;
602                         ti,mbox-num-fifos = <12>;
603                         status = "disabled";
604                 };
605
606                 mailbox4: mailbox@4883e000 {
607                         compatible = "ti,omap4-mailbox";
608                         reg = <0x4883e000 0x200>;
609                         interrupts = <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
610                                      <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>,
611                                      <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>,
612                                      <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>;
613                         ti,hwmods = "mailbox4";
614                         #mbox-cells = <1>;
615                         ti,mbox-num-users = <4>;
616                         ti,mbox-num-fifos = <12>;
617                         status = "disabled";
618                 };
619
620                 mailbox5: mailbox@48840000 {
621                         compatible = "ti,omap4-mailbox";
622                         reg = <0x48840000 0x200>;
623                         interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>,
624                                      <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>,
625                                      <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>,
626                                      <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>;
627                         ti,hwmods = "mailbox5";
628                         #mbox-cells = <1>;
629                         ti,mbox-num-users = <4>;
630                         ti,mbox-num-fifos = <12>;
631                         status = "disabled";
632                 };
633
634                 mailbox6: mailbox@48842000 {
635                         compatible = "ti,omap4-mailbox";
636                         reg = <0x48842000 0x200>;
637                         interrupts = <GIC_SPI 253 IRQ_TYPE_LEVEL_HIGH>,
638                                      <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>,
639                                      <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>,
640                                      <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>;
641                         ti,hwmods = "mailbox6";
642                         #mbox-cells = <1>;
643                         ti,mbox-num-users = <4>;
644                         ti,mbox-num-fifos = <12>;
645                         status = "disabled";
646                 };
647
648                 mailbox7: mailbox@48844000 {
649                         compatible = "ti,omap4-mailbox";
650                         reg = <0x48844000 0x200>;
651                         interrupts = <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>,
652                                      <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>,
653                                      <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>,
654                                      <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>;
655                         ti,hwmods = "mailbox7";
656                         #mbox-cells = <1>;
657                         ti,mbox-num-users = <4>;
658                         ti,mbox-num-fifos = <12>;
659                         status = "disabled";
660                 };
661
662                 mailbox8: mailbox@48846000 {
663                         compatible = "ti,omap4-mailbox";
664                         reg = <0x48846000 0x200>;
665                         interrupts = <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>,
666                                      <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>,
667                                      <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>,
668                                      <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>;
669                         ti,hwmods = "mailbox8";
670                         #mbox-cells = <1>;
671                         ti,mbox-num-users = <4>;
672                         ti,mbox-num-fifos = <12>;
673                         status = "disabled";
674                 };
675
676                 mailbox9: mailbox@4885e000 {
677                         compatible = "ti,omap4-mailbox";
678                         reg = <0x4885e000 0x200>;
679                         interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>,
680                                      <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>,
681                                      <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>,
682                                      <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
683                         ti,hwmods = "mailbox9";
684                         #mbox-cells = <1>;
685                         ti,mbox-num-users = <4>;
686                         ti,mbox-num-fifos = <12>;
687                         status = "disabled";
688                 };
689
690                 mailbox10: mailbox@48860000 {
691                         compatible = "ti,omap4-mailbox";
692                         reg = <0x48860000 0x200>;
693                         interrupts = <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>,
694                                      <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH>,
695                                      <GIC_SPI 271 IRQ_TYPE_LEVEL_HIGH>,
696                                      <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
697                         ti,hwmods = "mailbox10";
698                         #mbox-cells = <1>;
699                         ti,mbox-num-users = <4>;
700                         ti,mbox-num-fifos = <12>;
701                         status = "disabled";
702                 };
703
704                 mailbox11: mailbox@48862000 {
705                         compatible = "ti,omap4-mailbox";
706                         reg = <0x48862000 0x200>;
707                         interrupts = <GIC_SPI 273 IRQ_TYPE_LEVEL_HIGH>,
708                                      <GIC_SPI 274 IRQ_TYPE_LEVEL_HIGH>,
709                                      <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>,
710                                      <GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>;
711                         ti,hwmods = "mailbox11";
712                         #mbox-cells = <1>;
713                         ti,mbox-num-users = <4>;
714                         ti,mbox-num-fifos = <12>;
715                         status = "disabled";
716                 };
717
718                 mailbox12: mailbox@48864000 {
719                         compatible = "ti,omap4-mailbox";
720                         reg = <0x48864000 0x200>;
721                         interrupts = <GIC_SPI 277 IRQ_TYPE_LEVEL_HIGH>,
722                                      <GIC_SPI 278 IRQ_TYPE_LEVEL_HIGH>,
723                                      <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
724                                      <GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>;
725                         ti,hwmods = "mailbox12";
726                         #mbox-cells = <1>;
727                         ti,mbox-num-users = <4>;
728                         ti,mbox-num-fifos = <12>;
729                         status = "disabled";
730                 };
731
732                 mailbox13: mailbox@48802000 {
733                         compatible = "ti,omap4-mailbox";
734                         reg = <0x48802000 0x200>;
735                         interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>,
736                                      <GIC_SPI 380 IRQ_TYPE_LEVEL_HIGH>,
737                                      <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>,
738                                      <GIC_SPI 382 IRQ_TYPE_LEVEL_HIGH>;
739                         ti,hwmods = "mailbox13";
740                         #mbox-cells = <1>;
741                         ti,mbox-num-users = <4>;
742                         ti,mbox-num-fifos = <12>;
743                         status = "disabled";
744                 };
745
746                 timer1: timer@4ae18000 {
747                         compatible = "ti,omap5430-timer";
748                         reg = <0x4ae18000 0x80>;
749                         interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
750                         ti,hwmods = "timer1";
751                         ti,timer-alwon;
752                 };
753
754                 timer2: timer@48032000 {
755                         compatible = "ti,omap5430-timer";
756                         reg = <0x48032000 0x80>;
757                         interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
758                         ti,hwmods = "timer2";
759                 };
760
761                 timer3: timer@48034000 {
762                         compatible = "ti,omap5430-timer";
763                         reg = <0x48034000 0x80>;
764                         interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
765                         ti,hwmods = "timer3";
766                 };
767
768                 timer4: timer@48036000 {
769                         compatible = "ti,omap5430-timer";
770                         reg = <0x48036000 0x80>;
771                         interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
772                         ti,hwmods = "timer4";
773                 };
774
775                 timer5: timer@48820000 {
776                         compatible = "ti,omap5430-timer";
777                         reg = <0x48820000 0x80>;
778                         interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
779                         ti,hwmods = "timer5";
780                 };
781
782                 timer6: timer@48822000 {
783                         compatible = "ti,omap5430-timer";
784                         reg = <0x48822000 0x80>;
785                         interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
786                         ti,hwmods = "timer6";
787                 };
788
789                 timer7: timer@48824000 {
790                         compatible = "ti,omap5430-timer";
791                         reg = <0x48824000 0x80>;
792                         interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
793                         ti,hwmods = "timer7";
794                 };
795
796                 timer8: timer@48826000 {
797                         compatible = "ti,omap5430-timer";
798                         reg = <0x48826000 0x80>;
799                         interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
800                         ti,hwmods = "timer8";
801                 };
802
803                 timer9: timer@4803e000 {
804                         compatible = "ti,omap5430-timer";
805                         reg = <0x4803e000 0x80>;
806                         interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
807                         ti,hwmods = "timer9";
808                 };
809
810                 timer10: timer@48086000 {
811                         compatible = "ti,omap5430-timer";
812                         reg = <0x48086000 0x80>;
813                         interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
814                         ti,hwmods = "timer10";
815                 };
816
817                 timer11: timer@48088000 {
818                         compatible = "ti,omap5430-timer";
819                         reg = <0x48088000 0x80>;
820                         interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
821                         ti,hwmods = "timer11";
822                 };
823
824                 timer12: timer@4ae20000 {
825                         compatible = "ti,omap5430-timer";
826                         reg = <0x4ae20000 0x80>;
827                         interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
828                         ti,hwmods = "timer12";
829                         ti,timer-alwon;
830                         ti,timer-secure;
831                 };
832
833                 timer13: timer@48828000 {
834                         compatible = "ti,omap5430-timer";
835                         reg = <0x48828000 0x80>;
836                         interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
837                         ti,hwmods = "timer13";
838                 };
839
840                 timer14: timer@4882a000 {
841                         compatible = "ti,omap5430-timer";
842                         reg = <0x4882a000 0x80>;
843                         interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
844                         ti,hwmods = "timer14";
845                 };
846
847                 timer15: timer@4882c000 {
848                         compatible = "ti,omap5430-timer";
849                         reg = <0x4882c000 0x80>;
850                         interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
851                         ti,hwmods = "timer15";
852                 };
853
854                 timer16: timer@4882e000 {
855                         compatible = "ti,omap5430-timer";
856                         reg = <0x4882e000 0x80>;
857                         interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
858                         ti,hwmods = "timer16";
859                 };
860
861                 wdt2: wdt@4ae14000 {
862                         compatible = "ti,omap3-wdt";
863                         reg = <0x4ae14000 0x80>;
864                         interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
865                         ti,hwmods = "wd_timer2";
866                 };
867
868                 hwspinlock: spinlock@4a0f6000 {
869                         compatible = "ti,omap4-hwspinlock";
870                         reg = <0x4a0f6000 0x1000>;
871                         ti,hwmods = "spinlock";
872                         #hwlock-cells = <1>;
873                 };
874
875                 dmm@4e000000 {
876                         compatible = "ti,omap5-dmm";
877                         reg = <0x4e000000 0x800>;
878                         interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
879                         ti,hwmods = "dmm";
880                 };
881
882                 i2c1: i2c@48070000 {
883                         compatible = "ti,omap4-i2c";
884                         reg = <0x48070000 0x100>;
885                         interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
886                         #address-cells = <1>;
887                         #size-cells = <0>;
888                         ti,hwmods = "i2c1";
889                         status = "disabled";
890                 };
891
892                 i2c2: i2c@48072000 {
893                         compatible = "ti,omap4-i2c";
894                         reg = <0x48072000 0x100>;
895                         interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
896                         #address-cells = <1>;
897                         #size-cells = <0>;
898                         ti,hwmods = "i2c2";
899                         status = "disabled";
900                 };
901
902                 i2c3: i2c@48060000 {
903                         compatible = "ti,omap4-i2c";
904                         reg = <0x48060000 0x100>;
905                         interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
906                         #address-cells = <1>;
907                         #size-cells = <0>;
908                         ti,hwmods = "i2c3";
909                         status = "disabled";
910                 };
911
912                 i2c4: i2c@4807a000 {
913                         compatible = "ti,omap4-i2c";
914                         reg = <0x4807a000 0x100>;
915                         interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
916                         #address-cells = <1>;
917                         #size-cells = <0>;
918                         ti,hwmods = "i2c4";
919                         status = "disabled";
920                 };
921
922                 i2c5: i2c@4807c000 {
923                         compatible = "ti,omap4-i2c";
924                         reg = <0x4807c000 0x100>;
925                         interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
926                         #address-cells = <1>;
927                         #size-cells = <0>;
928                         ti,hwmods = "i2c5";
929                         status = "disabled";
930                 };
931
932                 mmc1: mmc@4809c000 {
933                         compatible = "ti,omap4-hsmmc";
934                         reg = <0x4809c000 0x400>;
935                         interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
936                         ti,hwmods = "mmc1";
937                         ti,dual-volt;
938                         ti,needs-special-reset;
939                         dmas = <&sdma_xbar 61>, <&sdma_xbar 62>;
940                         dma-names = "tx", "rx";
941                         status = "disabled";
942                         pbias-supply = <&pbias_mmc_reg>;
943                 };
944
945                 mmc2: mmc@480b4000 {
946                         compatible = "ti,omap4-hsmmc";
947                         reg = <0x480b4000 0x400>;
948                         interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
949                         ti,hwmods = "mmc2";
950                         ti,needs-special-reset;
951                         dmas = <&sdma_xbar 47>, <&sdma_xbar 48>;
952                         dma-names = "tx", "rx";
953                         status = "disabled";
954                 };
955
956                 mmc3: mmc@480ad000 {
957                         compatible = "ti,omap4-hsmmc";
958                         reg = <0x480ad000 0x400>;
959                         interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
960                         ti,hwmods = "mmc3";
961                         ti,needs-special-reset;
962                         dmas = <&sdma_xbar 77>, <&sdma_xbar 78>;
963                         dma-names = "tx", "rx";
964                         status = "disabled";
965                 };
966
967                 mmc4: mmc@480d1000 {
968                         compatible = "ti,omap4-hsmmc";
969                         reg = <0x480d1000 0x400>;
970                         interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
971                         ti,hwmods = "mmc4";
972                         ti,needs-special-reset;
973                         dmas = <&sdma_xbar 57>, <&sdma_xbar 58>;
974                         dma-names = "tx", "rx";
975                         status = "disabled";
976                 };
977
978                 mmu0_dsp1: mmu@40d01000 {
979                         compatible = "ti,dra7-dsp-iommu";
980                         reg = <0x40d01000 0x100>;
981                         interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
982                         ti,hwmods = "mmu0_dsp1";
983                         #iommu-cells = <0>;
984                         ti,syscon-mmuconfig = <&dsp1_system 0x0>;
985                         status = "disabled";
986                 };
987
988                 mmu1_dsp1: mmu@40d02000 {
989                         compatible = "ti,dra7-dsp-iommu";
990                         reg = <0x40d02000 0x100>;
991                         interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
992                         ti,hwmods = "mmu1_dsp1";
993                         #iommu-cells = <0>;
994                         ti,syscon-mmuconfig = <&dsp1_system 0x1>;
995                         status = "disabled";
996                 };
997
998                 mmu_ipu1: mmu@58882000 {
999                         compatible = "ti,dra7-iommu";
1000                         reg = <0x58882000 0x100>;
1001                         interrupts = <GIC_SPI 395 IRQ_TYPE_LEVEL_HIGH>;
1002                         ti,hwmods = "mmu_ipu1";
1003                         #iommu-cells = <0>;
1004                         ti,iommu-bus-err-back;
1005                         status = "disabled";
1006                 };
1007
1008                 mmu_ipu2: mmu@55082000 {
1009                         compatible = "ti,dra7-iommu";
1010                         reg = <0x55082000 0x100>;
1011                         interrupts = <GIC_SPI 396 IRQ_TYPE_LEVEL_HIGH>;
1012                         ti,hwmods = "mmu_ipu2";
1013                         #iommu-cells = <0>;
1014                         ti,iommu-bus-err-back;
1015                         status = "disabled";
1016                 };
1017
1018                 abb_mpu: regulator-abb-mpu {
1019                         compatible = "ti,abb-v3";
1020                         regulator-name = "abb_mpu";
1021                         #address-cells = <0>;
1022                         #size-cells = <0>;
1023                         clocks = <&sys_clkin1>;
1024                         ti,settling-time = <50>;
1025                         ti,clock-cycles = <16>;
1026
1027                         reg = <0x4ae07ddc 0x4>, <0x4ae07de0 0x4>,
1028                               <0x4ae06014 0x4>, <0x4a003b20 0xc>,
1029                               <0x4ae0c158 0x4>;
1030                         reg-names = "setup-address", "control-address",
1031                                     "int-address", "efuse-address",
1032                                     "ldo-address";
1033                         ti,tranxdone-status-mask = <0x80>;
1034                         /* LDOVBBMPU_FBB_MUX_CTRL */
1035                         ti,ldovbb-override-mask = <0x400>;
1036                         /* LDOVBBMPU_FBB_VSET_OUT */
1037                         ti,ldovbb-vset-mask = <0x1F>;
1038
1039                         /*
1040                          * NOTE: only FBB mode used but actual vset will
1041                          * determine final biasing
1042                          */
1043                         ti,abb_info = <
1044                         /*uV            ABB     efuse   rbb_m fbb_m     vset_m*/
1045                         1060000         0       0x0     0 0x02000000 0x01F00000
1046                         1160000         0       0x4     0 0x02000000 0x01F00000
1047                         1210000         0       0x8     0 0x02000000 0x01F00000
1048                         >;
1049                 };
1050
1051                 abb_ivahd: regulator-abb-ivahd {
1052                         compatible = "ti,abb-v3";
1053                         regulator-name = "abb_ivahd";
1054                         #address-cells = <0>;
1055                         #size-cells = <0>;
1056                         clocks = <&sys_clkin1>;
1057                         ti,settling-time = <50>;
1058                         ti,clock-cycles = <16>;
1059
1060                         reg = <0x4ae07e34 0x4>, <0x4ae07e24 0x4>,
1061                               <0x4ae06010 0x4>, <0x4a0025cc 0xc>,
1062                               <0x4a002470 0x4>;
1063                         reg-names = "setup-address", "control-address",
1064                                     "int-address", "efuse-address",
1065                                     "ldo-address";
1066                         ti,tranxdone-status-mask = <0x40000000>;
1067                         /* LDOVBBIVA_FBB_MUX_CTRL */
1068                         ti,ldovbb-override-mask = <0x400>;
1069                         /* LDOVBBIVA_FBB_VSET_OUT */
1070                         ti,ldovbb-vset-mask = <0x1F>;
1071
1072                         /*
1073                          * NOTE: only FBB mode used but actual vset will
1074                          * determine final biasing
1075                          */
1076                         ti,abb_info = <
1077                         /*uV            ABB     efuse   rbb_m fbb_m     vset_m*/
1078                         1055000         0       0x0     0 0x02000000 0x01F00000
1079                         1150000         0       0x4     0 0x02000000 0x01F00000
1080                         1250000         0       0x8     0 0x02000000 0x01F00000
1081                         >;
1082                 };
1083
1084                 abb_dspeve: regulator-abb-dspeve {
1085                         compatible = "ti,abb-v3";
1086                         regulator-name = "abb_dspeve";
1087                         #address-cells = <0>;
1088                         #size-cells = <0>;
1089                         clocks = <&sys_clkin1>;
1090                         ti,settling-time = <50>;
1091                         ti,clock-cycles = <16>;
1092
1093                         reg = <0x4ae07e30 0x4>, <0x4ae07e20 0x4>,
1094                               <0x4ae06010 0x4>, <0x4a0025e0 0xc>,
1095                               <0x4a00246c 0x4>;
1096                         reg-names = "setup-address", "control-address",
1097                                     "int-address", "efuse-address",
1098                                     "ldo-address";
1099                         ti,tranxdone-status-mask = <0x20000000>;
1100                         /* LDOVBBDSPEVE_FBB_MUX_CTRL */
1101                         ti,ldovbb-override-mask = <0x400>;
1102                         /* LDOVBBDSPEVE_FBB_VSET_OUT */
1103                         ti,ldovbb-vset-mask = <0x1F>;
1104
1105                         /*
1106                          * NOTE: only FBB mode used but actual vset will
1107                          * determine final biasing
1108                          */
1109                         ti,abb_info = <
1110                         /*uV            ABB     efuse   rbb_m fbb_m     vset_m*/
1111                         1055000         0       0x0     0 0x02000000 0x01F00000
1112                         1150000         0       0x4     0 0x02000000 0x01F00000
1113                         1250000         0       0x8     0 0x02000000 0x01F00000
1114                         >;
1115                 };
1116
1117                 abb_gpu: regulator-abb-gpu {
1118                         compatible = "ti,abb-v3";
1119                         regulator-name = "abb_gpu";
1120                         #address-cells = <0>;
1121                         #size-cells = <0>;
1122                         clocks = <&sys_clkin1>;
1123                         ti,settling-time = <50>;
1124                         ti,clock-cycles = <16>;
1125
1126                         reg = <0x4ae07de4 0x4>, <0x4ae07de8 0x4>,
1127                               <0x4ae06010 0x4>, <0x4a003b08 0xc>,
1128                               <0x4ae0c154 0x4>;
1129                         reg-names = "setup-address", "control-address",
1130                                     "int-address", "efuse-address",
1131                                     "ldo-address";
1132                         ti,tranxdone-status-mask = <0x10000000>;
1133                         /* LDOVBBGPU_FBB_MUX_CTRL */
1134                         ti,ldovbb-override-mask = <0x400>;
1135                         /* LDOVBBGPU_FBB_VSET_OUT */
1136                         ti,ldovbb-vset-mask = <0x1F>;
1137
1138                         /*
1139                          * NOTE: only FBB mode used but actual vset will
1140                          * determine final biasing
1141                          */
1142                         ti,abb_info = <
1143                         /*uV            ABB     efuse   rbb_m fbb_m     vset_m*/
1144                         1090000         0       0x0     0 0x02000000 0x01F00000
1145                         1210000         0       0x4     0 0x02000000 0x01F00000
1146                         1280000         0       0x8     0 0x02000000 0x01F00000
1147                         >;
1148                 };
1149
1150                 mcspi1: spi@48098000 {
1151                         compatible = "ti,omap4-mcspi";
1152                         reg = <0x48098000 0x200>;
1153                         interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
1154                         #address-cells = <1>;
1155                         #size-cells = <0>;
1156                         ti,hwmods = "mcspi1";
1157                         ti,spi-num-cs = <4>;
1158                         dmas = <&sdma_xbar 35>,
1159                                <&sdma_xbar 36>,
1160                                <&sdma_xbar 37>,
1161                                <&sdma_xbar 38>,
1162                                <&sdma_xbar 39>,
1163                                <&sdma_xbar 40>,
1164                                <&sdma_xbar 41>,
1165                                <&sdma_xbar 42>;
1166                         dma-names = "tx0", "rx0", "tx1", "rx1",
1167                                     "tx2", "rx2", "tx3", "rx3";
1168                         status = "disabled";
1169                 };
1170
1171                 mcspi2: spi@4809a000 {
1172                         compatible = "ti,omap4-mcspi";
1173                         reg = <0x4809a000 0x200>;
1174                         interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
1175                         #address-cells = <1>;
1176                         #size-cells = <0>;
1177                         ti,hwmods = "mcspi2";
1178                         ti,spi-num-cs = <2>;
1179                         dmas = <&sdma_xbar 43>,
1180                                <&sdma_xbar 44>,
1181                                <&sdma_xbar 45>,
1182                                <&sdma_xbar 46>;
1183                         dma-names = "tx0", "rx0", "tx1", "rx1";
1184                         status = "disabled";
1185                 };
1186
1187                 mcspi3: spi@480b8000 {
1188                         compatible = "ti,omap4-mcspi";
1189                         reg = <0x480b8000 0x200>;
1190                         interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
1191                         #address-cells = <1>;
1192                         #size-cells = <0>;
1193                         ti,hwmods = "mcspi3";
1194                         ti,spi-num-cs = <2>;
1195                         dmas = <&sdma_xbar 15>, <&sdma_xbar 16>;
1196                         dma-names = "tx0", "rx0";
1197                         status = "disabled";
1198                 };
1199
1200                 mcspi4: spi@480ba000 {
1201                         compatible = "ti,omap4-mcspi";
1202                         reg = <0x480ba000 0x200>;
1203                         interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
1204                         #address-cells = <1>;
1205                         #size-cells = <0>;
1206                         ti,hwmods = "mcspi4";
1207                         ti,spi-num-cs = <1>;
1208                         dmas = <&sdma_xbar 70>, <&sdma_xbar 71>;
1209                         dma-names = "tx0", "rx0";
1210                         status = "disabled";
1211                 };
1212
1213                 qspi: qspi@4b300000 {
1214                         compatible = "ti,dra7xxx-qspi";
1215                         reg = <0x4b300000 0x100>,
1216                               <0x5c000000 0x4000000>;
1217                         reg-names = "qspi_base", "qspi_mmap";
1218                         syscon-chipselects = <&scm_conf 0x558>;
1219                         #address-cells = <1>;
1220                         #size-cells = <0>;
1221                         ti,hwmods = "qspi";
1222                         clocks = <&qspi_gfclk_div>;
1223                         clock-names = "fck";
1224                         num-cs = <4>;
1225                         interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>;
1226                         status = "disabled";
1227                 };
1228
1229                 /* OCP2SCP3 */
1230                 ocp2scp@4a090000 {
1231                         compatible = "ti,omap-ocp2scp";
1232                         #address-cells = <1>;
1233                         #size-cells = <1>;
1234                         ranges;
1235                         reg = <0x4a090000 0x20>;
1236                         ti,hwmods = "ocp2scp3";
1237                         sata_phy: phy@4A096000 {
1238                                 compatible = "ti,phy-pipe3-sata";
1239                                 reg = <0x4A096000 0x80>, /* phy_rx */
1240                                       <0x4A096400 0x64>, /* phy_tx */
1241                                       <0x4A096800 0x40>; /* pll_ctrl */
1242                                 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
1243                                 syscon-phy-power = <&scm_conf 0x374>;
1244                                 clocks = <&sys_clkin1>, <&sata_ref_clk>;
1245                                 clock-names = "sysclk", "refclk";
1246                                 syscon-pllreset = <&scm_conf 0x3fc>;
1247                                 #phy-cells = <0>;
1248                         };
1249
1250                         pcie1_phy: pciephy@4a094000 {
1251                                 compatible = "ti,phy-pipe3-pcie";
1252                                 reg = <0x4a094000 0x80>, /* phy_rx */
1253                                       <0x4a094400 0x64>; /* phy_tx */
1254                                 reg-names = "phy_rx", "phy_tx";
1255                                 syscon-phy-power = <&scm_conf_pcie 0x1c>;
1256                                 syscon-pcs = <&scm_conf_pcie 0x10>;
1257                                 clocks = <&dpll_pcie_ref_ck>,
1258                                          <&dpll_pcie_ref_m2ldo_ck>,
1259                                          <&optfclk_pciephy1_32khz>,
1260                                          <&optfclk_pciephy1_clk>,
1261                                          <&optfclk_pciephy1_div_clk>,
1262                                          <&optfclk_pciephy_div>,
1263                                          <&sys_clkin1>;
1264                                 clock-names = "dpll_ref", "dpll_ref_m2",
1265                                               "wkupclk", "refclk",
1266                                               "div-clk", "phy-div", "sysclk";
1267                                 #phy-cells = <0>;
1268                         };
1269
1270                         pcie2_phy: pciephy@4a095000 {
1271                                 compatible = "ti,phy-pipe3-pcie";
1272                                 reg = <0x4a095000 0x80>, /* phy_rx */
1273                                       <0x4a095400 0x64>; /* phy_tx */
1274                                 reg-names = "phy_rx", "phy_tx";
1275                                 syscon-phy-power = <&scm_conf_pcie 0x20>;
1276                                 syscon-pcs = <&scm_conf_pcie 0x10>;
1277                                 clocks = <&dpll_pcie_ref_ck>,
1278                                          <&dpll_pcie_ref_m2ldo_ck>,
1279                                          <&optfclk_pciephy2_32khz>,
1280                                          <&optfclk_pciephy2_clk>,
1281                                          <&optfclk_pciephy2_div_clk>,
1282                                          <&optfclk_pciephy_div>,
1283                                          <&sys_clkin1>;
1284                                 clock-names = "dpll_ref", "dpll_ref_m2",
1285                                               "wkupclk", "refclk",
1286                                               "div-clk", "phy-div", "sysclk";
1287                                 #phy-cells = <0>;
1288                                 status = "disabled";
1289                         };
1290                 };
1291
1292                 sata: sata@4a141100 {
1293                         compatible = "snps,dwc-ahci";
1294                         reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
1295                         interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
1296                         phys = <&sata_phy>;
1297                         phy-names = "sata-phy";
1298                         clocks = <&sata_ref_clk>;
1299                         ti,hwmods = "sata";
1300                 };
1301
1302                 rtc: rtc@48838000 {
1303                         compatible = "ti,am3352-rtc";
1304                         reg = <0x48838000 0x100>;
1305                         interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
1306                                      <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
1307                         ti,hwmods = "rtcss";
1308                         clocks = <&sys_32k_ck>;
1309                 };
1310
1311                 /* OCP2SCP1 */
1312                 ocp2scp@4a080000 {
1313                         compatible = "ti,omap-ocp2scp";
1314                         #address-cells = <1>;
1315                         #size-cells = <1>;
1316                         ranges;
1317                         reg = <0x4a080000 0x20>;
1318                         ti,hwmods = "ocp2scp1";
1319
1320                         usb2_phy1: phy@4a084000 {
1321                                 compatible = "ti,omap-usb2";
1322                                 reg = <0x4a084000 0x400>;
1323                                 syscon-phy-power = <&scm_conf 0x300>;
1324                                 clocks = <&usb_phy1_always_on_clk32k>,
1325                                          <&usb_otg_ss1_refclk960m>;
1326                                 clock-names =   "wkupclk",
1327                                                 "refclk";
1328                                 #phy-cells = <0>;
1329                         };
1330
1331                         usb2_phy2: phy@4a085000 {
1332                                 compatible = "ti,dra7x-usb2-phy2",
1333                                              "ti,omap-usb2";
1334                                 reg = <0x4a085000 0x400>;
1335                                 syscon-phy-power = <&scm_conf 0xe74>;
1336                                 clocks = <&usb_phy2_always_on_clk32k>,
1337                                          <&usb_otg_ss2_refclk960m>;
1338                                 clock-names =   "wkupclk",
1339                                                 "refclk";
1340                                 #phy-cells = <0>;
1341                         };
1342
1343                         usb3_phy1: phy@4a084400 {
1344                                 compatible = "ti,omap-usb3";
1345                                 reg = <0x4a084400 0x80>,
1346                                       <0x4a084800 0x64>,
1347                                       <0x4a084c00 0x40>;
1348                                 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
1349                                 syscon-phy-power = <&scm_conf 0x370>;
1350                                 clocks = <&usb_phy3_always_on_clk32k>,
1351                                          <&sys_clkin1>,
1352                                          <&usb_otg_ss1_refclk960m>;
1353                                 clock-names =   "wkupclk",
1354                                                 "sysclk",
1355                                                 "refclk";
1356                                 #phy-cells = <0>;
1357                         };
1358                 };
1359
1360                 omap_dwc3_1: omap_dwc3_1@48880000 {
1361                         compatible = "ti,dwc3";
1362                         ti,hwmods = "usb_otg_ss1";
1363                         reg = <0x48880000 0x10000>;
1364                         interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
1365                         #address-cells = <1>;
1366                         #size-cells = <1>;
1367                         utmi-mode = <2>;
1368                         ranges;
1369                         usb1: usb@48890000 {
1370                                 compatible = "snps,dwc3";
1371                                 reg = <0x48890000 0x17000>;
1372                                 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1373                                              <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1374                                              <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
1375                                 interrupt-names = "peripheral",
1376                                                   "host",
1377                                                   "otg";
1378                                 phys = <&usb2_phy1>, <&usb3_phy1>;
1379                                 phy-names = "usb2-phy", "usb3-phy";
1380                                 maximum-speed = "super-speed";
1381                                 dr_mode = "otg";
1382                                 snps,dis_u3_susphy_quirk;
1383                                 snps,dis_u2_susphy_quirk;
1384                         };
1385                 };
1386
1387                 omap_dwc3_2: omap_dwc3_2@488c0000 {
1388                         compatible = "ti,dwc3";
1389                         ti,hwmods = "usb_otg_ss2";
1390                         reg = <0x488c0000 0x10000>;
1391                         interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
1392                         #address-cells = <1>;
1393                         #size-cells = <1>;
1394                         utmi-mode = <2>;
1395                         ranges;
1396                         usb2: usb@488d0000 {
1397                                 compatible = "snps,dwc3";
1398                                 reg = <0x488d0000 0x17000>;
1399                                 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1400                                              <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1401                                              <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
1402                                 interrupt-names = "peripheral",
1403                                                   "host",
1404                                                   "otg";
1405                                 phys = <&usb2_phy2>;
1406                                 phy-names = "usb2-phy";
1407                                 maximum-speed = "high-speed";
1408                                 dr_mode = "otg";
1409                                 snps,dis_u3_susphy_quirk;
1410                                 snps,dis_u2_susphy_quirk;
1411                         };
1412                 };
1413
1414                 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */
1415                 omap_dwc3_3: omap_dwc3_3@48900000 {
1416                         compatible = "ti,dwc3";
1417                         ti,hwmods = "usb_otg_ss3";
1418                         reg = <0x48900000 0x10000>;
1419                         interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
1420                         #address-cells = <1>;
1421                         #size-cells = <1>;
1422                         utmi-mode = <2>;
1423                         ranges;
1424                         status = "disabled";
1425                         usb3: usb@48910000 {
1426                                 compatible = "snps,dwc3";
1427                                 reg = <0x48910000 0x17000>;
1428                                 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1429                                              <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1430                                              <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
1431                                 interrupt-names = "peripheral",
1432                                                   "host",
1433                                                   "otg";
1434                                 maximum-speed = "high-speed";
1435                                 dr_mode = "otg";
1436                                 snps,dis_u3_susphy_quirk;
1437                                 snps,dis_u2_susphy_quirk;
1438                         };
1439                 };
1440
1441                 elm: elm@48078000 {
1442                         compatible = "ti,am3352-elm";
1443                         reg = <0x48078000 0xfc0>;      /* device IO registers */
1444                         interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
1445                         ti,hwmods = "elm";
1446                         status = "disabled";
1447                 };
1448
1449                 gpmc: gpmc@50000000 {
1450                         compatible = "ti,am3352-gpmc";
1451                         ti,hwmods = "gpmc";
1452                         reg = <0x50000000 0x37c>;      /* device IO registers */
1453                         interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
1454                         dmas = <&edma_xbar 4 0>;
1455                         dma-names = "rxtx";
1456                         gpmc,num-cs = <8>;
1457                         gpmc,num-waitpins = <2>;
1458                         #address-cells = <2>;
1459                         #size-cells = <1>;
1460                         interrupt-controller;
1461                         #interrupt-cells = <2>;
1462                         gpio-controller;
1463                         #gpio-cells = <2>;
1464                         status = "disabled";
1465                 };
1466
1467                 atl: atl@4843c000 {
1468                         compatible = "ti,dra7-atl";
1469                         reg = <0x4843c000 0x3ff>;
1470                         ti,hwmods = "atl";
1471                         ti,provided-clocks = <&atl_clkin0_ck>, <&atl_clkin1_ck>,
1472                                              <&atl_clkin2_ck>, <&atl_clkin3_ck>;
1473                         clocks = <&atl_gfclk_mux>;
1474                         clock-names = "fck";
1475                         status = "disabled";
1476                 };
1477
1478                 mcasp1: mcasp@48460000 {
1479                         compatible = "ti,dra7-mcasp-audio";
1480                         ti,hwmods = "mcasp1";
1481                         reg = <0x48460000 0x2000>,
1482                               <0x45800000 0x1000>;
1483                         reg-names = "mpu","dat";
1484                         interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
1485                                      <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
1486                         interrupt-names = "tx", "rx";
1487                         dmas = <&edma_xbar 129 1>, <&edma_xbar 128 1>;
1488                         dma-names = "tx", "rx";
1489                         clocks = <&mcasp1_aux_gfclk_mux>, <&mcasp1_ahclkx_mux>,
1490                                  <&mcasp1_ahclkr_mux>;
1491                         clock-names = "fck", "ahclkx", "ahclkr";
1492                         status = "disabled";
1493                 };
1494
1495                 mcasp2: mcasp@48464000 {
1496                         compatible = "ti,dra7-mcasp-audio";
1497                         ti,hwmods = "mcasp2";
1498                         reg = <0x48464000 0x2000>,
1499                               <0x45c00000 0x1000>;
1500                         reg-names = "mpu","dat";
1501                         interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>,
1502                                      <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
1503                         interrupt-names = "tx", "rx";
1504                         dmas = <&edma_xbar 131 1>, <&edma_xbar 130 1>;
1505                         dma-names = "tx", "rx";
1506                         clocks = <&mcasp2_aux_gfclk_mux>, <&mcasp2_ahclkx_mux>,
1507                                  <&mcasp2_ahclkr_mux>;
1508                         clock-names = "fck", "ahclkx", "ahclkr";
1509                         status = "disabled";
1510                 };
1511
1512                 mcasp3: mcasp@48468000 {
1513                         compatible = "ti,dra7-mcasp-audio";
1514                         ti,hwmods = "mcasp3";
1515                         reg = <0x48468000 0x2000>,
1516                               <0x46000000 0x1000>;
1517                         reg-names = "mpu","dat";
1518                         interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>,
1519                                      <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
1520                         interrupt-names = "tx", "rx";
1521                         dmas = <&edma_xbar 133 1>, <&edma_xbar 132 1>;
1522                         dma-names = "tx", "rx";
1523                         clocks = <&mcasp3_aux_gfclk_mux>, <&mcasp3_ahclkx_mux>;
1524                         clock-names = "fck", "ahclkx";
1525                         status = "disabled";
1526                 };
1527
1528                 mcasp4: mcasp@4846c000 {
1529                         compatible = "ti,dra7-mcasp-audio";
1530                         ti,hwmods = "mcasp4";
1531                         reg = <0x4846c000 0x2000>,
1532                               <0x48436000 0x1000>;
1533                         reg-names = "mpu","dat";
1534                         interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
1535                                      <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
1536                         interrupt-names = "tx", "rx";
1537                         dmas = <&edma_xbar 135 1>, <&edma_xbar 134 1>;
1538                         dma-names = "tx", "rx";
1539                         clocks = <&mcasp4_aux_gfclk_mux>, <&mcasp4_ahclkx_mux>;
1540                         clock-names = "fck", "ahclkx";
1541                         status = "disabled";
1542                 };
1543
1544                 mcasp5: mcasp@48470000 {
1545                         compatible = "ti,dra7-mcasp-audio";
1546                         ti,hwmods = "mcasp5";
1547                         reg = <0x48470000 0x2000>,
1548                               <0x4843a000 0x1000>;
1549                         reg-names = "mpu","dat";
1550                         interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
1551                                      <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
1552                         interrupt-names = "tx", "rx";
1553                         dmas = <&edma_xbar 137 1>, <&edma_xbar 136 1>;
1554                         dma-names = "tx", "rx";
1555                         clocks = <&mcasp5_aux_gfclk_mux>, <&mcasp5_ahclkx_mux>;
1556                         clock-names = "fck", "ahclkx";
1557                         status = "disabled";
1558                 };
1559
1560                 mcasp6: mcasp@48474000 {
1561                         compatible = "ti,dra7-mcasp-audio";
1562                         ti,hwmods = "mcasp6";
1563                         reg = <0x48474000 0x2000>,
1564                               <0x4844c000 0x1000>;
1565                         reg-names = "mpu","dat";
1566                         interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
1567                                      <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
1568                         interrupt-names = "tx", "rx";
1569                         dmas = <&edma_xbar 139 1>, <&edma_xbar 138 1>;
1570                         dma-names = "tx", "rx";
1571                         clocks = <&mcasp6_aux_gfclk_mux>, <&mcasp6_ahclkx_mux>;
1572                         clock-names = "fck", "ahclkx";
1573                         status = "disabled";
1574                 };
1575
1576                 mcasp7: mcasp@48478000 {
1577                         compatible = "ti,dra7-mcasp-audio";
1578                         ti,hwmods = "mcasp7";
1579                         reg = <0x48478000 0x2000>,
1580                               <0x48450000 0x1000>;
1581                         reg-names = "mpu","dat";
1582                         interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>,
1583                                      <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
1584                         interrupt-names = "tx", "rx";
1585                         dmas = <&edma_xbar 141 1>, <&edma_xbar 140 1>;
1586                         dma-names = "tx", "rx";
1587                         clocks = <&mcasp7_aux_gfclk_mux>, <&mcasp7_ahclkx_mux>;
1588                         clock-names = "fck", "ahclkx";
1589                         status = "disabled";
1590                 };
1591
1592                 mcasp8: mcasp@4847c000 {
1593                         compatible = "ti,dra7-mcasp-audio";
1594                         ti,hwmods = "mcasp8";
1595                         reg = <0x4847c000 0x2000>,
1596                               <0x48454000 0x1000>;
1597                         reg-names = "mpu","dat";
1598                         interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>,
1599                                      <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>;
1600                         interrupt-names = "tx", "rx";
1601                         dmas = <&edma_xbar 143 1>, <&edma_xbar 142 1>;
1602                         dma-names = "tx", "rx";
1603                         clocks = <&mcasp8_aux_gfclk_mux>, <&mcasp8_ahclkx_mux>;
1604                         clock-names = "fck", "ahclkx";
1605                         status = "disabled";
1606                 };
1607
1608                 crossbar_mpu: crossbar@4a002a48 {
1609                         compatible = "ti,irq-crossbar";
1610                         reg = <0x4a002a48 0x130>;
1611                         interrupt-controller;
1612                         interrupt-parent = <&wakeupgen>;
1613                         #interrupt-cells = <3>;
1614                         ti,max-irqs = <160>;
1615                         ti,max-crossbar-sources = <MAX_SOURCES>;
1616                         ti,reg-size = <2>;
1617                         ti,irqs-reserved = <0 1 2 3 5 6 131 132>;
1618                         ti,irqs-skip = <10 133 139 140>;
1619                         ti,irqs-safe-map = <0>;
1620                 };
1621
1622                 mac: ethernet@48484000 {
1623                         compatible = "ti,dra7-cpsw","ti,cpsw";
1624                         ti,hwmods = "gmac";
1625                         clocks = <&dpll_gmac_ck>, <&gmac_gmii_ref_clk_div>;
1626                         clock-names = "fck", "cpts";
1627                         cpdma_channels = <8>;
1628                         ale_entries = <1024>;
1629                         bd_ram_size = <0x2000>;
1630                         no_bd_ram = <0>;
1631                         mac_control = <0x20>;
1632                         slaves = <2>;
1633                         active_slave = <0>;
1634                         cpts_clock_mult = <0x80000000>;
1635                         cpts_clock_shift = <29>;
1636                         reg = <0x48484000 0x1000
1637                                0x48485200 0x2E00>;
1638                         #address-cells = <1>;
1639                         #size-cells = <1>;
1640
1641                         /*
1642                          * Do not allow gating of cpsw clock as workaround
1643                          * for errata i877. Keeping internal clock disabled
1644                          * causes the device switching characteristics
1645                          * to degrade over time and eventually fail to meet
1646                          * the data manual delay time/skew specs.
1647                          */
1648                         ti,no-idle;
1649
1650                         /*
1651                          * rx_thresh_pend
1652                          * rx_pend
1653                          * tx_pend
1654                          * misc_pend
1655                          */
1656                         interrupts = <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
1657                                      <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>,
1658                                      <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>,
1659                                      <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>;
1660                         ranges;
1661                         syscon = <&scm_conf>;
1662                         status = "disabled";
1663
1664                         davinci_mdio: mdio@48485000 {
1665                                 compatible = "ti,cpsw-mdio","ti,davinci_mdio";
1666                                 #address-cells = <1>;
1667                                 #size-cells = <0>;
1668                                 ti,hwmods = "davinci_mdio";
1669                                 bus_freq = <1000000>;
1670                                 reg = <0x48485000 0x100>;
1671                         };
1672
1673                         cpsw_emac0: slave@48480200 {
1674                                 /* Filled in by U-Boot */
1675                                 mac-address = [ 00 00 00 00 00 00 ];
1676                         };
1677
1678                         cpsw_emac1: slave@48480300 {
1679                                 /* Filled in by U-Boot */
1680                                 mac-address = [ 00 00 00 00 00 00 ];
1681                         };
1682
1683                         phy_sel: cpsw-phy-sel@4a002554 {
1684                                 compatible = "ti,dra7xx-cpsw-phy-sel";
1685                                 reg= <0x4a002554 0x4>;
1686                                 reg-names = "gmii-sel";
1687                         };
1688                 };
1689
1690                 dcan1: can@481cc000 {
1691                         compatible = "ti,dra7-d_can";
1692                         ti,hwmods = "dcan1";
1693                         reg = <0x4ae3c000 0x2000>;
1694                         syscon-raminit = <&scm_conf 0x558 0>;
1695                         interrupts = <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>;
1696                         clocks = <&dcan1_sys_clk_mux>;
1697                         status = "disabled";
1698                 };
1699
1700                 dcan2: can@481d0000 {
1701                         compatible = "ti,dra7-d_can";
1702                         ti,hwmods = "dcan2";
1703                         reg = <0x48480000 0x2000>;
1704                         syscon-raminit = <&scm_conf 0x558 1>;
1705                         interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
1706                         clocks = <&sys_clkin1>;
1707                         status = "disabled";
1708                 };
1709
1710                 dss: dss@58000000 {
1711                         compatible = "ti,dra7-dss";
1712                         /* 'reg' defined in dra72x.dtsi and dra74x.dtsi */
1713                         /* 'clocks' defined in dra72x.dtsi and dra74x.dtsi */
1714                         status = "disabled";
1715                         ti,hwmods = "dss_core";
1716                         /* CTRL_CORE_DSS_PLL_CONTROL */
1717                         syscon-pll-ctrl = <&scm_conf 0x538>;
1718                         #address-cells = <1>;
1719                         #size-cells = <1>;
1720                         ranges;
1721
1722                         dispc@58001000 {
1723                                 compatible = "ti,dra7-dispc";
1724                                 reg = <0x58001000 0x1000>;
1725                                 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
1726                                 ti,hwmods = "dss_dispc";
1727                                 clocks = <&dss_dss_clk>;
1728                                 clock-names = "fck";
1729                                 /* CTRL_CORE_SMA_SW_1 */
1730                                 syscon-pol = <&scm_conf 0x534>;
1731                         };
1732
1733                         hdmi: encoder@58060000 {
1734                                 compatible = "ti,dra7-hdmi";
1735                                 reg = <0x58040000 0x200>,
1736                                       <0x58040200 0x80>,
1737                                       <0x58040300 0x80>,
1738                                       <0x58060000 0x19000>;
1739                                 reg-names = "wp", "pll", "phy", "core";
1740                                 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
1741                                 status = "disabled";
1742                                 ti,hwmods = "dss_hdmi";
1743                                 clocks = <&dss_48mhz_clk>, <&dss_hdmi_clk>;
1744                                 clock-names = "fck", "sys_clk";
1745                         };
1746                 };
1747         };
1748
1749         thermal_zones: thermal-zones {
1750                 #include "omap4-cpu-thermal.dtsi"
1751                 #include "omap5-gpu-thermal.dtsi"
1752                 #include "omap5-core-thermal.dtsi"
1753                 #include "dra7-dspeve-thermal.dtsi"
1754                 #include "dra7-iva-thermal.dtsi"
1755         };
1756
1757 };
1758
1759 &cpu_thermal {
1760         polling-delay = <500>; /* milliseconds */
1761 };
1762
1763 /include/ "dra7xx-clocks.dtsi"