2 * Device Tree Source for OMAP3 SoC
4 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
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.
11 #include <dt-bindings/bus/ti-sysc.h>
12 #include <dt-bindings/gpio/gpio.h>
13 #include <dt-bindings/interrupt-controller/irq.h>
14 #include <dt-bindings/pinctrl/omap.h>
17 compatible = "ti,omap3430", "ti,omap3";
18 interrupt-parent = <&intc>;
37 compatible = "arm,cortex-a8";
44 clock-latency = <300000>; /* From omap-cpufreq driver */
49 compatible = "arm,cortex-a8-pmu";
50 reg = <0x54000000 0x800000>;
52 ti,hwmods = "debugss";
56 * The soc node represents the soc top level view. It is used for IPs
57 * that are not memory mapped in the MPU view or for the MPU itself.
60 compatible = "ti,omap-infra";
62 compatible = "ti,omap3-mpu";
67 compatible = "ti,iva2.2";
71 compatible = "ti,omap3-c64";
77 * XXX: Use a flat representation of the OMAP3 interconnect.
78 * The real OMAP interconnect network is quite complex.
79 * Since it will not bring real advantage to represent that in DT for
80 * the moment, just use a fake OCP bus entry to represent the whole bus
84 compatible = "ti,omap3-l3-smx", "simple-bus";
85 reg = <0x68000000 0x10000>;
90 ti,hwmods = "l3_main";
92 l4_core: l4@48000000 {
93 compatible = "ti,omap3-l4-core", "simple-bus";
96 ranges = <0 0x48000000 0x1000000>;
99 compatible = "ti,omap3-scm", "simple-bus";
100 reg = <0x2000 0x2000>;
101 #address-cells = <1>;
103 ranges = <0 0x2000 0x2000>;
105 omap3_pmx_core: pinmux@30 {
106 compatible = "ti,omap3-padconf",
109 #address-cells = <1>;
111 #pinctrl-cells = <1>;
112 #interrupt-cells = <1>;
113 interrupt-controller;
114 pinctrl-single,register-width = <16>;
115 pinctrl-single,function-mask = <0xff1f>;
118 scm_conf: scm_conf@270 {
119 compatible = "syscon", "simple-bus";
121 #address-cells = <1>;
123 ranges = <0 0x270 0x330>;
125 pbias_regulator: pbias_regulator@2b0 {
126 compatible = "ti,pbias-omap3", "ti,pbias-omap";
128 syscon = <&scm_conf>;
129 pbias_mmc_reg: pbias_mmc_omap2430 {
130 regulator-name = "pbias_mmc_omap2430";
131 regulator-min-microvolt = <1800000>;
132 regulator-max-microvolt = <3000000>;
137 #address-cells = <1>;
142 scm_clockdomains: clockdomains {
145 omap3_pmx_wkup: pinmux@a00 {
146 compatible = "ti,omap3-padconf",
149 #address-cells = <1>;
151 #pinctrl-cells = <1>;
152 #interrupt-cells = <1>;
153 interrupt-controller;
154 pinctrl-single,register-width = <16>;
155 pinctrl-single,function-mask = <0xff1f>;
161 compatible = "ti,omap3-aes";
163 reg = <0x480c5000 0x50>;
165 dmas = <&sdma 65 &sdma 66>;
166 dma-names = "tx", "rx";
170 compatible = "ti,omap3-prm";
171 reg = <0x48306000 0x4000>;
175 #address-cells = <1>;
179 prm_clockdomains: clockdomains {
184 compatible = "ti,omap3-cm";
185 reg = <0x48004000 0x4000>;
188 #address-cells = <1>;
192 cm_clockdomains: clockdomains {
196 counter32k: counter@48320000 {
197 compatible = "ti,omap-counter32k";
198 reg = <0x48320000 0x20>;
199 ti,hwmods = "counter_32k";
202 intc: interrupt-controller@48200000 {
203 compatible = "ti,omap3-intc";
204 interrupt-controller;
205 #interrupt-cells = <1>;
206 reg = <0x48200000 0x1000>;
209 sdma: dma-controller@48056000 {
210 compatible = "ti,omap3630-sdma", "ti,omap3430-sdma";
211 reg = <0x48056000 0x1000>;
222 gpio1: gpio@48310000 {
223 compatible = "ti,omap3-gpio";
224 reg = <0x48310000 0x200>;
230 interrupt-controller;
231 #interrupt-cells = <2>;
234 gpio2: gpio@49050000 {
235 compatible = "ti,omap3-gpio";
236 reg = <0x49050000 0x200>;
241 interrupt-controller;
242 #interrupt-cells = <2>;
245 gpio3: gpio@49052000 {
246 compatible = "ti,omap3-gpio";
247 reg = <0x49052000 0x200>;
252 interrupt-controller;
253 #interrupt-cells = <2>;
256 gpio4: gpio@49054000 {
257 compatible = "ti,omap3-gpio";
258 reg = <0x49054000 0x200>;
263 interrupt-controller;
264 #interrupt-cells = <2>;
267 gpio5: gpio@49056000 {
268 compatible = "ti,omap3-gpio";
269 reg = <0x49056000 0x200>;
274 interrupt-controller;
275 #interrupt-cells = <2>;
278 gpio6: gpio@49058000 {
279 compatible = "ti,omap3-gpio";
280 reg = <0x49058000 0x200>;
285 interrupt-controller;
286 #interrupt-cells = <2>;
289 uart1: serial@4806a000 {
290 compatible = "ti,omap3-uart";
291 reg = <0x4806a000 0x2000>;
292 interrupts-extended = <&intc 72>;
293 dmas = <&sdma 49 &sdma 50>;
294 dma-names = "tx", "rx";
296 clock-frequency = <48000000>;
299 uart2: serial@4806c000 {
300 compatible = "ti,omap3-uart";
301 reg = <0x4806c000 0x400>;
302 interrupts-extended = <&intc 73>;
303 dmas = <&sdma 51 &sdma 52>;
304 dma-names = "tx", "rx";
306 clock-frequency = <48000000>;
309 uart3: serial@49020000 {
310 compatible = "ti,omap3-uart";
311 reg = <0x49020000 0x400>;
312 interrupts-extended = <&intc 74>;
313 dmas = <&sdma 53 &sdma 54>;
314 dma-names = "tx", "rx";
316 clock-frequency = <48000000>;
320 compatible = "ti,omap3-i2c";
321 reg = <0x48070000 0x80>;
323 dmas = <&sdma 27 &sdma 28>;
324 dma-names = "tx", "rx";
325 #address-cells = <1>;
331 compatible = "ti,omap3-i2c";
332 reg = <0x48072000 0x80>;
334 dmas = <&sdma 29 &sdma 30>;
335 dma-names = "tx", "rx";
336 #address-cells = <1>;
342 compatible = "ti,omap3-i2c";
343 reg = <0x48060000 0x80>;
345 dmas = <&sdma 25 &sdma 26>;
346 dma-names = "tx", "rx";
347 #address-cells = <1>;
352 mailbox: mailbox@48094000 {
353 compatible = "ti,omap3-mailbox";
354 ti,hwmods = "mailbox";
355 reg = <0x48094000 0x200>;
358 ti,mbox-num-users = <2>;
359 ti,mbox-num-fifos = <2>;
361 ti,mbox-tx = <0 0 0>;
362 ti,mbox-rx = <1 0 0>;
366 mcspi1: spi@48098000 {
367 compatible = "ti,omap2-mcspi";
368 reg = <0x48098000 0x100>;
370 #address-cells = <1>;
372 ti,hwmods = "mcspi1";
382 dma-names = "tx0", "rx0", "tx1", "rx1",
383 "tx2", "rx2", "tx3", "rx3";
386 mcspi2: spi@4809a000 {
387 compatible = "ti,omap2-mcspi";
388 reg = <0x4809a000 0x100>;
390 #address-cells = <1>;
392 ti,hwmods = "mcspi2";
398 dma-names = "tx0", "rx0", "tx1", "rx1";
401 mcspi3: spi@480b8000 {
402 compatible = "ti,omap2-mcspi";
403 reg = <0x480b8000 0x100>;
405 #address-cells = <1>;
407 ti,hwmods = "mcspi3";
413 dma-names = "tx0", "rx0", "tx1", "rx1";
416 mcspi4: spi@480ba000 {
417 compatible = "ti,omap2-mcspi";
418 reg = <0x480ba000 0x100>;
420 #address-cells = <1>;
422 ti,hwmods = "mcspi4";
424 dmas = <&sdma 70>, <&sdma 71>;
425 dma-names = "tx0", "rx0";
428 hdqw1w: 1w@480b2000 {
429 compatible = "ti,omap3-1w";
430 reg = <0x480b2000 0x1000>;
436 compatible = "ti,omap3-hsmmc";
437 reg = <0x4809c000 0x200>;
441 dmas = <&sdma 61>, <&sdma 62>;
442 dma-names = "tx", "rx";
443 pbias-supply = <&pbias_mmc_reg>;
447 compatible = "ti,omap3-hsmmc";
448 reg = <0x480b4000 0x200>;
451 dmas = <&sdma 47>, <&sdma 48>;
452 dma-names = "tx", "rx";
456 compatible = "ti,omap3-hsmmc";
457 reg = <0x480ad000 0x200>;
460 dmas = <&sdma 77>, <&sdma 78>;
461 dma-names = "tx", "rx";
464 mmu_isp: mmu@480bd400 {
466 compatible = "ti,omap2-iommu";
467 reg = <0x480bd400 0x80>;
469 ti,hwmods = "mmu_isp";
470 ti,#tlb-entries = <8>;
473 mmu_iva: mmu@5d000000 {
475 compatible = "ti,omap2-iommu";
476 reg = <0x5d000000 0x80>;
478 ti,hwmods = "mmu_iva";
483 compatible = "ti,omap3-wdt";
484 reg = <0x48314000 0x80>;
485 ti,hwmods = "wd_timer2";
488 mcbsp1: mcbsp@48074000 {
489 compatible = "ti,omap3-mcbsp";
490 reg = <0x48074000 0xff>;
492 interrupts = <16>, /* OCP compliant interrupt */
493 <59>, /* TX interrupt */
494 <60>; /* RX interrupt */
495 interrupt-names = "common", "tx", "rx";
496 ti,buffer-size = <128>;
497 ti,hwmods = "mcbsp1";
500 dma-names = "tx", "rx";
501 clocks = <&mcbsp1_fck>;
506 /* Likely needs to be tagged disabled on HS devices */
507 rng_target: target-module@480a0000 {
508 compatible = "ti,sysc-omap2", "ti,sysc";
509 reg = <0x480a003c 0x4>,
512 reg-names = "rev", "sysc", "syss";
513 ti,sysc-mask = <(SYSC_OMAP2_AUTOIDLE)>;
514 ti,sysc-sidle = <SYSC_IDLE_FORCE>,
519 #address-cells = <1>;
521 ranges = <0 0x480a0000 0x2000>;
524 compatible = "ti,omap2-rng";
530 mcbsp2: mcbsp@49022000 {
531 compatible = "ti,omap3-mcbsp";
532 reg = <0x49022000 0xff>,
534 reg-names = "mpu", "sidetone";
535 interrupts = <17>, /* OCP compliant interrupt */
536 <62>, /* TX interrupt */
537 <63>, /* RX interrupt */
539 interrupt-names = "common", "tx", "rx", "sidetone";
540 ti,buffer-size = <1280>;
541 ti,hwmods = "mcbsp2", "mcbsp2_sidetone";
544 dma-names = "tx", "rx";
545 clocks = <&mcbsp2_fck>, <&mcbsp2_ick>;
546 clock-names = "fck", "ick";
550 mcbsp3: mcbsp@49024000 {
551 compatible = "ti,omap3-mcbsp";
552 reg = <0x49024000 0xff>,
554 reg-names = "mpu", "sidetone";
555 interrupts = <22>, /* OCP compliant interrupt */
556 <89>, /* TX interrupt */
557 <90>, /* RX interrupt */
559 interrupt-names = "common", "tx", "rx", "sidetone";
560 ti,buffer-size = <128>;
561 ti,hwmods = "mcbsp3", "mcbsp3_sidetone";
564 dma-names = "tx", "rx";
565 clocks = <&mcbsp3_fck>, <&mcbsp3_ick>;
566 clock-names = "fck", "ick";
570 mcbsp4: mcbsp@49026000 {
571 compatible = "ti,omap3-mcbsp";
572 reg = <0x49026000 0xff>;
574 interrupts = <23>, /* OCP compliant interrupt */
575 <54>, /* TX interrupt */
576 <55>; /* RX interrupt */
577 interrupt-names = "common", "tx", "rx";
578 ti,buffer-size = <128>;
579 ti,hwmods = "mcbsp4";
582 dma-names = "tx", "rx";
583 clocks = <&mcbsp4_fck>;
585 #sound-dai-cells = <0>;
589 mcbsp5: mcbsp@48096000 {
590 compatible = "ti,omap3-mcbsp";
591 reg = <0x48096000 0xff>;
593 interrupts = <27>, /* OCP compliant interrupt */
594 <81>, /* TX interrupt */
595 <82>; /* RX interrupt */
596 interrupt-names = "common", "tx", "rx";
597 ti,buffer-size = <128>;
598 ti,hwmods = "mcbsp5";
601 dma-names = "tx", "rx";
602 clocks = <&mcbsp5_fck>;
607 sham: sham@480c3000 {
608 compatible = "ti,omap3-sham";
610 reg = <0x480c3000 0x64>;
616 timer1: timer@48318000 {
617 compatible = "ti,omap3430-timer";
618 reg = <0x48318000 0x400>;
620 ti,hwmods = "timer1";
624 timer2: timer@49032000 {
625 compatible = "ti,omap3430-timer";
626 reg = <0x49032000 0x400>;
628 ti,hwmods = "timer2";
631 timer3: timer@49034000 {
632 compatible = "ti,omap3430-timer";
633 reg = <0x49034000 0x400>;
635 ti,hwmods = "timer3";
638 timer4: timer@49036000 {
639 compatible = "ti,omap3430-timer";
640 reg = <0x49036000 0x400>;
642 ti,hwmods = "timer4";
645 timer5: timer@49038000 {
646 compatible = "ti,omap3430-timer";
647 reg = <0x49038000 0x400>;
649 ti,hwmods = "timer5";
653 timer6: timer@4903a000 {
654 compatible = "ti,omap3430-timer";
655 reg = <0x4903a000 0x400>;
657 ti,hwmods = "timer6";
661 timer7: timer@4903c000 {
662 compatible = "ti,omap3430-timer";
663 reg = <0x4903c000 0x400>;
665 ti,hwmods = "timer7";
669 timer8: timer@4903e000 {
670 compatible = "ti,omap3430-timer";
671 reg = <0x4903e000 0x400>;
673 ti,hwmods = "timer8";
678 timer9: timer@49040000 {
679 compatible = "ti,omap3430-timer";
680 reg = <0x49040000 0x400>;
682 ti,hwmods = "timer9";
686 timer10: timer@48086000 {
687 compatible = "ti,omap3430-timer";
688 reg = <0x48086000 0x400>;
690 ti,hwmods = "timer10";
694 timer11: timer@48088000 {
695 compatible = "ti,omap3430-timer";
696 reg = <0x48088000 0x400>;
698 ti,hwmods = "timer11";
702 timer12: timer@48304000 {
703 compatible = "ti,omap3430-timer";
704 reg = <0x48304000 0x400>;
706 ti,hwmods = "timer12";
711 usbhstll: usbhstll@48062000 {
712 compatible = "ti,usbhs-tll";
713 reg = <0x48062000 0x1000>;
715 ti,hwmods = "usb_tll_hs";
718 usbhshost: usbhshost@48064000 {
719 compatible = "ti,usbhs-host";
720 reg = <0x48064000 0x400>;
721 ti,hwmods = "usb_host_hs";
722 #address-cells = <1>;
726 usbhsohci: ohci@48064400 {
727 compatible = "ti,ohci-omap3";
728 reg = <0x48064400 0x400>;
730 remote-wakeup-connected;
733 usbhsehci: ehci@48064800 {
734 compatible = "ti,ehci-omap";
735 reg = <0x48064800 0x400>;
740 gpmc: gpmc@6e000000 {
741 compatible = "ti,omap3430-gpmc";
743 reg = <0x6e000000 0x02d0>;
748 gpmc,num-waitpins = <4>;
749 #address-cells = <2>;
751 interrupt-controller;
752 #interrupt-cells = <2>;
757 usb_otg_hs: usb_otg_hs@480ab000 {
758 compatible = "ti,omap3-musb";
759 reg = <0x480ab000 0x1000>;
760 interrupts = <92>, <93>;
761 interrupt-names = "mc", "dma";
762 ti,hwmods = "usb_otg_hs";
769 compatible = "ti,omap3-dss";
770 reg = <0x48050000 0x200>;
772 ti,hwmods = "dss_core";
773 clocks = <&dss1_alwon_fck>;
775 #address-cells = <1>;
780 compatible = "ti,omap3-dispc";
781 reg = <0x48050400 0x400>;
783 ti,hwmods = "dss_dispc";
784 clocks = <&dss1_alwon_fck>;
788 dsi: encoder@4804fc00 {
789 compatible = "ti,omap3-dsi";
790 reg = <0x4804fc00 0x200>,
793 reg-names = "proto", "phy", "pll";
796 ti,hwmods = "dss_dsi1";
797 clocks = <&dss1_alwon_fck>, <&dss2_alwon_fck>;
798 clock-names = "fck", "sys_clk";
801 rfbi: encoder@48050800 {
802 compatible = "ti,omap3-rfbi";
803 reg = <0x48050800 0x100>;
805 ti,hwmods = "dss_rfbi";
806 clocks = <&dss1_alwon_fck>, <&dss_ick>;
807 clock-names = "fck", "ick";
810 venc: encoder@48050c00 {
811 compatible = "ti,omap3-venc";
812 reg = <0x48050c00 0x100>;
814 ti,hwmods = "dss_venc";
815 clocks = <&dss_tv_fck>;
820 ssi: ssi-controller@48058000 {
821 compatible = "ti,omap3-ssi";
826 reg = <0x48058000 0x1000>,
832 interrupt-names = "gdd_mpu";
834 #address-cells = <1>;
838 ssi_port1: ssi-port@4805a000 {
839 compatible = "ti,omap3-ssi-port";
841 reg = <0x4805a000 0x800>,
850 ssi_port2: ssi-port@4805b000 {
851 compatible = "ti,omap3-ssi-port";
853 reg = <0x4805b000 0x800>,
865 /include/ "omap3xxx-clocks.dtsi"