blob: 16420ae1600440c8411cd0694ef5b0cfbb3a99f2 [file] [log] [blame]
Benoit Cousson189892f2011-08-16 21:02:01 +05301/*
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
Florian Vaussard6d624ea2013-05-31 14:32:56 +020011#include <dt-bindings/gpio/gpio.h>
Florian Vaussard71fdc6e2013-06-11 16:49:46 +020012#include <dt-bindings/interrupt-controller/irq.h>
Florian Vaussardbcd3cca2013-05-31 14:32:59 +020013#include <dt-bindings/pinctrl/omap.h>
Florian Vaussard6d624ea2013-05-31 14:32:56 +020014
Florian Vaussard98ef79572013-05-31 14:32:55 +020015#include "skeleton.dtsi"
Benoit Cousson189892f2011-08-16 21:02:01 +053016
17/ {
18 compatible = "ti,omap3430", "ti,omap3";
Benoit Cousson4c94ac22012-10-24 10:47:52 +020019 interrupt-parent = <&intc>;
Benoit Cousson189892f2011-08-16 21:02:01 +053020
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +053021 aliases {
22 serial0 = &uart1;
23 serial1 = &uart2;
24 serial2 = &uart3;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +053025 };
26
Benoit Cousson476b6792011-08-16 11:49:08 +020027 cpus {
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010028 #address-cells = <1>;
29 #size-cells = <0>;
30
Benoit Cousson476b6792011-08-16 11:49:08 +020031 cpu@0 {
32 compatible = "arm,cortex-a8";
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010033 device_type = "cpu";
34 reg = <0x0>;
Benoit Cousson476b6792011-08-16 11:49:08 +020035 };
36 };
37
Jon Hunter9b07b472012-10-18 09:28:52 -050038 pmu {
39 compatible = "arm,cortex-a8-pmu";
40 interrupts = <3>;
41 ti,hwmods = "debugss";
42 };
43
Benoit Cousson189892f2011-08-16 21:02:01 +053044 /*
Christoph Fritz161e89a2013-03-29 17:32:05 +010045 * The soc node represents the soc top level view. It is used for IPs
Benoit Cousson189892f2011-08-16 21:02:01 +053046 * that are not memory mapped in the MPU view or for the MPU itself.
47 */
48 soc {
49 compatible = "ti,omap-infra";
Benoit Cousson476b6792011-08-16 11:49:08 +020050 mpu {
51 compatible = "ti,omap3-mpu";
52 ti,hwmods = "mpu";
53 };
54
55 iva {
56 compatible = "ti,iva2.2";
57 ti,hwmods = "iva";
58
59 dsp {
60 compatible = "ti,omap3-c64";
61 };
62 };
Benoit Cousson189892f2011-08-16 21:02:01 +053063 };
64
65 /*
66 * XXX: Use a flat representation of the OMAP3 interconnect.
67 * The real OMAP interconnect network is quite complex.
68 * Since that will not bring real advantage to represent that in DT for
69 * the moment, just use a fake OCP bus entry to represent the whole bus
70 * hierarchy.
71 */
72 ocp {
73 compatible = "simple-bus";
74 #address-cells = <1>;
75 #size-cells = <1>;
76 ranges;
77 ti,hwmods = "l3_main";
78
Jon Hunter510c0ff2012-10-25 14:24:14 -050079 counter32k: counter@48320000 {
80 compatible = "ti,omap-counter32k";
81 reg = <0x48320000 0x20>;
82 ti,hwmods = "counter_32k";
83 };
84
Benoit Coussond65c5422011-11-30 19:26:42 +010085 intc: interrupt-controller@48200000 {
86 compatible = "ti,omap2-intc";
Benoit Cousson189892f2011-08-16 21:02:01 +053087 interrupt-controller;
88 #interrupt-cells = <1>;
Benoit Coussond65c5422011-11-30 19:26:42 +010089 ti,intc-size = <96>;
90 reg = <0x48200000 0x1000>;
Benoit Cousson189892f2011-08-16 21:02:01 +053091 };
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +053092
Jon Hunter2c2dc542012-04-26 13:47:59 -050093 sdma: dma-controller@48056000 {
94 compatible = "ti,omap3630-sdma", "ti,omap3430-sdma";
95 reg = <0x48056000 0x1000>;
96 interrupts = <12>,
97 <13>,
98 <14>,
99 <15>;
100 #dma-cells = <1>;
101 #dma-channels = <32>;
102 #dma-requests = <96>;
103 };
104
Tony Lindgren679e3312012-09-10 10:34:51 -0700105 omap3_pmx_core: pinmux@48002030 {
106 compatible = "ti,omap3-padconf", "pinctrl-single";
107 reg = <0x48002030 0x05cc>;
108 #address-cells = <1>;
109 #size-cells = <0>;
110 pinctrl-single,register-width = <16>;
Christoph Fritz161e89a2013-03-29 17:32:05 +0100111 pinctrl-single,function-mask = <0x7f1f>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700112 };
113
Lee Jonesb7317772013-07-22 11:52:34 +0100114 omap3_pmx_wkup: pinmux@48002a00 {
Tony Lindgren679e3312012-09-10 10:34:51 -0700115 compatible = "ti,omap3-padconf", "pinctrl-single";
Christoph Fritz161e89a2013-03-29 17:32:05 +0100116 reg = <0x48002a00 0x5c>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700117 #address-cells = <1>;
118 #size-cells = <0>;
119 pinctrl-single,register-width = <16>;
Christoph Fritz161e89a2013-03-29 17:32:05 +0100120 pinctrl-single,function-mask = <0x7f1f>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700121 };
122
Benoit Cousson385a64b2011-08-16 11:51:54 +0200123 gpio1: gpio@48310000 {
124 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600125 reg = <0x48310000 0x200>;
126 interrupts = <29>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200127 ti,hwmods = "gpio1";
Jon Huntere4b9b9f2013-04-04 15:16:16 -0500128 ti,gpio-always-on;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200129 gpio-controller;
130 #gpio-cells = <2>;
131 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600132 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200133 };
134
135 gpio2: gpio@49050000 {
136 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600137 reg = <0x49050000 0x200>;
138 interrupts = <30>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200139 ti,hwmods = "gpio2";
140 gpio-controller;
141 #gpio-cells = <2>;
142 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600143 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200144 };
145
146 gpio3: gpio@49052000 {
147 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600148 reg = <0x49052000 0x200>;
149 interrupts = <31>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200150 ti,hwmods = "gpio3";
151 gpio-controller;
152 #gpio-cells = <2>;
153 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600154 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200155 };
156
157 gpio4: gpio@49054000 {
158 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600159 reg = <0x49054000 0x200>;
160 interrupts = <32>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200161 ti,hwmods = "gpio4";
162 gpio-controller;
163 #gpio-cells = <2>;
164 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600165 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200166 };
167
168 gpio5: gpio@49056000 {
169 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600170 reg = <0x49056000 0x200>;
171 interrupts = <33>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200172 ti,hwmods = "gpio5";
173 gpio-controller;
174 #gpio-cells = <2>;
175 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600176 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200177 };
178
179 gpio6: gpio@49058000 {
180 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600181 reg = <0x49058000 0x200>;
182 interrupts = <34>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200183 ti,hwmods = "gpio6";
184 gpio-controller;
185 #gpio-cells = <2>;
186 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600187 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200188 };
189
Benoit Cousson19bfb762012-02-16 11:55:27 +0100190 uart1: serial@4806a000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530191 compatible = "ti,omap3-uart";
192 ti,hwmods = "uart1";
193 clock-frequency = <48000000>;
194 };
195
Benoit Cousson19bfb762012-02-16 11:55:27 +0100196 uart2: serial@4806c000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530197 compatible = "ti,omap3-uart";
198 ti,hwmods = "uart2";
199 clock-frequency = <48000000>;
200 };
201
Benoit Cousson19bfb762012-02-16 11:55:27 +0100202 uart3: serial@49020000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530203 compatible = "ti,omap3-uart";
204 ti,hwmods = "uart3";
205 clock-frequency = <48000000>;
206 };
207
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200208 i2c1: i2c@48070000 {
209 compatible = "ti,omap3-i2c";
210 #address-cells = <1>;
211 #size-cells = <0>;
212 ti,hwmods = "i2c1";
213 };
214
215 i2c2: i2c@48072000 {
216 compatible = "ti,omap3-i2c";
217 #address-cells = <1>;
218 #size-cells = <0>;
219 ti,hwmods = "i2c2";
220 };
221
222 i2c3: i2c@48060000 {
223 compatible = "ti,omap3-i2c";
224 #address-cells = <1>;
225 #size-cells = <0>;
226 ti,hwmods = "i2c3";
227 };
Benoit Coussonfc72d242012-01-20 14:15:58 +0100228
229 mcspi1: spi@48098000 {
230 compatible = "ti,omap2-mcspi";
231 #address-cells = <1>;
232 #size-cells = <0>;
233 ti,hwmods = "mcspi1";
234 ti,spi-num-cs = <4>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500235 dmas = <&sdma 35>,
236 <&sdma 36>,
237 <&sdma 37>,
238 <&sdma 38>,
239 <&sdma 39>,
240 <&sdma 40>,
241 <&sdma 41>,
242 <&sdma 42>;
243 dma-names = "tx0", "rx0", "tx1", "rx1",
244 "tx2", "rx2", "tx3", "rx3";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100245 };
246
247 mcspi2: spi@4809a000 {
248 compatible = "ti,omap2-mcspi";
249 #address-cells = <1>;
250 #size-cells = <0>;
251 ti,hwmods = "mcspi2";
252 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500253 dmas = <&sdma 43>,
254 <&sdma 44>,
255 <&sdma 45>,
256 <&sdma 46>;
257 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100258 };
259
260 mcspi3: spi@480b8000 {
261 compatible = "ti,omap2-mcspi";
262 #address-cells = <1>;
263 #size-cells = <0>;
264 ti,hwmods = "mcspi3";
265 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500266 dmas = <&sdma 15>,
267 <&sdma 16>,
268 <&sdma 23>,
269 <&sdma 24>;
270 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100271 };
272
273 mcspi4: spi@480ba000 {
274 compatible = "ti,omap2-mcspi";
275 #address-cells = <1>;
276 #size-cells = <0>;
277 ti,hwmods = "mcspi4";
278 ti,spi-num-cs = <1>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500279 dmas = <&sdma 70>, <&sdma 71>;
280 dma-names = "tx0", "rx0";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100281 };
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530282
283 mmc1: mmc@4809c000 {
284 compatible = "ti,omap3-hsmmc";
285 ti,hwmods = "mmc1";
286 ti,dual-volt;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500287 dmas = <&sdma 61>, <&sdma 62>;
288 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530289 };
290
291 mmc2: mmc@480b4000 {
292 compatible = "ti,omap3-hsmmc";
293 ti,hwmods = "mmc2";
Jon Hunter2c2dc542012-04-26 13:47:59 -0500294 dmas = <&sdma 47>, <&sdma 48>;
295 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530296 };
297
298 mmc3: mmc@480ad000 {
299 compatible = "ti,omap3-hsmmc";
300 ti,hwmods = "mmc3";
Jon Hunter2c2dc542012-04-26 13:47:59 -0500301 dmas = <&sdma 77>, <&sdma 78>;
302 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530303 };
Xiao Jiang94c30732012-06-01 12:44:14 +0800304
305 wdt2: wdt@48314000 {
306 compatible = "ti,omap3-wdt";
307 ti,hwmods = "wd_timer2";
308 };
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300309
310 mcbsp1: mcbsp@48074000 {
311 compatible = "ti,omap3-mcbsp";
312 reg = <0x48074000 0xff>;
313 reg-names = "mpu";
314 interrupts = <16>, /* OCP compliant interrupt */
315 <59>, /* TX interrupt */
316 <60>; /* RX interrupt */
317 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300318 ti,buffer-size = <128>;
319 ti,hwmods = "mcbsp1";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100320 dmas = <&sdma 31>,
321 <&sdma 32>;
322 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300323 };
324
325 mcbsp2: mcbsp@49022000 {
326 compatible = "ti,omap3-mcbsp";
327 reg = <0x49022000 0xff>,
328 <0x49028000 0xff>;
329 reg-names = "mpu", "sidetone";
330 interrupts = <17>, /* OCP compliant interrupt */
331 <62>, /* TX interrupt */
332 <63>, /* RX interrupt */
333 <4>; /* Sidetone */
334 interrupt-names = "common", "tx", "rx", "sidetone";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300335 ti,buffer-size = <1280>;
Peter Ujfalusieef6fca2012-10-18 11:25:07 +0200336 ti,hwmods = "mcbsp2", "mcbsp2_sidetone";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100337 dmas = <&sdma 33>,
338 <&sdma 34>;
339 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300340 };
341
342 mcbsp3: mcbsp@49024000 {
343 compatible = "ti,omap3-mcbsp";
344 reg = <0x49024000 0xff>,
345 <0x4902a000 0xff>;
346 reg-names = "mpu", "sidetone";
347 interrupts = <22>, /* OCP compliant interrupt */
348 <89>, /* TX interrupt */
349 <90>, /* RX interrupt */
350 <5>; /* Sidetone */
351 interrupt-names = "common", "tx", "rx", "sidetone";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300352 ti,buffer-size = <128>;
Peter Ujfalusieef6fca2012-10-18 11:25:07 +0200353 ti,hwmods = "mcbsp3", "mcbsp3_sidetone";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100354 dmas = <&sdma 17>,
355 <&sdma 18>;
356 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300357 };
358
359 mcbsp4: mcbsp@49026000 {
360 compatible = "ti,omap3-mcbsp";
361 reg = <0x49026000 0xff>;
362 reg-names = "mpu";
363 interrupts = <23>, /* OCP compliant interrupt */
364 <54>, /* TX interrupt */
365 <55>; /* RX interrupt */
366 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300367 ti,buffer-size = <128>;
368 ti,hwmods = "mcbsp4";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100369 dmas = <&sdma 19>,
370 <&sdma 20>;
371 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300372 };
373
374 mcbsp5: mcbsp@48096000 {
375 compatible = "ti,omap3-mcbsp";
376 reg = <0x48096000 0xff>;
377 reg-names = "mpu";
378 interrupts = <27>, /* OCP compliant interrupt */
379 <81>, /* TX interrupt */
380 <82>; /* RX interrupt */
381 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300382 ti,buffer-size = <128>;
383 ti,hwmods = "mcbsp5";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100384 dmas = <&sdma 21>,
385 <&sdma 22>;
386 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300387 };
Jon Hunterfab8ad02012-10-19 09:59:00 -0500388
389 timer1: timer@48318000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500390 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500391 reg = <0x48318000 0x400>;
392 interrupts = <37>;
393 ti,hwmods = "timer1";
394 ti,timer-alwon;
395 };
396
397 timer2: timer@49032000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500398 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500399 reg = <0x49032000 0x400>;
400 interrupts = <38>;
401 ti,hwmods = "timer2";
402 };
403
404 timer3: timer@49034000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500405 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500406 reg = <0x49034000 0x400>;
407 interrupts = <39>;
408 ti,hwmods = "timer3";
409 };
410
411 timer4: timer@49036000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500412 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500413 reg = <0x49036000 0x400>;
414 interrupts = <40>;
415 ti,hwmods = "timer4";
416 };
417
418 timer5: timer@49038000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500419 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500420 reg = <0x49038000 0x400>;
421 interrupts = <41>;
422 ti,hwmods = "timer5";
423 ti,timer-dsp;
424 };
425
426 timer6: timer@4903a000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500427 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500428 reg = <0x4903a000 0x400>;
429 interrupts = <42>;
430 ti,hwmods = "timer6";
431 ti,timer-dsp;
432 };
433
434 timer7: timer@4903c000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500435 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500436 reg = <0x4903c000 0x400>;
437 interrupts = <43>;
438 ti,hwmods = "timer7";
439 ti,timer-dsp;
440 };
441
442 timer8: timer@4903e000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500443 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500444 reg = <0x4903e000 0x400>;
445 interrupts = <44>;
446 ti,hwmods = "timer8";
447 ti,timer-pwm;
448 ti,timer-dsp;
449 };
450
451 timer9: timer@49040000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500452 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500453 reg = <0x49040000 0x400>;
454 interrupts = <45>;
455 ti,hwmods = "timer9";
456 ti,timer-pwm;
457 };
458
459 timer10: timer@48086000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500460 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500461 reg = <0x48086000 0x400>;
462 interrupts = <46>;
463 ti,hwmods = "timer10";
464 ti,timer-pwm;
465 };
466
467 timer11: timer@48088000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500468 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500469 reg = <0x48088000 0x400>;
470 interrupts = <47>;
471 ti,hwmods = "timer11";
472 ti,timer-pwm;
473 };
474
475 timer12: timer@48304000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500476 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500477 reg = <0x48304000 0x400>;
478 interrupts = <95>;
479 ti,hwmods = "timer12";
480 ti,timer-alwon;
481 ti,timer-secure;
482 };
Roger Quadrosaf3eb362013-03-20 17:44:59 +0200483
484 usbhstll: usbhstll@48062000 {
485 compatible = "ti,usbhs-tll";
486 reg = <0x48062000 0x1000>;
487 interrupts = <78>;
488 ti,hwmods = "usb_tll_hs";
489 };
490
491 usbhshost: usbhshost@48064000 {
492 compatible = "ti,usbhs-host";
493 reg = <0x48064000 0x400>;
494 ti,hwmods = "usb_host_hs";
495 #address-cells = <1>;
496 #size-cells = <1>;
497 ranges;
498
499 usbhsohci: ohci@48064400 {
500 compatible = "ti,ohci-omap3", "usb-ohci";
501 reg = <0x48064400 0x400>;
502 interrupt-parent = <&intc>;
503 interrupts = <76>;
504 };
505
506 usbhsehci: ehci@48064800 {
507 compatible = "ti,ehci-omap", "usb-ehci";
508 reg = <0x48064800 0x400>;
509 interrupt-parent = <&intc>;
510 interrupts = <77>;
511 };
512 };
513
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100514 gpmc: gpmc@6e000000 {
515 compatible = "ti,omap3430-gpmc";
516 ti,hwmods = "gpmc";
Javier Martinez Canillas41644e72013-02-27 02:30:51 +0100517 reg = <0x6e000000 0x02d0>;
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100518 interrupts = <20>;
519 gpmc,num-cs = <8>;
520 gpmc,num-waitpins = <4>;
521 #address-cells = <2>;
522 #size-cells = <1>;
523 };
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530524
525 usb_otg_hs: usb_otg_hs@480ab000 {
526 compatible = "ti,omap3-musb";
527 reg = <0x480ab000 0x1000>;
Tony Lindgren304e71e2013-05-14 20:28:15 -0700528 interrupts = <92>, <93>;
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530529 interrupt-names = "mc", "dma";
530 ti,hwmods = "usb_otg_hs";
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530531 multipoint = <1>;
532 num-eps = <16>;
533 ram-bits = <12>;
534 };
Benoit Cousson189892f2011-08-16 21:02:01 +0530535 };
536};