blob: 695e2d34c9c62e2935d25dec02a252fb70fd6183 [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>;
Tony Lindgren30a69ef2013-10-10 15:45:13 -0700110 #interrupt-cells = <1>;
111 interrupt-controller;
Tony Lindgren679e3312012-09-10 10:34:51 -0700112 pinctrl-single,register-width = <16>;
Christoph Fritz161e89a2013-03-29 17:32:05 +0100113 pinctrl-single,function-mask = <0x7f1f>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700114 };
115
Christoph Fritz161e89a2013-03-29 17:32:05 +0100116 omap3_pmx_wkup: pinmux@0x48002a00 {
Tony Lindgren679e3312012-09-10 10:34:51 -0700117 compatible = "ti,omap3-padconf", "pinctrl-single";
Christoph Fritz161e89a2013-03-29 17:32:05 +0100118 reg = <0x48002a00 0x5c>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700119 #address-cells = <1>;
120 #size-cells = <0>;
Tony Lindgren30a69ef2013-10-10 15:45:13 -0700121 #interrupt-cells = <1>;
122 interrupt-controller;
Tony Lindgren679e3312012-09-10 10:34:51 -0700123 pinctrl-single,register-width = <16>;
Christoph Fritz161e89a2013-03-29 17:32:05 +0100124 pinctrl-single,function-mask = <0x7f1f>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700125 };
126
Benoit Cousson385a64b2011-08-16 11:51:54 +0200127 gpio1: gpio@48310000 {
128 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600129 reg = <0x48310000 0x200>;
130 interrupts = <29>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200131 ti,hwmods = "gpio1";
Jon Huntere4b9b9f2013-04-04 15:16:16 -0500132 ti,gpio-always-on;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200133 gpio-controller;
134 #gpio-cells = <2>;
135 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600136 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200137 };
138
139 gpio2: gpio@49050000 {
140 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600141 reg = <0x49050000 0x200>;
142 interrupts = <30>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200143 ti,hwmods = "gpio2";
144 gpio-controller;
145 #gpio-cells = <2>;
146 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600147 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200148 };
149
150 gpio3: gpio@49052000 {
151 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600152 reg = <0x49052000 0x200>;
153 interrupts = <31>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200154 ti,hwmods = "gpio3";
155 gpio-controller;
156 #gpio-cells = <2>;
157 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600158 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200159 };
160
161 gpio4: gpio@49054000 {
162 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600163 reg = <0x49054000 0x200>;
164 interrupts = <32>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200165 ti,hwmods = "gpio4";
166 gpio-controller;
167 #gpio-cells = <2>;
168 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600169 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200170 };
171
172 gpio5: gpio@49056000 {
173 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600174 reg = <0x49056000 0x200>;
175 interrupts = <33>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200176 ti,hwmods = "gpio5";
177 gpio-controller;
178 #gpio-cells = <2>;
179 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600180 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200181 };
182
183 gpio6: gpio@49058000 {
184 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600185 reg = <0x49058000 0x200>;
186 interrupts = <34>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200187 ti,hwmods = "gpio6";
188 gpio-controller;
189 #gpio-cells = <2>;
190 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600191 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200192 };
193
Benoit Cousson19bfb762012-02-16 11:55:27 +0100194 uart1: serial@4806a000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530195 compatible = "ti,omap3-uart";
196 ti,hwmods = "uart1";
197 clock-frequency = <48000000>;
198 };
199
Benoit Cousson19bfb762012-02-16 11:55:27 +0100200 uart2: serial@4806c000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530201 compatible = "ti,omap3-uart";
202 ti,hwmods = "uart2";
203 clock-frequency = <48000000>;
204 };
205
Benoit Cousson19bfb762012-02-16 11:55:27 +0100206 uart3: serial@49020000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530207 compatible = "ti,omap3-uart";
208 ti,hwmods = "uart3";
209 clock-frequency = <48000000>;
210 };
211
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200212 i2c1: i2c@48070000 {
213 compatible = "ti,omap3-i2c";
214 #address-cells = <1>;
215 #size-cells = <0>;
216 ti,hwmods = "i2c1";
217 };
218
219 i2c2: i2c@48072000 {
220 compatible = "ti,omap3-i2c";
221 #address-cells = <1>;
222 #size-cells = <0>;
223 ti,hwmods = "i2c2";
224 };
225
226 i2c3: i2c@48060000 {
227 compatible = "ti,omap3-i2c";
228 #address-cells = <1>;
229 #size-cells = <0>;
230 ti,hwmods = "i2c3";
231 };
Benoit Coussonfc72d242012-01-20 14:15:58 +0100232
233 mcspi1: spi@48098000 {
234 compatible = "ti,omap2-mcspi";
235 #address-cells = <1>;
236 #size-cells = <0>;
237 ti,hwmods = "mcspi1";
238 ti,spi-num-cs = <4>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500239 dmas = <&sdma 35>,
240 <&sdma 36>,
241 <&sdma 37>,
242 <&sdma 38>,
243 <&sdma 39>,
244 <&sdma 40>,
245 <&sdma 41>,
246 <&sdma 42>;
247 dma-names = "tx0", "rx0", "tx1", "rx1",
248 "tx2", "rx2", "tx3", "rx3";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100249 };
250
251 mcspi2: spi@4809a000 {
252 compatible = "ti,omap2-mcspi";
253 #address-cells = <1>;
254 #size-cells = <0>;
255 ti,hwmods = "mcspi2";
256 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500257 dmas = <&sdma 43>,
258 <&sdma 44>,
259 <&sdma 45>,
260 <&sdma 46>;
261 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100262 };
263
264 mcspi3: spi@480b8000 {
265 compatible = "ti,omap2-mcspi";
266 #address-cells = <1>;
267 #size-cells = <0>;
268 ti,hwmods = "mcspi3";
269 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500270 dmas = <&sdma 15>,
271 <&sdma 16>,
272 <&sdma 23>,
273 <&sdma 24>;
274 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100275 };
276
277 mcspi4: spi@480ba000 {
278 compatible = "ti,omap2-mcspi";
279 #address-cells = <1>;
280 #size-cells = <0>;
281 ti,hwmods = "mcspi4";
282 ti,spi-num-cs = <1>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500283 dmas = <&sdma 70>, <&sdma 71>;
284 dma-names = "tx0", "rx0";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100285 };
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530286
287 mmc1: mmc@4809c000 {
288 compatible = "ti,omap3-hsmmc";
289 ti,hwmods = "mmc1";
290 ti,dual-volt;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500291 dmas = <&sdma 61>, <&sdma 62>;
292 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530293 };
294
295 mmc2: mmc@480b4000 {
296 compatible = "ti,omap3-hsmmc";
297 ti,hwmods = "mmc2";
Jon Hunter2c2dc542012-04-26 13:47:59 -0500298 dmas = <&sdma 47>, <&sdma 48>;
299 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530300 };
301
302 mmc3: mmc@480ad000 {
303 compatible = "ti,omap3-hsmmc";
304 ti,hwmods = "mmc3";
Jon Hunter2c2dc542012-04-26 13:47:59 -0500305 dmas = <&sdma 77>, <&sdma 78>;
306 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530307 };
Xiao Jiang94c30732012-06-01 12:44:14 +0800308
309 wdt2: wdt@48314000 {
310 compatible = "ti,omap3-wdt";
311 ti,hwmods = "wd_timer2";
312 };
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300313
314 mcbsp1: mcbsp@48074000 {
315 compatible = "ti,omap3-mcbsp";
316 reg = <0x48074000 0xff>;
317 reg-names = "mpu";
318 interrupts = <16>, /* OCP compliant interrupt */
319 <59>, /* TX interrupt */
320 <60>; /* RX interrupt */
321 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300322 ti,buffer-size = <128>;
323 ti,hwmods = "mcbsp1";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100324 dmas = <&sdma 31>,
325 <&sdma 32>;
326 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300327 };
328
329 mcbsp2: mcbsp@49022000 {
330 compatible = "ti,omap3-mcbsp";
331 reg = <0x49022000 0xff>,
332 <0x49028000 0xff>;
333 reg-names = "mpu", "sidetone";
334 interrupts = <17>, /* OCP compliant interrupt */
335 <62>, /* TX interrupt */
336 <63>, /* RX interrupt */
337 <4>; /* Sidetone */
338 interrupt-names = "common", "tx", "rx", "sidetone";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300339 ti,buffer-size = <1280>;
Peter Ujfalusieef6fca2012-10-18 11:25:07 +0200340 ti,hwmods = "mcbsp2", "mcbsp2_sidetone";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100341 dmas = <&sdma 33>,
342 <&sdma 34>;
343 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300344 };
345
346 mcbsp3: mcbsp@49024000 {
347 compatible = "ti,omap3-mcbsp";
348 reg = <0x49024000 0xff>,
349 <0x4902a000 0xff>;
350 reg-names = "mpu", "sidetone";
351 interrupts = <22>, /* OCP compliant interrupt */
352 <89>, /* TX interrupt */
353 <90>, /* RX interrupt */
354 <5>; /* Sidetone */
355 interrupt-names = "common", "tx", "rx", "sidetone";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300356 ti,buffer-size = <128>;
Peter Ujfalusieef6fca2012-10-18 11:25:07 +0200357 ti,hwmods = "mcbsp3", "mcbsp3_sidetone";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100358 dmas = <&sdma 17>,
359 <&sdma 18>;
360 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300361 };
362
363 mcbsp4: mcbsp@49026000 {
364 compatible = "ti,omap3-mcbsp";
365 reg = <0x49026000 0xff>;
366 reg-names = "mpu";
367 interrupts = <23>, /* OCP compliant interrupt */
368 <54>, /* TX interrupt */
369 <55>; /* RX interrupt */
370 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300371 ti,buffer-size = <128>;
372 ti,hwmods = "mcbsp4";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100373 dmas = <&sdma 19>,
374 <&sdma 20>;
375 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300376 };
377
378 mcbsp5: mcbsp@48096000 {
379 compatible = "ti,omap3-mcbsp";
380 reg = <0x48096000 0xff>;
381 reg-names = "mpu";
382 interrupts = <27>, /* OCP compliant interrupt */
383 <81>, /* TX interrupt */
384 <82>; /* RX interrupt */
385 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300386 ti,buffer-size = <128>;
387 ti,hwmods = "mcbsp5";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100388 dmas = <&sdma 21>,
389 <&sdma 22>;
390 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300391 };
Jon Hunterfab8ad02012-10-19 09:59:00 -0500392
393 timer1: timer@48318000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500394 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500395 reg = <0x48318000 0x400>;
396 interrupts = <37>;
397 ti,hwmods = "timer1";
398 ti,timer-alwon;
399 };
400
401 timer2: timer@49032000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500402 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500403 reg = <0x49032000 0x400>;
404 interrupts = <38>;
405 ti,hwmods = "timer2";
406 };
407
408 timer3: timer@49034000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500409 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500410 reg = <0x49034000 0x400>;
411 interrupts = <39>;
412 ti,hwmods = "timer3";
413 };
414
415 timer4: timer@49036000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500416 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500417 reg = <0x49036000 0x400>;
418 interrupts = <40>;
419 ti,hwmods = "timer4";
420 };
421
422 timer5: timer@49038000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500423 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500424 reg = <0x49038000 0x400>;
425 interrupts = <41>;
426 ti,hwmods = "timer5";
427 ti,timer-dsp;
428 };
429
430 timer6: timer@4903a000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500431 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500432 reg = <0x4903a000 0x400>;
433 interrupts = <42>;
434 ti,hwmods = "timer6";
435 ti,timer-dsp;
436 };
437
438 timer7: timer@4903c000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500439 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500440 reg = <0x4903c000 0x400>;
441 interrupts = <43>;
442 ti,hwmods = "timer7";
443 ti,timer-dsp;
444 };
445
446 timer8: timer@4903e000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500447 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500448 reg = <0x4903e000 0x400>;
449 interrupts = <44>;
450 ti,hwmods = "timer8";
451 ti,timer-pwm;
452 ti,timer-dsp;
453 };
454
455 timer9: timer@49040000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500456 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500457 reg = <0x49040000 0x400>;
458 interrupts = <45>;
459 ti,hwmods = "timer9";
460 ti,timer-pwm;
461 };
462
463 timer10: timer@48086000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500464 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500465 reg = <0x48086000 0x400>;
466 interrupts = <46>;
467 ti,hwmods = "timer10";
468 ti,timer-pwm;
469 };
470
471 timer11: timer@48088000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500472 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500473 reg = <0x48088000 0x400>;
474 interrupts = <47>;
475 ti,hwmods = "timer11";
476 ti,timer-pwm;
477 };
478
479 timer12: timer@48304000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500480 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500481 reg = <0x48304000 0x400>;
482 interrupts = <95>;
483 ti,hwmods = "timer12";
484 ti,timer-alwon;
485 ti,timer-secure;
486 };
Roger Quadrosaf3eb362013-03-20 17:44:59 +0200487
488 usbhstll: usbhstll@48062000 {
489 compatible = "ti,usbhs-tll";
490 reg = <0x48062000 0x1000>;
491 interrupts = <78>;
492 ti,hwmods = "usb_tll_hs";
493 };
494
495 usbhshost: usbhshost@48064000 {
496 compatible = "ti,usbhs-host";
497 reg = <0x48064000 0x400>;
498 ti,hwmods = "usb_host_hs";
499 #address-cells = <1>;
500 #size-cells = <1>;
501 ranges;
502
503 usbhsohci: ohci@48064400 {
504 compatible = "ti,ohci-omap3", "usb-ohci";
505 reg = <0x48064400 0x400>;
506 interrupt-parent = <&intc>;
507 interrupts = <76>;
508 };
509
510 usbhsehci: ehci@48064800 {
511 compatible = "ti,ehci-omap", "usb-ehci";
512 reg = <0x48064800 0x400>;
513 interrupt-parent = <&intc>;
514 interrupts = <77>;
515 };
516 };
517
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100518 gpmc: gpmc@6e000000 {
519 compatible = "ti,omap3430-gpmc";
520 ti,hwmods = "gpmc";
Javier Martinez Canillas41644e72013-02-27 02:30:51 +0100521 reg = <0x6e000000 0x02d0>;
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100522 interrupts = <20>;
523 gpmc,num-cs = <8>;
524 gpmc,num-waitpins = <4>;
525 #address-cells = <2>;
526 #size-cells = <1>;
527 };
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530528
529 usb_otg_hs: usb_otg_hs@480ab000 {
530 compatible = "ti,omap3-musb";
531 reg = <0x480ab000 0x1000>;
Tony Lindgren304e71e2013-05-14 20:28:15 -0700532 interrupts = <92>, <93>;
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530533 interrupt-names = "mc", "dma";
534 ti,hwmods = "usb_otg_hs";
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530535 multipoint = <1>;
536 num-eps = <16>;
537 ram-bits = <12>;
538 };
Benoit Cousson189892f2011-08-16 21:02:01 +0530539 };
540};