blob: c42514a8e18b8e1682398771d404576b6d6ebbb8 [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
Tero Kristo657fc112013-07-22 12:29:29 +030092 prm: prm@48306000 {
93 compatible = "ti,omap3-prm";
94 reg = <0x48306000 0x4000>;
95
96 prm_clocks: clocks {
97 #address-cells = <1>;
98 #size-cells = <0>;
99 };
100
101 prm_clockdomains: clockdomains {
102 };
103 };
104
105 cm: cm@48004000 {
106 compatible = "ti,omap3-cm";
107 reg = <0x48004000 0x4000>;
108
109 cm_clocks: clocks {
110 #address-cells = <1>;
111 #size-cells = <0>;
112 };
113
114 cm_clockdomains: clockdomains {
115 };
116 };
117
118 scrm: scrm@48002000 {
119 compatible = "ti,omap3-scrm";
120 reg = <0x48002000 0x2000>;
121
122 scrm_clocks: clocks {
123 #address-cells = <1>;
124 #size-cells = <0>;
125 };
126
127 scrm_clockdomains: clockdomains {
128 };
129 };
130
Jon Hunter510c0ff2012-10-25 14:24:14 -0500131 counter32k: counter@48320000 {
132 compatible = "ti,omap-counter32k";
133 reg = <0x48320000 0x20>;
134 ti,hwmods = "counter_32k";
135 };
136
Benoit Coussond65c5422011-11-30 19:26:42 +0100137 intc: interrupt-controller@48200000 {
138 compatible = "ti,omap2-intc";
Benoit Cousson189892f2011-08-16 21:02:01 +0530139 interrupt-controller;
140 #interrupt-cells = <1>;
Benoit Coussond65c5422011-11-30 19:26:42 +0100141 ti,intc-size = <96>;
142 reg = <0x48200000 0x1000>;
Benoit Cousson189892f2011-08-16 21:02:01 +0530143 };
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530144
Jon Hunter2c2dc542012-04-26 13:47:59 -0500145 sdma: dma-controller@48056000 {
146 compatible = "ti,omap3630-sdma", "ti,omap3430-sdma";
147 reg = <0x48056000 0x1000>;
148 interrupts = <12>,
149 <13>,
150 <14>,
151 <15>;
152 #dma-cells = <1>;
153 #dma-channels = <32>;
154 #dma-requests = <96>;
155 };
156
Tony Lindgren679e3312012-09-10 10:34:51 -0700157 omap3_pmx_core: pinmux@48002030 {
158 compatible = "ti,omap3-padconf", "pinctrl-single";
Laurent Pinchart3d495382014-01-07 14:01:39 -0800159 reg = <0x48002030 0x0238>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700160 #address-cells = <1>;
161 #size-cells = <0>;
Tony Lindgren30a69ef2013-10-10 15:45:13 -0700162 #interrupt-cells = <1>;
163 interrupt-controller;
Tony Lindgren679e3312012-09-10 10:34:51 -0700164 pinctrl-single,register-width = <16>;
Tony Lindgrend623a0e2013-10-07 10:22:01 -0700165 pinctrl-single,function-mask = <0xff1f>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700166 };
167
Lee Jonesb7317772013-07-22 11:52:34 +0100168 omap3_pmx_wkup: pinmux@48002a00 {
Tony Lindgren679e3312012-09-10 10:34:51 -0700169 compatible = "ti,omap3-padconf", "pinctrl-single";
Christoph Fritz161e89a2013-03-29 17:32:05 +0100170 reg = <0x48002a00 0x5c>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700171 #address-cells = <1>;
172 #size-cells = <0>;
Tony Lindgren30a69ef2013-10-10 15:45:13 -0700173 #interrupt-cells = <1>;
174 interrupt-controller;
Tony Lindgren679e3312012-09-10 10:34:51 -0700175 pinctrl-single,register-width = <16>;
Tony Lindgrend623a0e2013-10-07 10:22:01 -0700176 pinctrl-single,function-mask = <0xff1f>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700177 };
178
Balaji T Kcd042fe2014-02-19 20:26:40 +0530179 omap3_scm_general: tisyscon@48002270 {
180 compatible = "syscon";
181 reg = <0x48002270 0x2f0>;
182 };
183
184 pbias_regulator: pbias_regulator {
185 compatible = "ti,pbias-omap";
186 reg = <0x2b0 0x4>;
187 syscon = <&omap3_scm_general>;
188 pbias_mmc_reg: pbias_mmc_omap2430 {
189 regulator-name = "pbias_mmc_omap2430";
190 regulator-min-microvolt = <1800000>;
191 regulator-max-microvolt = <3000000>;
192 };
193 };
194
Benoit Cousson385a64b2011-08-16 11:51:54 +0200195 gpio1: gpio@48310000 {
196 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600197 reg = <0x48310000 0x200>;
198 interrupts = <29>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200199 ti,hwmods = "gpio1";
Jon Huntere4b9b9f2013-04-04 15:16:16 -0500200 ti,gpio-always-on;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200201 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
207 gpio2: gpio@49050000 {
208 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600209 reg = <0x49050000 0x200>;
210 interrupts = <30>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200211 ti,hwmods = "gpio2";
212 gpio-controller;
213 #gpio-cells = <2>;
214 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600215 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200216 };
217
218 gpio3: gpio@49052000 {
219 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600220 reg = <0x49052000 0x200>;
221 interrupts = <31>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200222 ti,hwmods = "gpio3";
223 gpio-controller;
224 #gpio-cells = <2>;
225 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600226 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200227 };
228
229 gpio4: gpio@49054000 {
230 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600231 reg = <0x49054000 0x200>;
232 interrupts = <32>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200233 ti,hwmods = "gpio4";
234 gpio-controller;
235 #gpio-cells = <2>;
236 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600237 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200238 };
239
240 gpio5: gpio@49056000 {
241 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600242 reg = <0x49056000 0x200>;
243 interrupts = <33>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200244 ti,hwmods = "gpio5";
245 gpio-controller;
246 #gpio-cells = <2>;
247 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600248 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200249 };
250
251 gpio6: gpio@49058000 {
252 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600253 reg = <0x49058000 0x200>;
254 interrupts = <34>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200255 ti,hwmods = "gpio6";
256 gpio-controller;
257 #gpio-cells = <2>;
258 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600259 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200260 };
261
Benoit Cousson19bfb762012-02-16 11:55:27 +0100262 uart1: serial@4806a000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530263 compatible = "ti,omap3-uart";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700264 reg = <0x4806a000 0x2000>;
265 interrupts = <72>;
266 dmas = <&sdma 49 &sdma 50>;
267 dma-names = "tx", "rx";
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530268 ti,hwmods = "uart1";
269 clock-frequency = <48000000>;
270 };
271
Benoit Cousson19bfb762012-02-16 11:55:27 +0100272 uart2: serial@4806c000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530273 compatible = "ti,omap3-uart";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700274 reg = <0x4806c000 0x400>;
275 interrupts = <73>;
276 dmas = <&sdma 51 &sdma 52>;
277 dma-names = "tx", "rx";
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530278 ti,hwmods = "uart2";
279 clock-frequency = <48000000>;
280 };
281
Benoit Cousson19bfb762012-02-16 11:55:27 +0100282 uart3: serial@49020000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530283 compatible = "ti,omap3-uart";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700284 reg = <0x49020000 0x400>;
285 interrupts = <74>;
286 dmas = <&sdma 53 &sdma 54>;
287 dma-names = "tx", "rx";
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530288 ti,hwmods = "uart3";
289 clock-frequency = <48000000>;
290 };
291
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200292 i2c1: i2c@48070000 {
293 compatible = "ti,omap3-i2c";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700294 reg = <0x48070000 0x80>;
295 interrupts = <56>;
296 dmas = <&sdma 27 &sdma 28>;
297 dma-names = "tx", "rx";
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200298 #address-cells = <1>;
299 #size-cells = <0>;
300 ti,hwmods = "i2c1";
301 };
302
303 i2c2: i2c@48072000 {
304 compatible = "ti,omap3-i2c";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700305 reg = <0x48072000 0x80>;
306 interrupts = <57>;
307 dmas = <&sdma 29 &sdma 30>;
308 dma-names = "tx", "rx";
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200309 #address-cells = <1>;
310 #size-cells = <0>;
311 ti,hwmods = "i2c2";
312 };
313
314 i2c3: i2c@48060000 {
315 compatible = "ti,omap3-i2c";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700316 reg = <0x48060000 0x80>;
317 interrupts = <61>;
318 dmas = <&sdma 25 &sdma 26>;
319 dma-names = "tx", "rx";
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200320 #address-cells = <1>;
321 #size-cells = <0>;
322 ti,hwmods = "i2c3";
323 };
Benoit Coussonfc72d242012-01-20 14:15:58 +0100324
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800325 mailbox: mailbox@48094000 {
326 compatible = "ti,omap3-mailbox";
327 ti,hwmods = "mailbox";
328 reg = <0x48094000 0x200>;
329 interrupts = <26>;
330 };
331
Benoit Coussonfc72d242012-01-20 14:15:58 +0100332 mcspi1: spi@48098000 {
333 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700334 reg = <0x48098000 0x100>;
335 interrupts = <65>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100336 #address-cells = <1>;
337 #size-cells = <0>;
338 ti,hwmods = "mcspi1";
339 ti,spi-num-cs = <4>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500340 dmas = <&sdma 35>,
341 <&sdma 36>,
342 <&sdma 37>,
343 <&sdma 38>,
344 <&sdma 39>,
345 <&sdma 40>,
346 <&sdma 41>,
347 <&sdma 42>;
348 dma-names = "tx0", "rx0", "tx1", "rx1",
349 "tx2", "rx2", "tx3", "rx3";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100350 };
351
352 mcspi2: spi@4809a000 {
353 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700354 reg = <0x4809a000 0x100>;
355 interrupts = <66>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100356 #address-cells = <1>;
357 #size-cells = <0>;
358 ti,hwmods = "mcspi2";
359 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500360 dmas = <&sdma 43>,
361 <&sdma 44>,
362 <&sdma 45>,
363 <&sdma 46>;
364 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100365 };
366
367 mcspi3: spi@480b8000 {
368 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700369 reg = <0x480b8000 0x100>;
370 interrupts = <91>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100371 #address-cells = <1>;
372 #size-cells = <0>;
373 ti,hwmods = "mcspi3";
374 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500375 dmas = <&sdma 15>,
376 <&sdma 16>,
377 <&sdma 23>,
378 <&sdma 24>;
379 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100380 };
381
382 mcspi4: spi@480ba000 {
383 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700384 reg = <0x480ba000 0x100>;
385 interrupts = <48>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100386 #address-cells = <1>;
387 #size-cells = <0>;
388 ti,hwmods = "mcspi4";
389 ti,spi-num-cs = <1>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500390 dmas = <&sdma 70>, <&sdma 71>;
391 dma-names = "tx0", "rx0";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100392 };
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530393
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700394 hdqw1w: 1w@480b2000 {
395 compatible = "ti,omap3-1w";
396 reg = <0x480b2000 0x1000>;
397 interrupts = <58>;
398 ti,hwmods = "hdq1w";
399 };
400
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530401 mmc1: mmc@4809c000 {
402 compatible = "ti,omap3-hsmmc";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700403 reg = <0x4809c000 0x200>;
404 interrupts = <83>;
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530405 ti,hwmods = "mmc1";
406 ti,dual-volt;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500407 dmas = <&sdma 61>, <&sdma 62>;
408 dma-names = "tx", "rx";
Balaji T Kcd042fe2014-02-19 20:26:40 +0530409 pbias-supply = <&pbias_mmc_reg>;
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530410 };
411
412 mmc2: mmc@480b4000 {
413 compatible = "ti,omap3-hsmmc";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700414 reg = <0x480b4000 0x200>;
415 interrupts = <86>;
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530416 ti,hwmods = "mmc2";
Jon Hunter2c2dc542012-04-26 13:47:59 -0500417 dmas = <&sdma 47>, <&sdma 48>;
418 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530419 };
420
421 mmc3: mmc@480ad000 {
422 compatible = "ti,omap3-hsmmc";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700423 reg = <0x480ad000 0x200>;
424 interrupts = <94>;
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530425 ti,hwmods = "mmc3";
Jon Hunter2c2dc542012-04-26 13:47:59 -0500426 dmas = <&sdma 77>, <&sdma 78>;
427 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530428 };
Xiao Jiang94c30732012-06-01 12:44:14 +0800429
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800430 mmu_isp: mmu@480bd400 {
431 compatible = "ti,omap3-mmu-isp";
432 ti,hwmods = "mmu_isp";
433 reg = <0x480bd400 0x80>;
434 interrupts = <8>;
435 };
436
Xiao Jiang94c30732012-06-01 12:44:14 +0800437 wdt2: wdt@48314000 {
438 compatible = "ti,omap3-wdt";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700439 reg = <0x48314000 0x80>;
Xiao Jiang94c30732012-06-01 12:44:14 +0800440 ti,hwmods = "wd_timer2";
441 };
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300442
443 mcbsp1: mcbsp@48074000 {
444 compatible = "ti,omap3-mcbsp";
445 reg = <0x48074000 0xff>;
446 reg-names = "mpu";
447 interrupts = <16>, /* OCP compliant interrupt */
448 <59>, /* TX interrupt */
449 <60>; /* RX interrupt */
450 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300451 ti,buffer-size = <128>;
452 ti,hwmods = "mcbsp1";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100453 dmas = <&sdma 31>,
454 <&sdma 32>;
455 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300456 };
457
458 mcbsp2: mcbsp@49022000 {
459 compatible = "ti,omap3-mcbsp";
460 reg = <0x49022000 0xff>,
461 <0x49028000 0xff>;
462 reg-names = "mpu", "sidetone";
463 interrupts = <17>, /* OCP compliant interrupt */
464 <62>, /* TX interrupt */
465 <63>, /* RX interrupt */
466 <4>; /* Sidetone */
467 interrupt-names = "common", "tx", "rx", "sidetone";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300468 ti,buffer-size = <1280>;
Peter Ujfalusieef6fca2012-10-18 11:25:07 +0200469 ti,hwmods = "mcbsp2", "mcbsp2_sidetone";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100470 dmas = <&sdma 33>,
471 <&sdma 34>;
472 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300473 };
474
475 mcbsp3: mcbsp@49024000 {
476 compatible = "ti,omap3-mcbsp";
477 reg = <0x49024000 0xff>,
478 <0x4902a000 0xff>;
479 reg-names = "mpu", "sidetone";
480 interrupts = <22>, /* OCP compliant interrupt */
481 <89>, /* TX interrupt */
482 <90>, /* RX interrupt */
483 <5>; /* Sidetone */
484 interrupt-names = "common", "tx", "rx", "sidetone";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300485 ti,buffer-size = <128>;
Peter Ujfalusieef6fca2012-10-18 11:25:07 +0200486 ti,hwmods = "mcbsp3", "mcbsp3_sidetone";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100487 dmas = <&sdma 17>,
488 <&sdma 18>;
489 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300490 };
491
492 mcbsp4: mcbsp@49026000 {
493 compatible = "ti,omap3-mcbsp";
494 reg = <0x49026000 0xff>;
495 reg-names = "mpu";
496 interrupts = <23>, /* OCP compliant interrupt */
497 <54>, /* TX interrupt */
498 <55>; /* RX interrupt */
499 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300500 ti,buffer-size = <128>;
501 ti,hwmods = "mcbsp4";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100502 dmas = <&sdma 19>,
503 <&sdma 20>;
504 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300505 };
506
507 mcbsp5: mcbsp@48096000 {
508 compatible = "ti,omap3-mcbsp";
509 reg = <0x48096000 0xff>;
510 reg-names = "mpu";
511 interrupts = <27>, /* OCP compliant interrupt */
512 <81>, /* TX interrupt */
513 <82>; /* RX interrupt */
514 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300515 ti,buffer-size = <128>;
516 ti,hwmods = "mcbsp5";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100517 dmas = <&sdma 21>,
518 <&sdma 22>;
519 dma-names = "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300520 };
Jon Hunterfab8ad02012-10-19 09:59:00 -0500521
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800522 sham: sham@480c3000 {
523 compatible = "ti,omap3-sham";
524 ti,hwmods = "sham";
525 reg = <0x480c3000 0x64>;
526 interrupts = <49>;
527 };
528
529 smartreflex_core: smartreflex@480cb000 {
530 compatible = "ti,omap3-smartreflex-core";
531 ti,hwmods = "smartreflex_core";
532 reg = <0x480cb000 0x400>;
533 interrupts = <19>;
534 };
535
536 smartreflex_mpu_iva: smartreflex@480c9000 {
537 compatible = "ti,omap3-smartreflex-iva";
538 ti,hwmods = "smartreflex_mpu_iva";
539 reg = <0x480c9000 0x400>;
540 interrupts = <18>;
541 };
542
Jon Hunterfab8ad02012-10-19 09:59:00 -0500543 timer1: timer@48318000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500544 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500545 reg = <0x48318000 0x400>;
546 interrupts = <37>;
547 ti,hwmods = "timer1";
548 ti,timer-alwon;
549 };
550
551 timer2: timer@49032000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500552 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500553 reg = <0x49032000 0x400>;
554 interrupts = <38>;
555 ti,hwmods = "timer2";
556 };
557
558 timer3: timer@49034000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500559 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500560 reg = <0x49034000 0x400>;
561 interrupts = <39>;
562 ti,hwmods = "timer3";
563 };
564
565 timer4: timer@49036000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500566 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500567 reg = <0x49036000 0x400>;
568 interrupts = <40>;
569 ti,hwmods = "timer4";
570 };
571
572 timer5: timer@49038000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500573 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500574 reg = <0x49038000 0x400>;
575 interrupts = <41>;
576 ti,hwmods = "timer5";
577 ti,timer-dsp;
578 };
579
580 timer6: timer@4903a000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500581 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500582 reg = <0x4903a000 0x400>;
583 interrupts = <42>;
584 ti,hwmods = "timer6";
585 ti,timer-dsp;
586 };
587
588 timer7: timer@4903c000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500589 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500590 reg = <0x4903c000 0x400>;
591 interrupts = <43>;
592 ti,hwmods = "timer7";
593 ti,timer-dsp;
594 };
595
596 timer8: timer@4903e000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500597 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500598 reg = <0x4903e000 0x400>;
599 interrupts = <44>;
600 ti,hwmods = "timer8";
601 ti,timer-pwm;
602 ti,timer-dsp;
603 };
604
605 timer9: timer@49040000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500606 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500607 reg = <0x49040000 0x400>;
608 interrupts = <45>;
609 ti,hwmods = "timer9";
610 ti,timer-pwm;
611 };
612
613 timer10: timer@48086000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500614 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500615 reg = <0x48086000 0x400>;
616 interrupts = <46>;
617 ti,hwmods = "timer10";
618 ti,timer-pwm;
619 };
620
621 timer11: timer@48088000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500622 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500623 reg = <0x48088000 0x400>;
624 interrupts = <47>;
625 ti,hwmods = "timer11";
626 ti,timer-pwm;
627 };
628
629 timer12: timer@48304000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500630 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500631 reg = <0x48304000 0x400>;
632 interrupts = <95>;
633 ti,hwmods = "timer12";
634 ti,timer-alwon;
635 ti,timer-secure;
636 };
Roger Quadrosaf3eb362013-03-20 17:44:59 +0200637
638 usbhstll: usbhstll@48062000 {
639 compatible = "ti,usbhs-tll";
640 reg = <0x48062000 0x1000>;
641 interrupts = <78>;
642 ti,hwmods = "usb_tll_hs";
643 };
644
645 usbhshost: usbhshost@48064000 {
646 compatible = "ti,usbhs-host";
647 reg = <0x48064000 0x400>;
648 ti,hwmods = "usb_host_hs";
649 #address-cells = <1>;
650 #size-cells = <1>;
651 ranges;
652
653 usbhsohci: ohci@48064400 {
654 compatible = "ti,ohci-omap3", "usb-ohci";
655 reg = <0x48064400 0x400>;
656 interrupt-parent = <&intc>;
657 interrupts = <76>;
658 };
659
660 usbhsehci: ehci@48064800 {
661 compatible = "ti,ehci-omap", "usb-ehci";
662 reg = <0x48064800 0x400>;
663 interrupt-parent = <&intc>;
664 interrupts = <77>;
665 };
666 };
667
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100668 gpmc: gpmc@6e000000 {
669 compatible = "ti,omap3430-gpmc";
670 ti,hwmods = "gpmc";
Javier Martinez Canillas41644e72013-02-27 02:30:51 +0100671 reg = <0x6e000000 0x02d0>;
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100672 interrupts = <20>;
673 gpmc,num-cs = <8>;
674 gpmc,num-waitpins = <4>;
675 #address-cells = <2>;
676 #size-cells = <1>;
677 };
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530678
679 usb_otg_hs: usb_otg_hs@480ab000 {
680 compatible = "ti,omap3-musb";
681 reg = <0x480ab000 0x1000>;
Tony Lindgren304e71e2013-05-14 20:28:15 -0700682 interrupts = <92>, <93>;
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530683 interrupt-names = "mc", "dma";
684 ti,hwmods = "usb_otg_hs";
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530685 multipoint = <1>;
686 num-eps = <16>;
687 ram-bits = <12>;
688 };
Benoit Cousson189892f2011-08-16 21:02:01 +0530689 };
690};
Tero Kristo657fc112013-07-22 12:29:29 +0300691
692/include/ "omap3xxx-clocks.dtsi"