2cb72ba1dd05835e80ebc27927870d364928c9a7
[cascardo/linux.git] / arch / arm / boot / dts / omap5.dtsi
1 /*
2  * Copyright (C) 2012 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/gpio/gpio.h>
11 #include <dt-bindings/interrupt-controller/arm-gic.h>
12 #include <dt-bindings/pinctrl/omap.h>
13
14 #include "skeleton.dtsi"
15
16 / {
17         #address-cells = <1>;
18         #size-cells = <1>;
19
20         compatible = "ti,omap5";
21         interrupt-parent = <&gic>;
22
23         aliases {
24                 i2c0 = &i2c1;
25                 i2c1 = &i2c2;
26                 i2c2 = &i2c3;
27                 i2c3 = &i2c4;
28                 i2c4 = &i2c5;
29                 serial0 = &uart1;
30                 serial1 = &uart2;
31                 serial2 = &uart3;
32                 serial3 = &uart4;
33                 serial4 = &uart5;
34                 serial5 = &uart6;
35         };
36
37         cpus {
38                 #address-cells = <1>;
39                 #size-cells = <0>;
40
41                 cpu@0 {
42                         device_type = "cpu";
43                         compatible = "arm,cortex-a15";
44                         reg = <0x0>;
45                 };
46                 cpu@1 {
47                         device_type = "cpu";
48                         compatible = "arm,cortex-a15";
49                         reg = <0x1>;
50                 };
51         };
52
53         timer {
54                 compatible = "arm,armv7-timer";
55                 /* PPI secure/nonsecure IRQ */
56                 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_LOW)>,
57                              <GIC_PPI 14 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_LOW)>,
58                              <GIC_PPI 11 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_LOW)>,
59                              <GIC_PPI 10 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_LOW)>;
60         };
61
62         gic: interrupt-controller@48211000 {
63                 compatible = "arm,cortex-a15-gic";
64                 interrupt-controller;
65                 #interrupt-cells = <3>;
66                 reg = <0x48211000 0x1000>,
67                       <0x48212000 0x1000>,
68                       <0x48214000 0x2000>,
69                       <0x48216000 0x2000>;
70         };
71
72         /*
73          * The soc node represents the soc top level view. It is uses for IPs
74          * that are not memory mapped in the MPU view or for the MPU itself.
75          */
76         soc {
77                 compatible = "ti,omap-infra";
78                 mpu {
79                         compatible = "ti,omap5-mpu";
80                         ti,hwmods = "mpu";
81                 };
82         };
83
84         /*
85          * XXX: Use a flat representation of the OMAP3 interconnect.
86          * The real OMAP interconnect network is quite complex.
87          * Since that will not bring real advantage to represent that in DT for
88          * the moment, just use a fake OCP bus entry to represent the whole bus
89          * hierarchy.
90          */
91         ocp {
92                 compatible = "ti,omap4-l3-noc", "simple-bus";
93                 #address-cells = <1>;
94                 #size-cells = <1>;
95                 ranges;
96                 ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
97                 reg = <0x44000000 0x2000>,
98                       <0x44800000 0x3000>,
99                       <0x45000000 0x4000>;
100                 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
101                              <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
102
103                 counter32k: counter@4ae04000 {
104                         compatible = "ti,omap-counter32k";
105                         reg = <0x4ae04000 0x40>;
106                         ti,hwmods = "counter_32k";
107                 };
108
109                 omap5_pmx_core: pinmux@4a002840 {
110                         compatible = "ti,omap4-padconf", "pinctrl-single";
111                         reg = <0x4a002840 0x01b6>;
112                         #address-cells = <1>;
113                         #size-cells = <0>;
114                         pinctrl-single,register-width = <16>;
115                         pinctrl-single,function-mask = <0x7fff>;
116                 };
117                 omap5_pmx_wkup: pinmux@4ae0c840 {
118                         compatible = "ti,omap4-padconf", "pinctrl-single";
119                         reg = <0x4ae0c840 0x0038>;
120                         #address-cells = <1>;
121                         #size-cells = <0>;
122                         pinctrl-single,register-width = <16>;
123                         pinctrl-single,function-mask = <0x7fff>;
124                 };
125
126                 sdma: dma-controller@4a056000 {
127                         compatible = "ti,omap4430-sdma";
128                         reg = <0x4a056000 0x1000>;
129                         interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
130                                      <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
131                                      <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>,
132                                      <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
133                         #dma-cells = <1>;
134                         #dma-channels = <32>;
135                         #dma-requests = <127>;
136                 };
137
138                 gpio1: gpio@4ae10000 {
139                         compatible = "ti,omap4-gpio";
140                         reg = <0x4ae10000 0x200>;
141                         interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
142                         ti,hwmods = "gpio1";
143                         ti,gpio-always-on;
144                         gpio-controller;
145                         #gpio-cells = <2>;
146                         interrupt-controller;
147                         #interrupt-cells = <2>;
148                 };
149
150                 gpio2: gpio@48055000 {
151                         compatible = "ti,omap4-gpio";
152                         reg = <0x48055000 0x200>;
153                         interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
154                         ti,hwmods = "gpio2";
155                         gpio-controller;
156                         #gpio-cells = <2>;
157                         interrupt-controller;
158                         #interrupt-cells = <2>;
159                 };
160
161                 gpio3: gpio@48057000 {
162                         compatible = "ti,omap4-gpio";
163                         reg = <0x48057000 0x200>;
164                         interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
165                         ti,hwmods = "gpio3";
166                         gpio-controller;
167                         #gpio-cells = <2>;
168                         interrupt-controller;
169                         #interrupt-cells = <2>;
170                 };
171
172                 gpio4: gpio@48059000 {
173                         compatible = "ti,omap4-gpio";
174                         reg = <0x48059000 0x200>;
175                         interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
176                         ti,hwmods = "gpio4";
177                         gpio-controller;
178                         #gpio-cells = <2>;
179                         interrupt-controller;
180                         #interrupt-cells = <2>;
181                 };
182
183                 gpio5: gpio@4805b000 {
184                         compatible = "ti,omap4-gpio";
185                         reg = <0x4805b000 0x200>;
186                         interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
187                         ti,hwmods = "gpio5";
188                         gpio-controller;
189                         #gpio-cells = <2>;
190                         interrupt-controller;
191                         #interrupt-cells = <2>;
192                 };
193
194                 gpio6: gpio@4805d000 {
195                         compatible = "ti,omap4-gpio";
196                         reg = <0x4805d000 0x200>;
197                         interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
198                         ti,hwmods = "gpio6";
199                         gpio-controller;
200                         #gpio-cells = <2>;
201                         interrupt-controller;
202                         #interrupt-cells = <2>;
203                 };
204
205                 gpio7: gpio@48051000 {
206                         compatible = "ti,omap4-gpio";
207                         reg = <0x48051000 0x200>;
208                         interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
209                         ti,hwmods = "gpio7";
210                         gpio-controller;
211                         #gpio-cells = <2>;
212                         interrupt-controller;
213                         #interrupt-cells = <2>;
214                 };
215
216                 gpio8: gpio@48053000 {
217                         compatible = "ti,omap4-gpio";
218                         reg = <0x48053000 0x200>;
219                         interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
220                         ti,hwmods = "gpio8";
221                         gpio-controller;
222                         #gpio-cells = <2>;
223                         interrupt-controller;
224                         #interrupt-cells = <2>;
225                 };
226
227                 gpmc: gpmc@50000000 {
228                         compatible = "ti,omap4430-gpmc";
229                         reg = <0x50000000 0x1000>;
230                         #address-cells = <2>;
231                         #size-cells = <1>;
232                         interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
233                         gpmc,num-cs = <8>;
234                         gpmc,num-waitpins = <4>;
235                         ti,hwmods = "gpmc";
236                 };
237
238                 i2c1: i2c@48070000 {
239                         compatible = "ti,omap4-i2c";
240                         reg = <0x48070000 0x100>;
241                         interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
242                         #address-cells = <1>;
243                         #size-cells = <0>;
244                         ti,hwmods = "i2c1";
245                 };
246
247                 i2c2: i2c@48072000 {
248                         compatible = "ti,omap4-i2c";
249                         reg = <0x48072000 0x100>;
250                         interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
251                         #address-cells = <1>;
252                         #size-cells = <0>;
253                         ti,hwmods = "i2c2";
254                 };
255
256                 i2c3: i2c@48060000 {
257                         compatible = "ti,omap4-i2c";
258                         reg = <0x48060000 0x100>;
259                         interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
260                         #address-cells = <1>;
261                         #size-cells = <0>;
262                         ti,hwmods = "i2c3";
263                 };
264
265                 i2c4: i2c@4807a000 {
266                         compatible = "ti,omap4-i2c";
267                         reg = <0x4807a000 0x100>;
268                         interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
269                         #address-cells = <1>;
270                         #size-cells = <0>;
271                         ti,hwmods = "i2c4";
272                 };
273
274                 i2c5: i2c@4807c000 {
275                         compatible = "ti,omap4-i2c";
276                         reg = <0x4807c000 0x100>;
277                         interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
278                         #address-cells = <1>;
279                         #size-cells = <0>;
280                         ti,hwmods = "i2c5";
281                 };
282
283                 mcspi1: spi@48098000 {
284                         compatible = "ti,omap4-mcspi";
285                         reg = <0x48098000 0x200>;
286                         interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
287                         #address-cells = <1>;
288                         #size-cells = <0>;
289                         ti,hwmods = "mcspi1";
290                         ti,spi-num-cs = <4>;
291                         dmas = <&sdma 35>,
292                                <&sdma 36>,
293                                <&sdma 37>,
294                                <&sdma 38>,
295                                <&sdma 39>,
296                                <&sdma 40>,
297                                <&sdma 41>,
298                                <&sdma 42>;
299                         dma-names = "tx0", "rx0", "tx1", "rx1",
300                                     "tx2", "rx2", "tx3", "rx3";
301                 };
302
303                 mcspi2: spi@4809a000 {
304                         compatible = "ti,omap4-mcspi";
305                         reg = <0x4809a000 0x200>;
306                         interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
307                         #address-cells = <1>;
308                         #size-cells = <0>;
309                         ti,hwmods = "mcspi2";
310                         ti,spi-num-cs = <2>;
311                         dmas = <&sdma 43>,
312                                <&sdma 44>,
313                                <&sdma 45>,
314                                <&sdma 46>;
315                         dma-names = "tx0", "rx0", "tx1", "rx1";
316                 };
317
318                 mcspi3: spi@480b8000 {
319                         compatible = "ti,omap4-mcspi";
320                         reg = <0x480b8000 0x200>;
321                         interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
322                         #address-cells = <1>;
323                         #size-cells = <0>;
324                         ti,hwmods = "mcspi3";
325                         ti,spi-num-cs = <2>;
326                         dmas = <&sdma 15>, <&sdma 16>;
327                         dma-names = "tx0", "rx0";
328                 };
329
330                 mcspi4: spi@480ba000 {
331                         compatible = "ti,omap4-mcspi";
332                         reg = <0x480ba000 0x200>;
333                         interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
334                         #address-cells = <1>;
335                         #size-cells = <0>;
336                         ti,hwmods = "mcspi4";
337                         ti,spi-num-cs = <1>;
338                         dmas = <&sdma 70>, <&sdma 71>;
339                         dma-names = "tx0", "rx0";
340                 };
341
342                 uart1: serial@4806a000 {
343                         compatible = "ti,omap4-uart";
344                         reg = <0x4806a000 0x100>;
345                         interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
346                         ti,hwmods = "uart1";
347                         clock-frequency = <48000000>;
348                 };
349
350                 uart2: serial@4806c000 {
351                         compatible = "ti,omap4-uart";
352                         reg = <0x4806c000 0x100>;
353                         interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
354                         ti,hwmods = "uart2";
355                         clock-frequency = <48000000>;
356                 };
357
358                 uart3: serial@48020000 {
359                         compatible = "ti,omap4-uart";
360                         reg = <0x48020000 0x100>;
361                         interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
362                         ti,hwmods = "uart3";
363                         clock-frequency = <48000000>;
364                 };
365
366                 uart4: serial@4806e000 {
367                         compatible = "ti,omap4-uart";
368                         reg = <0x4806e000 0x100>;
369                         interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
370                         ti,hwmods = "uart4";
371                         clock-frequency = <48000000>;
372                 };
373
374                 uart5: serial@48066000 {
375                         compatible = "ti,omap4-uart";
376                         reg = <0x48066000 0x100>;
377                         interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
378                         ti,hwmods = "uart5";
379                         clock-frequency = <48000000>;
380                 };
381
382                 uart6: serial@48068000 {
383                         compatible = "ti,omap4-uart";
384                         reg = <0x48068000 0x100>;
385                         interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
386                         ti,hwmods = "uart6";
387                         clock-frequency = <48000000>;
388                 };
389
390                 mmc1: mmc@4809c000 {
391                         compatible = "ti,omap4-hsmmc";
392                         reg = <0x4809c000 0x400>;
393                         interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
394                         ti,hwmods = "mmc1";
395                         ti,dual-volt;
396                         ti,needs-special-reset;
397                         dmas = <&sdma 61>, <&sdma 62>;
398                         dma-names = "tx", "rx";
399                 };
400
401                 mmc2: mmc@480b4000 {
402                         compatible = "ti,omap4-hsmmc";
403                         reg = <0x480b4000 0x400>;
404                         interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
405                         ti,hwmods = "mmc2";
406                         ti,needs-special-reset;
407                         dmas = <&sdma 47>, <&sdma 48>;
408                         dma-names = "tx", "rx";
409                 };
410
411                 mmc3: mmc@480ad000 {
412                         compatible = "ti,omap4-hsmmc";
413                         reg = <0x480ad000 0x400>;
414                         interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
415                         ti,hwmods = "mmc3";
416                         ti,needs-special-reset;
417                         dmas = <&sdma 77>, <&sdma 78>;
418                         dma-names = "tx", "rx";
419                 };
420
421                 mmc4: mmc@480d1000 {
422                         compatible = "ti,omap4-hsmmc";
423                         reg = <0x480d1000 0x400>;
424                         interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
425                         ti,hwmods = "mmc4";
426                         ti,needs-special-reset;
427                         dmas = <&sdma 57>, <&sdma 58>;
428                         dma-names = "tx", "rx";
429                 };
430
431                 mmc5: mmc@480d5000 {
432                         compatible = "ti,omap4-hsmmc";
433                         reg = <0x480d5000 0x400>;
434                         interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
435                         ti,hwmods = "mmc5";
436                         ti,needs-special-reset;
437                         dmas = <&sdma 59>, <&sdma 60>;
438                         dma-names = "tx", "rx";
439                 };
440
441                 keypad: keypad@4ae1c000 {
442                         compatible = "ti,omap4-keypad";
443                         reg = <0x4ae1c000 0x400>;
444                         ti,hwmods = "kbd";
445                 };
446
447                 mcpdm: mcpdm@40132000 {
448                         compatible = "ti,omap4-mcpdm";
449                         reg = <0x40132000 0x7f>, /* MPU private access */
450                               <0x49032000 0x7f>; /* L3 Interconnect */
451                         reg-names = "mpu", "dma";
452                         interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
453                         ti,hwmods = "mcpdm";
454                         dmas = <&sdma 65>,
455                                <&sdma 66>;
456                         dma-names = "up_link", "dn_link";
457                 };
458
459                 dmic: dmic@4012e000 {
460                         compatible = "ti,omap4-dmic";
461                         reg = <0x4012e000 0x7f>, /* MPU private access */
462                               <0x4902e000 0x7f>; /* L3 Interconnect */
463                         reg-names = "mpu", "dma";
464                         interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
465                         ti,hwmods = "dmic";
466                         dmas = <&sdma 67>;
467                         dma-names = "up_link";
468                 };
469
470                 mcbsp1: mcbsp@40122000 {
471                         compatible = "ti,omap4-mcbsp";
472                         reg = <0x40122000 0xff>, /* MPU private access */
473                               <0x49022000 0xff>; /* L3 Interconnect */
474                         reg-names = "mpu", "dma";
475                         interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
476                         interrupt-names = "common";
477                         ti,buffer-size = <128>;
478                         ti,hwmods = "mcbsp1";
479                         dmas = <&sdma 33>,
480                                <&sdma 34>;
481                         dma-names = "tx", "rx";
482                 };
483
484                 mcbsp2: mcbsp@40124000 {
485                         compatible = "ti,omap4-mcbsp";
486                         reg = <0x40124000 0xff>, /* MPU private access */
487                               <0x49024000 0xff>; /* L3 Interconnect */
488                         reg-names = "mpu", "dma";
489                         interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
490                         interrupt-names = "common";
491                         ti,buffer-size = <128>;
492                         ti,hwmods = "mcbsp2";
493                         dmas = <&sdma 17>,
494                                <&sdma 18>;
495                         dma-names = "tx", "rx";
496                 };
497
498                 mcbsp3: mcbsp@40126000 {
499                         compatible = "ti,omap4-mcbsp";
500                         reg = <0x40126000 0xff>, /* MPU private access */
501                               <0x49026000 0xff>; /* L3 Interconnect */
502                         reg-names = "mpu", "dma";
503                         interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
504                         interrupt-names = "common";
505                         ti,buffer-size = <128>;
506                         ti,hwmods = "mcbsp3";
507                         dmas = <&sdma 19>,
508                                <&sdma 20>;
509                         dma-names = "tx", "rx";
510                 };
511
512                 timer1: timer@4ae18000 {
513                         compatible = "ti,omap5430-timer";
514                         reg = <0x4ae18000 0x80>;
515                         interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
516                         ti,hwmods = "timer1";
517                         ti,timer-alwon;
518                 };
519
520                 timer2: timer@48032000 {
521                         compatible = "ti,omap5430-timer";
522                         reg = <0x48032000 0x80>;
523                         interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
524                         ti,hwmods = "timer2";
525                 };
526
527                 timer3: timer@48034000 {
528                         compatible = "ti,omap5430-timer";
529                         reg = <0x48034000 0x80>;
530                         interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
531                         ti,hwmods = "timer3";
532                 };
533
534                 timer4: timer@48036000 {
535                         compatible = "ti,omap5430-timer";
536                         reg = <0x48036000 0x80>;
537                         interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
538                         ti,hwmods = "timer4";
539                 };
540
541                 timer5: timer@40138000 {
542                         compatible = "ti,omap5430-timer";
543                         reg = <0x40138000 0x80>,
544                               <0x49038000 0x80>;
545                         interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
546                         ti,hwmods = "timer5";
547                         ti,timer-dsp;
548                         ti,timer-pwm;
549                 };
550
551                 timer6: timer@4013a000 {
552                         compatible = "ti,omap5430-timer";
553                         reg = <0x4013a000 0x80>,
554                               <0x4903a000 0x80>;
555                         interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
556                         ti,hwmods = "timer6";
557                         ti,timer-dsp;
558                         ti,timer-pwm;
559                 };
560
561                 timer7: timer@4013c000 {
562                         compatible = "ti,omap5430-timer";
563                         reg = <0x4013c000 0x80>,
564                               <0x4903c000 0x80>;
565                         interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
566                         ti,hwmods = "timer7";
567                         ti,timer-dsp;
568                 };
569
570                 timer8: timer@4013e000 {
571                         compatible = "ti,omap5430-timer";
572                         reg = <0x4013e000 0x80>,
573                               <0x4903e000 0x80>;
574                         interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
575                         ti,hwmods = "timer8";
576                         ti,timer-dsp;
577                         ti,timer-pwm;
578                 };
579
580                 timer9: timer@4803e000 {
581                         compatible = "ti,omap5430-timer";
582                         reg = <0x4803e000 0x80>;
583                         interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
584                         ti,hwmods = "timer9";
585                         ti,timer-pwm;
586                 };
587
588                 timer10: timer@48086000 {
589                         compatible = "ti,omap5430-timer";
590                         reg = <0x48086000 0x80>;
591                         interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
592                         ti,hwmods = "timer10";
593                         ti,timer-pwm;
594                 };
595
596                 timer11: timer@48088000 {
597                         compatible = "ti,omap5430-timer";
598                         reg = <0x48088000 0x80>;
599                         interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
600                         ti,hwmods = "timer11";
601                         ti,timer-pwm;
602                 };
603
604                 wdt2: wdt@4ae14000 {
605                         compatible = "ti,omap5-wdt", "ti,omap3-wdt";
606                         reg = <0x4ae14000 0x80>;
607                         interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
608                         ti,hwmods = "wd_timer2";
609                 };
610
611                 emif1: emif@4c000000 {
612                         compatible      = "ti,emif-4d5";
613                         ti,hwmods       = "emif1";
614                         ti,no-idle-on-init;
615                         phy-type        = <2>; /* DDR PHY type: Intelli PHY */
616                         reg = <0x4c000000 0x400>;
617                         interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
618                         hw-caps-read-idle-ctrl;
619                         hw-caps-ll-interface;
620                         hw-caps-temp-alert;
621                 };
622
623                 emif2: emif@4d000000 {
624                         compatible      = "ti,emif-4d5";
625                         ti,hwmods       = "emif2";
626                         ti,no-idle-on-init;
627                         phy-type        = <2>; /* DDR PHY type: Intelli PHY */
628                         reg = <0x4d000000 0x400>;
629                         interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
630                         hw-caps-read-idle-ctrl;
631                         hw-caps-ll-interface;
632                         hw-caps-temp-alert;
633                 };
634
635                 omap_control_usb: omap-control-usb@4a002300 {
636                         compatible = "ti,omap-control-usb";
637                         reg = <0x4a002300 0x4>,
638                               <0x4a002370 0x4>;
639                         reg-names = "control_dev_conf", "phy_power_usb";
640                         ti,type = <2>;
641                 };
642
643                 usb3: omap_dwc3@4a020000 {
644                         compatible = "ti,dwc3";
645                         ti,hwmods = "usb_otg_ss";
646                         reg = <0x4a020000 0x10000>;
647                         interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
648                         #address-cells = <1>;
649                         #size-cells = <1>;
650                         utmi-mode = <2>;
651                         ranges;
652                         dwc3@4a030000 {
653                                 compatible = "snps,dwc3";
654                                 reg = <0x4a030000 0x10000>;
655                                 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
656                                 usb-phy = <&usb2_phy>, <&usb3_phy>;
657                                 dr_mode = "peripheral";
658                                 tx-fifo-resize;
659                         };
660                 };
661
662                 ocp2scp@4a080000 {
663                         compatible = "ti,omap-ocp2scp";
664                         #address-cells = <1>;
665                         #size-cells = <1>;
666                         reg = <0x4a080000 0x20>;
667                         ranges;
668                         ti,hwmods = "ocp2scp1";
669                         usb2_phy: usb2phy@4a084000 {
670                                 compatible = "ti,omap-usb2";
671                                 reg = <0x4a084000 0x7c>;
672                                 ctrl-module = <&omap_control_usb>;
673                         };
674
675                         usb3_phy: usb3phy@4a084400 {
676                                 compatible = "ti,omap-usb3";
677                                 reg = <0x4a084400 0x80>,
678                                       <0x4a084800 0x64>,
679                                       <0x4a084c00 0x40>;
680                                 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
681                                 ctrl-module = <&omap_control_usb>;
682                         };
683                 };
684
685                 usbhstll: usbhstll@4a062000 {
686                         compatible = "ti,usbhs-tll";
687                         reg = <0x4a062000 0x1000>;
688                         interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
689                         ti,hwmods = "usb_tll_hs";
690                 };
691
692                 usbhshost: usbhshost@4a064000 {
693                         compatible = "ti,usbhs-host";
694                         reg = <0x4a064000 0x800>;
695                         ti,hwmods = "usb_host_hs";
696                         #address-cells = <1>;
697                         #size-cells = <1>;
698                         ranges;
699
700                         usbhsohci: ohci@4a064800 {
701                                 compatible = "ti,ohci-omap3", "usb-ohci";
702                                 reg = <0x4a064800 0x400>;
703                                 interrupt-parent = <&gic>;
704                                 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
705                         };
706
707                         usbhsehci: ehci@4a064c00 {
708                                 compatible = "ti,ehci-omap", "usb-ehci";
709                                 reg = <0x4a064c00 0x400>;
710                                 interrupt-parent = <&gic>;
711                                 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
712                         };
713                 };
714
715                 bandgap@4a0021e0 {
716                         reg = <0x4a0021e0 0xc
717                                0x4a00232c 0xc
718                                0x4a002380 0x2c
719                                0x4a0023C0 0x3c>;
720                         interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>;
721                         compatible = "ti,omap5430-bandgap";
722                 };
723         };
724 };