blob: 493b6d4373d116e12f7ca5001d2e7eaf283e01a4 [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 {
Nishanth Menon20b80942013-10-16 15:21:03 -050022 i2c0 = &i2c1;
23 i2c1 = &i2c2;
24 i2c2 = &i2c3;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +053025 serial0 = &uart1;
26 serial1 = &uart2;
27 serial2 = &uart3;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +053028 };
29
Benoit Cousson476b6792011-08-16 11:49:08 +020030 cpus {
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010031 #address-cells = <1>;
32 #size-cells = <0>;
33
Benoit Cousson476b6792011-08-16 11:49:08 +020034 cpu@0 {
35 compatible = "arm,cortex-a8";
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010036 device_type = "cpu";
37 reg = <0x0>;
Benoit Cousson476b6792011-08-16 11:49:08 +020038 };
39 };
40
Jon Hunter9b07b472012-10-18 09:28:52 -050041 pmu {
42 compatible = "arm,cortex-a8-pmu";
43 interrupts = <3>;
44 ti,hwmods = "debugss";
45 };
46
Benoit Cousson189892f2011-08-16 21:02:01 +053047 /*
Christoph Fritz161e89a2013-03-29 17:32:05 +010048 * The soc node represents the soc top level view. It is used for IPs
Benoit Cousson189892f2011-08-16 21:02:01 +053049 * that are not memory mapped in the MPU view or for the MPU itself.
50 */
51 soc {
52 compatible = "ti,omap-infra";
Benoit Cousson476b6792011-08-16 11:49:08 +020053 mpu {
54 compatible = "ti,omap3-mpu";
55 ti,hwmods = "mpu";
56 };
57
58 iva {
59 compatible = "ti,iva2.2";
60 ti,hwmods = "iva";
61
62 dsp {
63 compatible = "ti,omap3-c64";
64 };
65 };
Benoit Cousson189892f2011-08-16 21:02:01 +053066 };
67
68 /*
69 * XXX: Use a flat representation of the OMAP3 interconnect.
70 * The real OMAP interconnect network is quite complex.
71 * Since that will not bring real advantage to represent that in DT for
72 * the moment, just use a fake OCP bus entry to represent the whole bus
73 * hierarchy.
74 */
75 ocp {
76 compatible = "simple-bus";
77 #address-cells = <1>;
78 #size-cells = <1>;
79 ranges;
80 ti,hwmods = "l3_main";
81
Jon Hunter510c0ff2012-10-25 14:24:14 -050082 counter32k: counter@48320000 {
83 compatible = "ti,omap-counter32k";
84 reg = <0x48320000 0x20>;
85 ti,hwmods = "counter_32k";
86 };
87
Benoit Coussond65c5422011-11-30 19:26:42 +010088 intc: interrupt-controller@48200000 {
89 compatible = "ti,omap2-intc";
Benoit Cousson189892f2011-08-16 21:02:01 +053090 interrupt-controller;
91 #interrupt-cells = <1>;
Benoit Coussond65c5422011-11-30 19:26:42 +010092 ti,intc-size = <96>;
93 reg = <0x48200000 0x1000>;
Benoit Cousson189892f2011-08-16 21:02:01 +053094 };
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +053095
Jon Hunter2c2dc542012-04-26 13:47:59 -050096 sdma: dma-controller@48056000 {
97 compatible = "ti,omap3630-sdma", "ti,omap3430-sdma";
98 reg = <0x48056000 0x1000>;
99 interrupts = <12>,
100 <13>,
101 <14>,
102 <15>;
103 #dma-cells = <1>;
104 #dma-channels = <32>;
105 #dma-requests = <96>;
106 };
107
Tony Lindgren679e3312012-09-10 10:34:51 -0700108 omap3_pmx_core: pinmux@48002030 {
109 compatible = "ti,omap3-padconf", "pinctrl-single";
110 reg = <0x48002030 0x05cc>;
111 #address-cells = <1>;
112 #size-cells = <0>;
113 pinctrl-single,register-width = <16>;
Christoph Fritz161e89a2013-03-29 17:32:05 +0100114 pinctrl-single,function-mask = <0x7f1f>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700115 };
116
Lee Jonesb7317772013-07-22 11:52:34 +0100117 omap3_pmx_wkup: pinmux@48002a00 {
Tony Lindgren679e3312012-09-10 10:34:51 -0700118 compatible = "ti,omap3-padconf", "pinctrl-single";
Christoph Fritz161e89a2013-03-29 17:32:05 +0100119 reg = <0x48002a00 0x5c>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700120 #address-cells = <1>;
121 #size-cells = <0>;
122 pinctrl-single,register-width = <16>;
Christoph Fritz161e89a2013-03-29 17:32:05 +0100123 pinctrl-single,function-mask = <0x7f1f>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700124 };
125
Benoit Cousson385a64b2011-08-16 11:51:54 +0200126 gpio1: gpio@48310000 {
127 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600128 reg = <0x48310000 0x200>;
129 interrupts = <29>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200130 ti,hwmods = "gpio1";
Jon Huntere4b9b9f2013-04-04 15:16:16 -0500131 ti,gpio-always-on;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200132 gpio-controller;
133 #gpio-cells = <2>;
134 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600135 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200136 };
137
138 gpio2: gpio@49050000 {
139 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600140 reg = <0x49050000 0x200>;
141 interrupts = <30>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200142 ti,hwmods = "gpio2";
143 gpio-controller;
144 #gpio-cells = <2>;
145 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600146 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200147 };
148
149 gpio3: gpio@49052000 {
150 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600151 reg = <0x49052000 0x200>;
152 interrupts = <31>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200153 ti,hwmods = "gpio3";
154 gpio-controller;
155 #gpio-cells = <2>;
156 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600157 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200158 };
159
160 gpio4: gpio@49054000 {
161 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600162 reg = <0x49054000 0x200>;
163 interrupts = <32>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200164 ti,hwmods = "gpio4";
165 gpio-controller;
166 #gpio-cells = <2>;
167 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600168 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200169 };
170
171 gpio5: gpio@49056000 {
172 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600173 reg = <0x49056000 0x200>;
174 interrupts = <33>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200175 ti,hwmods = "gpio5";
176 gpio-controller;
177 #gpio-cells = <2>;
178 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600179 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200180 };
181
182 gpio6: gpio@49058000 {
183 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600184 reg = <0x49058000 0x200>;
185 interrupts = <34>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200186 ti,hwmods = "gpio6";
187 gpio-controller;
188 #gpio-cells = <2>;
189 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600190 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200191 };
192
Benoit Cousson19bfb762012-02-16 11:55:27 +0100193 uart1: serial@4806a000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530194 compatible = "ti,omap3-uart";
195 ti,hwmods = "uart1";
196 clock-frequency = <48000000>;
197 };
198
Benoit Cousson19bfb762012-02-16 11:55:27 +0100199 uart2: serial@4806c000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530200 compatible = "ti,omap3-uart";
201 ti,hwmods = "uart2";
202 clock-frequency = <48000000>;
203 };
204
Benoit Cousson19bfb762012-02-16 11:55:27 +0100205 uart3: serial@49020000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530206 compatible = "ti,omap3-uart";
207 ti,hwmods = "uart3";
208 clock-frequency = <48000000>;
209 };
210
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200211 i2c1: i2c@48070000 {
212 compatible = "ti,omap3-i2c";
213 #address-cells = <1>;
214 #size-cells = <0>;
215 ti,hwmods = "i2c1";
216 };
217
218 i2c2: i2c@48072000 {
219 compatible = "ti,omap3-i2c";
220 #address-cells = <1>;
221 #size-cells = <0>;
222 ti,hwmods = "i2c2";
223 };
224
225 i2c3: i2c@48060000 {
226 compatible = "ti,omap3-i2c";
227 #address-cells = <1>;
228 #size-cells = <0>;
229 ti,hwmods = "i2c3";
230 };
Benoit Coussonfc72d242012-01-20 14:15:58 +0100231
232 mcspi1: spi@48098000 {
233 compatible = "ti,omap2-mcspi";
234 #address-cells = <1>;
235 #size-cells = <0>;
236 ti,hwmods = "mcspi1";
237 ti,spi-num-cs = <4>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500238 dmas = <&sdma 35>,
239 <&sdma 36>,
240 <&sdma 37>,
241 <&sdma 38>,
242 <&sdma 39>,
243 <&sdma 40>,
244 <&sdma 41>,
245 <&sdma 42>;
246 dma-names = "tx0", "rx0", "tx1", "rx1",
247 "tx2", "rx2", "tx3", "rx3";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100248 };
249
250 mcspi2: spi@4809a000 {
251 compatible = "ti,omap2-mcspi";
252 #address-cells = <1>;
253 #size-cells = <0>;
254 ti,hwmods = "mcspi2";
255 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500256 dmas = <&sdma 43>,
257 <&sdma 44>,
258 <&sdma 45>,
259 <&sdma 46>;
260 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100261 };
262
263 mcspi3: spi@480b8000 {
264 compatible = "ti,omap2-mcspi";
265 #address-cells = <1>;
266 #size-cells = <0>;
267 ti,hwmods = "mcspi3";
268 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500269 dmas = <&sdma 15>,
270 <&sdma 16>,
271 <&sdma 23>,
272 <&sdma 24>;
273 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100274 };
275
276 mcspi4: spi@480ba000 {
277 compatible = "ti,omap2-mcspi";
278 #address-cells = <1>;
279 #size-cells = <0>;
280 ti,hwmods = "mcspi4";
281 ti,spi-num-cs = <1>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500282 dmas = <&sdma 70>, <&sdma 71>;
283 dma-names = "tx0", "rx0";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100284 };
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530285
286 mmc1: mmc@4809c000 {
287 compatible = "ti,omap3-hsmmc";
288 ti,hwmods = "mmc1";
289 ti,dual-volt;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500290 dmas = <&sdma 61>, <&sdma 62>;
291 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530292 };
293
294 mmc2: mmc@480b4000 {
295 compatible = "ti,omap3-hsmmc";
296 ti,hwmods = "mmc2";
Jon Hunter2c2dc542012-04-26 13:47:59 -0500297 dmas = <&sdma 47>, <&sdma 48>;
298 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530299 };
300
301 mmc3: mmc@480ad000 {
302 compatible = "ti,omap3-hsmmc";
303 ti,hwmods = "mmc3";
Jon Hunter2c2dc542012-04-26 13:47:59 -0500304 dmas = <&sdma 77>, <&sdma 78>;
305 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530306 };
Xiao Jiang94c30732012-06-01 12:44:14 +0800307
308 wdt2: wdt@48314000 {
309 compatible = "ti,omap3-wdt";
310 ti,hwmods = "wd_timer2";
311 };
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300312
313 mcbsp1: mcbsp@48074000 {
314 compatible = "ti,omap3-mcbsp";
315 reg = <0x48074000 0xff>;
316 reg-names = "mpu";
317 interrupts = <16>, /* OCP compliant interrupt */
318 <59>, /* TX interrupt */
319 <60>; /* RX interrupt */
320 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300321 ti,buffer-size = <128>;
322 ti,hwmods = "mcbsp1";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100323 dmas = <&sdma 31>,
324 <&sdma 32>;
325 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300326 };
327
328 mcbsp2: mcbsp@49022000 {
329 compatible = "ti,omap3-mcbsp";
330 reg = <0x49022000 0xff>,
331 <0x49028000 0xff>;
332 reg-names = "mpu", "sidetone";
333 interrupts = <17>, /* OCP compliant interrupt */
334 <62>, /* TX interrupt */
335 <63>, /* RX interrupt */
336 <4>; /* Sidetone */
337 interrupt-names = "common", "tx", "rx", "sidetone";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300338 ti,buffer-size = <1280>;
Peter Ujfalusieef6fca2012-10-18 11:25:07 +0200339 ti,hwmods = "mcbsp2", "mcbsp2_sidetone";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100340 dmas = <&sdma 33>,
341 <&sdma 34>;
342 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300343 };
344
345 mcbsp3: mcbsp@49024000 {
346 compatible = "ti,omap3-mcbsp";
347 reg = <0x49024000 0xff>,
348 <0x4902a000 0xff>;
349 reg-names = "mpu", "sidetone";
350 interrupts = <22>, /* OCP compliant interrupt */
351 <89>, /* TX interrupt */
352 <90>, /* RX interrupt */
353 <5>; /* Sidetone */
354 interrupt-names = "common", "tx", "rx", "sidetone";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300355 ti,buffer-size = <128>;
Peter Ujfalusieef6fca2012-10-18 11:25:07 +0200356 ti,hwmods = "mcbsp3", "mcbsp3_sidetone";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100357 dmas = <&sdma 17>,
358 <&sdma 18>;
359 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300360 };
361
362 mcbsp4: mcbsp@49026000 {
363 compatible = "ti,omap3-mcbsp";
364 reg = <0x49026000 0xff>;
365 reg-names = "mpu";
366 interrupts = <23>, /* OCP compliant interrupt */
367 <54>, /* TX interrupt */
368 <55>; /* RX interrupt */
369 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300370 ti,buffer-size = <128>;
371 ti,hwmods = "mcbsp4";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100372 dmas = <&sdma 19>,
373 <&sdma 20>;
374 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300375 };
376
377 mcbsp5: mcbsp@48096000 {
378 compatible = "ti,omap3-mcbsp";
379 reg = <0x48096000 0xff>;
380 reg-names = "mpu";
381 interrupts = <27>, /* OCP compliant interrupt */
382 <81>, /* TX interrupt */
383 <82>; /* RX interrupt */
384 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300385 ti,buffer-size = <128>;
386 ti,hwmods = "mcbsp5";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100387 dmas = <&sdma 21>,
388 <&sdma 22>;
389 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300390 };
Jon Hunterfab8ad02012-10-19 09:59:00 -0500391
392 timer1: timer@48318000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500393 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500394 reg = <0x48318000 0x400>;
395 interrupts = <37>;
396 ti,hwmods = "timer1";
397 ti,timer-alwon;
398 };
399
400 timer2: timer@49032000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500401 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500402 reg = <0x49032000 0x400>;
403 interrupts = <38>;
404 ti,hwmods = "timer2";
405 };
406
407 timer3: timer@49034000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500408 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500409 reg = <0x49034000 0x400>;
410 interrupts = <39>;
411 ti,hwmods = "timer3";
412 };
413
414 timer4: timer@49036000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500415 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500416 reg = <0x49036000 0x400>;
417 interrupts = <40>;
418 ti,hwmods = "timer4";
419 };
420
421 timer5: timer@49038000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500422 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500423 reg = <0x49038000 0x400>;
424 interrupts = <41>;
425 ti,hwmods = "timer5";
426 ti,timer-dsp;
427 };
428
429 timer6: timer@4903a000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500430 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500431 reg = <0x4903a000 0x400>;
432 interrupts = <42>;
433 ti,hwmods = "timer6";
434 ti,timer-dsp;
435 };
436
437 timer7: timer@4903c000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500438 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500439 reg = <0x4903c000 0x400>;
440 interrupts = <43>;
441 ti,hwmods = "timer7";
442 ti,timer-dsp;
443 };
444
445 timer8: timer@4903e000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500446 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500447 reg = <0x4903e000 0x400>;
448 interrupts = <44>;
449 ti,hwmods = "timer8";
450 ti,timer-pwm;
451 ti,timer-dsp;
452 };
453
454 timer9: timer@49040000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500455 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500456 reg = <0x49040000 0x400>;
457 interrupts = <45>;
458 ti,hwmods = "timer9";
459 ti,timer-pwm;
460 };
461
462 timer10: timer@48086000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500463 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500464 reg = <0x48086000 0x400>;
465 interrupts = <46>;
466 ti,hwmods = "timer10";
467 ti,timer-pwm;
468 };
469
470 timer11: timer@48088000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500471 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500472 reg = <0x48088000 0x400>;
473 interrupts = <47>;
474 ti,hwmods = "timer11";
475 ti,timer-pwm;
476 };
477
478 timer12: timer@48304000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500479 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500480 reg = <0x48304000 0x400>;
481 interrupts = <95>;
482 ti,hwmods = "timer12";
483 ti,timer-alwon;
484 ti,timer-secure;
485 };
Roger Quadrosaf3eb362013-03-20 17:44:59 +0200486
487 usbhstll: usbhstll@48062000 {
488 compatible = "ti,usbhs-tll";
489 reg = <0x48062000 0x1000>;
490 interrupts = <78>;
491 ti,hwmods = "usb_tll_hs";
492 };
493
494 usbhshost: usbhshost@48064000 {
495 compatible = "ti,usbhs-host";
496 reg = <0x48064000 0x400>;
497 ti,hwmods = "usb_host_hs";
498 #address-cells = <1>;
499 #size-cells = <1>;
500 ranges;
501
502 usbhsohci: ohci@48064400 {
503 compatible = "ti,ohci-omap3", "usb-ohci";
504 reg = <0x48064400 0x400>;
505 interrupt-parent = <&intc>;
506 interrupts = <76>;
507 };
508
509 usbhsehci: ehci@48064800 {
510 compatible = "ti,ehci-omap", "usb-ehci";
511 reg = <0x48064800 0x400>;
512 interrupt-parent = <&intc>;
513 interrupts = <77>;
514 };
515 };
516
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100517 gpmc: gpmc@6e000000 {
518 compatible = "ti,omap3430-gpmc";
519 ti,hwmods = "gpmc";
Javier Martinez Canillas41644e72013-02-27 02:30:51 +0100520 reg = <0x6e000000 0x02d0>;
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100521 interrupts = <20>;
522 gpmc,num-cs = <8>;
523 gpmc,num-waitpins = <4>;
524 #address-cells = <2>;
525 #size-cells = <1>;
526 };
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530527
528 usb_otg_hs: usb_otg_hs@480ab000 {
529 compatible = "ti,omap3-musb";
530 reg = <0x480ab000 0x1000>;
Tony Lindgren304e71e2013-05-14 20:28:15 -0700531 interrupts = <92>, <93>;
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530532 interrupt-names = "mc", "dma";
533 ti,hwmods = "usb_otg_hs";
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530534 multipoint = <1>;
535 num-eps = <16>;
536 ram-bits = <12>;
537 };
Benoit Cousson189892f2011-08-16 21:02:01 +0530538 };
539};