]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/boot/dts/am4372.dtsi
Merge branch 'for-v3.16/clk-dt' of https://github.com/t-kristo/linux-pm into omap...
[mirror_ubuntu-bionic-kernel.git] / arch / arm / boot / dts / am4372.dtsi
CommitLineData
6cfd8117
AM
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
d2885dbb 11#include <dt-bindings/gpio/gpio.h>
6cfd8117
AM
12#include <dt-bindings/interrupt-controller/arm-gic.h>
13
14#include "skeleton.dtsi"
15
16/ {
17 compatible = "ti,am4372", "ti,am43";
18 interrupt-parent = <&gic>;
19
20
21 aliases {
6a968678
NM
22 i2c0 = &i2c0;
23 i2c1 = &i2c1;
24 i2c2 = &i2c2;
6cfd8117 25 serial0 = &uart0;
9e3269b8
LV
26 ethernet0 = &cpsw_emac0;
27 ethernet1 = &cpsw_emac1;
6cfd8117
AM
28 };
29
30 cpus {
738c7409
AM
31 #address-cells = <1>;
32 #size-cells = <0>;
6cfd8117
AM
33 cpu@0 {
34 compatible = "arm,cortex-a9";
738c7409
AM
35 device_type = "cpu";
36 reg = <0>;
8d766fa2
NM
37
38 clocks = <&dpll_mpu_ck>;
39 clock-names = "cpu";
40
41 clock-latency = <300000>; /* From omap-cpufreq driver */
6cfd8117
AM
42 };
43 };
44
45 gic: interrupt-controller@48241000 {
46 compatible = "arm,cortex-a9-gic";
47 interrupt-controller;
48 #interrupt-cells = <3>;
49 reg = <0x48241000 0x1000>,
50 <0x48240100 0x0100>;
51 };
52
9e3269b8
LV
53 l2-cache-controller@48242000 {
54 compatible = "arm,pl310-cache";
55 reg = <0x48242000 0x1000>;
56 cache-unified;
57 cache-level = <2>;
58 };
59
60 am43xx_pinmux: pinmux@44e10800 {
61 compatible = "pinctrl-single";
62 reg = <0x44e10800 0x31c>;
63 #address-cells = <1>;
64 #size-cells = <0>;
65 pinctrl-single,register-width = <32>;
66 pinctrl-single,function-mask = <0xffffffff>;
67 };
68
6cfd8117
AM
69 ocp {
70 compatible = "simple-bus";
71 #address-cells = <1>;
72 #size-cells = <1>;
73 ranges;
9e3269b8
LV
74 ti,hwmods = "l3_main";
75
6a679208
TK
76 prcm: prcm@44df0000 {
77 compatible = "ti,am4-prcm";
78 reg = <0x44df0000 0x11000>;
79
80 prcm_clocks: clocks {
81 #address-cells = <1>;
82 #size-cells = <0>;
83 };
84
85 prcm_clockdomains: clockdomains {
86 };
87 };
88
89 scrm: scrm@44e10000 {
90 compatible = "ti,am4-scrm";
91 reg = <0x44e10000 0x2000>;
92
93 scrm_clocks: clocks {
94 #address-cells = <1>;
95 #size-cells = <0>;
96 };
97
98 scrm_clockdomains: clockdomains {
99 };
100 };
101
9e3269b8
LV
102 edma: edma@49000000 {
103 compatible = "ti,edma3";
104 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2";
105 reg = <0x49000000 0x10000>,
106 <0x44e10f90 0x10>;
107 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
108 <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
109 <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
110 #dma-cells = <1>;
111 dma-channels = <64>;
112 ti,edma-regions = <4>;
113 ti,edma-slots = <256>;
114 };
6cfd8117
AM
115
116 uart0: serial@44e09000 {
117 compatible = "ti,am4372-uart","ti,omap2-uart";
118 reg = <0x44e09000 0x2000>;
119 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
73456012
AM
120 ti,hwmods = "uart1";
121 };
122
123 uart1: serial@48022000 {
124 compatible = "ti,am4372-uart","ti,omap2-uart";
125 reg = <0x48022000 0x2000>;
126 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
127 ti,hwmods = "uart2";
128 status = "disabled";
129 };
130
131 uart2: serial@48024000 {
132 compatible = "ti,am4372-uart","ti,omap2-uart";
133 reg = <0x48024000 0x2000>;
134 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
135 ti,hwmods = "uart3";
136 status = "disabled";
137 };
138
139 uart3: serial@481a6000 {
140 compatible = "ti,am4372-uart","ti,omap2-uart";
141 reg = <0x481a6000 0x2000>;
142 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
143 ti,hwmods = "uart4";
144 status = "disabled";
145 };
146
147 uart4: serial@481a8000 {
148 compatible = "ti,am4372-uart","ti,omap2-uart";
149 reg = <0x481a8000 0x2000>;
150 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
151 ti,hwmods = "uart5";
152 status = "disabled";
153 };
154
155 uart5: serial@481aa000 {
156 compatible = "ti,am4372-uart","ti,omap2-uart";
157 reg = <0x481aa000 0x2000>;
158 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
159 ti,hwmods = "uart6";
160 status = "disabled";
6cfd8117
AM
161 };
162
9e3269b8
LV
163 mailbox: mailbox@480C8000 {
164 compatible = "ti,omap4-mailbox";
165 reg = <0x480C8000 0x200>;
166 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
167 ti,hwmods = "mailbox";
168 ti,mbox-num-users = <4>;
169 ti,mbox-num-fifos = <8>;
170 ti,mbox-names = "wkup_m3";
171 ti,mbox-data = <0 0 0 0>;
172 status = "disabled";
173 };
174
6cfd8117
AM
175 timer1: timer@44e31000 {
176 compatible = "ti,am4372-timer-1ms","ti,am335x-timer-1ms";
177 reg = <0x44e31000 0x400>;
178 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
179 ti,timer-alwon;
73456012 180 ti,hwmods = "timer1";
6cfd8117
AM
181 };
182
183 timer2: timer@48040000 {
184 compatible = "ti,am4372-timer","ti,am335x-timer";
185 reg = <0x48040000 0x400>;
186 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
73456012
AM
187 ti,hwmods = "timer2";
188 };
189
190 timer3: timer@48042000 {
191 compatible = "ti,am4372-timer","ti,am335x-timer";
192 reg = <0x48042000 0x400>;
193 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
194 ti,hwmods = "timer3";
195 status = "disabled";
196 };
197
198 timer4: timer@48044000 {
199 compatible = "ti,am4372-timer","ti,am335x-timer";
200 reg = <0x48044000 0x400>;
201 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
202 ti,timer-pwm;
203 ti,hwmods = "timer4";
204 status = "disabled";
205 };
206
207 timer5: timer@48046000 {
208 compatible = "ti,am4372-timer","ti,am335x-timer";
209 reg = <0x48046000 0x400>;
210 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
211 ti,timer-pwm;
212 ti,hwmods = "timer5";
213 status = "disabled";
214 };
215
216 timer6: timer@48048000 {
217 compatible = "ti,am4372-timer","ti,am335x-timer";
218 reg = <0x48048000 0x400>;
219 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
220 ti,timer-pwm;
221 ti,hwmods = "timer6";
222 status = "disabled";
223 };
224
225 timer7: timer@4804a000 {
226 compatible = "ti,am4372-timer","ti,am335x-timer";
227 reg = <0x4804a000 0x400>;
228 interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
229 ti,timer-pwm;
230 ti,hwmods = "timer7";
231 status = "disabled";
232 };
233
234 timer8: timer@481c1000 {
235 compatible = "ti,am4372-timer","ti,am335x-timer";
236 reg = <0x481c1000 0x400>;
237 interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
238 ti,hwmods = "timer8";
239 status = "disabled";
240 };
241
242 timer9: timer@4833d000 {
243 compatible = "ti,am4372-timer","ti,am335x-timer";
244 reg = <0x4833d000 0x400>;
245 interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>;
246 ti,hwmods = "timer9";
247 status = "disabled";
248 };
249
250 timer10: timer@4833f000 {
251 compatible = "ti,am4372-timer","ti,am335x-timer";
252 reg = <0x4833f000 0x400>;
253 interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
254 ti,hwmods = "timer10";
255 status = "disabled";
256 };
257
258 timer11: timer@48341000 {
259 compatible = "ti,am4372-timer","ti,am335x-timer";
260 reg = <0x48341000 0x400>;
261 interrupts = <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
262 ti,hwmods = "timer11";
263 status = "disabled";
6cfd8117
AM
264 };
265
266 counter32k: counter@44e86000 {
267 compatible = "ti,am4372-counter32k","ti,omap-counter32k";
268 reg = <0x44e86000 0x40>;
73456012
AM
269 ti,hwmods = "counter_32k";
270 };
271
272 rtc@44e3e000 {
273 compatible = "ti,am4372-rtc","ti,da830-rtc";
274 reg = <0x44e3e000 0x1000>;
275 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH
276 GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
277 ti,hwmods = "rtc";
278 status = "disabled";
279 };
280
281 wdt@44e35000 {
282 compatible = "ti,am4372-wdt","ti,omap3-wdt";
283 reg = <0x44e35000 0x1000>;
284 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
285 ti,hwmods = "wd_timer2";
73456012
AM
286 };
287
288 gpio0: gpio@44e07000 {
289 compatible = "ti,am4372-gpio","ti,omap4-gpio";
290 reg = <0x44e07000 0x1000>;
291 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
292 gpio-controller;
293 #gpio-cells = <2>;
294 interrupt-controller;
295 #interrupt-cells = <2>;
296 ti,hwmods = "gpio1";
297 status = "disabled";
298 };
299
300 gpio1: gpio@4804c000 {
301 compatible = "ti,am4372-gpio","ti,omap4-gpio";
302 reg = <0x4804c000 0x1000>;
303 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
304 gpio-controller;
305 #gpio-cells = <2>;
306 interrupt-controller;
307 #interrupt-cells = <2>;
308 ti,hwmods = "gpio2";
309 status = "disabled";
310 };
311
312 gpio2: gpio@481ac000 {
313 compatible = "ti,am4372-gpio","ti,omap4-gpio";
314 reg = <0x481ac000 0x1000>;
315 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
316 gpio-controller;
317 #gpio-cells = <2>;
318 interrupt-controller;
319 #interrupt-cells = <2>;
320 ti,hwmods = "gpio3";
321 status = "disabled";
322 };
323
324 gpio3: gpio@481ae000 {
325 compatible = "ti,am4372-gpio","ti,omap4-gpio";
326 reg = <0x481ae000 0x1000>;
327 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
328 gpio-controller;
329 #gpio-cells = <2>;
330 interrupt-controller;
331 #interrupt-cells = <2>;
332 ti,hwmods = "gpio4";
333 status = "disabled";
334 };
335
336 gpio4: gpio@48320000 {
337 compatible = "ti,am4372-gpio","ti,omap4-gpio";
338 reg = <0x48320000 0x1000>;
339 interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
340 gpio-controller;
341 #gpio-cells = <2>;
342 interrupt-controller;
343 #interrupt-cells = <2>;
344 ti,hwmods = "gpio5";
345 status = "disabled";
346 };
347
348 gpio5: gpio@48322000 {
349 compatible = "ti,am4372-gpio","ti,omap4-gpio";
350 reg = <0x48322000 0x1000>;
351 interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
352 gpio-controller;
353 #gpio-cells = <2>;
354 interrupt-controller;
355 #interrupt-cells = <2>;
356 ti,hwmods = "gpio6";
357 status = "disabled";
358 };
359
fd4a8a68
SA
360 hwspinlock: spinlock@480ca000 {
361 compatible = "ti,omap4-hwspinlock";
362 reg = <0x480ca000 0x1000>;
363 ti,hwmods = "spinlock";
364 #hwlock-cells = <1>;
365 };
366
73456012
AM
367 i2c0: i2c@44e0b000 {
368 compatible = "ti,am4372-i2c","ti,omap4-i2c";
369 reg = <0x44e0b000 0x1000>;
370 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
371 ti,hwmods = "i2c1";
372 #address-cells = <1>;
373 #size-cells = <0>;
374 status = "disabled";
375 };
376
377 i2c1: i2c@4802a000 {
378 compatible = "ti,am4372-i2c","ti,omap4-i2c";
379 reg = <0x4802a000 0x1000>;
380 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
381 ti,hwmods = "i2c2";
382 #address-cells = <1>;
383 #size-cells = <0>;
384 status = "disabled";
385 };
386
387 i2c2: i2c@4819c000 {
388 compatible = "ti,am4372-i2c","ti,omap4-i2c";
389 reg = <0x4819c000 0x1000>;
390 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
391 ti,hwmods = "i2c3";
392 #address-cells = <1>;
393 #size-cells = <0>;
394 status = "disabled";
395 };
396
397 spi0: spi@48030000 {
398 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
399 reg = <0x48030000 0x400>;
400 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
401 ti,hwmods = "spi0";
402 #address-cells = <1>;
403 #size-cells = <0>;
404 status = "disabled";
405 };
406
9e3269b8
LV
407 mmc1: mmc@48060000 {
408 compatible = "ti,omap4-hsmmc";
409 reg = <0x48060000 0x1000>;
410 ti,hwmods = "mmc1";
411 ti,dual-volt;
412 ti,needs-special-reset;
413 dmas = <&edma 24
414 &edma 25>;
415 dma-names = "tx", "rx";
416 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
417 status = "disabled";
418 };
419
420 mmc2: mmc@481d8000 {
421 compatible = "ti,omap4-hsmmc";
422 reg = <0x481d8000 0x1000>;
423 ti,hwmods = "mmc2";
424 ti,needs-special-reset;
425 dmas = <&edma 2
426 &edma 3>;
427 dma-names = "tx", "rx";
428 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
429 status = "disabled";
430 };
431
432 mmc3: mmc@47810000 {
433 compatible = "ti,omap4-hsmmc";
434 reg = <0x47810000 0x1000>;
435 ti,hwmods = "mmc3";
436 ti,needs-special-reset;
437 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
438 status = "disabled";
439 };
440
73456012
AM
441 spi1: spi@481a0000 {
442 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
443 reg = <0x481a0000 0x400>;
444 interrupts = <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
445 ti,hwmods = "spi1";
446 #address-cells = <1>;
447 #size-cells = <0>;
448 status = "disabled";
449 };
450
451 spi2: spi@481a2000 {
452 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
453 reg = <0x481a2000 0x400>;
454 interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>;
455 ti,hwmods = "spi2";
456 #address-cells = <1>;
457 #size-cells = <0>;
458 status = "disabled";
459 };
460
461 spi3: spi@481a4000 {
462 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
463 reg = <0x481a4000 0x400>;
464 interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>;
465 ti,hwmods = "spi3";
466 #address-cells = <1>;
467 #size-cells = <0>;
468 status = "disabled";
469 };
470
471 spi4: spi@48345000 {
472 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
473 reg = <0x48345000 0x400>;
474 interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
475 ti,hwmods = "spi4";
476 #address-cells = <1>;
477 #size-cells = <0>;
478 status = "disabled";
479 };
480
481 mac: ethernet@4a100000 {
482 compatible = "ti,am4372-cpsw","ti,cpsw";
483 reg = <0x4a100000 0x800
484 0x4a101200 0x100>;
485 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH
486 GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH
487 GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH
488 GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
9e3269b8
LV
489 #address-cells = <1>;
490 #size-cells = <1>;
73456012
AM
491 ti,hwmods = "cpgmac0";
492 status = "disabled";
9e3269b8
LV
493 cpdma_channels = <8>;
494 ale_entries = <1024>;
495 bd_ram_size = <0x2000>;
496 no_bd_ram = <0>;
497 rx_descs = <64>;
498 mac_control = <0x20>;
499 slaves = <2>;
500 active_slave = <0>;
501 cpts_clock_mult = <0x80000000>;
502 cpts_clock_shift = <29>;
503 ranges;
504
505 davinci_mdio: mdio@4a101000 {
506 compatible = "ti,am4372-mdio","ti,davinci_mdio";
507 reg = <0x4a101000 0x100>;
508 #address-cells = <1>;
509 #size-cells = <0>;
510 ti,hwmods = "davinci_mdio";
511 bus_freq = <1000000>;
512 status = "disabled";
513 };
514
515 cpsw_emac0: slave@4a100200 {
516 /* Filled in by U-Boot */
517 mac-address = [ 00 00 00 00 00 00 ];
518 };
519
520 cpsw_emac1: slave@4a100300 {
521 /* Filled in by U-Boot */
522 mac-address = [ 00 00 00 00 00 00 ];
523 };
a9682cfb
M
524
525 phy_sel: cpsw-phy-sel@44e10650 {
526 compatible = "ti,am43xx-cpsw-phy-sel";
527 reg= <0x44e10650 0x4>;
528 reg-names = "gmii-sel";
529 };
73456012
AM
530 };
531
532 epwmss0: epwmss@48300000 {
533 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
534 reg = <0x48300000 0x10>;
9e3269b8
LV
535 #address-cells = <1>;
536 #size-cells = <1>;
537 ranges;
73456012
AM
538 ti,hwmods = "epwmss0";
539 status = "disabled";
9e3269b8
LV
540
541 ecap0: ecap@48300100 {
542 compatible = "ti,am4372-ecap","ti,am33xx-ecap";
aa842305 543 #pwm-cells = <3>;
9e3269b8
LV
544 reg = <0x48300100 0x80>;
545 ti,hwmods = "ecap0";
546 status = "disabled";
547 };
548
549 ehrpwm0: ehrpwm@48300200 {
550 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
aa842305 551 #pwm-cells = <3>;
9e3269b8
LV
552 reg = <0x48300200 0x80>;
553 ti,hwmods = "ehrpwm0";
554 status = "disabled";
555 };
73456012
AM
556 };
557
558 epwmss1: epwmss@48302000 {
559 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
560 reg = <0x48302000 0x10>;
9e3269b8
LV
561 #address-cells = <1>;
562 #size-cells = <1>;
563 ranges;
73456012
AM
564 ti,hwmods = "epwmss1";
565 status = "disabled";
9e3269b8
LV
566
567 ecap1: ecap@48302100 {
568 compatible = "ti,am4372-ecap","ti,am33xx-ecap";
aa842305 569 #pwm-cells = <3>;
9e3269b8
LV
570 reg = <0x48302100 0x80>;
571 ti,hwmods = "ecap1";
572 status = "disabled";
573 };
574
575 ehrpwm1: ehrpwm@48302200 {
576 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
aa842305 577 #pwm-cells = <3>;
9e3269b8
LV
578 reg = <0x48302200 0x80>;
579 ti,hwmods = "ehrpwm1";
580 status = "disabled";
581 };
73456012
AM
582 };
583
584 epwmss2: epwmss@48304000 {
585 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
586 reg = <0x48304000 0x10>;
9e3269b8
LV
587 #address-cells = <1>;
588 #size-cells = <1>;
589 ranges;
73456012
AM
590 ti,hwmods = "epwmss2";
591 status = "disabled";
9e3269b8
LV
592
593 ecap2: ecap@48304100 {
594 compatible = "ti,am4372-ecap","ti,am33xx-ecap";
aa842305 595 #pwm-cells = <3>;
9e3269b8
LV
596 reg = <0x48304100 0x80>;
597 ti,hwmods = "ecap2";
598 status = "disabled";
599 };
600
601 ehrpwm2: ehrpwm@48304200 {
602 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
aa842305 603 #pwm-cells = <3>;
9e3269b8
LV
604 reg = <0x48304200 0x80>;
605 ti,hwmods = "ehrpwm2";
606 status = "disabled";
607 };
73456012
AM
608 };
609
610 epwmss3: epwmss@48306000 {
611 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
612 reg = <0x48306000 0x10>;
9e3269b8
LV
613 #address-cells = <1>;
614 #size-cells = <1>;
615 ranges;
73456012
AM
616 ti,hwmods = "epwmss3";
617 status = "disabled";
9e3269b8
LV
618
619 ehrpwm3: ehrpwm@48306200 {
620 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
aa842305 621 #pwm-cells = <3>;
9e3269b8
LV
622 reg = <0x48306200 0x80>;
623 ti,hwmods = "ehrpwm3";
624 status = "disabled";
625 };
73456012
AM
626 };
627
628 epwmss4: epwmss@48308000 {
629 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
630 reg = <0x48308000 0x10>;
9e3269b8
LV
631 #address-cells = <1>;
632 #size-cells = <1>;
633 ranges;
73456012
AM
634 ti,hwmods = "epwmss4";
635 status = "disabled";
9e3269b8
LV
636
637 ehrpwm4: ehrpwm@48308200 {
638 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
aa842305 639 #pwm-cells = <3>;
9e3269b8
LV
640 reg = <0x48308200 0x80>;
641 ti,hwmods = "ehrpwm4";
642 status = "disabled";
643 };
73456012
AM
644 };
645
646 epwmss5: epwmss@4830a000 {
647 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
648 reg = <0x4830a000 0x10>;
9e3269b8
LV
649 #address-cells = <1>;
650 #size-cells = <1>;
651 ranges;
73456012
AM
652 ti,hwmods = "epwmss5";
653 status = "disabled";
9e3269b8
LV
654
655 ehrpwm5: ehrpwm@4830a200 {
656 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
aa842305 657 #pwm-cells = <3>;
9e3269b8
LV
658 reg = <0x4830a200 0x80>;
659 ti,hwmods = "ehrpwm5";
660 status = "disabled";
661 };
662 };
663
664 sham: sham@53100000 {
665 compatible = "ti,omap5-sham";
666 ti,hwmods = "sham";
667 reg = <0x53100000 0x300>;
668 dmas = <&edma 36>;
669 dma-names = "rx";
670 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
6cfd8117 671 };
6e70a510
JF
672
673 aes: aes@53501000 {
674 compatible = "ti,omap4-aes";
675 ti,hwmods = "aes";
676 reg = <0x53501000 0xa0>;
677 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
9e3269b8
LV
678 dmas = <&edma 6
679 &edma 5>;
680 dma-names = "tx", "rx";
6e70a510 681 };
099f3a85
JF
682
683 des: des@53701000 {
684 compatible = "ti,omap4-des";
685 ti,hwmods = "des";
686 reg = <0x53701000 0xa0>;
687 interrupts = <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>;
9e3269b8
LV
688 dmas = <&edma 34
689 &edma 33>;
690 dma-names = "tx", "rx";
099f3a85 691 };
9e3269b8 692
b9c95bf4
PU
693 mcasp0: mcasp@48038000 {
694 compatible = "ti,am33xx-mcasp-audio";
695 ti,hwmods = "mcasp0";
696 reg = <0x48038000 0x2000>,
697 <0x46000000 0x400000>;
698 reg-names = "mpu", "dat";
699 interrupts = <80>, <81>;
ae107d06 700 interrupt-names = "tx", "rx";
b9c95bf4
PU
701 status = "disabled";
702 dmas = <&edma 8>,
703 <&edma 9>;
704 dma-names = "tx", "rx";
705 };
706
707 mcasp1: mcasp@4803C000 {
708 compatible = "ti,am33xx-mcasp-audio";
709 ti,hwmods = "mcasp1";
710 reg = <0x4803C000 0x2000>,
711 <0x46400000 0x400000>;
712 reg-names = "mpu", "dat";
713 interrupts = <82>, <83>;
ae107d06 714 interrupt-names = "tx", "rx";
b9c95bf4
PU
715 status = "disabled";
716 dmas = <&edma 10>,
717 <&edma 11>;
718 dma-names = "tx", "rx";
719 };
f68e355c
PG
720
721 elm: elm@48080000 {
722 compatible = "ti,am3352-elm";
723 reg = <0x48080000 0x2000>;
724 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
725 ti,hwmods = "elm";
726 clocks = <&l4ls_gclk>;
727 clock-names = "fck";
728 status = "disabled";
729 };
730
731 gpmc: gpmc@50000000 {
732 compatible = "ti,am3352-gpmc";
733 ti,hwmods = "gpmc";
734 clocks = <&l3s_gclk>;
735 clock-names = "fck";
736 reg = <0x50000000 0x2000>;
737 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
738 gpmc,num-cs = <7>;
739 gpmc,num-waitpins = <2>;
740 #address-cells = <2>;
741 #size-cells = <1>;
742 status = "disabled";
743 };
a0ae47ea
GC
744
745 am43xx_control_usb2phy1: control-phy@44e10620 {
746 compatible = "ti,control-phy-usb2-am437";
747 reg = <0x44e10620 0x4>;
748 reg-names = "power";
749 };
750
751 am43xx_control_usb2phy2: control-phy@0x44e10628 {
752 compatible = "ti,control-phy-usb2-am437";
753 reg = <0x44e10628 0x4>;
754 reg-names = "power";
755 };
756
757 ocp2scp0: ocp2scp@483a8000 {
758 compatible = "ti,omap-ocp2scp";
759 #address-cells = <1>;
760 #size-cells = <1>;
761 ranges;
762 ti,hwmods = "ocp2scp0";
763
764 usb2_phy1: phy@483a8000 {
765 compatible = "ti,am437x-usb2";
766 reg = <0x483a8000 0x8000>;
767 ctrl-module = <&am43xx_control_usb2phy1>;
768 clocks = <&usb_phy0_always_on_clk32k>,
769 <&usb_otg_ss0_refclk960m>;
770 clock-names = "wkupclk", "refclk";
771 #phy-cells = <0>;
772 status = "disabled";
773 };
774 };
775
776 ocp2scp1: ocp2scp@483e8000 {
777 compatible = "ti,omap-ocp2scp";
778 #address-cells = <1>;
779 #size-cells = <1>;
780 ranges;
781 ti,hwmods = "ocp2scp1";
782
783 usb2_phy2: phy@483e8000 {
784 compatible = "ti,am437x-usb2";
785 reg = <0x483e8000 0x8000>;
786 ctrl-module = <&am43xx_control_usb2phy2>;
787 clocks = <&usb_phy1_always_on_clk32k>,
788 <&usb_otg_ss1_refclk960m>;
789 clock-names = "wkupclk", "refclk";
790 #phy-cells = <0>;
791 status = "disabled";
792 };
793 };
794
795 dwc3_1: omap_dwc3@48380000 {
796 compatible = "ti,am437x-dwc3";
797 ti,hwmods = "usb_otg_ss0";
798 reg = <0x48380000 0x10000>;
799 interrupts = <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>;
800 #address-cells = <1>;
801 #size-cells = <1>;
802 utmi-mode = <1>;
803 ranges;
804
805 usb1: usb@48390000 {
806 compatible = "synopsys,dwc3";
807 reg = <0x48390000 0x17000>;
808 interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
809 phys = <&usb2_phy1>;
810 phy-names = "usb2-phy";
811 maximum-speed = "high-speed";
812 dr_mode = "otg";
813 status = "disabled";
814 };
815 };
816
817 dwc3_2: omap_dwc3@483c0000 {
818 compatible = "ti,am437x-dwc3";
819 ti,hwmods = "usb_otg_ss1";
820 reg = <0x483c0000 0x10000>;
821 interrupts = <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>;
822 #address-cells = <1>;
823 #size-cells = <1>;
824 utmi-mode = <1>;
825 ranges;
826
827 usb2: usb@483d0000 {
828 compatible = "synopsys,dwc3";
829 reg = <0x483d0000 0x17000>;
830 interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
831 phys = <&usb2_phy2>;
832 phy-names = "usb2-phy";
833 maximum-speed = "high-speed";
834 dr_mode = "otg";
835 status = "disabled";
836 };
837 };
2a1a5043
SP
838
839 qspi: qspi@47900000 {
840 compatible = "ti,am4372-qspi";
841 reg = <0x47900000 0x100>;
842 #address-cells = <1>;
843 #size-cells = <0>;
844 ti,hwmods = "qspi";
845 interrupts = <0 138 0x4>;
846 num-cs = <4>;
847 status = "disabled";
848 };
741cac5f
SP
849
850 hdq: hdq@48347000 {
851 compatible = "ti,am43xx-hdq";
852 reg = <0x48347000 0x1000>;
853 interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>;
854 clocks = <&func_12m_clk>;
855 clock-names = "fck";
856 ti,hwmods = "hdq1w";
857 status = "disabled";
858 };
6cfd8117
AM
859 };
860};
6a679208
TK
861
862/include/ "am43xx-clocks.dtsi"