blob: e5392587eb0a5c8fd78dba6f017c1be54ca00807 [file] [log] [blame]
R Sricharan6b5de092012-05-10 19:46:00 +05301/*
2 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 * Based on "omap4.dtsi"
8 */
9
10/*
11 * Carveout for multimedia usecases
12 * It should be the last 48MB of the first 512MB memory part
13 * In theory, it should not even exist. That zone should be reserved
14 * dynamically during the .reserve callback.
15 */
16/memreserve/ 0x9d000000 0x03000000;
17
18/include/ "skeleton.dtsi"
19
20/ {
Santosh Shilimkarba1829b2013-02-12 15:57:55 +053021 #address-cells = <1>;
22 #size-cells = <1>;
23
R Sricharan6b5de092012-05-10 19:46:00 +053024 compatible = "ti,omap5";
25 interrupt-parent = <&gic>;
26
27 aliases {
28 serial0 = &uart1;
29 serial1 = &uart2;
30 serial2 = &uart3;
31 serial3 = &uart4;
32 serial4 = &uart5;
33 serial5 = &uart6;
34 };
35
36 cpus {
37 cpu@0 {
38 compatible = "arm,cortex-a15";
39 };
40 cpu@1 {
41 compatible = "arm,cortex-a15";
42 };
43 };
44
Santosh Shilimkarb45ccc42013-02-10 21:40:19 +053045 timer {
46 compatible = "arm,armv7-timer";
Rajendra Nayak1496c152013-01-18 19:53:00 +053047 /* PPI secure/nonsecure IRQ, active low level-sensitive */
48 interrupts = <1 13 0x308>,
Santosh Shilimkar0129c162013-02-19 17:29:24 +053049 <1 14 0x308>,
50 <1 11 0x308>,
51 <1 10 0x308>;
Santosh Shilimkarb45ccc42013-02-10 21:40:19 +053052 clock-frequency = <6144000>;
53 };
54
Santosh Shilimkarba1829b2013-02-12 15:57:55 +053055 gic: interrupt-controller@48211000 {
56 compatible = "arm,cortex-a15-gic";
57 interrupt-controller;
58 #interrupt-cells = <3>;
59 reg = <0x48211000 0x1000>,
Santosh Shilimkar0129c162013-02-19 17:29:24 +053060 <0x48212000 0x1000>,
61 <0x48214000 0x2000>,
62 <0x48216000 0x2000>;
Santosh Shilimkarba1829b2013-02-12 15:57:55 +053063 };
64
R Sricharan6b5de092012-05-10 19:46:00 +053065 /*
66 * The soc node represents the soc top level view. It is uses for IPs
67 * that are not memory mapped in the MPU view or for the MPU itself.
68 */
69 soc {
70 compatible = "ti,omap-infra";
71 mpu {
72 compatible = "ti,omap5-mpu";
73 ti,hwmods = "mpu";
74 };
75 };
76
77 /*
78 * XXX: Use a flat representation of the OMAP3 interconnect.
79 * The real OMAP interconnect network is quite complex.
80 * Since that will not bring real advantage to represent that in DT for
81 * the moment, just use a fake OCP bus entry to represent the whole bus
82 * hierarchy.
83 */
84 ocp {
85 compatible = "ti,omap4-l3-noc", "simple-bus";
86 #address-cells = <1>;
87 #size-cells = <1>;
88 ranges;
89 ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
90
Jon Hunter3b3132f2012-11-01 09:12:23 -050091 counter32k: counter@4ae04000 {
92 compatible = "ti,omap-counter32k";
93 reg = <0x4ae04000 0x40>;
94 ti,hwmods = "counter_32k";
95 };
96
Peter Ujfalusi5da6a2d2012-10-04 14:57:27 +030097 omap5_pmx_core: pinmux@4a002840 {
98 compatible = "ti,omap4-padconf", "pinctrl-single";
99 reg = <0x4a002840 0x01b6>;
100 #address-cells = <1>;
101 #size-cells = <0>;
102 pinctrl-single,register-width = <16>;
103 pinctrl-single,function-mask = <0x7fff>;
104 };
105 omap5_pmx_wkup: pinmux@4ae0c840 {
106 compatible = "ti,omap4-padconf", "pinctrl-single";
107 reg = <0x4ae0c840 0x0038>;
108 #address-cells = <1>;
109 #size-cells = <0>;
110 pinctrl-single,register-width = <16>;
111 pinctrl-single,function-mask = <0x7fff>;
112 };
113
Jon Hunter2c2dc542012-04-26 13:47:59 -0500114 sdma: dma-controller@4a056000 {
115 compatible = "ti,omap4430-sdma";
116 reg = <0x4a056000 0x1000>;
117 interrupts = <0 12 0x4>,
118 <0 13 0x4>,
119 <0 14 0x4>,
120 <0 15 0x4>;
121 #dma-cells = <1>;
122 #dma-channels = <32>;
123 #dma-requests = <127>;
124 };
125
R Sricharan6b5de092012-05-10 19:46:00 +0530126 gpio1: gpio@4ae10000 {
127 compatible = "ti,omap4-gpio";
Sebastien Guiriecf4b224f2012-10-23 10:37:09 +0200128 reg = <0x4ae10000 0x200>;
129 interrupts = <0 29 0x4>;
R Sricharan6b5de092012-05-10 19:46:00 +0530130 ti,hwmods = "gpio1";
131 gpio-controller;
132 #gpio-cells = <2>;
133 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600134 #interrupt-cells = <2>;
R Sricharan6b5de092012-05-10 19:46:00 +0530135 };
136
137 gpio2: gpio@48055000 {
138 compatible = "ti,omap4-gpio";
Sebastien Guiriecf4b224f2012-10-23 10:37:09 +0200139 reg = <0x48055000 0x200>;
140 interrupts = <0 30 0x4>;
R Sricharan6b5de092012-05-10 19:46:00 +0530141 ti,hwmods = "gpio2";
142 gpio-controller;
143 #gpio-cells = <2>;
144 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600145 #interrupt-cells = <2>;
R Sricharan6b5de092012-05-10 19:46:00 +0530146 };
147
148 gpio3: gpio@48057000 {
149 compatible = "ti,omap4-gpio";
Sebastien Guiriecf4b224f2012-10-23 10:37:09 +0200150 reg = <0x48057000 0x200>;
151 interrupts = <0 31 0x4>;
R Sricharan6b5de092012-05-10 19:46:00 +0530152 ti,hwmods = "gpio3";
153 gpio-controller;
154 #gpio-cells = <2>;
155 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600156 #interrupt-cells = <2>;
R Sricharan6b5de092012-05-10 19:46:00 +0530157 };
158
159 gpio4: gpio@48059000 {
160 compatible = "ti,omap4-gpio";
Sebastien Guiriecf4b224f2012-10-23 10:37:09 +0200161 reg = <0x48059000 0x200>;
162 interrupts = <0 32 0x4>;
R Sricharan6b5de092012-05-10 19:46:00 +0530163 ti,hwmods = "gpio4";
164 gpio-controller;
165 #gpio-cells = <2>;
166 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600167 #interrupt-cells = <2>;
R Sricharan6b5de092012-05-10 19:46:00 +0530168 };
169
170 gpio5: gpio@4805b000 {
171 compatible = "ti,omap4-gpio";
Sebastien Guiriecf4b224f2012-10-23 10:37:09 +0200172 reg = <0x4805b000 0x200>;
173 interrupts = <0 33 0x4>;
R Sricharan6b5de092012-05-10 19:46:00 +0530174 ti,hwmods = "gpio5";
175 gpio-controller;
176 #gpio-cells = <2>;
177 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600178 #interrupt-cells = <2>;
R Sricharan6b5de092012-05-10 19:46:00 +0530179 };
180
181 gpio6: gpio@4805d000 {
182 compatible = "ti,omap4-gpio";
Sebastien Guiriecf4b224f2012-10-23 10:37:09 +0200183 reg = <0x4805d000 0x200>;
184 interrupts = <0 34 0x4>;
R Sricharan6b5de092012-05-10 19:46:00 +0530185 ti,hwmods = "gpio6";
186 gpio-controller;
187 #gpio-cells = <2>;
188 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600189 #interrupt-cells = <2>;
R Sricharan6b5de092012-05-10 19:46:00 +0530190 };
191
192 gpio7: gpio@48051000 {
193 compatible = "ti,omap4-gpio";
Sebastien Guiriecf4b224f2012-10-23 10:37:09 +0200194 reg = <0x48051000 0x200>;
195 interrupts = <0 35 0x4>;
R Sricharan6b5de092012-05-10 19:46:00 +0530196 ti,hwmods = "gpio7";
197 gpio-controller;
198 #gpio-cells = <2>;
199 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600200 #interrupt-cells = <2>;
R Sricharan6b5de092012-05-10 19:46:00 +0530201 };
202
203 gpio8: gpio@48053000 {
204 compatible = "ti,omap4-gpio";
Sebastien Guiriecf4b224f2012-10-23 10:37:09 +0200205 reg = <0x48053000 0x200>;
206 interrupts = <0 121 0x4>;
R Sricharan6b5de092012-05-10 19:46:00 +0530207 ti,hwmods = "gpio8";
208 gpio-controller;
209 #gpio-cells = <2>;
210 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600211 #interrupt-cells = <2>;
R Sricharan6b5de092012-05-10 19:46:00 +0530212 };
213
Jon Hunter1c7dbb52013-02-22 15:33:31 -0600214 gpmc: gpmc@50000000 {
215 compatible = "ti,omap4430-gpmc";
216 reg = <0x50000000 0x1000>;
217 #address-cells = <2>;
218 #size-cells = <1>;
219 interrupts = <0 20 0x4>;
220 gpmc,num-cs = <8>;
221 gpmc,num-waitpins = <4>;
222 ti,hwmods = "gpmc";
223 };
224
Sourav Poddar6e6a9a52012-07-25 10:57:58 +0530225 i2c1: i2c@48070000 {
226 compatible = "ti,omap4-i2c";
Sebastien Guiriecd7118bb2012-10-23 10:37:10 +0200227 reg = <0x48070000 0x100>;
228 interrupts = <0 56 0x4>;
Sourav Poddar6e6a9a52012-07-25 10:57:58 +0530229 #address-cells = <1>;
230 #size-cells = <0>;
231 ti,hwmods = "i2c1";
232 };
233
234 i2c2: i2c@48072000 {
235 compatible = "ti,omap4-i2c";
Sebastien Guiriecd7118bb2012-10-23 10:37:10 +0200236 reg = <0x48072000 0x100>;
237 interrupts = <0 57 0x4>;
Sourav Poddar6e6a9a52012-07-25 10:57:58 +0530238 #address-cells = <1>;
239 #size-cells = <0>;
240 ti,hwmods = "i2c2";
241 };
242
243 i2c3: i2c@48060000 {
244 compatible = "ti,omap4-i2c";
Sebastien Guiriecd7118bb2012-10-23 10:37:10 +0200245 reg = <0x48060000 0x100>;
246 interrupts = <0 61 0x4>;
Sourav Poddar6e6a9a52012-07-25 10:57:58 +0530247 #address-cells = <1>;
248 #size-cells = <0>;
249 ti,hwmods = "i2c3";
250 };
251
Sebastien Guiriecd7118bb2012-10-23 10:37:10 +0200252 i2c4: i2c@4807a000 {
Sourav Poddar6e6a9a52012-07-25 10:57:58 +0530253 compatible = "ti,omap4-i2c";
Sebastien Guiriecd7118bb2012-10-23 10:37:10 +0200254 reg = <0x4807a000 0x100>;
255 interrupts = <0 62 0x4>;
Sourav Poddar6e6a9a52012-07-25 10:57:58 +0530256 #address-cells = <1>;
257 #size-cells = <0>;
258 ti,hwmods = "i2c4";
259 };
260
Sebastien Guiriecd7118bb2012-10-23 10:37:10 +0200261 i2c5: i2c@4807c000 {
Sourav Poddar6e6a9a52012-07-25 10:57:58 +0530262 compatible = "ti,omap4-i2c";
Sebastien Guiriecd7118bb2012-10-23 10:37:10 +0200263 reg = <0x4807c000 0x100>;
264 interrupts = <0 60 0x4>;
Sourav Poddar6e6a9a52012-07-25 10:57:58 +0530265 #address-cells = <1>;
266 #size-cells = <0>;
267 ti,hwmods = "i2c5";
268 };
269
Felipe Balbi43286b12013-02-13 14:58:36 +0530270 mcspi1: spi@48098000 {
271 compatible = "ti,omap4-mcspi";
272 reg = <0x48098000 0x200>;
273 interrupts = <0 65 0x4>;
274 #address-cells = <1>;
275 #size-cells = <0>;
276 ti,hwmods = "mcspi1";
277 ti,spi-num-cs = <4>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500278 dmas = <&sdma 35>,
279 <&sdma 36>,
280 <&sdma 37>,
281 <&sdma 38>,
282 <&sdma 39>,
283 <&sdma 40>,
284 <&sdma 41>,
285 <&sdma 42>;
286 dma-names = "tx0", "rx0", "tx1", "rx1",
287 "tx2", "rx2", "tx3", "rx3";
Felipe Balbi43286b12013-02-13 14:58:36 +0530288 };
289
290 mcspi2: spi@4809a000 {
291 compatible = "ti,omap4-mcspi";
292 reg = <0x4809a000 0x200>;
293 interrupts = <0 66 0x4>;
294 #address-cells = <1>;
295 #size-cells = <0>;
296 ti,hwmods = "mcspi2";
297 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500298 dmas = <&sdma 43>,
299 <&sdma 44>,
300 <&sdma 45>,
301 <&sdma 46>;
302 dma-names = "tx0", "rx0", "tx1", "rx1";
Felipe Balbi43286b12013-02-13 14:58:36 +0530303 };
304
305 mcspi3: spi@480b8000 {
306 compatible = "ti,omap4-mcspi";
307 reg = <0x480b8000 0x200>;
308 interrupts = <0 91 0x4>;
309 #address-cells = <1>;
310 #size-cells = <0>;
311 ti,hwmods = "mcspi3";
312 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500313 dmas = <&sdma 15>, <&sdma 16>;
314 dma-names = "tx0", "rx0";
Felipe Balbi43286b12013-02-13 14:58:36 +0530315 };
316
317 mcspi4: spi@480ba000 {
318 compatible = "ti,omap4-mcspi";
319 reg = <0x480ba000 0x200>;
320 interrupts = <0 48 0x4>;
321 #address-cells = <1>;
322 #size-cells = <0>;
323 ti,hwmods = "mcspi4";
324 ti,spi-num-cs = <1>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500325 dmas = <&sdma 70>, <&sdma 71>;
326 dma-names = "tx0", "rx0";
Felipe Balbi43286b12013-02-13 14:58:36 +0530327 };
328
R Sricharan6b5de092012-05-10 19:46:00 +0530329 uart1: serial@4806a000 {
330 compatible = "ti,omap4-uart";
Sebastien Guiriec8e80f662012-10-23 10:37:11 +0200331 reg = <0x4806a000 0x100>;
332 interrupts = <0 72 0x4>;
R Sricharan6b5de092012-05-10 19:46:00 +0530333 ti,hwmods = "uart1";
334 clock-frequency = <48000000>;
335 };
336
337 uart2: serial@4806c000 {
338 compatible = "ti,omap4-uart";
Sebastien Guiriec8e80f662012-10-23 10:37:11 +0200339 reg = <0x4806c000 0x100>;
340 interrupts = <0 73 0x4>;
R Sricharan6b5de092012-05-10 19:46:00 +0530341 ti,hwmods = "uart2";
342 clock-frequency = <48000000>;
343 };
344
345 uart3: serial@48020000 {
346 compatible = "ti,omap4-uart";
Sebastien Guiriec8e80f662012-10-23 10:37:11 +0200347 reg = <0x48020000 0x100>;
348 interrupts = <0 74 0x4>;
R Sricharan6b5de092012-05-10 19:46:00 +0530349 ti,hwmods = "uart3";
350 clock-frequency = <48000000>;
351 };
352
353 uart4: serial@4806e000 {
354 compatible = "ti,omap4-uart";
Sebastien Guiriec8e80f662012-10-23 10:37:11 +0200355 reg = <0x4806e000 0x100>;
356 interrupts = <0 70 0x4>;
R Sricharan6b5de092012-05-10 19:46:00 +0530357 ti,hwmods = "uart4";
358 clock-frequency = <48000000>;
359 };
360
361 uart5: serial@48066000 {
Sebastien Guiriec8e80f662012-10-23 10:37:11 +0200362 compatible = "ti,omap4-uart";
363 reg = <0x48066000 0x100>;
364 interrupts = <0 105 0x4>;
R Sricharan6b5de092012-05-10 19:46:00 +0530365 ti,hwmods = "uart5";
366 clock-frequency = <48000000>;
367 };
368
369 uart6: serial@48068000 {
Sebastien Guiriec8e80f662012-10-23 10:37:11 +0200370 compatible = "ti,omap4-uart";
371 reg = <0x48068000 0x100>;
372 interrupts = <0 106 0x4>;
R Sricharan6b5de092012-05-10 19:46:00 +0530373 ti,hwmods = "uart6";
374 clock-frequency = <48000000>;
375 };
Balaji T K5dd18b02012-08-07 12:48:21 +0530376
377 mmc1: mmc@4809c000 {
378 compatible = "ti,omap4-hsmmc";
Sebastien Guiriec9a642362012-10-23 10:37:12 +0200379 reg = <0x4809c000 0x400>;
380 interrupts = <0 83 0x4>;
Balaji T K5dd18b02012-08-07 12:48:21 +0530381 ti,hwmods = "mmc1";
382 ti,dual-volt;
383 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500384 dmas = <&sdma 61>, <&sdma 62>;
385 dma-names = "tx", "rx";
Balaji T K5dd18b02012-08-07 12:48:21 +0530386 };
387
388 mmc2: mmc@480b4000 {
389 compatible = "ti,omap4-hsmmc";
Sebastien Guiriec9a642362012-10-23 10:37:12 +0200390 reg = <0x480b4000 0x400>;
391 interrupts = <0 86 0x4>;
Balaji T K5dd18b02012-08-07 12:48:21 +0530392 ti,hwmods = "mmc2";
393 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500394 dmas = <&sdma 47>, <&sdma 48>;
395 dma-names = "tx", "rx";
Balaji T K5dd18b02012-08-07 12:48:21 +0530396 };
397
398 mmc3: mmc@480ad000 {
399 compatible = "ti,omap4-hsmmc";
Sebastien Guiriec9a642362012-10-23 10:37:12 +0200400 reg = <0x480ad000 0x400>;
401 interrupts = <0 94 0x4>;
Balaji T K5dd18b02012-08-07 12:48:21 +0530402 ti,hwmods = "mmc3";
403 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500404 dmas = <&sdma 77>, <&sdma 78>;
405 dma-names = "tx", "rx";
Balaji T K5dd18b02012-08-07 12:48:21 +0530406 };
407
408 mmc4: mmc@480d1000 {
409 compatible = "ti,omap4-hsmmc";
Sebastien Guiriec9a642362012-10-23 10:37:12 +0200410 reg = <0x480d1000 0x400>;
411 interrupts = <0 96 0x4>;
Balaji T K5dd18b02012-08-07 12:48:21 +0530412 ti,hwmods = "mmc4";
413 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500414 dmas = <&sdma 57>, <&sdma 58>;
415 dma-names = "tx", "rx";
Balaji T K5dd18b02012-08-07 12:48:21 +0530416 };
417
418 mmc5: mmc@480d5000 {
419 compatible = "ti,omap4-hsmmc";
Sebastien Guiriec9a642362012-10-23 10:37:12 +0200420 reg = <0x480d5000 0x400>;
421 interrupts = <0 59 0x4>;
Balaji T K5dd18b02012-08-07 12:48:21 +0530422 ti,hwmods = "mmc5";
423 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500424 dmas = <&sdma 59>, <&sdma 60>;
425 dma-names = "tx", "rx";
Balaji T K5dd18b02012-08-07 12:48:21 +0530426 };
Sourav Poddar5449fbc2012-07-25 11:03:27 +0530427
428 keypad: keypad@4ae1c000 {
429 compatible = "ti,omap4-keypad";
Santosh Shilimkar8cc8b892013-01-23 19:53:30 +0530430 reg = <0x4ae1c000 0x400>;
Sourav Poddar5449fbc2012-07-25 11:03:27 +0530431 ti,hwmods = "kbd";
432 };
Peter Ujfalusiffd5db22012-08-29 16:31:04 +0300433
Peter Ujfalusicbb57f02012-08-29 16:31:07 +0300434 mcpdm: mcpdm@40132000 {
435 compatible = "ti,omap4-mcpdm";
436 reg = <0x40132000 0x7f>, /* MPU private access */
437 <0x49032000 0x7f>; /* L3 Interconnect */
438 reg-names = "mpu", "dma";
439 interrupts = <0 112 0x4>;
Peter Ujfalusicbb57f02012-08-29 16:31:07 +0300440 ti,hwmods = "mcpdm";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100441 dmas = <&sdma 65>,
442 <&sdma 66>;
443 dma-names = "up_link", "dn_link";
Peter Ujfalusicbb57f02012-08-29 16:31:07 +0300444 };
445
446 dmic: dmic@4012e000 {
447 compatible = "ti,omap4-dmic";
448 reg = <0x4012e000 0x7f>, /* MPU private access */
449 <0x4902e000 0x7f>; /* L3 Interconnect */
450 reg-names = "mpu", "dma";
451 interrupts = <0 114 0x4>;
Peter Ujfalusicbb57f02012-08-29 16:31:07 +0300452 ti,hwmods = "dmic";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100453 dmas = <&sdma 67>;
454 dma-names = "up_link";
Peter Ujfalusicbb57f02012-08-29 16:31:07 +0300455 };
456
Peter Ujfalusiffd5db22012-08-29 16:31:04 +0300457 mcbsp1: mcbsp@40122000 {
458 compatible = "ti,omap4-mcbsp";
459 reg = <0x40122000 0xff>, /* MPU private access */
460 <0x49022000 0xff>; /* L3 Interconnect */
461 reg-names = "mpu", "dma";
462 interrupts = <0 17 0x4>;
463 interrupt-names = "common";
Peter Ujfalusiffd5db22012-08-29 16:31:04 +0300464 ti,buffer-size = <128>;
465 ti,hwmods = "mcbsp1";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100466 dmas = <&sdma 33>,
467 <&sdma 34>;
468 dma-names = "tx", "rx";
Peter Ujfalusiffd5db22012-08-29 16:31:04 +0300469 };
470
471 mcbsp2: mcbsp@40124000 {
472 compatible = "ti,omap4-mcbsp";
473 reg = <0x40124000 0xff>, /* MPU private access */
474 <0x49024000 0xff>; /* L3 Interconnect */
475 reg-names = "mpu", "dma";
476 interrupts = <0 22 0x4>;
477 interrupt-names = "common";
Peter Ujfalusiffd5db22012-08-29 16:31:04 +0300478 ti,buffer-size = <128>;
479 ti,hwmods = "mcbsp2";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100480 dmas = <&sdma 17>,
481 <&sdma 18>;
482 dma-names = "tx", "rx";
Peter Ujfalusiffd5db22012-08-29 16:31:04 +0300483 };
484
485 mcbsp3: mcbsp@40126000 {
486 compatible = "ti,omap4-mcbsp";
487 reg = <0x40126000 0xff>, /* MPU private access */
488 <0x49026000 0xff>; /* L3 Interconnect */
489 reg-names = "mpu", "dma";
490 interrupts = <0 23 0x4>;
491 interrupt-names = "common";
Peter Ujfalusiffd5db22012-08-29 16:31:04 +0300492 ti,buffer-size = <128>;
493 ti,hwmods = "mcbsp3";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100494 dmas = <&sdma 19>,
495 <&sdma 20>;
496 dma-names = "tx", "rx";
Peter Ujfalusiffd5db22012-08-29 16:31:04 +0300497 };
Jon Hunterdf692a92012-11-01 09:09:51 -0500498
499 timer1: timer@4ae18000 {
500 compatible = "ti,omap2-timer";
501 reg = <0x4ae18000 0x80>;
502 interrupts = <0 37 0x4>;
503 ti,hwmods = "timer1";
504 ti,timer-alwon;
505 };
506
507 timer2: timer@48032000 {
508 compatible = "ti,omap2-timer";
509 reg = <0x48032000 0x80>;
510 interrupts = <0 38 0x4>;
511 ti,hwmods = "timer2";
512 };
513
514 timer3: timer@48034000 {
515 compatible = "ti,omap2-timer";
516 reg = <0x48034000 0x80>;
517 interrupts = <0 39 0x4>;
518 ti,hwmods = "timer3";
519 };
520
521 timer4: timer@48036000 {
522 compatible = "ti,omap2-timer";
523 reg = <0x48036000 0x80>;
524 interrupts = <0 40 0x4>;
525 ti,hwmods = "timer4";
526 };
527
528 timer5: timer@40138000 {
529 compatible = "ti,omap2-timer";
530 reg = <0x40138000 0x80>,
531 <0x49038000 0x80>;
532 interrupts = <0 41 0x4>;
533 ti,hwmods = "timer5";
534 ti,timer-dsp;
535 };
536
537 timer6: timer@4013a000 {
538 compatible = "ti,omap2-timer";
539 reg = <0x4013a000 0x80>,
540 <0x4903a000 0x80>;
541 interrupts = <0 42 0x4>;
542 ti,hwmods = "timer6";
543 ti,timer-dsp;
544 ti,timer-pwm;
545 };
546
547 timer7: timer@4013c000 {
548 compatible = "ti,omap2-timer";
549 reg = <0x4013c000 0x80>,
550 <0x4903c000 0x80>;
551 interrupts = <0 43 0x4>;
552 ti,hwmods = "timer7";
553 ti,timer-dsp;
554 };
555
556 timer8: timer@4013e000 {
557 compatible = "ti,omap2-timer";
558 reg = <0x4013e000 0x80>,
559 <0x4903e000 0x80>;
560 interrupts = <0 44 0x4>;
561 ti,hwmods = "timer8";
562 ti,timer-dsp;
563 ti,timer-pwm;
564 };
565
566 timer9: timer@4803e000 {
567 compatible = "ti,omap2-timer";
568 reg = <0x4803e000 0x80>;
569 interrupts = <0 45 0x4>;
570 ti,hwmods = "timer9";
571 };
572
573 timer10: timer@48086000 {
574 compatible = "ti,omap2-timer";
575 reg = <0x48086000 0x80>;
576 interrupts = <0 46 0x4>;
577 ti,hwmods = "timer10";
578 };
579
580 timer11: timer@48088000 {
581 compatible = "ti,omap2-timer";
582 reg = <0x48088000 0x80>;
583 interrupts = <0 47 0x4>;
584 ti,hwmods = "timer11";
585 ti,timer-pwm;
586 };
Lokesh Vutlae6900dd2012-11-05 18:22:51 +0530587
588 emif1: emif@0x4c000000 {
589 compatible = "ti,emif-4d5";
590 ti,hwmods = "emif1";
591 phy-type = <2>; /* DDR PHY type: Intelli PHY */
592 reg = <0x4c000000 0x400>;
593 interrupts = <0 110 0x4>;
594 hw-caps-read-idle-ctrl;
595 hw-caps-ll-interface;
596 hw-caps-temp-alert;
597 };
598
599 emif2: emif@0x4d000000 {
600 compatible = "ti,emif-4d5";
601 ti,hwmods = "emif2";
602 phy-type = <2>; /* DDR PHY type: Intelli PHY */
603 reg = <0x4d000000 0x400>;
604 interrupts = <0 111 0x4>;
605 hw-caps-read-idle-ctrl;
606 hw-caps-ll-interface;
607 hw-caps-temp-alert;
608 };
Kishon Vijay Abraham Ifedc4282013-03-07 19:05:17 +0530609
610 omap_control_usb: omap-control-usb@4a002300 {
611 compatible = "ti,omap-control-usb";
612 reg = <0x4a002300 0x4>,
613 <0x4a002370 0x4>;
614 reg-names = "control_dev_conf", "phy_power_usb";
615 ti,type = <2>;
616 };
Kishon Vijay Abraham Ie9831962013-03-07 19:05:18 +0530617
Kishon Vijay Abraham I72f6f952013-03-07 19:05:20 +0530618 omap_dwc3@4a020000 {
619 compatible = "ti,dwc3";
620 ti,hwmods = "usb_otg_ss";
621 reg = <0x4a020000 0x1000>;
622 interrupts = <0 93 4>;
623 #address-cells = <1>;
624 #size-cells = <1>;
625 utmi-mode = <2>;
626 ranges;
627 dwc3@4a030000 {
628 compatible = "synopsys,dwc3";
629 reg = <0x4a030000 0x1000>;
630 interrupts = <0 92 4>;
631 usb-phy = <&usb2_phy>, <&usb3_phy>;
632 tx-fifo-resize;
633 };
634 };
635
Kishon Vijay Abraham Ie9831962013-03-07 19:05:18 +0530636 ocp2scp {
637 compatible = "ti,omap-ocp2scp";
638 #address-cells = <1>;
639 #size-cells = <1>;
640 ranges;
641 ti,hwmods = "ocp2scp1";
Kishon Vijay Abraham Iae6a32d2013-03-07 19:05:19 +0530642 usb2_phy: usb2phy@4a084000 {
643 compatible = "ti,omap-usb2";
644 reg = <0x4a084000 0x7c>;
645 ctrl-module = <&omap_control_usb>;
646 };
647
648 usb3_phy: usb3phy@4a084400 {
649 compatible = "ti,omap-usb3";
650 reg = <0x4a084400 0x80>,
651 <0x4a084800 0x64>,
652 <0x4a084c00 0x40>;
653 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
654 ctrl-module = <&omap_control_usb>;
655 };
Kishon Vijay Abraham Ie9831962013-03-07 19:05:18 +0530656 };
R Sricharan6b5de092012-05-10 19:46:00 +0530657 };
658};