blob: a089e6e004577bc7189c96fee69320aebeadd799 [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>;
Nishanth Menon8d766fa2014-01-29 12:19:17 -060038
39 clocks = <&dpll1_ck>;
40 clock-names = "cpu";
41
42 clock-latency = <300000>; /* From omap-cpufreq driver */
Benoit Cousson476b6792011-08-16 11:49:08 +020043 };
44 };
45
Jon Hunter9b07b472012-10-18 09:28:52 -050046 pmu {
47 compatible = "arm,cortex-a8-pmu";
Tony Lindgrend7c8f252013-10-17 15:15:22 -070048 reg = <0x54000000 0x800000>;
Jon Hunter9b07b472012-10-18 09:28:52 -050049 interrupts = <3>;
50 ti,hwmods = "debugss";
51 };
52
Benoit Cousson189892f2011-08-16 21:02:01 +053053 /*
Christoph Fritz161e89a2013-03-29 17:32:05 +010054 * The soc node represents the soc top level view. It is used for IPs
Benoit Cousson189892f2011-08-16 21:02:01 +053055 * that are not memory mapped in the MPU view or for the MPU itself.
56 */
57 soc {
58 compatible = "ti,omap-infra";
Benoit Cousson476b6792011-08-16 11:49:08 +020059 mpu {
60 compatible = "ti,omap3-mpu";
61 ti,hwmods = "mpu";
62 };
63
64 iva {
65 compatible = "ti,iva2.2";
66 ti,hwmods = "iva";
67
68 dsp {
69 compatible = "ti,omap3-c64";
70 };
71 };
Benoit Cousson189892f2011-08-16 21:02:01 +053072 };
73
74 /*
75 * XXX: Use a flat representation of the OMAP3 interconnect.
76 * The real OMAP interconnect network is quite complex.
77 * Since that will not bring real advantage to represent that in DT for
78 * the moment, just use a fake OCP bus entry to represent the whole bus
79 * hierarchy.
80 */
81 ocp {
82 compatible = "simple-bus";
Tony Lindgrend7c8f252013-10-17 15:15:22 -070083 reg = <0x68000000 0x10000>;
84 interrupts = <9 10>;
Benoit Cousson189892f2011-08-16 21:02:01 +053085 #address-cells = <1>;
86 #size-cells = <1>;
87 ranges;
88 ti,hwmods = "l3_main";
89
Tony Lindgren7ce93f32013-11-25 14:23:45 -080090 aes: aes@480c5000 {
91 compatible = "ti,omap3-aes";
92 ti,hwmods = "aes";
93 reg = <0x480c5000 0x50>;
94 interrupts = <0>;
95 };
96
Tero Kristo657fc112013-07-22 12:29:29 +030097 prm: prm@48306000 {
98 compatible = "ti,omap3-prm";
99 reg = <0x48306000 0x4000>;
100
101 prm_clocks: clocks {
102 #address-cells = <1>;
103 #size-cells = <0>;
104 };
105
106 prm_clockdomains: clockdomains {
107 };
108 };
109
110 cm: cm@48004000 {
111 compatible = "ti,omap3-cm";
112 reg = <0x48004000 0x4000>;
113
114 cm_clocks: clocks {
115 #address-cells = <1>;
116 #size-cells = <0>;
117 };
118
119 cm_clockdomains: clockdomains {
120 };
121 };
122
123 scrm: scrm@48002000 {
124 compatible = "ti,omap3-scrm";
125 reg = <0x48002000 0x2000>;
126
127 scrm_clocks: clocks {
128 #address-cells = <1>;
129 #size-cells = <0>;
130 };
131
132 scrm_clockdomains: clockdomains {
133 };
134 };
135
Jon Hunter510c0ff2012-10-25 14:24:14 -0500136 counter32k: counter@48320000 {
137 compatible = "ti,omap-counter32k";
138 reg = <0x48320000 0x20>;
139 ti,hwmods = "counter_32k";
140 };
141
Benoit Coussond65c5422011-11-30 19:26:42 +0100142 intc: interrupt-controller@48200000 {
143 compatible = "ti,omap2-intc";
Benoit Cousson189892f2011-08-16 21:02:01 +0530144 interrupt-controller;
145 #interrupt-cells = <1>;
Benoit Coussond65c5422011-11-30 19:26:42 +0100146 ti,intc-size = <96>;
147 reg = <0x48200000 0x1000>;
Benoit Cousson189892f2011-08-16 21:02:01 +0530148 };
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530149
Jon Hunter2c2dc542012-04-26 13:47:59 -0500150 sdma: dma-controller@48056000 {
151 compatible = "ti,omap3630-sdma", "ti,omap3430-sdma";
152 reg = <0x48056000 0x1000>;
153 interrupts = <12>,
154 <13>,
155 <14>,
156 <15>;
157 #dma-cells = <1>;
158 #dma-channels = <32>;
159 #dma-requests = <96>;
160 };
161
Tony Lindgren679e3312012-09-10 10:34:51 -0700162 omap3_pmx_core: pinmux@48002030 {
163 compatible = "ti,omap3-padconf", "pinctrl-single";
Laurent Pinchart3d4953832014-01-07 14:01:39 -0800164 reg = <0x48002030 0x0238>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700165 #address-cells = <1>;
166 #size-cells = <0>;
Tony Lindgren30a69ef2013-10-10 15:45:13 -0700167 #interrupt-cells = <1>;
168 interrupt-controller;
Tony Lindgren679e3312012-09-10 10:34:51 -0700169 pinctrl-single,register-width = <16>;
Tony Lindgrend623a0e2013-10-07 10:22:01 -0700170 pinctrl-single,function-mask = <0xff1f>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700171 };
172
Lee Jonesb7317772013-07-22 11:52:34 +0100173 omap3_pmx_wkup: pinmux@48002a00 {
Tony Lindgren679e3312012-09-10 10:34:51 -0700174 compatible = "ti,omap3-padconf", "pinctrl-single";
Christoph Fritz161e89a2013-03-29 17:32:05 +0100175 reg = <0x48002a00 0x5c>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700176 #address-cells = <1>;
177 #size-cells = <0>;
Tony Lindgren30a69ef2013-10-10 15:45:13 -0700178 #interrupt-cells = <1>;
179 interrupt-controller;
Tony Lindgren679e3312012-09-10 10:34:51 -0700180 pinctrl-single,register-width = <16>;
Tony Lindgrend623a0e2013-10-07 10:22:01 -0700181 pinctrl-single,function-mask = <0xff1f>;
Tony Lindgren679e3312012-09-10 10:34:51 -0700182 };
183
Benoit Cousson385a64b2011-08-16 11:51:54 +0200184 gpio1: gpio@48310000 {
185 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600186 reg = <0x48310000 0x200>;
187 interrupts = <29>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200188 ti,hwmods = "gpio1";
Jon Huntere4b9b9f2013-04-04 15:16:16 -0500189 ti,gpio-always-on;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200190 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 gpio2: gpio@49050000 {
197 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600198 reg = <0x49050000 0x200>;
199 interrupts = <30>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200200 ti,hwmods = "gpio2";
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
207 gpio3: gpio@49052000 {
208 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600209 reg = <0x49052000 0x200>;
210 interrupts = <31>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200211 ti,hwmods = "gpio3";
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 gpio4: gpio@49054000 {
219 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600220 reg = <0x49054000 0x200>;
221 interrupts = <32>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200222 ti,hwmods = "gpio4";
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 gpio5: gpio@49056000 {
230 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600231 reg = <0x49056000 0x200>;
232 interrupts = <33>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200233 ti,hwmods = "gpio5";
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 gpio6: gpio@49058000 {
241 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600242 reg = <0x49058000 0x200>;
243 interrupts = <34>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200244 ti,hwmods = "gpio6";
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
Benoit Cousson19bfb762012-02-16 11:55:27 +0100251 uart1: serial@4806a000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530252 compatible = "ti,omap3-uart";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700253 reg = <0x4806a000 0x2000>;
254 interrupts = <72>;
255 dmas = <&sdma 49 &sdma 50>;
256 dma-names = "tx", "rx";
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530257 ti,hwmods = "uart1";
258 clock-frequency = <48000000>;
259 };
260
Benoit Cousson19bfb762012-02-16 11:55:27 +0100261 uart2: serial@4806c000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530262 compatible = "ti,omap3-uart";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700263 reg = <0x4806c000 0x400>;
264 interrupts = <73>;
265 dmas = <&sdma 51 &sdma 52>;
266 dma-names = "tx", "rx";
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530267 ti,hwmods = "uart2";
268 clock-frequency = <48000000>;
269 };
270
Benoit Cousson19bfb762012-02-16 11:55:27 +0100271 uart3: serial@49020000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530272 compatible = "ti,omap3-uart";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700273 reg = <0x49020000 0x400>;
274 interrupts = <74>;
275 dmas = <&sdma 53 &sdma 54>;
276 dma-names = "tx", "rx";
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530277 ti,hwmods = "uart3";
278 clock-frequency = <48000000>;
279 };
280
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200281 i2c1: i2c@48070000 {
282 compatible = "ti,omap3-i2c";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700283 reg = <0x48070000 0x80>;
284 interrupts = <56>;
285 dmas = <&sdma 27 &sdma 28>;
286 dma-names = "tx", "rx";
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200287 #address-cells = <1>;
288 #size-cells = <0>;
289 ti,hwmods = "i2c1";
290 };
291
292 i2c2: i2c@48072000 {
293 compatible = "ti,omap3-i2c";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700294 reg = <0x48072000 0x80>;
295 interrupts = <57>;
296 dmas = <&sdma 29 &sdma 30>;
297 dma-names = "tx", "rx";
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200298 #address-cells = <1>;
299 #size-cells = <0>;
300 ti,hwmods = "i2c2";
301 };
302
303 i2c3: i2c@48060000 {
304 compatible = "ti,omap3-i2c";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700305 reg = <0x48060000 0x80>;
306 interrupts = <61>;
307 dmas = <&sdma 25 &sdma 26>;
308 dma-names = "tx", "rx";
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200309 #address-cells = <1>;
310 #size-cells = <0>;
311 ti,hwmods = "i2c3";
312 };
Benoit Coussonfc72d242012-01-20 14:15:58 +0100313
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800314 mailbox: mailbox@48094000 {
315 compatible = "ti,omap3-mailbox";
316 ti,hwmods = "mailbox";
317 reg = <0x48094000 0x200>;
318 interrupts = <26>;
319 };
320
Benoit Coussonfc72d242012-01-20 14:15:58 +0100321 mcspi1: spi@48098000 {
322 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700323 reg = <0x48098000 0x100>;
324 interrupts = <65>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100325 #address-cells = <1>;
326 #size-cells = <0>;
327 ti,hwmods = "mcspi1";
328 ti,spi-num-cs = <4>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500329 dmas = <&sdma 35>,
330 <&sdma 36>,
331 <&sdma 37>,
332 <&sdma 38>,
333 <&sdma 39>,
334 <&sdma 40>,
335 <&sdma 41>,
336 <&sdma 42>;
337 dma-names = "tx0", "rx0", "tx1", "rx1",
338 "tx2", "rx2", "tx3", "rx3";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100339 };
340
341 mcspi2: spi@4809a000 {
342 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700343 reg = <0x4809a000 0x100>;
344 interrupts = <66>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100345 #address-cells = <1>;
346 #size-cells = <0>;
347 ti,hwmods = "mcspi2";
348 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500349 dmas = <&sdma 43>,
350 <&sdma 44>,
351 <&sdma 45>,
352 <&sdma 46>;
353 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100354 };
355
356 mcspi3: spi@480b8000 {
357 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700358 reg = <0x480b8000 0x100>;
359 interrupts = <91>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100360 #address-cells = <1>;
361 #size-cells = <0>;
362 ti,hwmods = "mcspi3";
363 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500364 dmas = <&sdma 15>,
365 <&sdma 16>,
366 <&sdma 23>,
367 <&sdma 24>;
368 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100369 };
370
371 mcspi4: spi@480ba000 {
372 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700373 reg = <0x480ba000 0x100>;
374 interrupts = <48>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100375 #address-cells = <1>;
376 #size-cells = <0>;
377 ti,hwmods = "mcspi4";
378 ti,spi-num-cs = <1>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500379 dmas = <&sdma 70>, <&sdma 71>;
380 dma-names = "tx0", "rx0";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100381 };
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530382
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700383 hdqw1w: 1w@480b2000 {
384 compatible = "ti,omap3-1w";
385 reg = <0x480b2000 0x1000>;
386 interrupts = <58>;
387 ti,hwmods = "hdq1w";
388 };
389
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530390 mmc1: mmc@4809c000 {
391 compatible = "ti,omap3-hsmmc";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700392 reg = <0x4809c000 0x200>;
393 interrupts = <83>;
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530394 ti,hwmods = "mmc1";
395 ti,dual-volt;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500396 dmas = <&sdma 61>, <&sdma 62>;
397 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530398 };
399
400 mmc2: mmc@480b4000 {
401 compatible = "ti,omap3-hsmmc";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700402 reg = <0x480b4000 0x200>;
403 interrupts = <86>;
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530404 ti,hwmods = "mmc2";
Jon Hunter2c2dc542012-04-26 13:47:59 -0500405 dmas = <&sdma 47>, <&sdma 48>;
406 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530407 };
408
409 mmc3: mmc@480ad000 {
410 compatible = "ti,omap3-hsmmc";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700411 reg = <0x480ad000 0x200>;
412 interrupts = <94>;
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530413 ti,hwmods = "mmc3";
Jon Hunter2c2dc542012-04-26 13:47:59 -0500414 dmas = <&sdma 77>, <&sdma 78>;
415 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530416 };
Xiao Jiang94c30732012-06-01 12:44:14 +0800417
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800418 mmu_isp: mmu@480bd400 {
Florian Vaussardb7cd9592014-03-05 18:24:16 -0600419 compatible = "ti,omap2-iommu";
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800420 reg = <0x480bd400 0x80>;
Florian Vaussardb7cd9592014-03-05 18:24:16 -0600421 interrupts = <24>;
422 ti,hwmods = "mmu_isp";
423 ti,#tlb-entries = <8>;
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800424 };
425
Florian Vaussard40ac0512014-03-05 18:24:17 -0600426 mmu_iva: mmu@5d000000 {
427 compatible = "ti,omap2-iommu";
428 reg = <0x5d000000 0x80>;
429 interrupts = <28>;
430 ti,hwmods = "mmu_iva";
431 status = "disabled";
432 };
433
Xiao Jiang94c30732012-06-01 12:44:14 +0800434 wdt2: wdt@48314000 {
435 compatible = "ti,omap3-wdt";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700436 reg = <0x48314000 0x80>;
Xiao Jiang94c30732012-06-01 12:44:14 +0800437 ti,hwmods = "wd_timer2";
438 };
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300439
440 mcbsp1: mcbsp@48074000 {
441 compatible = "ti,omap3-mcbsp";
442 reg = <0x48074000 0xff>;
443 reg-names = "mpu";
444 interrupts = <16>, /* OCP compliant interrupt */
445 <59>, /* TX interrupt */
446 <60>; /* RX interrupt */
447 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300448 ti,buffer-size = <128>;
449 ti,hwmods = "mcbsp1";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100450 dmas = <&sdma 31>,
451 <&sdma 32>;
452 dma-names = "tx", "rx";
Peter Ujfalusi726322c2014-01-24 10:19:05 +0200453 status = "disabled";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300454 };
455
456 mcbsp2: mcbsp@49022000 {
457 compatible = "ti,omap3-mcbsp";
458 reg = <0x49022000 0xff>,
459 <0x49028000 0xff>;
460 reg-names = "mpu", "sidetone";
461 interrupts = <17>, /* OCP compliant interrupt */
462 <62>, /* TX interrupt */
463 <63>, /* RX interrupt */
464 <4>; /* Sidetone */
465 interrupt-names = "common", "tx", "rx", "sidetone";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300466 ti,buffer-size = <1280>;
Peter Ujfalusieef6fca2012-10-18 11:25:07 +0200467 ti,hwmods = "mcbsp2", "mcbsp2_sidetone";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100468 dmas = <&sdma 33>,
469 <&sdma 34>;
470 dma-names = "tx", "rx";
Peter Ujfalusi726322c2014-01-24 10:19:05 +0200471 status = "disabled";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300472 };
473
474 mcbsp3: mcbsp@49024000 {
475 compatible = "ti,omap3-mcbsp";
476 reg = <0x49024000 0xff>,
477 <0x4902a000 0xff>;
478 reg-names = "mpu", "sidetone";
479 interrupts = <22>, /* OCP compliant interrupt */
480 <89>, /* TX interrupt */
481 <90>, /* RX interrupt */
482 <5>; /* Sidetone */
483 interrupt-names = "common", "tx", "rx", "sidetone";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300484 ti,buffer-size = <128>;
Peter Ujfalusieef6fca2012-10-18 11:25:07 +0200485 ti,hwmods = "mcbsp3", "mcbsp3_sidetone";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100486 dmas = <&sdma 17>,
487 <&sdma 18>;
488 dma-names = "tx", "rx";
Peter Ujfalusi726322c2014-01-24 10:19:05 +0200489 status = "disabled";
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 Ujfalusi726322c2014-01-24 10:19:05 +0200505 status = "disabled";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300506 };
507
508 mcbsp5: mcbsp@48096000 {
509 compatible = "ti,omap3-mcbsp";
510 reg = <0x48096000 0xff>;
511 reg-names = "mpu";
512 interrupts = <27>, /* OCP compliant interrupt */
513 <81>, /* TX interrupt */
514 <82>; /* RX interrupt */
515 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300516 ti,buffer-size = <128>;
517 ti,hwmods = "mcbsp5";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100518 dmas = <&sdma 21>,
519 <&sdma 22>;
520 dma-names = "tx", "rx";
Peter Ujfalusi726322c2014-01-24 10:19:05 +0200521 status = "disabled";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300522 };
Jon Hunterfab8ad02012-10-19 09:59:00 -0500523
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800524 sham: sham@480c3000 {
525 compatible = "ti,omap3-sham";
526 ti,hwmods = "sham";
527 reg = <0x480c3000 0x64>;
528 interrupts = <49>;
529 };
530
531 smartreflex_core: smartreflex@480cb000 {
532 compatible = "ti,omap3-smartreflex-core";
533 ti,hwmods = "smartreflex_core";
534 reg = <0x480cb000 0x400>;
535 interrupts = <19>;
536 };
537
538 smartreflex_mpu_iva: smartreflex@480c9000 {
539 compatible = "ti,omap3-smartreflex-iva";
540 ti,hwmods = "smartreflex_mpu_iva";
541 reg = <0x480c9000 0x400>;
542 interrupts = <18>;
543 };
544
Jon Hunterfab8ad02012-10-19 09:59:00 -0500545 timer1: timer@48318000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500546 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500547 reg = <0x48318000 0x400>;
548 interrupts = <37>;
549 ti,hwmods = "timer1";
550 ti,timer-alwon;
551 };
552
553 timer2: timer@49032000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500554 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500555 reg = <0x49032000 0x400>;
556 interrupts = <38>;
557 ti,hwmods = "timer2";
558 };
559
560 timer3: timer@49034000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500561 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500562 reg = <0x49034000 0x400>;
563 interrupts = <39>;
564 ti,hwmods = "timer3";
565 };
566
567 timer4: timer@49036000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500568 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500569 reg = <0x49036000 0x400>;
570 interrupts = <40>;
571 ti,hwmods = "timer4";
572 };
573
574 timer5: timer@49038000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500575 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500576 reg = <0x49038000 0x400>;
577 interrupts = <41>;
578 ti,hwmods = "timer5";
579 ti,timer-dsp;
580 };
581
582 timer6: timer@4903a000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500583 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500584 reg = <0x4903a000 0x400>;
585 interrupts = <42>;
586 ti,hwmods = "timer6";
587 ti,timer-dsp;
588 };
589
590 timer7: timer@4903c000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500591 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500592 reg = <0x4903c000 0x400>;
593 interrupts = <43>;
594 ti,hwmods = "timer7";
595 ti,timer-dsp;
596 };
597
598 timer8: timer@4903e000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500599 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500600 reg = <0x4903e000 0x400>;
601 interrupts = <44>;
602 ti,hwmods = "timer8";
603 ti,timer-pwm;
604 ti,timer-dsp;
605 };
606
607 timer9: timer@49040000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500608 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500609 reg = <0x49040000 0x400>;
610 interrupts = <45>;
611 ti,hwmods = "timer9";
612 ti,timer-pwm;
613 };
614
615 timer10: timer@48086000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500616 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500617 reg = <0x48086000 0x400>;
618 interrupts = <46>;
619 ti,hwmods = "timer10";
620 ti,timer-pwm;
621 };
622
623 timer11: timer@48088000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500624 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500625 reg = <0x48088000 0x400>;
626 interrupts = <47>;
627 ti,hwmods = "timer11";
628 ti,timer-pwm;
629 };
630
631 timer12: timer@48304000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500632 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500633 reg = <0x48304000 0x400>;
634 interrupts = <95>;
635 ti,hwmods = "timer12";
636 ti,timer-alwon;
637 ti,timer-secure;
638 };
Roger Quadrosaf3eb362013-03-20 17:44:59 +0200639
640 usbhstll: usbhstll@48062000 {
641 compatible = "ti,usbhs-tll";
642 reg = <0x48062000 0x1000>;
643 interrupts = <78>;
644 ti,hwmods = "usb_tll_hs";
645 };
646
647 usbhshost: usbhshost@48064000 {
648 compatible = "ti,usbhs-host";
649 reg = <0x48064000 0x400>;
650 ti,hwmods = "usb_host_hs";
651 #address-cells = <1>;
652 #size-cells = <1>;
653 ranges;
654
655 usbhsohci: ohci@48064400 {
Roger Quadrosa2525e52014-02-27 16:18:30 +0200656 compatible = "ti,ohci-omap3";
Roger Quadrosaf3eb362013-03-20 17:44:59 +0200657 reg = <0x48064400 0x400>;
658 interrupt-parent = <&intc>;
659 interrupts = <76>;
660 };
661
662 usbhsehci: ehci@48064800 {
Roger Quadrosa2525e52014-02-27 16:18:30 +0200663 compatible = "ti,ehci-omap";
Roger Quadrosaf3eb362013-03-20 17:44:59 +0200664 reg = <0x48064800 0x400>;
665 interrupt-parent = <&intc>;
666 interrupts = <77>;
667 };
668 };
669
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100670 gpmc: gpmc@6e000000 {
671 compatible = "ti,omap3430-gpmc";
672 ti,hwmods = "gpmc";
Javier Martinez Canillas41644e72013-02-27 02:30:51 +0100673 reg = <0x6e000000 0x02d0>;
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100674 interrupts = <20>;
675 gpmc,num-cs = <8>;
676 gpmc,num-waitpins = <4>;
677 #address-cells = <2>;
678 #size-cells = <1>;
679 };
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530680
681 usb_otg_hs: usb_otg_hs@480ab000 {
682 compatible = "ti,omap3-musb";
683 reg = <0x480ab000 0x1000>;
Tony Lindgren304e71e2013-05-14 20:28:15 -0700684 interrupts = <92>, <93>;
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530685 interrupt-names = "mc", "dma";
686 ti,hwmods = "usb_otg_hs";
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530687 multipoint = <1>;
688 num-eps = <16>;
689 ram-bits = <12>;
690 };
Benoit Cousson189892f2011-08-16 21:02:01 +0530691 };
692};
Tero Kristo657fc112013-07-22 12:29:29 +0300693
694/include/ "omap3xxx-clocks.dtsi"