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.
14 compatible = "ti,omap2430", "ti,omap2";
17 l4_wkup: l4_wkup@49000000 {
18 compatible = "ti,omap2-l4-wkup", "simple-bus";
21 ranges = <0 0x49000000 0x31000>;
24 compatible = "ti,omap2-prcm";
25 reg = <0x6000 0x1000>;
32 prcm_clockdomains: clockdomains {
37 compatible = "ti,omap2-scm", "simple-bus";
38 reg = <0x2000 0x1000>;
41 ranges = <0 0x2000 0x1000>;
43 omap2430_pmx: pinmux@30 {
44 compatible = "ti,omap2430-padconf",
49 pinctrl-single,register-width = <8>;
50 pinctrl-single,function-mask = <0x3f>;
53 scm_conf: scm_conf@270 {
54 compatible = "syscon",
59 ranges = <0 0x270 0x240>;
66 pbias_regulator: pbias_regulator {
67 compatible = "ti,pbias-omap2", "ti,pbias-omap";
70 pbias_mmc_reg: pbias_mmc_omap2430 {
71 regulator-name = "pbias_mmc_omap2430";
72 regulator-min-microvolt = <1800000>;
73 regulator-max-microvolt = <3000000>;
78 scm_clockdomains: clockdomains {
82 counter32k: counter@20000 {
83 compatible = "ti,omap-counter32k";
85 ti,hwmods = "counter_32k";
89 gpio1: gpio@4900c000 {
90 compatible = "ti,omap2-gpio";
91 reg = <0x4900c000 0x200>;
97 #interrupt-cells = <2>;
101 gpio2: gpio@4900e000 {
102 compatible = "ti,omap2-gpio";
103 reg = <0x4900e000 0x200>;
109 #interrupt-cells = <2>;
110 interrupt-controller;
113 gpio3: gpio@49010000 {
114 compatible = "ti,omap2-gpio";
115 reg = <0x49010000 0x200>;
121 #interrupt-cells = <2>;
122 interrupt-controller;
125 gpio4: gpio@49012000 {
126 compatible = "ti,omap2-gpio";
127 reg = <0x49012000 0x200>;
133 #interrupt-cells = <2>;
134 interrupt-controller;
137 gpio5: gpio@480b6000 {
138 compatible = "ti,omap2-gpio";
139 reg = <0x480b6000 0x200>;
144 #interrupt-cells = <2>;
145 interrupt-controller;
148 gpmc: gpmc@6e000000 {
149 compatible = "ti,omap2430-gpmc";
150 reg = <0x6e000000 0x1000>;
151 #address-cells = <2>;
155 gpmc,num-waitpins = <4>;
159 mcbsp1: mcbsp@48074000 {
160 compatible = "ti,omap2430-mcbsp";
161 reg = <0x48074000 0xff>;
163 interrupts = <64>, /* OCP compliant interrupt */
164 <59>, /* TX interrupt */
165 <60>, /* RX interrupt */
166 <61>; /* RX overflow interrupt */
167 interrupt-names = "common", "tx", "rx", "rx_overflow";
168 ti,buffer-size = <128>;
169 ti,hwmods = "mcbsp1";
172 dma-names = "tx", "rx";
176 mcbsp2: mcbsp@48076000 {
177 compatible = "ti,omap2430-mcbsp";
178 reg = <0x48076000 0xff>;
180 interrupts = <16>, /* OCP compliant interrupt */
181 <62>, /* TX interrupt */
182 <63>; /* RX interrupt */
183 interrupt-names = "common", "tx", "rx";
184 ti,buffer-size = <128>;
185 ti,hwmods = "mcbsp2";
188 dma-names = "tx", "rx";
192 mcbsp3: mcbsp@4808c000 {
193 compatible = "ti,omap2430-mcbsp";
194 reg = <0x4808c000 0xff>;
196 interrupts = <17>, /* OCP compliant interrupt */
197 <89>, /* TX interrupt */
198 <90>; /* RX interrupt */
199 interrupt-names = "common", "tx", "rx";
200 ti,buffer-size = <128>;
201 ti,hwmods = "mcbsp3";
204 dma-names = "tx", "rx";
208 mcbsp4: mcbsp@4808e000 {
209 compatible = "ti,omap2430-mcbsp";
210 reg = <0x4808e000 0xff>;
212 interrupts = <18>, /* OCP compliant interrupt */
213 <54>, /* TX interrupt */
214 <55>; /* RX interrupt */
215 interrupt-names = "common", "tx", "rx";
216 ti,buffer-size = <128>;
217 ti,hwmods = "mcbsp4";
220 dma-names = "tx", "rx";
224 mcbsp5: mcbsp@48096000 {
225 compatible = "ti,omap2430-mcbsp";
226 reg = <0x48096000 0xff>;
228 interrupts = <19>, /* OCP compliant interrupt */
229 <81>, /* TX interrupt */
230 <82>; /* RX interrupt */
231 interrupt-names = "common", "tx", "rx";
232 ti,buffer-size = <128>;
233 ti,hwmods = "mcbsp5";
236 dma-names = "tx", "rx";
241 compatible = "ti,omap2-hsmmc";
242 reg = <0x4809c000 0x200>;
246 dmas = <&sdma 61>, <&sdma 62>;
247 dma-names = "tx", "rx";
248 pbias-supply = <&pbias_mmc_reg>;
252 compatible = "ti,omap2-hsmmc";
253 reg = <0x480b4000 0x200>;
256 dmas = <&sdma 47>, <&sdma 48>;
257 dma-names = "tx", "rx";
260 mailbox: mailbox@48094000 {
261 compatible = "ti,omap2-mailbox";
262 reg = <0x48094000 0x200>;
264 ti,hwmods = "mailbox";
266 ti,mbox-num-users = <4>;
267 ti,mbox-num-fifos = <6>;
269 ti,mbox-tx = <0 0 0>;
270 ti,mbox-rx = <1 0 0>;
274 timer1: timer@49018000 {
275 compatible = "ti,omap2420-timer";
276 reg = <0x49018000 0x400>;
278 ti,hwmods = "timer1";
282 mcspi3: mcspi@480b8000 {
283 compatible = "ti,omap2-mcspi";
284 ti,hwmods = "mcspi3";
285 reg = <0x480b8000 0x100>;
287 dmas = <&sdma 15 &sdma 16 &sdma 23 &sdma 24>;
288 dma-names = "tx0", "rx0", "tx1", "rx1";
291 usb_otg_hs: usb_otg_hs@480ac000 {
292 compatible = "ti,omap2-musb";
293 ti,hwmods = "usb_otg_hs";
294 reg = <0x480ac000 0x1000>;
298 wd_timer2: wdt@49016000 {
299 compatible = "ti,omap2-wdt";
300 ti,hwmods = "wd_timer2";
301 reg = <0x49016000 0x80>;
307 compatible = "ti,omap2430-i2c";
311 compatible = "ti,omap2430-i2c";
314 /include/ "omap24xx-clocks.dtsi"
315 /include/ "omap2430-clocks.dtsi"