blob: daabf99d402a8e4ff645824dcad9d56fc693b17d [file] [log] [blame]
Benoit Cousson189892f2011-08-16 21:02:01 +05301/*
2 * Device Tree Source for OMAP3 SoC
3 *
4 * Copyright (C) 2011 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
Florian Vaussard6d624ea2013-05-31 14:32:56 +020011#include <dt-bindings/gpio/gpio.h>
Florian Vaussard71fdc6e2013-06-11 16:49:46 +020012#include <dt-bindings/interrupt-controller/irq.h>
Florian Vaussardbcd3cca2013-05-31 14:32:59 +020013#include <dt-bindings/pinctrl/omap.h>
Florian Vaussard6d624ea2013-05-31 14:32:56 +020014
Florian Vaussard98ef79572013-05-31 14:32:55 +020015#include "skeleton.dtsi"
Benoit Cousson189892f2011-08-16 21:02:01 +053016
17/ {
18 compatible = "ti,omap3430", "ti,omap3";
Benoit Cousson4c94ac22012-10-24 10:47:52 +020019 interrupt-parent = <&intc>;
Benoit Cousson189892f2011-08-16 21:02:01 +053020
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +053021 aliases {
Nishanth Menon20b80942013-10-16 15:21:03 -050022 i2c0 = &i2c1;
23 i2c1 = &i2c2;
24 i2c2 = &i2c3;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +053025 serial0 = &uart1;
26 serial1 = &uart2;
27 serial2 = &uart3;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +053028 };
29
Benoit Cousson476b6792011-08-16 11:49:08 +020030 cpus {
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010031 #address-cells = <1>;
32 #size-cells = <0>;
33
Benoit Cousson476b6792011-08-16 11:49:08 +020034 cpu@0 {
35 compatible = "arm,cortex-a8";
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010036 device_type = "cpu";
37 reg = <0x0>;
Benoit Cousson476b6792011-08-16 11:49:08 +020038 };
39 };
40
Jon Hunter9b07b472012-10-18 09:28:52 -050041 pmu {
42 compatible = "arm,cortex-a8-pmu";
Tony Lindgrend7c8f252013-10-17 15:15:22 -070043 reg = <0x54000000 0x800000>;
Jon Hunter9b07b472012-10-18 09:28:52 -050044 interrupts = <3>;
45 ti,hwmods = "debugss";
46 };
47
Benoit Cousson189892f2011-08-16 21:02:01 +053048 /*
Christoph Fritz161e89a2013-03-29 17:32:05 +010049 * The soc node represents the soc top level view. It is used for IPs
Benoit Cousson189892f2011-08-16 21:02:01 +053050 * that are not memory mapped in the MPU view or for the MPU itself.
51 */
52 soc {
53 compatible = "ti,omap-infra";
Benoit Cousson476b6792011-08-16 11:49:08 +020054 mpu {
55 compatible = "ti,omap3-mpu";
56 ti,hwmods = "mpu";
57 };
58
59 iva {
60 compatible = "ti,iva2.2";
61 ti,hwmods = "iva";
62
63 dsp {
64 compatible = "ti,omap3-c64";
65 };
66 };
Benoit Cousson189892f2011-08-16 21:02:01 +053067 };
68
69 /*
70 * XXX: Use a flat representation of the OMAP3 interconnect.
71 * The real OMAP interconnect network is quite complex.
72 * Since that will not bring real advantage to represent that in DT for
73 * the moment, just use a fake OCP bus entry to represent the whole bus
74 * hierarchy.
75 */
76 ocp {
77 compatible = "simple-bus";
Tony Lindgrend7c8f252013-10-17 15:15:22 -070078 reg = <0x68000000 0x10000>;
79 interrupts = <9 10>;
Benoit Cousson189892f2011-08-16 21:02:01 +053080 #address-cells = <1>;
81 #size-cells = <1>;
82 ranges;
83 ti,hwmods = "l3_main";
84
Tony Lindgren7ce93f32013-11-25 14:23:45 -080085 aes: aes@480c5000 {
86 compatible = "ti,omap3-aes";
87 ti,hwmods = "aes";
88 reg = <0x480c5000 0x50>;
89 interrupts = <0>;
90 };
91
Jon Hunter510c0ff2012-10-25 14:24:14 -050092 counter32k: counter@48320000 {
93 compatible = "ti,omap-counter32k";
94 reg = <0x48320000 0x20>;
95 ti,hwmods = "counter_32k";
96 };
97
Benoit Coussond65c5422011-11-30 19:26:42 +010098 intc: interrupt-controller@48200000 {
99 compatible = "ti,omap2-intc";
Benoit Cousson189892f2011-08-16 21:02:01 +0530100 interrupt-controller;
101 #interrupt-cells = <1>;
Benoit Coussond65c5422011-11-30 19:26:42 +0100102 ti,intc-size = <96>;
103 reg = <0x48200000 0x1000>;
Benoit Cousson189892f2011-08-16 21:02:01 +0530104 };
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530105
Jon Hunter2c2dc542012-04-26 13:47:59 -0500106 sdma: dma-controller@48056000 {
107 compatible = "ti,omap3630-sdma", "ti,omap3430-sdma";
108 reg = <0x48056000 0x1000>;
109 interrupts = <12>,
110 <13>,
111 <14>,
112 <15>;
113 #dma-cells = <1>;
114 #dma-channels = <32>;
115 #dma-requests = <96>;
116 };
117
Tony Lindgren679e3312012-09-10 10:34:51 -0700118 omap3_pmx_core: pinmux@48002030 {
119 compatible = "ti,omap3-padconf", "pinctrl-single";
120 reg = <0x48002030 0x05cc>;
121 #address-cells = <1>;
122 #size-cells = <0>;
Tony Lindgren30a69ef2013-10-10 15:45:13 -0700123 #interrupt-cells = <1>;
124 interrupt-controller;
Tony Lindgren679e3312012-09-10 10:34:51 -0700125 pinctrl-single,register-width = <16>;
Tony Lindgrend623a0e2013-10-07 10:22:01 -0700126 pinctrl-single,function-mask = <0xff1f>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700127 };
128
Lee Jonesb7317772013-07-22 11:52:34 +0100129 omap3_pmx_wkup: pinmux@48002a00 {
Tony Lindgren679e3312012-09-10 10:34:51 -0700130 compatible = "ti,omap3-padconf", "pinctrl-single";
Christoph Fritz161e89a2013-03-29 17:32:05 +0100131 reg = <0x48002a00 0x5c>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700132 #address-cells = <1>;
133 #size-cells = <0>;
Tony Lindgren30a69ef2013-10-10 15:45:13 -0700134 #interrupt-cells = <1>;
135 interrupt-controller;
Tony Lindgren679e3312012-09-10 10:34:51 -0700136 pinctrl-single,register-width = <16>;
Tony Lindgrend623a0e2013-10-07 10:22:01 -0700137 pinctrl-single,function-mask = <0xff1f>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700138 };
139
Benoit Cousson385a64b2011-08-16 11:51:54 +0200140 gpio1: gpio@48310000 {
141 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600142 reg = <0x48310000 0x200>;
143 interrupts = <29>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200144 ti,hwmods = "gpio1";
Jon Huntere4b9b9f2013-04-04 15:16:16 -0500145 ti,gpio-always-on;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200146 gpio-controller;
147 #gpio-cells = <2>;
148 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600149 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200150 };
151
152 gpio2: gpio@49050000 {
153 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600154 reg = <0x49050000 0x200>;
155 interrupts = <30>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200156 ti,hwmods = "gpio2";
157 gpio-controller;
158 #gpio-cells = <2>;
159 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600160 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200161 };
162
163 gpio3: gpio@49052000 {
164 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600165 reg = <0x49052000 0x200>;
166 interrupts = <31>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200167 ti,hwmods = "gpio3";
168 gpio-controller;
169 #gpio-cells = <2>;
170 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600171 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200172 };
173
174 gpio4: gpio@49054000 {
175 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600176 reg = <0x49054000 0x200>;
177 interrupts = <32>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200178 ti,hwmods = "gpio4";
179 gpio-controller;
180 #gpio-cells = <2>;
181 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600182 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200183 };
184
185 gpio5: gpio@49056000 {
186 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600187 reg = <0x49056000 0x200>;
188 interrupts = <33>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200189 ti,hwmods = "gpio5";
190 gpio-controller;
191 #gpio-cells = <2>;
192 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600193 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200194 };
195
196 gpio6: gpio@49058000 {
197 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600198 reg = <0x49058000 0x200>;
199 interrupts = <34>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200200 ti,hwmods = "gpio6";
201 gpio-controller;
202 #gpio-cells = <2>;
203 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600204 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200205 };
206
Benoit Cousson19bfb762012-02-16 11:55:27 +0100207 uart1: serial@4806a000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530208 compatible = "ti,omap3-uart";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700209 reg = <0x4806a000 0x2000>;
210 interrupts = <72>;
211 dmas = <&sdma 49 &sdma 50>;
212 dma-names = "tx", "rx";
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530213 ti,hwmods = "uart1";
214 clock-frequency = <48000000>;
215 };
216
Benoit Cousson19bfb762012-02-16 11:55:27 +0100217 uart2: serial@4806c000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530218 compatible = "ti,omap3-uart";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700219 reg = <0x4806c000 0x400>;
220 interrupts = <73>;
221 dmas = <&sdma 51 &sdma 52>;
222 dma-names = "tx", "rx";
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530223 ti,hwmods = "uart2";
224 clock-frequency = <48000000>;
225 };
226
Benoit Cousson19bfb762012-02-16 11:55:27 +0100227 uart3: serial@49020000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530228 compatible = "ti,omap3-uart";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700229 reg = <0x49020000 0x400>;
230 interrupts = <74>;
231 dmas = <&sdma 53 &sdma 54>;
232 dma-names = "tx", "rx";
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530233 ti,hwmods = "uart3";
234 clock-frequency = <48000000>;
235 };
236
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200237 i2c1: i2c@48070000 {
238 compatible = "ti,omap3-i2c";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700239 reg = <0x48070000 0x80>;
240 interrupts = <56>;
241 dmas = <&sdma 27 &sdma 28>;
242 dma-names = "tx", "rx";
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200243 #address-cells = <1>;
244 #size-cells = <0>;
245 ti,hwmods = "i2c1";
246 };
247
248 i2c2: i2c@48072000 {
249 compatible = "ti,omap3-i2c";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700250 reg = <0x48072000 0x80>;
251 interrupts = <57>;
252 dmas = <&sdma 29 &sdma 30>;
253 dma-names = "tx", "rx";
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200254 #address-cells = <1>;
255 #size-cells = <0>;
256 ti,hwmods = "i2c2";
257 };
258
259 i2c3: i2c@48060000 {
260 compatible = "ti,omap3-i2c";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700261 reg = <0x48060000 0x80>;
262 interrupts = <61>;
263 dmas = <&sdma 25 &sdma 26>;
264 dma-names = "tx", "rx";
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200265 #address-cells = <1>;
266 #size-cells = <0>;
267 ti,hwmods = "i2c3";
268 };
Benoit Coussonfc72d242012-01-20 14:15:58 +0100269
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800270 mailbox: mailbox@48094000 {
271 compatible = "ti,omap3-mailbox";
272 ti,hwmods = "mailbox";
273 reg = <0x48094000 0x200>;
274 interrupts = <26>;
275 };
276
Benoit Coussonfc72d242012-01-20 14:15:58 +0100277 mcspi1: spi@48098000 {
278 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700279 reg = <0x48098000 0x100>;
280 interrupts = <65>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100281 #address-cells = <1>;
282 #size-cells = <0>;
283 ti,hwmods = "mcspi1";
284 ti,spi-num-cs = <4>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500285 dmas = <&sdma 35>,
286 <&sdma 36>,
287 <&sdma 37>,
288 <&sdma 38>,
289 <&sdma 39>,
290 <&sdma 40>,
291 <&sdma 41>,
292 <&sdma 42>;
293 dma-names = "tx0", "rx0", "tx1", "rx1",
294 "tx2", "rx2", "tx3", "rx3";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100295 };
296
297 mcspi2: spi@4809a000 {
298 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700299 reg = <0x4809a000 0x100>;
300 interrupts = <66>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100301 #address-cells = <1>;
302 #size-cells = <0>;
303 ti,hwmods = "mcspi2";
304 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500305 dmas = <&sdma 43>,
306 <&sdma 44>,
307 <&sdma 45>,
308 <&sdma 46>;
309 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100310 };
311
312 mcspi3: spi@480b8000 {
313 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700314 reg = <0x480b8000 0x100>;
315 interrupts = <91>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100316 #address-cells = <1>;
317 #size-cells = <0>;
318 ti,hwmods = "mcspi3";
319 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500320 dmas = <&sdma 15>,
321 <&sdma 16>,
322 <&sdma 23>,
323 <&sdma 24>;
324 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100325 };
326
327 mcspi4: spi@480ba000 {
328 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700329 reg = <0x480ba000 0x100>;
330 interrupts = <48>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100331 #address-cells = <1>;
332 #size-cells = <0>;
333 ti,hwmods = "mcspi4";
334 ti,spi-num-cs = <1>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500335 dmas = <&sdma 70>, <&sdma 71>;
336 dma-names = "tx0", "rx0";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100337 };
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530338
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700339 hdqw1w: 1w@480b2000 {
340 compatible = "ti,omap3-1w";
341 reg = <0x480b2000 0x1000>;
342 interrupts = <58>;
343 ti,hwmods = "hdq1w";
344 };
345
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530346 mmc1: mmc@4809c000 {
347 compatible = "ti,omap3-hsmmc";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700348 reg = <0x4809c000 0x200>;
349 interrupts = <83>;
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530350 ti,hwmods = "mmc1";
351 ti,dual-volt;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500352 dmas = <&sdma 61>, <&sdma 62>;
353 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530354 };
355
356 mmc2: mmc@480b4000 {
357 compatible = "ti,omap3-hsmmc";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700358 reg = <0x480b4000 0x200>;
359 interrupts = <86>;
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530360 ti,hwmods = "mmc2";
Jon Hunter2c2dc542012-04-26 13:47:59 -0500361 dmas = <&sdma 47>, <&sdma 48>;
362 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530363 };
364
365 mmc3: mmc@480ad000 {
366 compatible = "ti,omap3-hsmmc";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700367 reg = <0x480ad000 0x200>;
368 interrupts = <94>;
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530369 ti,hwmods = "mmc3";
Jon Hunter2c2dc542012-04-26 13:47:59 -0500370 dmas = <&sdma 77>, <&sdma 78>;
371 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530372 };
Xiao Jiang94c30732012-06-01 12:44:14 +0800373
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800374 mmu_isp: mmu@480bd400 {
375 compatible = "ti,omap3-mmu-isp";
376 ti,hwmods = "mmu_isp";
377 reg = <0x480bd400 0x80>;
378 interrupts = <8>;
379 };
380
Xiao Jiang94c30732012-06-01 12:44:14 +0800381 wdt2: wdt@48314000 {
382 compatible = "ti,omap3-wdt";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700383 reg = <0x48314000 0x80>;
Xiao Jiang94c30732012-06-01 12:44:14 +0800384 ti,hwmods = "wd_timer2";
385 };
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300386
387 mcbsp1: mcbsp@48074000 {
388 compatible = "ti,omap3-mcbsp";
389 reg = <0x48074000 0xff>;
390 reg-names = "mpu";
391 interrupts = <16>, /* OCP compliant interrupt */
392 <59>, /* TX interrupt */
393 <60>; /* RX interrupt */
394 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300395 ti,buffer-size = <128>;
396 ti,hwmods = "mcbsp1";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100397 dmas = <&sdma 31>,
398 <&sdma 32>;
399 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300400 };
401
402 mcbsp2: mcbsp@49022000 {
403 compatible = "ti,omap3-mcbsp";
404 reg = <0x49022000 0xff>,
405 <0x49028000 0xff>;
406 reg-names = "mpu", "sidetone";
407 interrupts = <17>, /* OCP compliant interrupt */
408 <62>, /* TX interrupt */
409 <63>, /* RX interrupt */
410 <4>; /* Sidetone */
411 interrupt-names = "common", "tx", "rx", "sidetone";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300412 ti,buffer-size = <1280>;
Peter Ujfalusieef6fca2012-10-18 11:25:07 +0200413 ti,hwmods = "mcbsp2", "mcbsp2_sidetone";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100414 dmas = <&sdma 33>,
415 <&sdma 34>;
416 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300417 };
418
419 mcbsp3: mcbsp@49024000 {
420 compatible = "ti,omap3-mcbsp";
421 reg = <0x49024000 0xff>,
422 <0x4902a000 0xff>;
423 reg-names = "mpu", "sidetone";
424 interrupts = <22>, /* OCP compliant interrupt */
425 <89>, /* TX interrupt */
426 <90>, /* RX interrupt */
427 <5>; /* Sidetone */
428 interrupt-names = "common", "tx", "rx", "sidetone";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300429 ti,buffer-size = <128>;
Peter Ujfalusieef6fca2012-10-18 11:25:07 +0200430 ti,hwmods = "mcbsp3", "mcbsp3_sidetone";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100431 dmas = <&sdma 17>,
432 <&sdma 18>;
433 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300434 };
435
436 mcbsp4: mcbsp@49026000 {
437 compatible = "ti,omap3-mcbsp";
438 reg = <0x49026000 0xff>;
439 reg-names = "mpu";
440 interrupts = <23>, /* OCP compliant interrupt */
441 <54>, /* TX interrupt */
442 <55>; /* RX interrupt */
443 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300444 ti,buffer-size = <128>;
445 ti,hwmods = "mcbsp4";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100446 dmas = <&sdma 19>,
447 <&sdma 20>;
448 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300449 };
450
451 mcbsp5: mcbsp@48096000 {
452 compatible = "ti,omap3-mcbsp";
453 reg = <0x48096000 0xff>;
454 reg-names = "mpu";
455 interrupts = <27>, /* OCP compliant interrupt */
456 <81>, /* TX interrupt */
457 <82>; /* RX interrupt */
458 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300459 ti,buffer-size = <128>;
460 ti,hwmods = "mcbsp5";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100461 dmas = <&sdma 21>,
462 <&sdma 22>;
463 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300464 };
Jon Hunterfab8ad02012-10-19 09:59:00 -0500465
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800466 sham: sham@480c3000 {
467 compatible = "ti,omap3-sham";
468 ti,hwmods = "sham";
469 reg = <0x480c3000 0x64>;
470 interrupts = <49>;
471 };
472
473 smartreflex_core: smartreflex@480cb000 {
474 compatible = "ti,omap3-smartreflex-core";
475 ti,hwmods = "smartreflex_core";
476 reg = <0x480cb000 0x400>;
477 interrupts = <19>;
478 };
479
480 smartreflex_mpu_iva: smartreflex@480c9000 {
481 compatible = "ti,omap3-smartreflex-iva";
482 ti,hwmods = "smartreflex_mpu_iva";
483 reg = <0x480c9000 0x400>;
484 interrupts = <18>;
485 };
486
Jon Hunterfab8ad02012-10-19 09:59:00 -0500487 timer1: timer@48318000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500488 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500489 reg = <0x48318000 0x400>;
490 interrupts = <37>;
491 ti,hwmods = "timer1";
492 ti,timer-alwon;
493 };
494
495 timer2: timer@49032000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500496 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500497 reg = <0x49032000 0x400>;
498 interrupts = <38>;
499 ti,hwmods = "timer2";
500 };
501
502 timer3: timer@49034000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500503 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500504 reg = <0x49034000 0x400>;
505 interrupts = <39>;
506 ti,hwmods = "timer3";
507 };
508
509 timer4: timer@49036000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500510 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500511 reg = <0x49036000 0x400>;
512 interrupts = <40>;
513 ti,hwmods = "timer4";
514 };
515
516 timer5: timer@49038000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500517 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500518 reg = <0x49038000 0x400>;
519 interrupts = <41>;
520 ti,hwmods = "timer5";
521 ti,timer-dsp;
522 };
523
524 timer6: timer@4903a000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500525 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500526 reg = <0x4903a000 0x400>;
527 interrupts = <42>;
528 ti,hwmods = "timer6";
529 ti,timer-dsp;
530 };
531
532 timer7: timer@4903c000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500533 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500534 reg = <0x4903c000 0x400>;
535 interrupts = <43>;
536 ti,hwmods = "timer7";
537 ti,timer-dsp;
538 };
539
540 timer8: timer@4903e000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500541 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500542 reg = <0x4903e000 0x400>;
543 interrupts = <44>;
544 ti,hwmods = "timer8";
545 ti,timer-pwm;
546 ti,timer-dsp;
547 };
548
549 timer9: timer@49040000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500550 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500551 reg = <0x49040000 0x400>;
552 interrupts = <45>;
553 ti,hwmods = "timer9";
554 ti,timer-pwm;
555 };
556
557 timer10: timer@48086000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500558 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500559 reg = <0x48086000 0x400>;
560 interrupts = <46>;
561 ti,hwmods = "timer10";
562 ti,timer-pwm;
563 };
564
565 timer11: timer@48088000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500566 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500567 reg = <0x48088000 0x400>;
568 interrupts = <47>;
569 ti,hwmods = "timer11";
570 ti,timer-pwm;
571 };
572
573 timer12: timer@48304000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500574 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500575 reg = <0x48304000 0x400>;
576 interrupts = <95>;
577 ti,hwmods = "timer12";
578 ti,timer-alwon;
579 ti,timer-secure;
580 };
Roger Quadrosaf3eb362013-03-20 17:44:59 +0200581
582 usbhstll: usbhstll@48062000 {
583 compatible = "ti,usbhs-tll";
584 reg = <0x48062000 0x1000>;
585 interrupts = <78>;
586 ti,hwmods = "usb_tll_hs";
587 };
588
589 usbhshost: usbhshost@48064000 {
590 compatible = "ti,usbhs-host";
591 reg = <0x48064000 0x400>;
592 ti,hwmods = "usb_host_hs";
593 #address-cells = <1>;
594 #size-cells = <1>;
595 ranges;
596
597 usbhsohci: ohci@48064400 {
598 compatible = "ti,ohci-omap3", "usb-ohci";
599 reg = <0x48064400 0x400>;
600 interrupt-parent = <&intc>;
601 interrupts = <76>;
602 };
603
604 usbhsehci: ehci@48064800 {
605 compatible = "ti,ehci-omap", "usb-ehci";
606 reg = <0x48064800 0x400>;
607 interrupt-parent = <&intc>;
608 interrupts = <77>;
609 };
610 };
611
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100612 gpmc: gpmc@6e000000 {
613 compatible = "ti,omap3430-gpmc";
614 ti,hwmods = "gpmc";
Javier Martinez Canillas41644e72013-02-27 02:30:51 +0100615 reg = <0x6e000000 0x02d0>;
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100616 interrupts = <20>;
617 gpmc,num-cs = <8>;
618 gpmc,num-waitpins = <4>;
619 #address-cells = <2>;
620 #size-cells = <1>;
621 };
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530622
623 usb_otg_hs: usb_otg_hs@480ab000 {
624 compatible = "ti,omap3-musb";
625 reg = <0x480ab000 0x1000>;
Tony Lindgren304e71e2013-05-14 20:28:15 -0700626 interrupts = <92>, <93>;
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530627 interrupt-names = "mc", "dma";
628 ti,hwmods = "usb_otg_hs";
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530629 multipoint = <1>;
630 num-eps = <16>;
631 ram-bits = <12>;
632 };
Benoit Cousson189892f2011-08-16 21:02:01 +0530633 };
634};