]> git.ipfire.org Git - people/arne_f/kernel.git/blob - arch/arm/boot/dts/am4372.dtsi
sun7i: dts: add bananapro.
[people/arne_f/kernel.git] / arch / arm / boot / dts / am4372.dtsi
1 /*
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 {
21 i2c0 = &i2c0;
22 i2c1 = &i2c1;
23 i2c2 = &i2c2;
24 serial0 = &uart0;
25 ethernet0 = &cpsw_emac0;
26 ethernet1 = &cpsw_emac1;
27 };
28
29 cpus {
30 #address-cells = <1>;
31 #size-cells = <0>;
32 cpu@0 {
33 compatible = "arm,cortex-a9";
34 device_type = "cpu";
35 reg = <0>;
36 };
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
47 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
63 ocp {
64 compatible = "simple-bus";
65 #address-cells = <1>;
66 #size-cells = <1>;
67 ranges;
68 ti,hwmods = "l3_main";
69
70 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
96 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 };
109
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>;
114 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";
155 };
156
157 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 };
165
166 timer1: timer@44e31000 {
167 compatible = "ti,am4372-timer-1ms","ti,am335x-timer-1ms";
168 reg = <0x44e31000 0x400>;
169 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
170 ti,timer-alwon;
171 ti,hwmods = "timer1";
172 };
173
174 timer2: timer@48040000 {
175 compatible = "ti,am4372-timer","ti,am335x-timer";
176 reg = <0x48040000 0x400>;
177 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
178 ti,hwmods = "timer2";
179 };
180
181 timer3: timer@48042000 {
182 compatible = "ti,am4372-timer","ti,am335x-timer";
183 reg = <0x48042000 0x400>;
184 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
185 ti,hwmods = "timer3";
186 status = "disabled";
187 };
188
189 timer4: timer@48044000 {
190 compatible = "ti,am4372-timer","ti,am335x-timer";
191 reg = <0x48044000 0x400>;
192 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
193 ti,timer-pwm;
194 ti,hwmods = "timer4";
195 status = "disabled";
196 };
197
198 timer5: timer@48046000 {
199 compatible = "ti,am4372-timer","ti,am335x-timer";
200 reg = <0x48046000 0x400>;
201 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
202 ti,timer-pwm;
203 ti,hwmods = "timer5";
204 status = "disabled";
205 };
206
207 timer6: timer@48048000 {
208 compatible = "ti,am4372-timer","ti,am335x-timer";
209 reg = <0x48048000 0x400>;
210 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
211 ti,timer-pwm;
212 ti,hwmods = "timer6";
213 status = "disabled";
214 };
215
216 timer7: timer@4804a000 {
217 compatible = "ti,am4372-timer","ti,am335x-timer";
218 reg = <0x4804a000 0x400>;
219 interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
220 ti,timer-pwm;
221 ti,hwmods = "timer7";
222 status = "disabled";
223 };
224
225 timer8: timer@481c1000 {
226 compatible = "ti,am4372-timer","ti,am335x-timer";
227 reg = <0x481c1000 0x400>;
228 interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
229 ti,hwmods = "timer8";
230 status = "disabled";
231 };
232
233 timer9: timer@4833d000 {
234 compatible = "ti,am4372-timer","ti,am335x-timer";
235 reg = <0x4833d000 0x400>;
236 interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>;
237 ti,hwmods = "timer9";
238 status = "disabled";
239 };
240
241 timer10: timer@4833f000 {
242 compatible = "ti,am4372-timer","ti,am335x-timer";
243 reg = <0x4833f000 0x400>;
244 interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
245 ti,hwmods = "timer10";
246 status = "disabled";
247 };
248
249 timer11: timer@48341000 {
250 compatible = "ti,am4372-timer","ti,am335x-timer";
251 reg = <0x48341000 0x400>;
252 interrupts = <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
253 ti,hwmods = "timer11";
254 status = "disabled";
255 };
256
257 counter32k: counter@44e86000 {
258 compatible = "ti,am4372-counter32k","ti,omap-counter32k";
259 reg = <0x44e86000 0x40>;
260 ti,hwmods = "counter_32k";
261 };
262
263 rtc@44e3e000 {
264 compatible = "ti,am4372-rtc","ti,da830-rtc";
265 reg = <0x44e3e000 0x1000>;
266 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH
267 GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
268 ti,hwmods = "rtc";
269 status = "disabled";
270 };
271
272 wdt@44e35000 {
273 compatible = "ti,am4372-wdt","ti,omap3-wdt";
274 reg = <0x44e35000 0x1000>;
275 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
276 ti,hwmods = "wd_timer2";
277 };
278
279 gpio0: gpio@44e07000 {
280 compatible = "ti,am4372-gpio","ti,omap4-gpio";
281 reg = <0x44e07000 0x1000>;
282 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
283 gpio-controller;
284 #gpio-cells = <2>;
285 interrupt-controller;
286 #interrupt-cells = <2>;
287 ti,hwmods = "gpio1";
288 status = "disabled";
289 };
290
291 gpio1: gpio@4804c000 {
292 compatible = "ti,am4372-gpio","ti,omap4-gpio";
293 reg = <0x4804c000 0x1000>;
294 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
295 gpio-controller;
296 #gpio-cells = <2>;
297 interrupt-controller;
298 #interrupt-cells = <2>;
299 ti,hwmods = "gpio2";
300 status = "disabled";
301 };
302
303 gpio2: gpio@481ac000 {
304 compatible = "ti,am4372-gpio","ti,omap4-gpio";
305 reg = <0x481ac000 0x1000>;
306 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
307 gpio-controller;
308 #gpio-cells = <2>;
309 interrupt-controller;
310 #interrupt-cells = <2>;
311 ti,hwmods = "gpio3";
312 status = "disabled";
313 };
314
315 gpio3: gpio@481ae000 {
316 compatible = "ti,am4372-gpio","ti,omap4-gpio";
317 reg = <0x481ae000 0x1000>;
318 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
319 gpio-controller;
320 #gpio-cells = <2>;
321 interrupt-controller;
322 #interrupt-cells = <2>;
323 ti,hwmods = "gpio4";
324 status = "disabled";
325 };
326
327 gpio4: gpio@48320000 {
328 compatible = "ti,am4372-gpio","ti,omap4-gpio";
329 reg = <0x48320000 0x1000>;
330 interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
331 gpio-controller;
332 #gpio-cells = <2>;
333 interrupt-controller;
334 #interrupt-cells = <2>;
335 ti,hwmods = "gpio5";
336 status = "disabled";
337 };
338
339 gpio5: gpio@48322000 {
340 compatible = "ti,am4372-gpio","ti,omap4-gpio";
341 reg = <0x48322000 0x1000>;
342 interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
343 gpio-controller;
344 #gpio-cells = <2>;
345 interrupt-controller;
346 #interrupt-cells = <2>;
347 ti,hwmods = "gpio6";
348 status = "disabled";
349 };
350
351 i2c0: i2c@44e0b000 {
352 compatible = "ti,am4372-i2c","ti,omap4-i2c";
353 reg = <0x44e0b000 0x1000>;
354 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
355 ti,hwmods = "i2c1";
356 #address-cells = <1>;
357 #size-cells = <0>;
358 status = "disabled";
359 };
360
361 i2c1: i2c@4802a000 {
362 compatible = "ti,am4372-i2c","ti,omap4-i2c";
363 reg = <0x4802a000 0x1000>;
364 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
365 ti,hwmods = "i2c2";
366 #address-cells = <1>;
367 #size-cells = <0>;
368 status = "disabled";
369 };
370
371 i2c2: i2c@4819c000 {
372 compatible = "ti,am4372-i2c","ti,omap4-i2c";
373 reg = <0x4819c000 0x1000>;
374 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
375 ti,hwmods = "i2c3";
376 #address-cells = <1>;
377 #size-cells = <0>;
378 status = "disabled";
379 };
380
381 spi0: spi@48030000 {
382 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
383 reg = <0x48030000 0x400>;
384 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
385 ti,hwmods = "spi0";
386 #address-cells = <1>;
387 #size-cells = <0>;
388 status = "disabled";
389 };
390
391 mmc1: mmc@48060000 {
392 compatible = "ti,omap4-hsmmc";
393 reg = <0x48060000 0x1000>;
394 ti,hwmods = "mmc1";
395 ti,dual-volt;
396 ti,needs-special-reset;
397 dmas = <&edma 24
398 &edma 25>;
399 dma-names = "tx", "rx";
400 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
401 status = "disabled";
402 };
403
404 mmc2: mmc@481d8000 {
405 compatible = "ti,omap4-hsmmc";
406 reg = <0x481d8000 0x1000>;
407 ti,hwmods = "mmc2";
408 ti,needs-special-reset;
409 dmas = <&edma 2
410 &edma 3>;
411 dma-names = "tx", "rx";
412 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
413 status = "disabled";
414 };
415
416 mmc3: mmc@47810000 {
417 compatible = "ti,omap4-hsmmc";
418 reg = <0x47810000 0x1000>;
419 ti,hwmods = "mmc3";
420 ti,needs-special-reset;
421 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
422 status = "disabled";
423 };
424
425 spi1: spi@481a0000 {
426 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
427 reg = <0x481a0000 0x400>;
428 interrupts = <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
429 ti,hwmods = "spi1";
430 #address-cells = <1>;
431 #size-cells = <0>;
432 status = "disabled";
433 };
434
435 spi2: spi@481a2000 {
436 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
437 reg = <0x481a2000 0x400>;
438 interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>;
439 ti,hwmods = "spi2";
440 #address-cells = <1>;
441 #size-cells = <0>;
442 status = "disabled";
443 };
444
445 spi3: spi@481a4000 {
446 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
447 reg = <0x481a4000 0x400>;
448 interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>;
449 ti,hwmods = "spi3";
450 #address-cells = <1>;
451 #size-cells = <0>;
452 status = "disabled";
453 };
454
455 spi4: spi@48345000 {
456 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
457 reg = <0x48345000 0x400>;
458 interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
459 ti,hwmods = "spi4";
460 #address-cells = <1>;
461 #size-cells = <0>;
462 status = "disabled";
463 };
464
465 mac: ethernet@4a100000 {
466 compatible = "ti,am4372-cpsw","ti,cpsw";
467 reg = <0x4a100000 0x800
468 0x4a101200 0x100>;
469 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH
470 GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH
471 GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH
472 GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
473 #address-cells = <1>;
474 #size-cells = <1>;
475 ti,hwmods = "cpgmac0";
476 status = "disabled";
477 cpdma_channels = <8>;
478 ale_entries = <1024>;
479 bd_ram_size = <0x2000>;
480 no_bd_ram = <0>;
481 rx_descs = <64>;
482 mac_control = <0x20>;
483 slaves = <2>;
484 active_slave = <0>;
485 cpts_clock_mult = <0x80000000>;
486 cpts_clock_shift = <29>;
487 ranges;
488
489 davinci_mdio: mdio@4a101000 {
490 compatible = "ti,am4372-mdio","ti,davinci_mdio";
491 reg = <0x4a101000 0x100>;
492 #address-cells = <1>;
493 #size-cells = <0>;
494 ti,hwmods = "davinci_mdio";
495 bus_freq = <1000000>;
496 status = "disabled";
497 };
498
499 cpsw_emac0: slave@4a100200 {
500 /* Filled in by U-Boot */
501 mac-address = [ 00 00 00 00 00 00 ];
502 };
503
504 cpsw_emac1: slave@4a100300 {
505 /* Filled in by U-Boot */
506 mac-address = [ 00 00 00 00 00 00 ];
507 };
508 };
509
510 epwmss0: epwmss@48300000 {
511 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
512 reg = <0x48300000 0x10>;
513 #address-cells = <1>;
514 #size-cells = <1>;
515 ranges;
516 ti,hwmods = "epwmss0";
517 status = "disabled";
518
519 ecap0: ecap@48300100 {
520 compatible = "ti,am4372-ecap","ti,am33xx-ecap";
521 reg = <0x48300100 0x80>;
522 ti,hwmods = "ecap0";
523 status = "disabled";
524 };
525
526 ehrpwm0: ehrpwm@48300200 {
527 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
528 reg = <0x48300200 0x80>;
529 ti,hwmods = "ehrpwm0";
530 status = "disabled";
531 };
532 };
533
534 epwmss1: epwmss@48302000 {
535 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
536 reg = <0x48302000 0x10>;
537 #address-cells = <1>;
538 #size-cells = <1>;
539 ranges;
540 ti,hwmods = "epwmss1";
541 status = "disabled";
542
543 ecap1: ecap@48302100 {
544 compatible = "ti,am4372-ecap","ti,am33xx-ecap";
545 reg = <0x48302100 0x80>;
546 ti,hwmods = "ecap1";
547 status = "disabled";
548 };
549
550 ehrpwm1: ehrpwm@48302200 {
551 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
552 reg = <0x48302200 0x80>;
553 ti,hwmods = "ehrpwm1";
554 status = "disabled";
555 };
556 };
557
558 epwmss2: epwmss@48304000 {
559 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
560 reg = <0x48304000 0x10>;
561 #address-cells = <1>;
562 #size-cells = <1>;
563 ranges;
564 ti,hwmods = "epwmss2";
565 status = "disabled";
566
567 ecap2: ecap@48304100 {
568 compatible = "ti,am4372-ecap","ti,am33xx-ecap";
569 reg = <0x48304100 0x80>;
570 ti,hwmods = "ecap2";
571 status = "disabled";
572 };
573
574 ehrpwm2: ehrpwm@48304200 {
575 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
576 reg = <0x48304200 0x80>;
577 ti,hwmods = "ehrpwm2";
578 status = "disabled";
579 };
580 };
581
582 epwmss3: epwmss@48306000 {
583 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
584 reg = <0x48306000 0x10>;
585 #address-cells = <1>;
586 #size-cells = <1>;
587 ranges;
588 ti,hwmods = "epwmss3";
589 status = "disabled";
590
591 ehrpwm3: ehrpwm@48306200 {
592 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
593 reg = <0x48306200 0x80>;
594 ti,hwmods = "ehrpwm3";
595 status = "disabled";
596 };
597 };
598
599 epwmss4: epwmss@48308000 {
600 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
601 reg = <0x48308000 0x10>;
602 #address-cells = <1>;
603 #size-cells = <1>;
604 ranges;
605 ti,hwmods = "epwmss4";
606 status = "disabled";
607
608 ehrpwm4: ehrpwm@48308200 {
609 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
610 reg = <0x48308200 0x80>;
611 ti,hwmods = "ehrpwm4";
612 status = "disabled";
613 };
614 };
615
616 epwmss5: epwmss@4830a000 {
617 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
618 reg = <0x4830a000 0x10>;
619 #address-cells = <1>;
620 #size-cells = <1>;
621 ranges;
622 ti,hwmods = "epwmss5";
623 status = "disabled";
624
625 ehrpwm5: ehrpwm@4830a200 {
626 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
627 reg = <0x4830a200 0x80>;
628 ti,hwmods = "ehrpwm5";
629 status = "disabled";
630 };
631 };
632
633 sham: sham@53100000 {
634 compatible = "ti,omap5-sham";
635 ti,hwmods = "sham";
636 reg = <0x53100000 0x300>;
637 dmas = <&edma 36>;
638 dma-names = "rx";
639 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
640 };
641
642 aes: aes@53501000 {
643 compatible = "ti,omap4-aes";
644 ti,hwmods = "aes";
645 reg = <0x53501000 0xa0>;
646 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
647 dmas = <&edma 6
648 &edma 5>;
649 dma-names = "tx", "rx";
650 };
651
652 des: des@53701000 {
653 compatible = "ti,omap4-des";
654 ti,hwmods = "des";
655 reg = <0x53701000 0xa0>;
656 interrupts = <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>;
657 dmas = <&edma 34
658 &edma 33>;
659 dma-names = "tx", "rx";
660 };
661
662 mcasp0: mcasp@48038000 {
663 compatible = "ti,am33xx-mcasp-audio";
664 ti,hwmods = "mcasp0";
665 reg = <0x48038000 0x2000>,
666 <0x46000000 0x400000>;
667 reg-names = "mpu", "dat";
668 interrupts = <80>, <81>;
669 interrupts-names = "tx", "rx";
670 status = "disabled";
671 dmas = <&edma 8>,
672 <&edma 9>;
673 dma-names = "tx", "rx";
674 };
675
676 mcasp1: mcasp@4803C000 {
677 compatible = "ti,am33xx-mcasp-audio";
678 ti,hwmods = "mcasp1";
679 reg = <0x4803C000 0x2000>,
680 <0x46400000 0x400000>;
681 reg-names = "mpu", "dat";
682 interrupts = <82>, <83>;
683 interrupts-names = "tx", "rx";
684 status = "disabled";
685 dmas = <&edma 10>,
686 <&edma 11>;
687 dma-names = "tx", "rx";
688 };
689 };
690 };
691
692 /include/ "am43xx-clocks.dtsi"