ARM: dts: sun4i: gemei-g9: Add accelerometer (bma250) IRQ
[deliverable/linux.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/gpio/gpio.h>
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 = <&wakeupgen>;
19
20
21 aliases {
22 i2c0 = &i2c0;
23 i2c1 = &i2c1;
24 i2c2 = &i2c2;
25 serial0 = &uart0;
26 serial1 = &uart1;
27 serial2 = &uart2;
28 serial3 = &uart3;
29 serial4 = &uart4;
30 serial5 = &uart5;
31 ethernet0 = &cpsw_emac0;
32 ethernet1 = &cpsw_emac1;
33 };
34
35 cpus {
36 #address-cells = <1>;
37 #size-cells = <0>;
38 cpu: cpu@0 {
39 compatible = "arm,cortex-a9";
40 device_type = "cpu";
41 reg = <0>;
42
43 clocks = <&dpll_mpu_ck>;
44 clock-names = "cpu";
45
46 clock-latency = <300000>; /* From omap-cpufreq driver */
47 };
48 };
49
50 gic: interrupt-controller@48241000 {
51 compatible = "arm,cortex-a9-gic";
52 interrupt-controller;
53 #interrupt-cells = <3>;
54 reg = <0x48241000 0x1000>,
55 <0x48240100 0x0100>;
56 interrupt-parent = <&gic>;
57 };
58
59 wakeupgen: interrupt-controller@48281000 {
60 compatible = "ti,omap4-wugen-mpu";
61 interrupt-controller;
62 #interrupt-cells = <3>;
63 reg = <0x48281000 0x1000>;
64 interrupt-parent = <&gic>;
65 };
66
67 scu: scu@48240000 {
68 compatible = "arm,cortex-a9-scu";
69 reg = <0x48240000 0x100>;
70 };
71
72 global_timer: timer@48240200 {
73 compatible = "arm,cortex-a9-global-timer";
74 reg = <0x48240200 0x100>;
75 interrupts = <GIC_PPI 11 IRQ_TYPE_LEVEL_HIGH>;
76 interrupt-parent = <&gic>;
77 clocks = <&dpll_mpu_m2_ck>;
78 };
79
80 local_timer: timer@48240600 {
81 compatible = "arm,cortex-a9-twd-timer";
82 reg = <0x48240600 0x100>;
83 interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_HIGH>;
84 interrupt-parent = <&gic>;
85 clocks = <&dpll_mpu_m2_ck>;
86 };
87
88 l2-cache-controller@48242000 {
89 compatible = "arm,pl310-cache";
90 reg = <0x48242000 0x1000>;
91 cache-unified;
92 cache-level = <2>;
93 };
94
95 ocp {
96 compatible = "ti,am4372-l3-noc", "simple-bus";
97 #address-cells = <1>;
98 #size-cells = <1>;
99 ranges;
100 ti,hwmods = "l3_main";
101 reg = <0x44000000 0x400000
102 0x44800000 0x400000>;
103 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
104 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
105
106 l4_wkup: l4_wkup@44c00000 {
107 compatible = "ti,am4-l4-wkup", "simple-bus";
108 #address-cells = <1>;
109 #size-cells = <1>;
110 ranges = <0 0x44c00000 0x287000>;
111
112 wkup_m3: wkup_m3@100000 {
113 compatible = "ti,am4372-wkup-m3";
114 reg = <0x100000 0x4000>,
115 <0x180000 0x2000>;
116 reg-names = "umem", "dmem";
117 ti,hwmods = "wkup_m3";
118 ti,pm-firmware = "am335x-pm-firmware.elf";
119 };
120
121 prcm: prcm@1f0000 {
122 compatible = "ti,am4-prcm";
123 reg = <0x1f0000 0x11000>;
124 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
125
126 prcm_clocks: clocks {
127 #address-cells = <1>;
128 #size-cells = <0>;
129 };
130
131 prcm_clockdomains: clockdomains {
132 };
133 };
134
135 scm: scm@210000 {
136 compatible = "ti,am4-scm", "simple-bus";
137 reg = <0x210000 0x4000>;
138 #address-cells = <1>;
139 #size-cells = <1>;
140 ranges = <0 0x210000 0x4000>;
141
142 am43xx_pinmux: pinmux@800 {
143 compatible = "ti,am437-padconf",
144 "pinctrl-single";
145 reg = <0x800 0x31c>;
146 #address-cells = <1>;
147 #size-cells = <0>;
148 #interrupt-cells = <1>;
149 interrupt-controller;
150 pinctrl-single,register-width = <32>;
151 pinctrl-single,function-mask = <0xffffffff>;
152 };
153
154 scm_conf: scm_conf@0 {
155 compatible = "syscon";
156 reg = <0x0 0x800>;
157 #address-cells = <1>;
158 #size-cells = <1>;
159
160 scm_clocks: clocks {
161 #address-cells = <1>;
162 #size-cells = <0>;
163 };
164 };
165
166 wkup_m3_ipc: wkup_m3_ipc@1324 {
167 compatible = "ti,am4372-wkup-m3-ipc";
168 reg = <0x1324 0x44>;
169 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
170 ti,rproc = <&wkup_m3>;
171 mboxes = <&mailbox &mbox_wkupm3>;
172 };
173
174 scm_clockdomains: clockdomains {
175 };
176 };
177 };
178
179 emif: emif@4c000000 {
180 compatible = "ti,emif-am4372";
181 reg = <0x4c000000 0x1000000>;
182 ti,hwmods = "emif";
183 };
184
185 edma: edma@49000000 {
186 compatible = "ti,edma3";
187 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2";
188 reg = <0x49000000 0x10000>,
189 <0x44e10f90 0x10>;
190 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
191 <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
192 <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
193 #dma-cells = <1>;
194 };
195
196 uart0: serial@44e09000 {
197 compatible = "ti,am4372-uart","ti,omap2-uart";
198 reg = <0x44e09000 0x2000>;
199 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
200 ti,hwmods = "uart1";
201 };
202
203 uart1: serial@48022000 {
204 compatible = "ti,am4372-uart","ti,omap2-uart";
205 reg = <0x48022000 0x2000>;
206 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
207 ti,hwmods = "uart2";
208 status = "disabled";
209 };
210
211 uart2: serial@48024000 {
212 compatible = "ti,am4372-uart","ti,omap2-uart";
213 reg = <0x48024000 0x2000>;
214 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
215 ti,hwmods = "uart3";
216 status = "disabled";
217 };
218
219 uart3: serial@481a6000 {
220 compatible = "ti,am4372-uart","ti,omap2-uart";
221 reg = <0x481a6000 0x2000>;
222 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
223 ti,hwmods = "uart4";
224 status = "disabled";
225 };
226
227 uart4: serial@481a8000 {
228 compatible = "ti,am4372-uart","ti,omap2-uart";
229 reg = <0x481a8000 0x2000>;
230 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
231 ti,hwmods = "uart5";
232 status = "disabled";
233 };
234
235 uart5: serial@481aa000 {
236 compatible = "ti,am4372-uart","ti,omap2-uart";
237 reg = <0x481aa000 0x2000>;
238 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
239 ti,hwmods = "uart6";
240 status = "disabled";
241 };
242
243 mailbox: mailbox@480C8000 {
244 compatible = "ti,omap4-mailbox";
245 reg = <0x480C8000 0x200>;
246 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
247 ti,hwmods = "mailbox";
248 #mbox-cells = <1>;
249 ti,mbox-num-users = <4>;
250 ti,mbox-num-fifos = <8>;
251 mbox_wkupm3: wkup_m3 {
252 ti,mbox-tx = <0 0 0>;
253 ti,mbox-rx = <0 0 3>;
254 };
255 };
256
257 timer1: timer@44e31000 {
258 compatible = "ti,am4372-timer-1ms","ti,am335x-timer-1ms";
259 reg = <0x44e31000 0x400>;
260 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
261 ti,timer-alwon;
262 ti,hwmods = "timer1";
263 };
264
265 timer2: timer@48040000 {
266 compatible = "ti,am4372-timer","ti,am335x-timer";
267 reg = <0x48040000 0x400>;
268 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
269 ti,hwmods = "timer2";
270 };
271
272 timer3: timer@48042000 {
273 compatible = "ti,am4372-timer","ti,am335x-timer";
274 reg = <0x48042000 0x400>;
275 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
276 ti,hwmods = "timer3";
277 status = "disabled";
278 };
279
280 timer4: timer@48044000 {
281 compatible = "ti,am4372-timer","ti,am335x-timer";
282 reg = <0x48044000 0x400>;
283 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
284 ti,timer-pwm;
285 ti,hwmods = "timer4";
286 status = "disabled";
287 };
288
289 timer5: timer@48046000 {
290 compatible = "ti,am4372-timer","ti,am335x-timer";
291 reg = <0x48046000 0x400>;
292 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
293 ti,timer-pwm;
294 ti,hwmods = "timer5";
295 status = "disabled";
296 };
297
298 timer6: timer@48048000 {
299 compatible = "ti,am4372-timer","ti,am335x-timer";
300 reg = <0x48048000 0x400>;
301 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
302 ti,timer-pwm;
303 ti,hwmods = "timer6";
304 status = "disabled";
305 };
306
307 timer7: timer@4804a000 {
308 compatible = "ti,am4372-timer","ti,am335x-timer";
309 reg = <0x4804a000 0x400>;
310 interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
311 ti,timer-pwm;
312 ti,hwmods = "timer7";
313 status = "disabled";
314 };
315
316 timer8: timer@481c1000 {
317 compatible = "ti,am4372-timer","ti,am335x-timer";
318 reg = <0x481c1000 0x400>;
319 interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
320 ti,hwmods = "timer8";
321 status = "disabled";
322 };
323
324 timer9: timer@4833d000 {
325 compatible = "ti,am4372-timer","ti,am335x-timer";
326 reg = <0x4833d000 0x400>;
327 interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>;
328 ti,hwmods = "timer9";
329 status = "disabled";
330 };
331
332 timer10: timer@4833f000 {
333 compatible = "ti,am4372-timer","ti,am335x-timer";
334 reg = <0x4833f000 0x400>;
335 interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
336 ti,hwmods = "timer10";
337 status = "disabled";
338 };
339
340 timer11: timer@48341000 {
341 compatible = "ti,am4372-timer","ti,am335x-timer";
342 reg = <0x48341000 0x400>;
343 interrupts = <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
344 ti,hwmods = "timer11";
345 status = "disabled";
346 };
347
348 counter32k: counter@44e86000 {
349 compatible = "ti,am4372-counter32k","ti,omap-counter32k";
350 reg = <0x44e86000 0x40>;
351 ti,hwmods = "counter_32k";
352 };
353
354 rtc: rtc@44e3e000 {
355 compatible = "ti,am4372-rtc", "ti,am3352-rtc",
356 "ti,da830-rtc";
357 reg = <0x44e3e000 0x1000>;
358 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH
359 GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
360 ti,hwmods = "rtc";
361 clocks = <&clk_32768_ck>;
362 clock-names = "int-clk";
363 status = "disabled";
364 };
365
366 wdt: wdt@44e35000 {
367 compatible = "ti,am4372-wdt","ti,omap3-wdt";
368 reg = <0x44e35000 0x1000>;
369 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
370 ti,hwmods = "wd_timer2";
371 };
372
373 gpio0: gpio@44e07000 {
374 compatible = "ti,am4372-gpio","ti,omap4-gpio";
375 reg = <0x44e07000 0x1000>;
376 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
377 gpio-controller;
378 #gpio-cells = <2>;
379 interrupt-controller;
380 #interrupt-cells = <2>;
381 ti,hwmods = "gpio1";
382 status = "disabled";
383 };
384
385 gpio1: gpio@4804c000 {
386 compatible = "ti,am4372-gpio","ti,omap4-gpio";
387 reg = <0x4804c000 0x1000>;
388 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
389 gpio-controller;
390 #gpio-cells = <2>;
391 interrupt-controller;
392 #interrupt-cells = <2>;
393 ti,hwmods = "gpio2";
394 status = "disabled";
395 };
396
397 gpio2: gpio@481ac000 {
398 compatible = "ti,am4372-gpio","ti,omap4-gpio";
399 reg = <0x481ac000 0x1000>;
400 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
401 gpio-controller;
402 #gpio-cells = <2>;
403 interrupt-controller;
404 #interrupt-cells = <2>;
405 ti,hwmods = "gpio3";
406 status = "disabled";
407 };
408
409 gpio3: gpio@481ae000 {
410 compatible = "ti,am4372-gpio","ti,omap4-gpio";
411 reg = <0x481ae000 0x1000>;
412 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
413 gpio-controller;
414 #gpio-cells = <2>;
415 interrupt-controller;
416 #interrupt-cells = <2>;
417 ti,hwmods = "gpio4";
418 status = "disabled";
419 };
420
421 gpio4: gpio@48320000 {
422 compatible = "ti,am4372-gpio","ti,omap4-gpio";
423 reg = <0x48320000 0x1000>;
424 interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
425 gpio-controller;
426 #gpio-cells = <2>;
427 interrupt-controller;
428 #interrupt-cells = <2>;
429 ti,hwmods = "gpio5";
430 status = "disabled";
431 };
432
433 gpio5: gpio@48322000 {
434 compatible = "ti,am4372-gpio","ti,omap4-gpio";
435 reg = <0x48322000 0x1000>;
436 interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
437 gpio-controller;
438 #gpio-cells = <2>;
439 interrupt-controller;
440 #interrupt-cells = <2>;
441 ti,hwmods = "gpio6";
442 status = "disabled";
443 };
444
445 hwspinlock: spinlock@480ca000 {
446 compatible = "ti,omap4-hwspinlock";
447 reg = <0x480ca000 0x1000>;
448 ti,hwmods = "spinlock";
449 #hwlock-cells = <1>;
450 };
451
452 i2c0: i2c@44e0b000 {
453 compatible = "ti,am4372-i2c","ti,omap4-i2c";
454 reg = <0x44e0b000 0x1000>;
455 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
456 ti,hwmods = "i2c1";
457 #address-cells = <1>;
458 #size-cells = <0>;
459 status = "disabled";
460 };
461
462 i2c1: i2c@4802a000 {
463 compatible = "ti,am4372-i2c","ti,omap4-i2c";
464 reg = <0x4802a000 0x1000>;
465 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
466 ti,hwmods = "i2c2";
467 #address-cells = <1>;
468 #size-cells = <0>;
469 status = "disabled";
470 };
471
472 i2c2: i2c@4819c000 {
473 compatible = "ti,am4372-i2c","ti,omap4-i2c";
474 reg = <0x4819c000 0x1000>;
475 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
476 ti,hwmods = "i2c3";
477 #address-cells = <1>;
478 #size-cells = <0>;
479 status = "disabled";
480 };
481
482 spi0: spi@48030000 {
483 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
484 reg = <0x48030000 0x400>;
485 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
486 ti,hwmods = "spi0";
487 #address-cells = <1>;
488 #size-cells = <0>;
489 status = "disabled";
490 };
491
492 mmc1: mmc@48060000 {
493 compatible = "ti,omap4-hsmmc";
494 reg = <0x48060000 0x1000>;
495 ti,hwmods = "mmc1";
496 ti,dual-volt;
497 ti,needs-special-reset;
498 dmas = <&edma 24
499 &edma 25>;
500 dma-names = "tx", "rx";
501 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
502 status = "disabled";
503 };
504
505 mmc2: mmc@481d8000 {
506 compatible = "ti,omap4-hsmmc";
507 reg = <0x481d8000 0x1000>;
508 ti,hwmods = "mmc2";
509 ti,needs-special-reset;
510 dmas = <&edma 2
511 &edma 3>;
512 dma-names = "tx", "rx";
513 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
514 status = "disabled";
515 };
516
517 mmc3: mmc@47810000 {
518 compatible = "ti,omap4-hsmmc";
519 reg = <0x47810000 0x1000>;
520 ti,hwmods = "mmc3";
521 ti,needs-special-reset;
522 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
523 status = "disabled";
524 };
525
526 spi1: spi@481a0000 {
527 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
528 reg = <0x481a0000 0x400>;
529 interrupts = <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
530 ti,hwmods = "spi1";
531 #address-cells = <1>;
532 #size-cells = <0>;
533 status = "disabled";
534 };
535
536 spi2: spi@481a2000 {
537 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
538 reg = <0x481a2000 0x400>;
539 interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>;
540 ti,hwmods = "spi2";
541 #address-cells = <1>;
542 #size-cells = <0>;
543 status = "disabled";
544 };
545
546 spi3: spi@481a4000 {
547 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
548 reg = <0x481a4000 0x400>;
549 interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>;
550 ti,hwmods = "spi3";
551 #address-cells = <1>;
552 #size-cells = <0>;
553 status = "disabled";
554 };
555
556 spi4: spi@48345000 {
557 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
558 reg = <0x48345000 0x400>;
559 interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
560 ti,hwmods = "spi4";
561 #address-cells = <1>;
562 #size-cells = <0>;
563 status = "disabled";
564 };
565
566 mac: ethernet@4a100000 {
567 compatible = "ti,am4372-cpsw","ti,cpsw";
568 reg = <0x4a100000 0x800
569 0x4a101200 0x100>;
570 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH
571 GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH
572 GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH
573 GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
574 #address-cells = <1>;
575 #size-cells = <1>;
576 ti,hwmods = "cpgmac0";
577 clocks = <&cpsw_125mhz_gclk>, <&cpsw_cpts_rft_clk>,
578 <&dpll_clksel_mac_clk>;
579 clock-names = "fck", "cpts", "50mclk";
580 assigned-clocks = <&dpll_clksel_mac_clk>;
581 assigned-clock-rates = <50000000>;
582 status = "disabled";
583 cpdma_channels = <8>;
584 ale_entries = <1024>;
585 bd_ram_size = <0x2000>;
586 no_bd_ram = <0>;
587 rx_descs = <64>;
588 mac_control = <0x20>;
589 slaves = <2>;
590 active_slave = <0>;
591 cpts_clock_mult = <0x80000000>;
592 cpts_clock_shift = <29>;
593 ranges;
594
595 davinci_mdio: mdio@4a101000 {
596 compatible = "ti,am4372-mdio","ti,davinci_mdio";
597 reg = <0x4a101000 0x100>;
598 #address-cells = <1>;
599 #size-cells = <0>;
600 ti,hwmods = "davinci_mdio";
601 bus_freq = <1000000>;
602 status = "disabled";
603 };
604
605 cpsw_emac0: slave@4a100200 {
606 /* Filled in by U-Boot */
607 mac-address = [ 00 00 00 00 00 00 ];
608 };
609
610 cpsw_emac1: slave@4a100300 {
611 /* Filled in by U-Boot */
612 mac-address = [ 00 00 00 00 00 00 ];
613 };
614
615 phy_sel: cpsw-phy-sel@44e10650 {
616 compatible = "ti,am43xx-cpsw-phy-sel";
617 reg= <0x44e10650 0x4>;
618 reg-names = "gmii-sel";
619 };
620 };
621
622 epwmss0: epwmss@48300000 {
623 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
624 reg = <0x48300000 0x10>;
625 #address-cells = <1>;
626 #size-cells = <1>;
627 ranges;
628 ti,hwmods = "epwmss0";
629 status = "disabled";
630
631 ecap0: ecap@48300100 {
632 compatible = "ti,am4372-ecap","ti,am33xx-ecap";
633 #pwm-cells = <3>;
634 reg = <0x48300100 0x80>;
635 ti,hwmods = "ecap0";
636 status = "disabled";
637 };
638
639 ehrpwm0: ehrpwm@48300200 {
640 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
641 #pwm-cells = <3>;
642 reg = <0x48300200 0x80>;
643 ti,hwmods = "ehrpwm0";
644 status = "disabled";
645 };
646 };
647
648 epwmss1: epwmss@48302000 {
649 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
650 reg = <0x48302000 0x10>;
651 #address-cells = <1>;
652 #size-cells = <1>;
653 ranges;
654 ti,hwmods = "epwmss1";
655 status = "disabled";
656
657 ecap1: ecap@48302100 {
658 compatible = "ti,am4372-ecap","ti,am33xx-ecap";
659 #pwm-cells = <3>;
660 reg = <0x48302100 0x80>;
661 ti,hwmods = "ecap1";
662 status = "disabled";
663 };
664
665 ehrpwm1: ehrpwm@48302200 {
666 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
667 #pwm-cells = <3>;
668 reg = <0x48302200 0x80>;
669 ti,hwmods = "ehrpwm1";
670 status = "disabled";
671 };
672 };
673
674 epwmss2: epwmss@48304000 {
675 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
676 reg = <0x48304000 0x10>;
677 #address-cells = <1>;
678 #size-cells = <1>;
679 ranges;
680 ti,hwmods = "epwmss2";
681 status = "disabled";
682
683 ecap2: ecap@48304100 {
684 compatible = "ti,am4372-ecap","ti,am33xx-ecap";
685 #pwm-cells = <3>;
686 reg = <0x48304100 0x80>;
687 ti,hwmods = "ecap2";
688 status = "disabled";
689 };
690
691 ehrpwm2: ehrpwm@48304200 {
692 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
693 #pwm-cells = <3>;
694 reg = <0x48304200 0x80>;
695 ti,hwmods = "ehrpwm2";
696 status = "disabled";
697 };
698 };
699
700 epwmss3: epwmss@48306000 {
701 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
702 reg = <0x48306000 0x10>;
703 #address-cells = <1>;
704 #size-cells = <1>;
705 ranges;
706 ti,hwmods = "epwmss3";
707 status = "disabled";
708
709 ehrpwm3: ehrpwm@48306200 {
710 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
711 #pwm-cells = <3>;
712 reg = <0x48306200 0x80>;
713 ti,hwmods = "ehrpwm3";
714 status = "disabled";
715 };
716 };
717
718 epwmss4: epwmss@48308000 {
719 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
720 reg = <0x48308000 0x10>;
721 #address-cells = <1>;
722 #size-cells = <1>;
723 ranges;
724 ti,hwmods = "epwmss4";
725 status = "disabled";
726
727 ehrpwm4: ehrpwm@48308200 {
728 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
729 #pwm-cells = <3>;
730 reg = <0x48308200 0x80>;
731 ti,hwmods = "ehrpwm4";
732 status = "disabled";
733 };
734 };
735
736 epwmss5: epwmss@4830a000 {
737 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
738 reg = <0x4830a000 0x10>;
739 #address-cells = <1>;
740 #size-cells = <1>;
741 ranges;
742 ti,hwmods = "epwmss5";
743 status = "disabled";
744
745 ehrpwm5: ehrpwm@4830a200 {
746 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
747 #pwm-cells = <3>;
748 reg = <0x4830a200 0x80>;
749 ti,hwmods = "ehrpwm5";
750 status = "disabled";
751 };
752 };
753
754 tscadc: tscadc@44e0d000 {
755 compatible = "ti,am3359-tscadc";
756 reg = <0x44e0d000 0x1000>;
757 ti,hwmods = "adc_tsc";
758 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
759 clocks = <&adc_tsc_fck>;
760 clock-names = "fck";
761 status = "disabled";
762
763 tsc {
764 compatible = "ti,am3359-tsc";
765 };
766
767 adc {
768 #io-channel-cells = <1>;
769 compatible = "ti,am3359-adc";
770 };
771
772 };
773
774 sham: sham@53100000 {
775 compatible = "ti,omap5-sham";
776 ti,hwmods = "sham";
777 reg = <0x53100000 0x300>;
778 dmas = <&edma 36>;
779 dma-names = "rx";
780 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
781 };
782
783 aes: aes@53501000 {
784 compatible = "ti,omap4-aes";
785 ti,hwmods = "aes";
786 reg = <0x53501000 0xa0>;
787 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
788 dmas = <&edma 6
789 &edma 5>;
790 dma-names = "tx", "rx";
791 };
792
793 des: des@53701000 {
794 compatible = "ti,omap4-des";
795 ti,hwmods = "des";
796 reg = <0x53701000 0xa0>;
797 interrupts = <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>;
798 dmas = <&edma 34
799 &edma 33>;
800 dma-names = "tx", "rx";
801 };
802
803 mcasp0: mcasp@48038000 {
804 compatible = "ti,am33xx-mcasp-audio";
805 ti,hwmods = "mcasp0";
806 reg = <0x48038000 0x2000>,
807 <0x46000000 0x400000>;
808 reg-names = "mpu", "dat";
809 interrupts = <80>, <81>;
810 interrupt-names = "tx", "rx";
811 status = "disabled";
812 dmas = <&edma 8>,
813 <&edma 9>;
814 dma-names = "tx", "rx";
815 };
816
817 mcasp1: mcasp@4803C000 {
818 compatible = "ti,am33xx-mcasp-audio";
819 ti,hwmods = "mcasp1";
820 reg = <0x4803C000 0x2000>,
821 <0x46400000 0x400000>;
822 reg-names = "mpu", "dat";
823 interrupts = <82>, <83>;
824 interrupt-names = "tx", "rx";
825 status = "disabled";
826 dmas = <&edma 10>,
827 <&edma 11>;
828 dma-names = "tx", "rx";
829 };
830
831 elm: elm@48080000 {
832 compatible = "ti,am3352-elm";
833 reg = <0x48080000 0x2000>;
834 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
835 ti,hwmods = "elm";
836 clocks = <&l4ls_gclk>;
837 clock-names = "fck";
838 status = "disabled";
839 };
840
841 gpmc: gpmc@50000000 {
842 compatible = "ti,am3352-gpmc";
843 ti,hwmods = "gpmc";
844 clocks = <&l3s_gclk>;
845 clock-names = "fck";
846 reg = <0x50000000 0x2000>;
847 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
848 gpmc,num-cs = <7>;
849 gpmc,num-waitpins = <2>;
850 #address-cells = <2>;
851 #size-cells = <1>;
852 status = "disabled";
853 };
854
855 am43xx_control_usb2phy1: control-phy@44e10620 {
856 compatible = "ti,control-phy-usb2-am437";
857 reg = <0x44e10620 0x4>;
858 reg-names = "power";
859 };
860
861 am43xx_control_usb2phy2: control-phy@0x44e10628 {
862 compatible = "ti,control-phy-usb2-am437";
863 reg = <0x44e10628 0x4>;
864 reg-names = "power";
865 };
866
867 ocp2scp0: ocp2scp@483a8000 {
868 compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp";
869 #address-cells = <1>;
870 #size-cells = <1>;
871 ranges;
872 ti,hwmods = "ocp2scp0";
873
874 usb2_phy1: phy@483a8000 {
875 compatible = "ti,am437x-usb2";
876 reg = <0x483a8000 0x8000>;
877 ctrl-module = <&am43xx_control_usb2phy1>;
878 clocks = <&usb_phy0_always_on_clk32k>,
879 <&usb_otg_ss0_refclk960m>;
880 clock-names = "wkupclk", "refclk";
881 #phy-cells = <0>;
882 status = "disabled";
883 };
884 };
885
886 ocp2scp1: ocp2scp@483e8000 {
887 compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp";
888 #address-cells = <1>;
889 #size-cells = <1>;
890 ranges;
891 ti,hwmods = "ocp2scp1";
892
893 usb2_phy2: phy@483e8000 {
894 compatible = "ti,am437x-usb2";
895 reg = <0x483e8000 0x8000>;
896 ctrl-module = <&am43xx_control_usb2phy2>;
897 clocks = <&usb_phy1_always_on_clk32k>,
898 <&usb_otg_ss1_refclk960m>;
899 clock-names = "wkupclk", "refclk";
900 #phy-cells = <0>;
901 status = "disabled";
902 };
903 };
904
905 dwc3_1: omap_dwc3@48380000 {
906 compatible = "ti,am437x-dwc3";
907 ti,hwmods = "usb_otg_ss0";
908 reg = <0x48380000 0x10000>;
909 interrupts = <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>;
910 #address-cells = <1>;
911 #size-cells = <1>;
912 utmi-mode = <1>;
913 ranges;
914
915 usb1: usb@48390000 {
916 compatible = "synopsys,dwc3";
917 reg = <0x48390000 0x10000>;
918 interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>,
919 <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>,
920 <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>;
921 interrupt-names = "peripheral",
922 "host",
923 "otg";
924 phys = <&usb2_phy1>;
925 phy-names = "usb2-phy";
926 maximum-speed = "high-speed";
927 dr_mode = "otg";
928 status = "disabled";
929 snps,dis_u3_susphy_quirk;
930 snps,dis_u2_susphy_quirk;
931 };
932 };
933
934 dwc3_2: omap_dwc3@483c0000 {
935 compatible = "ti,am437x-dwc3";
936 ti,hwmods = "usb_otg_ss1";
937 reg = <0x483c0000 0x10000>;
938 interrupts = <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>;
939 #address-cells = <1>;
940 #size-cells = <1>;
941 utmi-mode = <1>;
942 ranges;
943
944 usb2: usb@483d0000 {
945 compatible = "synopsys,dwc3";
946 reg = <0x483d0000 0x10000>;
947 interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>,
948 <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>,
949 <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>;
950 interrupt-names = "peripheral",
951 "host",
952 "otg";
953 phys = <&usb2_phy2>;
954 phy-names = "usb2-phy";
955 maximum-speed = "high-speed";
956 dr_mode = "otg";
957 status = "disabled";
958 snps,dis_u3_susphy_quirk;
959 snps,dis_u2_susphy_quirk;
960 };
961 };
962
963 qspi: qspi@47900000 {
964 compatible = "ti,am4372-qspi";
965 reg = <0x47900000 0x100>;
966 #address-cells = <1>;
967 #size-cells = <0>;
968 ti,hwmods = "qspi";
969 interrupts = <0 138 0x4>;
970 num-cs = <4>;
971 status = "disabled";
972 };
973
974 hdq: hdq@48347000 {
975 compatible = "ti,am4372-hdq";
976 reg = <0x48347000 0x1000>;
977 interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>;
978 clocks = <&func_12m_clk>;
979 clock-names = "fck";
980 ti,hwmods = "hdq1w";
981 status = "disabled";
982 };
983
984 dss: dss@4832a000 {
985 compatible = "ti,omap3-dss";
986 reg = <0x4832a000 0x200>;
987 status = "disabled";
988 ti,hwmods = "dss_core";
989 clocks = <&disp_clk>;
990 clock-names = "fck";
991 #address-cells = <1>;
992 #size-cells = <1>;
993 ranges;
994
995 dispc: dispc@4832a400 {
996 compatible = "ti,omap3-dispc";
997 reg = <0x4832a400 0x400>;
998 interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
999 ti,hwmods = "dss_dispc";
1000 clocks = <&disp_clk>;
1001 clock-names = "fck";
1002 };
1003
1004 rfbi: rfbi@4832a800 {
1005 compatible = "ti,omap3-rfbi";
1006 reg = <0x4832a800 0x100>;
1007 ti,hwmods = "dss_rfbi";
1008 clocks = <&disp_clk>;
1009 clock-names = "fck";
1010 status = "disabled";
1011 };
1012 };
1013
1014 ocmcram: ocmcram@40300000 {
1015 compatible = "mmio-sram";
1016 reg = <0x40300000 0x40000>; /* 256k */
1017 };
1018
1019 dcan0: can@481cc000 {
1020 compatible = "ti,am4372-d_can", "ti,am3352-d_can";
1021 ti,hwmods = "d_can0";
1022 clocks = <&dcan0_fck>;
1023 clock-names = "fck";
1024 reg = <0x481cc000 0x2000>;
1025 syscon-raminit = <&scm_conf 0x644 0>;
1026 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
1027 status = "disabled";
1028 };
1029
1030 dcan1: can@481d0000 {
1031 compatible = "ti,am4372-d_can", "ti,am3352-d_can";
1032 ti,hwmods = "d_can1";
1033 clocks = <&dcan1_fck>;
1034 clock-names = "fck";
1035 reg = <0x481d0000 0x2000>;
1036 syscon-raminit = <&scm_conf 0x644 1>;
1037 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
1038 status = "disabled";
1039 };
1040
1041 vpfe0: vpfe@48326000 {
1042 compatible = "ti,am437x-vpfe";
1043 reg = <0x48326000 0x2000>;
1044 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
1045 ti,hwmods = "vpfe0";
1046 status = "disabled";
1047 };
1048
1049 vpfe1: vpfe@48328000 {
1050 compatible = "ti,am437x-vpfe";
1051 reg = <0x48328000 0x2000>;
1052 interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
1053 ti,hwmods = "vpfe1";
1054 status = "disabled";
1055 };
1056 };
1057 };
1058
1059 /include/ "am43xx-clocks.dtsi"
This page took 0.124746 seconds and 5 git commands to generate.