blob: bcf77a870e675adc38bf85106b276300f934cef3 [file] [log] [blame]
Afzal Mohammed6cfd8112013-06-03 18:49:54 +05301/*
2 * Device Tree Source for AM4372 SoC
3 *
4 * Copyright (C) 2013 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/interrupt-controller/arm-gic.h>
12
13#include "skeleton.dtsi"
14
15/ {
16 compatible = "ti,am4372", "ti,am43";
17 interrupt-parent = <&gic>;
18
19
20 aliases {
Nishanth Menon6a968672013-10-16 15:21:04 -050021 i2c0 = &i2c0;
22 i2c1 = &i2c1;
23 i2c2 = &i2c2;
Afzal Mohammed6cfd8112013-06-03 18:49:54 +053024 serial0 = &uart0;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +053025 ethernet0 = &cpsw_emac0;
26 ethernet1 = &cpsw_emac1;
Afzal Mohammed6cfd8112013-06-03 18:49:54 +053027 };
28
29 cpus {
Afzal Mohammed738c7402013-08-02 19:16:13 +053030 #address-cells = <1>;
31 #size-cells = <0>;
Afzal Mohammed6cfd8112013-06-03 18:49:54 +053032 cpu@0 {
33 compatible = "arm,cortex-a9";
Afzal Mohammed738c7402013-08-02 19:16:13 +053034 device_type = "cpu";
35 reg = <0>;
Afzal Mohammed6cfd8112013-06-03 18:49:54 +053036 };
37 };
38
39 gic: interrupt-controller@48241000 {
40 compatible = "arm,cortex-a9-gic";
41 interrupt-controller;
42 #interrupt-cells = <3>;
43 reg = <0x48241000 0x1000>,
44 <0x48240100 0x0100>;
45 };
46
Lokesh Vutla9e3269b2013-10-11 00:44:53 +053047 l2-cache-controller@48242000 {
48 compatible = "arm,pl310-cache";
49 reg = <0x48242000 0x1000>;
50 cache-unified;
51 cache-level = <2>;
52 };
53
54 am43xx_pinmux: pinmux@44e10800 {
55 compatible = "pinctrl-single";
56 reg = <0x44e10800 0x31c>;
57 #address-cells = <1>;
58 #size-cells = <0>;
59 pinctrl-single,register-width = <32>;
60 pinctrl-single,function-mask = <0xffffffff>;
61 };
62
Afzal Mohammed6cfd8112013-06-03 18:49:54 +053063 ocp {
64 compatible = "simple-bus";
65 #address-cells = <1>;
66 #size-cells = <1>;
67 ranges;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +053068 ti,hwmods = "l3_main";
69
Tero Kristo6a679202013-08-02 19:12:04 +030070 prcm: prcm@44df0000 {
71 compatible = "ti,am4-prcm";
72 reg = <0x44df0000 0x11000>;
73
74 prcm_clocks: clocks {
75 #address-cells = <1>;
76 #size-cells = <0>;
77 };
78
79 prcm_clockdomains: clockdomains {
80 };
81 };
82
83 scrm: scrm@44e10000 {
84 compatible = "ti,am4-scrm";
85 reg = <0x44e10000 0x2000>;
86
87 scrm_clocks: clocks {
88 #address-cells = <1>;
89 #size-cells = <0>;
90 };
91
92 scrm_clockdomains: clockdomains {
93 };
94 };
95
Lokesh Vutla9e3269b2013-10-11 00:44:53 +053096 edma: edma@49000000 {
97 compatible = "ti,edma3";
98 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2";
99 reg = <0x49000000 0x10000>,
100 <0x44e10f90 0x10>;
101 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
102 <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
103 <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
104 #dma-cells = <1>;
105 dma-channels = <64>;
106 ti,edma-regions = <4>;
107 ti,edma-slots = <256>;
108 };
Afzal Mohammed6cfd8112013-06-03 18:49:54 +0530109
110 uart0: serial@44e09000 {
111 compatible = "ti,am4372-uart","ti,omap2-uart";
112 reg = <0x44e09000 0x2000>;
113 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Afzal Mohammed73456012013-08-02 19:16:35 +0530114 ti,hwmods = "uart1";
115 };
116
117 uart1: serial@48022000 {
118 compatible = "ti,am4372-uart","ti,omap2-uart";
119 reg = <0x48022000 0x2000>;
120 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
121 ti,hwmods = "uart2";
122 status = "disabled";
123 };
124
125 uart2: serial@48024000 {
126 compatible = "ti,am4372-uart","ti,omap2-uart";
127 reg = <0x48024000 0x2000>;
128 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
129 ti,hwmods = "uart3";
130 status = "disabled";
131 };
132
133 uart3: serial@481a6000 {
134 compatible = "ti,am4372-uart","ti,omap2-uart";
135 reg = <0x481a6000 0x2000>;
136 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
137 ti,hwmods = "uart4";
138 status = "disabled";
139 };
140
141 uart4: serial@481a8000 {
142 compatible = "ti,am4372-uart","ti,omap2-uart";
143 reg = <0x481a8000 0x2000>;
144 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
145 ti,hwmods = "uart5";
146 status = "disabled";
147 };
148
149 uart5: serial@481aa000 {
150 compatible = "ti,am4372-uart","ti,omap2-uart";
151 reg = <0x481aa000 0x2000>;
152 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
153 ti,hwmods = "uart6";
154 status = "disabled";
Afzal Mohammed6cfd8112013-06-03 18:49:54 +0530155 };
156
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530157 mailbox: mailbox@480C8000 {
158 compatible = "ti,omap4-mailbox";
159 reg = <0x480C8000 0x200>;
160 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
161 ti,hwmods = "mailbox";
162 ti,mbox-num-users = <4>;
163 ti,mbox-num-fifos = <8>;
164 ti,mbox-names = "wkup_m3";
165 ti,mbox-data = <0 0 0 0>;
166 status = "disabled";
167 };
168
Afzal Mohammed6cfd8112013-06-03 18:49:54 +0530169 timer1: timer@44e31000 {
170 compatible = "ti,am4372-timer-1ms","ti,am335x-timer-1ms";
171 reg = <0x44e31000 0x400>;
172 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
173 ti,timer-alwon;
Afzal Mohammed73456012013-08-02 19:16:35 +0530174 ti,hwmods = "timer1";
Afzal Mohammed6cfd8112013-06-03 18:49:54 +0530175 };
176
177 timer2: timer@48040000 {
178 compatible = "ti,am4372-timer","ti,am335x-timer";
179 reg = <0x48040000 0x400>;
180 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
Afzal Mohammed73456012013-08-02 19:16:35 +0530181 ti,hwmods = "timer2";
182 };
183
184 timer3: timer@48042000 {
185 compatible = "ti,am4372-timer","ti,am335x-timer";
186 reg = <0x48042000 0x400>;
187 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
188 ti,hwmods = "timer3";
189 status = "disabled";
190 };
191
192 timer4: timer@48044000 {
193 compatible = "ti,am4372-timer","ti,am335x-timer";
194 reg = <0x48044000 0x400>;
195 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
196 ti,timer-pwm;
197 ti,hwmods = "timer4";
198 status = "disabled";
199 };
200
201 timer5: timer@48046000 {
202 compatible = "ti,am4372-timer","ti,am335x-timer";
203 reg = <0x48046000 0x400>;
204 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
205 ti,timer-pwm;
206 ti,hwmods = "timer5";
207 status = "disabled";
208 };
209
210 timer6: timer@48048000 {
211 compatible = "ti,am4372-timer","ti,am335x-timer";
212 reg = <0x48048000 0x400>;
213 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
214 ti,timer-pwm;
215 ti,hwmods = "timer6";
216 status = "disabled";
217 };
218
219 timer7: timer@4804a000 {
220 compatible = "ti,am4372-timer","ti,am335x-timer";
221 reg = <0x4804a000 0x400>;
222 interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
223 ti,timer-pwm;
224 ti,hwmods = "timer7";
225 status = "disabled";
226 };
227
228 timer8: timer@481c1000 {
229 compatible = "ti,am4372-timer","ti,am335x-timer";
230 reg = <0x481c1000 0x400>;
231 interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
232 ti,hwmods = "timer8";
233 status = "disabled";
234 };
235
236 timer9: timer@4833d000 {
237 compatible = "ti,am4372-timer","ti,am335x-timer";
238 reg = <0x4833d000 0x400>;
239 interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>;
240 ti,hwmods = "timer9";
241 status = "disabled";
242 };
243
244 timer10: timer@4833f000 {
245 compatible = "ti,am4372-timer","ti,am335x-timer";
246 reg = <0x4833f000 0x400>;
247 interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
248 ti,hwmods = "timer10";
249 status = "disabled";
250 };
251
252 timer11: timer@48341000 {
253 compatible = "ti,am4372-timer","ti,am335x-timer";
254 reg = <0x48341000 0x400>;
255 interrupts = <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
256 ti,hwmods = "timer11";
257 status = "disabled";
Afzal Mohammed6cfd8112013-06-03 18:49:54 +0530258 };
259
260 counter32k: counter@44e86000 {
261 compatible = "ti,am4372-counter32k","ti,omap-counter32k";
262 reg = <0x44e86000 0x40>;
Afzal Mohammed73456012013-08-02 19:16:35 +0530263 ti,hwmods = "counter_32k";
264 };
265
266 rtc@44e3e000 {
267 compatible = "ti,am4372-rtc","ti,da830-rtc";
268 reg = <0x44e3e000 0x1000>;
269 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH
270 GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
271 ti,hwmods = "rtc";
272 status = "disabled";
273 };
274
275 wdt@44e35000 {
276 compatible = "ti,am4372-wdt","ti,omap3-wdt";
277 reg = <0x44e35000 0x1000>;
278 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
279 ti,hwmods = "wd_timer2";
Afzal Mohammed73456012013-08-02 19:16:35 +0530280 };
281
282 gpio0: gpio@44e07000 {
283 compatible = "ti,am4372-gpio","ti,omap4-gpio";
284 reg = <0x44e07000 0x1000>;
285 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
286 gpio-controller;
287 #gpio-cells = <2>;
288 interrupt-controller;
289 #interrupt-cells = <2>;
290 ti,hwmods = "gpio1";
291 status = "disabled";
292 };
293
294 gpio1: gpio@4804c000 {
295 compatible = "ti,am4372-gpio","ti,omap4-gpio";
296 reg = <0x4804c000 0x1000>;
297 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
298 gpio-controller;
299 #gpio-cells = <2>;
300 interrupt-controller;
301 #interrupt-cells = <2>;
302 ti,hwmods = "gpio2";
303 status = "disabled";
304 };
305
306 gpio2: gpio@481ac000 {
307 compatible = "ti,am4372-gpio","ti,omap4-gpio";
308 reg = <0x481ac000 0x1000>;
309 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
310 gpio-controller;
311 #gpio-cells = <2>;
312 interrupt-controller;
313 #interrupt-cells = <2>;
314 ti,hwmods = "gpio3";
315 status = "disabled";
316 };
317
318 gpio3: gpio@481ae000 {
319 compatible = "ti,am4372-gpio","ti,omap4-gpio";
320 reg = <0x481ae000 0x1000>;
321 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
322 gpio-controller;
323 #gpio-cells = <2>;
324 interrupt-controller;
325 #interrupt-cells = <2>;
326 ti,hwmods = "gpio4";
327 status = "disabled";
328 };
329
330 gpio4: gpio@48320000 {
331 compatible = "ti,am4372-gpio","ti,omap4-gpio";
332 reg = <0x48320000 0x1000>;
333 interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
334 gpio-controller;
335 #gpio-cells = <2>;
336 interrupt-controller;
337 #interrupt-cells = <2>;
338 ti,hwmods = "gpio5";
339 status = "disabled";
340 };
341
342 gpio5: gpio@48322000 {
343 compatible = "ti,am4372-gpio","ti,omap4-gpio";
344 reg = <0x48322000 0x1000>;
345 interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
346 gpio-controller;
347 #gpio-cells = <2>;
348 interrupt-controller;
349 #interrupt-cells = <2>;
350 ti,hwmods = "gpio6";
351 status = "disabled";
352 };
353
Suman Annafd4a8a62014-01-13 18:26:47 -0600354 hwspinlock: spinlock@480ca000 {
355 compatible = "ti,omap4-hwspinlock";
356 reg = <0x480ca000 0x1000>;
357 ti,hwmods = "spinlock";
358 #hwlock-cells = <1>;
359 };
360
Afzal Mohammed73456012013-08-02 19:16:35 +0530361 i2c0: i2c@44e0b000 {
362 compatible = "ti,am4372-i2c","ti,omap4-i2c";
363 reg = <0x44e0b000 0x1000>;
364 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
365 ti,hwmods = "i2c1";
366 #address-cells = <1>;
367 #size-cells = <0>;
368 status = "disabled";
369 };
370
371 i2c1: i2c@4802a000 {
372 compatible = "ti,am4372-i2c","ti,omap4-i2c";
373 reg = <0x4802a000 0x1000>;
374 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
375 ti,hwmods = "i2c2";
376 #address-cells = <1>;
377 #size-cells = <0>;
378 status = "disabled";
379 };
380
381 i2c2: i2c@4819c000 {
382 compatible = "ti,am4372-i2c","ti,omap4-i2c";
383 reg = <0x4819c000 0x1000>;
384 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
385 ti,hwmods = "i2c3";
386 #address-cells = <1>;
387 #size-cells = <0>;
388 status = "disabled";
389 };
390
391 spi0: spi@48030000 {
392 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
393 reg = <0x48030000 0x400>;
394 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
395 ti,hwmods = "spi0";
396 #address-cells = <1>;
397 #size-cells = <0>;
398 status = "disabled";
399 };
400
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530401 mmc1: mmc@48060000 {
402 compatible = "ti,omap4-hsmmc";
403 reg = <0x48060000 0x1000>;
404 ti,hwmods = "mmc1";
405 ti,dual-volt;
406 ti,needs-special-reset;
407 dmas = <&edma 24
408 &edma 25>;
409 dma-names = "tx", "rx";
410 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
411 status = "disabled";
412 };
413
414 mmc2: mmc@481d8000 {
415 compatible = "ti,omap4-hsmmc";
416 reg = <0x481d8000 0x1000>;
417 ti,hwmods = "mmc2";
418 ti,needs-special-reset;
419 dmas = <&edma 2
420 &edma 3>;
421 dma-names = "tx", "rx";
422 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
423 status = "disabled";
424 };
425
426 mmc3: mmc@47810000 {
427 compatible = "ti,omap4-hsmmc";
428 reg = <0x47810000 0x1000>;
429 ti,hwmods = "mmc3";
430 ti,needs-special-reset;
431 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
432 status = "disabled";
433 };
434
Afzal Mohammed73456012013-08-02 19:16:35 +0530435 spi1: spi@481a0000 {
436 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
437 reg = <0x481a0000 0x400>;
438 interrupts = <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
439 ti,hwmods = "spi1";
440 #address-cells = <1>;
441 #size-cells = <0>;
442 status = "disabled";
443 };
444
445 spi2: spi@481a2000 {
446 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
447 reg = <0x481a2000 0x400>;
448 interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>;
449 ti,hwmods = "spi2";
450 #address-cells = <1>;
451 #size-cells = <0>;
452 status = "disabled";
453 };
454
455 spi3: spi@481a4000 {
456 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
457 reg = <0x481a4000 0x400>;
458 interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>;
459 ti,hwmods = "spi3";
460 #address-cells = <1>;
461 #size-cells = <0>;
462 status = "disabled";
463 };
464
465 spi4: spi@48345000 {
466 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
467 reg = <0x48345000 0x400>;
468 interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
469 ti,hwmods = "spi4";
470 #address-cells = <1>;
471 #size-cells = <0>;
472 status = "disabled";
473 };
474
475 mac: ethernet@4a100000 {
476 compatible = "ti,am4372-cpsw","ti,cpsw";
477 reg = <0x4a100000 0x800
478 0x4a101200 0x100>;
479 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH
480 GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH
481 GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH
482 GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530483 #address-cells = <1>;
484 #size-cells = <1>;
Afzal Mohammed73456012013-08-02 19:16:35 +0530485 ti,hwmods = "cpgmac0";
486 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530487 cpdma_channels = <8>;
488 ale_entries = <1024>;
489 bd_ram_size = <0x2000>;
490 no_bd_ram = <0>;
491 rx_descs = <64>;
492 mac_control = <0x20>;
493 slaves = <2>;
494 active_slave = <0>;
495 cpts_clock_mult = <0x80000000>;
496 cpts_clock_shift = <29>;
497 ranges;
498
499 davinci_mdio: mdio@4a101000 {
500 compatible = "ti,am4372-mdio","ti,davinci_mdio";
501 reg = <0x4a101000 0x100>;
502 #address-cells = <1>;
503 #size-cells = <0>;
504 ti,hwmods = "davinci_mdio";
505 bus_freq = <1000000>;
506 status = "disabled";
507 };
508
509 cpsw_emac0: slave@4a100200 {
510 /* Filled in by U-Boot */
511 mac-address = [ 00 00 00 00 00 00 ];
512 };
513
514 cpsw_emac1: slave@4a100300 {
515 /* Filled in by U-Boot */
516 mac-address = [ 00 00 00 00 00 00 ];
517 };
Afzal Mohammed73456012013-08-02 19:16:35 +0530518 };
519
520 epwmss0: epwmss@48300000 {
521 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
522 reg = <0x48300000 0x10>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530523 #address-cells = <1>;
524 #size-cells = <1>;
525 ranges;
Afzal Mohammed73456012013-08-02 19:16:35 +0530526 ti,hwmods = "epwmss0";
527 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530528
529 ecap0: ecap@48300100 {
530 compatible = "ti,am4372-ecap","ti,am33xx-ecap";
531 reg = <0x48300100 0x80>;
532 ti,hwmods = "ecap0";
533 status = "disabled";
534 };
535
536 ehrpwm0: ehrpwm@48300200 {
537 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
538 reg = <0x48300200 0x80>;
539 ti,hwmods = "ehrpwm0";
540 status = "disabled";
541 };
Afzal Mohammed73456012013-08-02 19:16:35 +0530542 };
543
544 epwmss1: epwmss@48302000 {
545 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
546 reg = <0x48302000 0x10>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530547 #address-cells = <1>;
548 #size-cells = <1>;
549 ranges;
Afzal Mohammed73456012013-08-02 19:16:35 +0530550 ti,hwmods = "epwmss1";
551 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530552
553 ecap1: ecap@48302100 {
554 compatible = "ti,am4372-ecap","ti,am33xx-ecap";
555 reg = <0x48302100 0x80>;
556 ti,hwmods = "ecap1";
557 status = "disabled";
558 };
559
560 ehrpwm1: ehrpwm@48302200 {
561 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
562 reg = <0x48302200 0x80>;
563 ti,hwmods = "ehrpwm1";
564 status = "disabled";
565 };
Afzal Mohammed73456012013-08-02 19:16:35 +0530566 };
567
568 epwmss2: epwmss@48304000 {
569 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
570 reg = <0x48304000 0x10>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530571 #address-cells = <1>;
572 #size-cells = <1>;
573 ranges;
Afzal Mohammed73456012013-08-02 19:16:35 +0530574 ti,hwmods = "epwmss2";
575 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530576
577 ecap2: ecap@48304100 {
578 compatible = "ti,am4372-ecap","ti,am33xx-ecap";
579 reg = <0x48304100 0x80>;
580 ti,hwmods = "ecap2";
581 status = "disabled";
582 };
583
584 ehrpwm2: ehrpwm@48304200 {
585 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
586 reg = <0x48304200 0x80>;
587 ti,hwmods = "ehrpwm2";
588 status = "disabled";
589 };
Afzal Mohammed73456012013-08-02 19:16:35 +0530590 };
591
592 epwmss3: epwmss@48306000 {
593 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
594 reg = <0x48306000 0x10>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530595 #address-cells = <1>;
596 #size-cells = <1>;
597 ranges;
Afzal Mohammed73456012013-08-02 19:16:35 +0530598 ti,hwmods = "epwmss3";
599 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530600
601 ehrpwm3: ehrpwm@48306200 {
602 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
603 reg = <0x48306200 0x80>;
604 ti,hwmods = "ehrpwm3";
605 status = "disabled";
606 };
Afzal Mohammed73456012013-08-02 19:16:35 +0530607 };
608
609 epwmss4: epwmss@48308000 {
610 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
611 reg = <0x48308000 0x10>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530612 #address-cells = <1>;
613 #size-cells = <1>;
614 ranges;
Afzal Mohammed73456012013-08-02 19:16:35 +0530615 ti,hwmods = "epwmss4";
616 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530617
618 ehrpwm4: ehrpwm@48308200 {
619 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
620 reg = <0x48308200 0x80>;
621 ti,hwmods = "ehrpwm4";
622 status = "disabled";
623 };
Afzal Mohammed73456012013-08-02 19:16:35 +0530624 };
625
626 epwmss5: epwmss@4830a000 {
627 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
628 reg = <0x4830a000 0x10>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530629 #address-cells = <1>;
630 #size-cells = <1>;
631 ranges;
Afzal Mohammed73456012013-08-02 19:16:35 +0530632 ti,hwmods = "epwmss5";
633 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530634
635 ehrpwm5: ehrpwm@4830a200 {
636 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
637 reg = <0x4830a200 0x80>;
638 ti,hwmods = "ehrpwm5";
639 status = "disabled";
640 };
641 };
642
643 sham: sham@53100000 {
644 compatible = "ti,omap5-sham";
645 ti,hwmods = "sham";
646 reg = <0x53100000 0x300>;
647 dmas = <&edma 36>;
648 dma-names = "rx";
649 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
Afzal Mohammed6cfd8112013-06-03 18:49:54 +0530650 };
Joel Fernandes6e70a512013-09-24 14:35:09 -0500651
652 aes: aes@53501000 {
653 compatible = "ti,omap4-aes";
654 ti,hwmods = "aes";
655 reg = <0x53501000 0xa0>;
656 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530657 dmas = <&edma 6
658 &edma 5>;
659 dma-names = "tx", "rx";
Joel Fernandes6e70a512013-09-24 14:35:09 -0500660 };
Joel Fernandes099f3a852013-09-24 14:37:33 -0500661
662 des: des@53701000 {
663 compatible = "ti,omap4-des";
664 ti,hwmods = "des";
665 reg = <0x53701000 0xa0>;
666 interrupts = <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530667 dmas = <&edma 34
668 &edma 33>;
669 dma-names = "tx", "rx";
Joel Fernandes099f3a852013-09-24 14:37:33 -0500670 };
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530671
Peter Ujfalusib9c95bf2013-10-21 12:45:58 +0300672 mcasp0: mcasp@48038000 {
673 compatible = "ti,am33xx-mcasp-audio";
674 ti,hwmods = "mcasp0";
675 reg = <0x48038000 0x2000>,
676 <0x46000000 0x400000>;
677 reg-names = "mpu", "dat";
678 interrupts = <80>, <81>;
679 interrupts-names = "tx", "rx";
680 status = "disabled";
681 dmas = <&edma 8>,
682 <&edma 9>;
683 dma-names = "tx", "rx";
684 };
685
686 mcasp1: mcasp@4803C000 {
687 compatible = "ti,am33xx-mcasp-audio";
688 ti,hwmods = "mcasp1";
689 reg = <0x4803C000 0x2000>,
690 <0x46400000 0x400000>;
691 reg-names = "mpu", "dat";
692 interrupts = <82>, <83>;
693 interrupts-names = "tx", "rx";
694 status = "disabled";
695 dmas = <&edma 10>,
696 <&edma 11>;
697 dma-names = "tx", "rx";
698 };
Afzal Mohammed6cfd8112013-06-03 18:49:54 +0530699 };
700};
Tero Kristo6a679202013-08-02 19:12:04 +0300701
702/include/ "am43xx-clocks.dtsi"