2 * Device Tree Source for OMAP243x SoC
4 * Copyright (C) 2012 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/ "omap2.dtsi"
14 compatible = "ti,omap2430", "ti,omap2";
17 counter32k: counter@49020000 {
18 compatible = "ti,omap-counter32k";
19 reg = <0x49020000 0x20>;
20 ti,hwmods = "counter_32k";
23 omap2430_pmx: pinmux@49002030 {
24 compatible = "ti,omap2430-padconf", "pinctrl-single";
25 reg = <0x49002030 0x0154>;
28 pinctrl-single,register-width = <8>;
29 pinctrl-single,function-mask = <0x3f>;
32 gpio1: gpio@4900c000 {
33 compatible = "ti,omap2-gpio";
34 reg = <0x4900c000 0x200>;
40 #interrupt-cells = <2>;
44 gpio2: gpio@4900e000 {
45 compatible = "ti,omap2-gpio";
46 reg = <0x4900e000 0x200>;
52 #interrupt-cells = <2>;
56 gpio3: gpio@49010000 {
57 compatible = "ti,omap2-gpio";
58 reg = <0x49010000 0x200>;
64 #interrupt-cells = <2>;
68 gpio4: gpio@49012000 {
69 compatible = "ti,omap2-gpio";
70 reg = <0x49012000 0x200>;
76 #interrupt-cells = <2>;
80 gpio5: gpio@480b6000 {
81 compatible = "ti,omap2-gpio";
82 reg = <0x480b6000 0x200>;
87 #interrupt-cells = <2>;
92 compatible = "ti,omap2430-gpmc";
93 reg = <0x6e000000 0x1000>;
98 gpmc,num-waitpins = <4>;
102 mcbsp1: mcbsp@48074000 {
103 compatible = "ti,omap2430-mcbsp";
104 reg = <0x48074000 0xff>;
106 interrupts = <64>, /* OCP compliant interrupt */
107 <59>, /* TX interrupt */
108 <60>, /* RX interrupt */
109 <61>; /* RX overflow interrupt */
110 interrupt-names = "common", "tx", "rx", "rx_overflow";
111 ti,buffer-size = <128>;
112 ti,hwmods = "mcbsp1";
115 dma-names = "tx", "rx";
118 mcbsp2: mcbsp@48076000 {
119 compatible = "ti,omap2430-mcbsp";
120 reg = <0x48076000 0xff>;
122 interrupts = <16>, /* OCP compliant interrupt */
123 <62>, /* TX interrupt */
124 <63>; /* RX interrupt */
125 interrupt-names = "common", "tx", "rx";
126 ti,buffer-size = <128>;
127 ti,hwmods = "mcbsp2";
130 dma-names = "tx", "rx";
133 mcbsp3: mcbsp@4808c000 {
134 compatible = "ti,omap2430-mcbsp";
135 reg = <0x4808c000 0xff>;
137 interrupts = <17>, /* OCP compliant interrupt */
138 <89>, /* TX interrupt */
139 <90>; /* RX interrupt */
140 interrupt-names = "common", "tx", "rx";
141 ti,buffer-size = <128>;
142 ti,hwmods = "mcbsp3";
145 dma-names = "tx", "rx";
148 mcbsp4: mcbsp@4808e000 {
149 compatible = "ti,omap2430-mcbsp";
150 reg = <0x4808e000 0xff>;
152 interrupts = <18>, /* OCP compliant interrupt */
153 <54>, /* TX interrupt */
154 <55>; /* RX interrupt */
155 interrupt-names = "common", "tx", "rx";
156 ti,buffer-size = <128>;
157 ti,hwmods = "mcbsp4";
160 dma-names = "tx", "rx";
163 mcbsp5: mcbsp@48096000 {
164 compatible = "ti,omap2430-mcbsp";
165 reg = <0x48096000 0xff>;
167 interrupts = <19>, /* OCP compliant interrupt */
168 <81>, /* TX interrupt */
169 <82>; /* RX interrupt */
170 interrupt-names = "common", "tx", "rx";
171 ti,buffer-size = <128>;
172 ti,hwmods = "mcbsp5";
175 dma-names = "tx", "rx";
178 timer1: timer@49018000 {
179 compatible = "ti,omap2420-timer";
180 reg = <0x49018000 0x400>;
182 ti,hwmods = "timer1";