GNU Linux-libre 4.9.283-gnu1
[releases.git] / arch / arm / boot / dts / omap3.dtsi
1 /*
2  * Device Tree Source for OMAP3 SoC
3  *
4  * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
5  *
6  * This file is licensed under the terms of the GNU General Public License
7  * version 2.  This program is licensed "as is" without any warranty of any
8  * kind, whether express or implied.
9  */
10
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/interrupt-controller/irq.h>
13 #include <dt-bindings/pinctrl/omap.h>
14
15 / {
16         compatible = "ti,omap3430", "ti,omap3";
17         interrupt-parent = <&intc>;
18         #address-cells = <1>;
19         #size-cells = <1>;
20         chosen { };
21
22         aliases {
23                 i2c0 = &i2c1;
24                 i2c1 = &i2c2;
25                 i2c2 = &i2c3;
26                 mmc0 = &mmc1;
27                 mmc1 = &mmc2;
28                 mmc2 = &mmc3;
29                 serial0 = &uart1;
30                 serial1 = &uart2;
31                 serial2 = &uart3;
32         };
33
34         cpus {
35                 #address-cells = <1>;
36                 #size-cells = <0>;
37
38                 cpu@0 {
39                         compatible = "arm,cortex-a8";
40                         device_type = "cpu";
41                         reg = <0x0>;
42
43                         clocks = <&dpll1_ck>;
44                         clock-names = "cpu";
45
46                         clock-latency = <300000>; /* From omap-cpufreq driver */
47                 };
48         };
49
50         pmu@54000000 {
51                 compatible = "arm,cortex-a8-pmu";
52                 reg = <0x54000000 0x800000>;
53                 interrupts = <3>;
54                 ti,hwmods = "debugss";
55         };
56
57         /*
58          * The soc node represents the soc top level view. It is used for IPs
59          * that are not memory mapped in the MPU view or for the MPU itself.
60          */
61         soc {
62                 compatible = "ti,omap-infra";
63                 mpu {
64                         compatible = "ti,omap3-mpu";
65                         ti,hwmods = "mpu";
66                 };
67
68                 iva: iva {
69                         compatible = "ti,iva2.2";
70                         ti,hwmods = "iva";
71
72                         dsp {
73                                 compatible = "ti,omap3-c64";
74                         };
75                 };
76         };
77
78         /*
79          * XXX: Use a flat representation of the OMAP3 interconnect.
80          * The real OMAP interconnect network is quite complex.
81          * Since it will not bring real advantage to represent that in DT for
82          * the moment, just use a fake OCP bus entry to represent the whole bus
83          * hierarchy.
84          */
85         ocp@68000000 {
86                 compatible = "ti,omap3-l3-smx", "simple-bus";
87                 reg = <0x68000000 0x10000>;
88                 interrupts = <9 10>;
89                 #address-cells = <1>;
90                 #size-cells = <1>;
91                 ranges;
92                 ti,hwmods = "l3_main";
93
94                 l4_core: l4@48000000 {
95                         compatible = "ti,omap3-l4-core", "simple-bus";
96                         #address-cells = <1>;
97                         #size-cells = <1>;
98                         ranges = <0 0x48000000 0x1000000>;
99
100                         scm: scm@2000 {
101                                 compatible = "ti,omap3-scm", "simple-bus";
102                                 reg = <0x2000 0x2000>;
103                                 #address-cells = <1>;
104                                 #size-cells = <1>;
105                                 ranges = <0 0x2000 0x2000>;
106
107                                 omap3_pmx_core: pinmux@30 {
108                                         compatible = "ti,omap3-padconf",
109                                                      "pinctrl-single";
110                                         reg = <0x30 0x238>;
111                                         #address-cells = <1>;
112                                         #size-cells = <0>;
113                                         #interrupt-cells = <1>;
114                                         interrupt-controller;
115                                         pinctrl-single,register-width = <16>;
116                                         pinctrl-single,function-mask = <0xff1f>;
117                                 };
118
119                                 scm_conf: scm_conf@270 {
120                                         compatible = "syscon", "simple-bus";
121                                         reg = <0x270 0x330>;
122                                         #address-cells = <1>;
123                                         #size-cells = <1>;
124                                         ranges = <0 0x270 0x330>;
125
126                                         pbias_regulator: pbias_regulator@2b0 {
127                                                 compatible = "ti,pbias-omap3", "ti,pbias-omap";
128                                                 reg = <0x2b0 0x4>;
129                                                 syscon = <&scm_conf>;
130                                                 pbias_mmc_reg: pbias_mmc_omap2430 {
131                                                         regulator-name = "pbias_mmc_omap2430";
132                                                         regulator-min-microvolt = <1800000>;
133                                                         regulator-max-microvolt = <3000000>;
134                                                 };
135                                         };
136
137                                         scm_clocks: clocks {
138                                                 #address-cells = <1>;
139                                                 #size-cells = <0>;
140                                         };
141                                 };
142
143                                 scm_clockdomains: clockdomains {
144                                 };
145
146                                 omap3_pmx_wkup: pinmux@a00 {
147                                         compatible = "ti,omap3-padconf",
148                                                      "pinctrl-single";
149                                         reg = <0xa00 0x5c>;
150                                         #address-cells = <1>;
151                                         #size-cells = <0>;
152                                         #interrupt-cells = <1>;
153                                         interrupt-controller;
154                                         pinctrl-single,register-width = <16>;
155                                         pinctrl-single,function-mask = <0xff1f>;
156                                 };
157                         };
158                 };
159
160                 aes: aes@480c5000 {
161                         compatible = "ti,omap3-aes";
162                         ti,hwmods = "aes";
163                         reg = <0x480c5000 0x50>;
164                         interrupts = <0>;
165                         dmas = <&sdma 65 &sdma 66>;
166                         dma-names = "tx", "rx";
167                 };
168
169                 prm: prm@48306000 {
170                         compatible = "ti,omap3-prm";
171                         reg = <0x48306000 0x4000>;
172                         interrupts = <11>;
173
174                         prm_clocks: clocks {
175                                 #address-cells = <1>;
176                                 #size-cells = <0>;
177                         };
178
179                         prm_clockdomains: clockdomains {
180                         };
181                 };
182
183                 cm: cm@48004000 {
184                         compatible = "ti,omap3-cm";
185                         reg = <0x48004000 0x4000>;
186
187                         cm_clocks: clocks {
188                                 #address-cells = <1>;
189                                 #size-cells = <0>;
190                         };
191
192                         cm_clockdomains: clockdomains {
193                         };
194                 };
195
196                 counter32k: counter@48320000 {
197                         compatible = "ti,omap-counter32k";
198                         reg = <0x48320000 0x20>;
199                         ti,hwmods = "counter_32k";
200                 };
201
202                 intc: interrupt-controller@48200000 {
203                         compatible = "ti,omap3-intc";
204                         interrupt-controller;
205                         #interrupt-cells = <1>;
206                         reg = <0x48200000 0x1000>;
207                 };
208
209                 sdma: dma-controller@48056000 {
210                         compatible = "ti,omap3630-sdma", "ti,omap3430-sdma";
211                         reg = <0x48056000 0x1000>;
212                         interrupts = <12>,
213                                      <13>,
214                                      <14>,
215                                      <15>;
216                         #dma-cells = <1>;
217                         dma-channels = <32>;
218                         dma-requests = <96>;
219                 };
220
221                 gpio1: gpio@48310000 {
222                         compatible = "ti,omap3-gpio";
223                         reg = <0x48310000 0x200>;
224                         interrupts = <29>;
225                         ti,hwmods = "gpio1";
226                         ti,gpio-always-on;
227                         gpio-controller;
228                         #gpio-cells = <2>;
229                         interrupt-controller;
230                         #interrupt-cells = <2>;
231                 };
232
233                 gpio2: gpio@49050000 {
234                         compatible = "ti,omap3-gpio";
235                         reg = <0x49050000 0x200>;
236                         interrupts = <30>;
237                         ti,hwmods = "gpio2";
238                         gpio-controller;
239                         #gpio-cells = <2>;
240                         interrupt-controller;
241                         #interrupt-cells = <2>;
242                 };
243
244                 gpio3: gpio@49052000 {
245                         compatible = "ti,omap3-gpio";
246                         reg = <0x49052000 0x200>;
247                         interrupts = <31>;
248                         ti,hwmods = "gpio3";
249                         gpio-controller;
250                         #gpio-cells = <2>;
251                         interrupt-controller;
252                         #interrupt-cells = <2>;
253                 };
254
255                 gpio4: gpio@49054000 {
256                         compatible = "ti,omap3-gpio";
257                         reg = <0x49054000 0x200>;
258                         interrupts = <32>;
259                         ti,hwmods = "gpio4";
260                         gpio-controller;
261                         #gpio-cells = <2>;
262                         interrupt-controller;
263                         #interrupt-cells = <2>;
264                 };
265
266                 gpio5: gpio@49056000 {
267                         compatible = "ti,omap3-gpio";
268                         reg = <0x49056000 0x200>;
269                         interrupts = <33>;
270                         ti,hwmods = "gpio5";
271                         gpio-controller;
272                         #gpio-cells = <2>;
273                         interrupt-controller;
274                         #interrupt-cells = <2>;
275                 };
276
277                 gpio6: gpio@49058000 {
278                         compatible = "ti,omap3-gpio";
279                         reg = <0x49058000 0x200>;
280                         interrupts = <34>;
281                         ti,hwmods = "gpio6";
282                         gpio-controller;
283                         #gpio-cells = <2>;
284                         interrupt-controller;
285                         #interrupt-cells = <2>;
286                 };
287
288                 uart1: serial@4806a000 {
289                         compatible = "ti,omap3-uart";
290                         reg = <0x4806a000 0x2000>;
291                         interrupts-extended = <&intc 72>;
292                         dmas = <&sdma 49 &sdma 50>;
293                         dma-names = "tx", "rx";
294                         ti,hwmods = "uart1";
295                         clock-frequency = <48000000>;
296                 };
297
298                 uart2: serial@4806c000 {
299                         compatible = "ti,omap3-uart";
300                         reg = <0x4806c000 0x400>;
301                         interrupts-extended = <&intc 73>;
302                         dmas = <&sdma 51 &sdma 52>;
303                         dma-names = "tx", "rx";
304                         ti,hwmods = "uart2";
305                         clock-frequency = <48000000>;
306                 };
307
308                 uart3: serial@49020000 {
309                         compatible = "ti,omap3-uart";
310                         reg = <0x49020000 0x400>;
311                         interrupts-extended = <&intc 74>;
312                         dmas = <&sdma 53 &sdma 54>;
313                         dma-names = "tx", "rx";
314                         ti,hwmods = "uart3";
315                         clock-frequency = <48000000>;
316                 };
317
318                 i2c1: i2c@48070000 {
319                         compatible = "ti,omap3-i2c";
320                         reg = <0x48070000 0x80>;
321                         interrupts = <56>;
322                         dmas = <&sdma 27 &sdma 28>;
323                         dma-names = "tx", "rx";
324                         #address-cells = <1>;
325                         #size-cells = <0>;
326                         ti,hwmods = "i2c1";
327                 };
328
329                 i2c2: i2c@48072000 {
330                         compatible = "ti,omap3-i2c";
331                         reg = <0x48072000 0x80>;
332                         interrupts = <57>;
333                         dmas = <&sdma 29 &sdma 30>;
334                         dma-names = "tx", "rx";
335                         #address-cells = <1>;
336                         #size-cells = <0>;
337                         ti,hwmods = "i2c2";
338                 };
339
340                 i2c3: i2c@48060000 {
341                         compatible = "ti,omap3-i2c";
342                         reg = <0x48060000 0x80>;
343                         interrupts = <61>;
344                         dmas = <&sdma 25 &sdma 26>;
345                         dma-names = "tx", "rx";
346                         #address-cells = <1>;
347                         #size-cells = <0>;
348                         ti,hwmods = "i2c3";
349                 };
350
351                 mailbox: mailbox@48094000 {
352                         compatible = "ti,omap3-mailbox";
353                         ti,hwmods = "mailbox";
354                         reg = <0x48094000 0x200>;
355                         interrupts = <26>;
356                         #mbox-cells = <1>;
357                         ti,mbox-num-users = <2>;
358                         ti,mbox-num-fifos = <2>;
359                         mbox_dsp: dsp {
360                                 ti,mbox-tx = <0 0 0>;
361                                 ti,mbox-rx = <1 0 0>;
362                         };
363                 };
364
365                 mcspi1: spi@48098000 {
366                         compatible = "ti,omap2-mcspi";
367                         reg = <0x48098000 0x100>;
368                         interrupts = <65>;
369                         #address-cells = <1>;
370                         #size-cells = <0>;
371                         ti,hwmods = "mcspi1";
372                         ti,spi-num-cs = <4>;
373                         dmas = <&sdma 35>,
374                                <&sdma 36>,
375                                <&sdma 37>,
376                                <&sdma 38>,
377                                <&sdma 39>,
378                                <&sdma 40>,
379                                <&sdma 41>,
380                                <&sdma 42>;
381                         dma-names = "tx0", "rx0", "tx1", "rx1",
382                                     "tx2", "rx2", "tx3", "rx3";
383                 };
384
385                 mcspi2: spi@4809a000 {
386                         compatible = "ti,omap2-mcspi";
387                         reg = <0x4809a000 0x100>;
388                         interrupts = <66>;
389                         #address-cells = <1>;
390                         #size-cells = <0>;
391                         ti,hwmods = "mcspi2";
392                         ti,spi-num-cs = <2>;
393                         dmas = <&sdma 43>,
394                                <&sdma 44>,
395                                <&sdma 45>,
396                                <&sdma 46>;
397                         dma-names = "tx0", "rx0", "tx1", "rx1";
398                 };
399
400                 mcspi3: spi@480b8000 {
401                         compatible = "ti,omap2-mcspi";
402                         reg = <0x480b8000 0x100>;
403                         interrupts = <91>;
404                         #address-cells = <1>;
405                         #size-cells = <0>;
406                         ti,hwmods = "mcspi3";
407                         ti,spi-num-cs = <2>;
408                         dmas = <&sdma 15>,
409                                <&sdma 16>,
410                                <&sdma 23>,
411                                <&sdma 24>;
412                         dma-names = "tx0", "rx0", "tx1", "rx1";
413                 };
414
415                 mcspi4: spi@480ba000 {
416                         compatible = "ti,omap2-mcspi";
417                         reg = <0x480ba000 0x100>;
418                         interrupts = <48>;
419                         #address-cells = <1>;
420                         #size-cells = <0>;
421                         ti,hwmods = "mcspi4";
422                         ti,spi-num-cs = <1>;
423                         dmas = <&sdma 70>, <&sdma 71>;
424                         dma-names = "tx0", "rx0";
425                 };
426
427                 hdqw1w: 1w@480b2000 {
428                         compatible = "ti,omap3-1w";
429                         reg = <0x480b2000 0x1000>;
430                         interrupts = <58>;
431                         ti,hwmods = "hdq1w";
432                 };
433
434                 mmc1: mmc@4809c000 {
435                         compatible = "ti,omap3-hsmmc";
436                         reg = <0x4809c000 0x200>;
437                         interrupts = <83>;
438                         ti,hwmods = "mmc1";
439                         ti,dual-volt;
440                         dmas = <&sdma 61>, <&sdma 62>;
441                         dma-names = "tx", "rx";
442                         pbias-supply = <&pbias_mmc_reg>;
443                 };
444
445                 mmc2: mmc@480b4000 {
446                         compatible = "ti,omap3-hsmmc";
447                         reg = <0x480b4000 0x200>;
448                         interrupts = <86>;
449                         ti,hwmods = "mmc2";
450                         dmas = <&sdma 47>, <&sdma 48>;
451                         dma-names = "tx", "rx";
452                 };
453
454                 mmc3: mmc@480ad000 {
455                         compatible = "ti,omap3-hsmmc";
456                         reg = <0x480ad000 0x200>;
457                         interrupts = <94>;
458                         ti,hwmods = "mmc3";
459                         dmas = <&sdma 77>, <&sdma 78>;
460                         dma-names = "tx", "rx";
461                 };
462
463                 mmu_isp: mmu@480bd400 {
464                         #iommu-cells = <0>;
465                         compatible = "ti,omap2-iommu";
466                         reg = <0x480bd400 0x80>;
467                         interrupts = <24>;
468                         ti,hwmods = "mmu_isp";
469                         ti,#tlb-entries = <8>;
470                 };
471
472                 mmu_iva: mmu@5d000000 {
473                         #iommu-cells = <0>;
474                         compatible = "ti,omap2-iommu";
475                         reg = <0x5d000000 0x80>;
476                         interrupts = <28>;
477                         ti,hwmods = "mmu_iva";
478                         status = "disabled";
479                 };
480
481                 wdt2: wdt@48314000 {
482                         compatible = "ti,omap3-wdt";
483                         reg = <0x48314000 0x80>;
484                         ti,hwmods = "wd_timer2";
485                 };
486
487                 mcbsp1: mcbsp@48074000 {
488                         compatible = "ti,omap3-mcbsp";
489                         reg = <0x48074000 0xff>;
490                         reg-names = "mpu";
491                         interrupts = <16>, /* OCP compliant interrupt */
492                                      <59>, /* TX interrupt */
493                                      <60>; /* RX interrupt */
494                         interrupt-names = "common", "tx", "rx";
495                         ti,buffer-size = <128>;
496                         ti,hwmods = "mcbsp1";
497                         dmas = <&sdma 31>,
498                                <&sdma 32>;
499                         dma-names = "tx", "rx";
500                         clocks = <&mcbsp1_fck>;
501                         clock-names = "fck";
502                         status = "disabled";
503                 };
504
505                 mcbsp2: mcbsp@49022000 {
506                         compatible = "ti,omap3-mcbsp";
507                         reg = <0x49022000 0xff>,
508                               <0x49028000 0xff>;
509                         reg-names = "mpu", "sidetone";
510                         interrupts = <17>, /* OCP compliant interrupt */
511                                      <62>, /* TX interrupt */
512                                      <63>, /* RX interrupt */
513                                      <4>;  /* Sidetone */
514                         interrupt-names = "common", "tx", "rx", "sidetone";
515                         ti,buffer-size = <1280>;
516                         ti,hwmods = "mcbsp2", "mcbsp2_sidetone";
517                         dmas = <&sdma 33>,
518                                <&sdma 34>;
519                         dma-names = "tx", "rx";
520                         clocks = <&mcbsp2_fck>, <&mcbsp2_ick>;
521                         clock-names = "fck", "ick";
522                         status = "disabled";
523                 };
524
525                 mcbsp3: mcbsp@49024000 {
526                         compatible = "ti,omap3-mcbsp";
527                         reg = <0x49024000 0xff>,
528                               <0x4902a000 0xff>;
529                         reg-names = "mpu", "sidetone";
530                         interrupts = <22>, /* OCP compliant interrupt */
531                                      <89>, /* TX interrupt */
532                                      <90>, /* RX interrupt */
533                                      <5>;  /* Sidetone */
534                         interrupt-names = "common", "tx", "rx", "sidetone";
535                         ti,buffer-size = <128>;
536                         ti,hwmods = "mcbsp3", "mcbsp3_sidetone";
537                         dmas = <&sdma 17>,
538                                <&sdma 18>;
539                         dma-names = "tx", "rx";
540                         clocks = <&mcbsp3_fck>, <&mcbsp3_ick>;
541                         clock-names = "fck", "ick";
542                         status = "disabled";
543                 };
544
545                 mcbsp4: mcbsp@49026000 {
546                         compatible = "ti,omap3-mcbsp";
547                         reg = <0x49026000 0xff>;
548                         reg-names = "mpu";
549                         interrupts = <23>, /* OCP compliant interrupt */
550                                      <54>, /* TX interrupt */
551                                      <55>; /* RX interrupt */
552                         interrupt-names = "common", "tx", "rx";
553                         ti,buffer-size = <128>;
554                         ti,hwmods = "mcbsp4";
555                         dmas = <&sdma 19>,
556                                <&sdma 20>;
557                         dma-names = "tx", "rx";
558                         clocks = <&mcbsp4_fck>;
559                         clock-names = "fck";
560                         status = "disabled";
561                 };
562
563                 mcbsp5: mcbsp@48096000 {
564                         compatible = "ti,omap3-mcbsp";
565                         reg = <0x48096000 0xff>;
566                         reg-names = "mpu";
567                         interrupts = <27>, /* OCP compliant interrupt */
568                                      <81>, /* TX interrupt */
569                                      <82>; /* RX interrupt */
570                         interrupt-names = "common", "tx", "rx";
571                         ti,buffer-size = <128>;
572                         ti,hwmods = "mcbsp5";
573                         dmas = <&sdma 21>,
574                                <&sdma 22>;
575                         dma-names = "tx", "rx";
576                         clocks = <&mcbsp5_fck>;
577                         clock-names = "fck";
578                         status = "disabled";
579                 };
580
581                 sham: sham@480c3000 {
582                         compatible = "ti,omap3-sham";
583                         ti,hwmods = "sham";
584                         reg = <0x480c3000 0x64>;
585                         interrupts = <49>;
586                         dmas = <&sdma 69>;
587                         dma-names = "rx";
588                 };
589
590                 smartreflex_core: smartreflex@480cb000 {
591                         compatible = "ti,omap3-smartreflex-core";
592                         ti,hwmods = "smartreflex_core";
593                         reg = <0x480cb000 0x400>;
594                         interrupts = <19>;
595                 };
596
597                 smartreflex_mpu_iva: smartreflex@480c9000 {
598                         compatible = "ti,omap3-smartreflex-iva";
599                         ti,hwmods = "smartreflex_mpu_iva";
600                         reg = <0x480c9000 0x400>;
601                         interrupts = <18>;
602                 };
603
604                 timer1: timer@48318000 {
605                         compatible = "ti,omap3430-timer";
606                         reg = <0x48318000 0x400>;
607                         interrupts = <37>;
608                         ti,hwmods = "timer1";
609                         ti,timer-alwon;
610                 };
611
612                 timer2: timer@49032000 {
613                         compatible = "ti,omap3430-timer";
614                         reg = <0x49032000 0x400>;
615                         interrupts = <38>;
616                         ti,hwmods = "timer2";
617                 };
618
619                 timer3: timer@49034000 {
620                         compatible = "ti,omap3430-timer";
621                         reg = <0x49034000 0x400>;
622                         interrupts = <39>;
623                         ti,hwmods = "timer3";
624                 };
625
626                 timer4: timer@49036000 {
627                         compatible = "ti,omap3430-timer";
628                         reg = <0x49036000 0x400>;
629                         interrupts = <40>;
630                         ti,hwmods = "timer4";
631                 };
632
633                 timer5: timer@49038000 {
634                         compatible = "ti,omap3430-timer";
635                         reg = <0x49038000 0x400>;
636                         interrupts = <41>;
637                         ti,hwmods = "timer5";
638                         ti,timer-dsp;
639                 };
640
641                 timer6: timer@4903a000 {
642                         compatible = "ti,omap3430-timer";
643                         reg = <0x4903a000 0x400>;
644                         interrupts = <42>;
645                         ti,hwmods = "timer6";
646                         ti,timer-dsp;
647                 };
648
649                 timer7: timer@4903c000 {
650                         compatible = "ti,omap3430-timer";
651                         reg = <0x4903c000 0x400>;
652                         interrupts = <43>;
653                         ti,hwmods = "timer7";
654                         ti,timer-dsp;
655                 };
656
657                 timer8: timer@4903e000 {
658                         compatible = "ti,omap3430-timer";
659                         reg = <0x4903e000 0x400>;
660                         interrupts = <44>;
661                         ti,hwmods = "timer8";
662                         ti,timer-pwm;
663                         ti,timer-dsp;
664                 };
665
666                 timer9: timer@49040000 {
667                         compatible = "ti,omap3430-timer";
668                         reg = <0x49040000 0x400>;
669                         interrupts = <45>;
670                         ti,hwmods = "timer9";
671                         ti,timer-pwm;
672                 };
673
674                 timer10: timer@48086000 {
675                         compatible = "ti,omap3430-timer";
676                         reg = <0x48086000 0x400>;
677                         interrupts = <46>;
678                         ti,hwmods = "timer10";
679                         ti,timer-pwm;
680                 };
681
682                 timer11: timer@48088000 {
683                         compatible = "ti,omap3430-timer";
684                         reg = <0x48088000 0x400>;
685                         interrupts = <47>;
686                         ti,hwmods = "timer11";
687                         ti,timer-pwm;
688                 };
689
690                 timer12: timer@48304000 {
691                         compatible = "ti,omap3430-timer";
692                         reg = <0x48304000 0x400>;
693                         interrupts = <95>;
694                         ti,hwmods = "timer12";
695                         ti,timer-alwon;
696                         ti,timer-secure;
697                 };
698
699                 usbhstll: usbhstll@48062000 {
700                         compatible = "ti,usbhs-tll";
701                         reg = <0x48062000 0x1000>;
702                         interrupts = <78>;
703                         ti,hwmods = "usb_tll_hs";
704                 };
705
706                 usbhshost: usbhshost@48064000 {
707                         compatible = "ti,usbhs-host";
708                         reg = <0x48064000 0x400>;
709                         ti,hwmods = "usb_host_hs";
710                         #address-cells = <1>;
711                         #size-cells = <1>;
712                         ranges;
713
714                         usbhsohci: ohci@48064400 {
715                                 compatible = "ti,ohci-omap3";
716                                 reg = <0x48064400 0x400>;
717                                 interrupt-parent = <&intc>;
718                                 interrupts = <76>;
719                         };
720
721                         usbhsehci: ehci@48064800 {
722                                 compatible = "ti,ehci-omap";
723                                 reg = <0x48064800 0x400>;
724                                 interrupt-parent = <&intc>;
725                                 interrupts = <77>;
726                         };
727                 };
728
729                 gpmc: gpmc@6e000000 {
730                         compatible = "ti,omap3430-gpmc";
731                         ti,hwmods = "gpmc";
732                         reg = <0x6e000000 0x02d0>;
733                         interrupts = <20>;
734                         dmas = <&sdma 4>;
735                         dma-names = "rxtx";
736                         gpmc,num-cs = <8>;
737                         gpmc,num-waitpins = <4>;
738                         #address-cells = <2>;
739                         #size-cells = <1>;
740                         interrupt-controller;
741                         #interrupt-cells = <2>;
742                         gpio-controller;
743                         #gpio-cells = <2>;
744                 };
745
746                 usb_otg_hs: usb_otg_hs@480ab000 {
747                         compatible = "ti,omap3-musb";
748                         reg = <0x480ab000 0x1000>;
749                         interrupts = <92>, <93>;
750                         interrupt-names = "mc", "dma";
751                         ti,hwmods = "usb_otg_hs";
752                         multipoint = <1>;
753                         num-eps = <16>;
754                         ram-bits = <12>;
755                 };
756
757                 dss: dss@48050000 {
758                         compatible = "ti,omap3-dss";
759                         reg = <0x48050000 0x200>;
760                         status = "disabled";
761                         ti,hwmods = "dss_core";
762                         clocks = <&dss1_alwon_fck>;
763                         clock-names = "fck";
764                         #address-cells = <1>;
765                         #size-cells = <1>;
766                         ranges;
767
768                         dispc@48050400 {
769                                 compatible = "ti,omap3-dispc";
770                                 reg = <0x48050400 0x400>;
771                                 interrupts = <25>;
772                                 ti,hwmods = "dss_dispc";
773                                 clocks = <&dss1_alwon_fck>;
774                                 clock-names = "fck";
775                         };
776
777                         dsi: encoder@4804fc00 {
778                                 compatible = "ti,omap3-dsi";
779                                 reg = <0x4804fc00 0x200>,
780                                       <0x4804fe00 0x40>,
781                                       <0x4804ff00 0x20>;
782                                 reg-names = "proto", "phy", "pll";
783                                 interrupts = <25>;
784                                 status = "disabled";
785                                 ti,hwmods = "dss_dsi1";
786                                 clocks = <&dss1_alwon_fck>, <&dss2_alwon_fck>;
787                                 clock-names = "fck", "sys_clk";
788                         };
789
790                         rfbi: encoder@48050800 {
791                                 compatible = "ti,omap3-rfbi";
792                                 reg = <0x48050800 0x100>;
793                                 status = "disabled";
794                                 ti,hwmods = "dss_rfbi";
795                                 clocks = <&dss1_alwon_fck>, <&dss_ick>;
796                                 clock-names = "fck", "ick";
797                         };
798
799                         venc: encoder@48050c00 {
800                                 compatible = "ti,omap3-venc";
801                                 reg = <0x48050c00 0x100>;
802                                 status = "disabled";
803                                 ti,hwmods = "dss_venc";
804                                 clocks = <&dss_tv_fck>;
805                                 clock-names = "fck";
806                         };
807                 };
808
809                 ssi: ssi-controller@48058000 {
810                         compatible = "ti,omap3-ssi";
811                         ti,hwmods = "ssi";
812
813                         status = "disabled";
814
815                         reg = <0x48058000 0x1000>,
816                               <0x48059000 0x1000>;
817                         reg-names = "sys",
818                                     "gdd";
819
820                         interrupts = <71>;
821                         interrupt-names = "gdd_mpu";
822
823                         #address-cells = <1>;
824                         #size-cells = <1>;
825                         ranges;
826
827                         ssi_port1: ssi-port@4805a000 {
828                                 compatible = "ti,omap3-ssi-port";
829
830                                 reg = <0x4805a000 0x800>,
831                                       <0x4805a800 0x800>;
832                                 reg-names = "tx",
833                                             "rx";
834
835                                 interrupt-parent = <&intc>;
836                                 interrupts = <67>,
837                                              <68>;
838                         };
839
840                         ssi_port2: ssi-port@4805b000 {
841                                 compatible = "ti,omap3-ssi-port";
842
843                                 reg = <0x4805b000 0x800>,
844                                       <0x4805b800 0x800>;
845                                 reg-names = "tx",
846                                             "rx";
847
848                                 interrupt-parent = <&intc>;
849                                 interrupts = <69>,
850                                              <70>;
851                         };
852                 };
853         };
854 };
855
856 /include/ "omap3xxx-clocks.dtsi"