blob: 6137aff7dd3beed5ee09c51b9d63a37b48ac0d8b [file] [log] [blame]
Benoit Coussond9fda072011-08-09 17:15:17 +02001/*
2 * Copyright (C) 2011 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 */
8
Florian Vaussard6d624ea2013-05-31 14:32:56 +02009#include <dt-bindings/gpio/gpio.h>
Florian Vaussard8fea7d52013-05-31 14:32:57 +020010#include <dt-bindings/interrupt-controller/arm-gic.h>
Florian Vaussard6d624ea2013-05-31 14:32:56 +020011
Florian Vaussard98ef79572013-05-31 14:32:55 +020012#include "skeleton.dtsi"
Benoit Coussond9fda072011-08-09 17:15:17 +020013
14/ {
15 compatible = "ti,omap4430", "ti,omap4";
16 interrupt-parent = <&gic>;
17
18 aliases {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +053019 serial0 = &uart1;
20 serial1 = &uart2;
21 serial2 = &uart3;
22 serial3 = &uart4;
Benoit Coussond9fda072011-08-09 17:15:17 +020023 };
24
Benoit Cousson476b6792011-08-16 11:49:08 +020025 cpus {
26 cpu@0 {
27 compatible = "arm,cortex-a9";
Santosh Shilimkar926fd452012-07-04 17:57:34 +053028 next-level-cache = <&L2>;
Benoit Cousson476b6792011-08-16 11:49:08 +020029 };
30 cpu@1 {
31 compatible = "arm,cortex-a9";
Santosh Shilimkar926fd452012-07-04 17:57:34 +053032 next-level-cache = <&L2>;
Benoit Cousson476b6792011-08-16 11:49:08 +020033 };
34 };
35
Benoit Cousson56351212012-09-03 17:56:32 +020036 gic: interrupt-controller@48241000 {
37 compatible = "arm,cortex-a9-gic";
38 interrupt-controller;
39 #interrupt-cells = <3>;
40 reg = <0x48241000 0x1000>,
41 <0x48240100 0x0100>;
42 };
43
Santosh Shilimkar926fd452012-07-04 17:57:34 +053044 L2: l2-cache-controller@48242000 {
45 compatible = "arm,pl310-cache";
46 reg = <0x48242000 0x1000>;
47 cache-unified;
48 cache-level = <2>;
49 };
50
Santosh Shilimkareed0de22012-07-04 18:32:32 +053051 local-timer@0x48240600 {
52 compatible = "arm,cortex-a9-twd-timer";
53 reg = <0x48240600 0x20>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +020054 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_HIGH)>;
Santosh Shilimkareed0de22012-07-04 18:32:32 +053055 };
56
Benoit Coussond9fda072011-08-09 17:15:17 +020057 /*
58 * The soc node represents the soc top level view. It is uses for IPs
59 * that are not memory mapped in the MPU view or for the MPU itself.
60 */
61 soc {
62 compatible = "ti,omap-infra";
Benoit Cousson476b6792011-08-16 11:49:08 +020063 mpu {
64 compatible = "ti,omap4-mpu";
65 ti,hwmods = "mpu";
66 };
67
68 dsp {
69 compatible = "ti,omap3-c64";
70 ti,hwmods = "dsp";
71 };
72
73 iva {
74 compatible = "ti,ivahd";
75 ti,hwmods = "iva";
76 };
Benoit Coussond9fda072011-08-09 17:15:17 +020077 };
78
79 /*
80 * XXX: Use a flat representation of the OMAP4 interconnect.
81 * The real OMAP interconnect network is quite complex.
Benoit Coussond9fda072011-08-09 17:15:17 +020082 * Since that will not bring real advantage to represent that in DT for
83 * the moment, just use a fake OCP bus entry to represent the whole bus
84 * hierarchy.
85 */
86 ocp {
Benoit Coussonad8dfac2011-08-12 13:48:47 +020087 compatible = "ti,omap4-l3-noc", "simple-bus";
Benoit Coussond9fda072011-08-09 17:15:17 +020088 #address-cells = <1>;
89 #size-cells = <1>;
90 ranges;
Benoit Coussonad8dfac2011-08-12 13:48:47 +020091 ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
Santosh Shilimkar20a60ea2013-02-26 17:36:14 +053092 reg = <0x44000000 0x1000>,
93 <0x44800000 0x2000>,
94 <0x45000000 0x1000>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +020095 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
96 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussond9fda072011-08-09 17:15:17 +020097
Jon Hunter510c0ff2012-10-25 14:24:14 -050098 counter32k: counter@4a304000 {
99 compatible = "ti,omap-counter32k";
100 reg = <0x4a304000 0x20>;
101 ti,hwmods = "counter_32k";
102 };
103
Tony Lindgren679e3312012-09-10 10:34:51 -0700104 omap4_pmx_core: pinmux@4a100040 {
105 compatible = "ti,omap4-padconf", "pinctrl-single";
106 reg = <0x4a100040 0x0196>;
107 #address-cells = <1>;
108 #size-cells = <0>;
109 pinctrl-single,register-width = <16>;
110 pinctrl-single,function-mask = <0x7fff>;
111 };
112 omap4_pmx_wkup: pinmux@4a31e040 {
113 compatible = "ti,omap4-padconf", "pinctrl-single";
114 reg = <0x4a31e040 0x0038>;
115 #address-cells = <1>;
116 #size-cells = <0>;
117 pinctrl-single,register-width = <16>;
118 pinctrl-single,function-mask = <0x7fff>;
119 };
120
Jon Hunter2c2dc542012-04-26 13:47:59 -0500121 sdma: dma-controller@4a056000 {
122 compatible = "ti,omap4430-sdma";
123 reg = <0x4a056000 0x1000>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200124 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
125 <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
126 <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>,
127 <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500128 #dma-cells = <1>;
129 #dma-channels = <32>;
130 #dma-requests = <127>;
131 };
132
Benoit Coussone3e5a922011-08-16 11:51:54 +0200133 gpio1: gpio@4a310000 {
134 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200135 reg = <0x4a310000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200136 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200137 ti,hwmods = "gpio1";
Jon Huntere4b9b9f2013-04-04 15:16:16 -0500138 ti,gpio-always-on;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200139 gpio-controller;
140 #gpio-cells = <2>;
141 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600142 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200143 };
144
145 gpio2: gpio@48055000 {
146 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200147 reg = <0x48055000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200148 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200149 ti,hwmods = "gpio2";
150 gpio-controller;
151 #gpio-cells = <2>;
152 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600153 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200154 };
155
156 gpio3: gpio@48057000 {
157 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200158 reg = <0x48057000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200159 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200160 ti,hwmods = "gpio3";
161 gpio-controller;
162 #gpio-cells = <2>;
163 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600164 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200165 };
166
167 gpio4: gpio@48059000 {
168 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200169 reg = <0x48059000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200170 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200171 ti,hwmods = "gpio4";
172 gpio-controller;
173 #gpio-cells = <2>;
174 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600175 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200176 };
177
178 gpio5: gpio@4805b000 {
179 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200180 reg = <0x4805b000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200181 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200182 ti,hwmods = "gpio5";
183 gpio-controller;
184 #gpio-cells = <2>;
185 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600186 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200187 };
188
189 gpio6: gpio@4805d000 {
190 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200191 reg = <0x4805d000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200192 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200193 ti,hwmods = "gpio6";
194 gpio-controller;
195 #gpio-cells = <2>;
196 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600197 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200198 };
199
Jon Hunter1c7dbb52013-02-22 15:33:31 -0600200 gpmc: gpmc@50000000 {
201 compatible = "ti,omap4430-gpmc";
202 reg = <0x50000000 0x1000>;
203 #address-cells = <2>;
204 #size-cells = <1>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200205 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunter1c7dbb52013-02-22 15:33:31 -0600206 gpmc,num-cs = <8>;
207 gpmc,num-waitpins = <4>;
208 ti,hwmods = "gpmc";
209 };
210
Benoit Cousson19bfb762012-02-16 11:55:27 +0100211 uart1: serial@4806a000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530212 compatible = "ti,omap4-uart";
Benoit Cousson48420db2012-09-05 11:38:23 +0200213 reg = <0x4806a000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200214 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530215 ti,hwmods = "uart1";
216 clock-frequency = <48000000>;
217 };
218
Benoit Cousson19bfb762012-02-16 11:55:27 +0100219 uart2: serial@4806c000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530220 compatible = "ti,omap4-uart";
Benoit Cousson48420db2012-09-05 11:38:23 +0200221 reg = <0x4806c000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200222 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
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@48020000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530228 compatible = "ti,omap4-uart";
Benoit Cousson48420db2012-09-05 11:38:23 +0200229 reg = <0x48020000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200230 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530231 ti,hwmods = "uart3";
232 clock-frequency = <48000000>;
233 };
234
Benoit Cousson19bfb762012-02-16 11:55:27 +0100235 uart4: serial@4806e000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530236 compatible = "ti,omap4-uart";
Benoit Cousson48420db2012-09-05 11:38:23 +0200237 reg = <0x4806e000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200238 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530239 ti,hwmods = "uart4";
240 clock-frequency = <48000000>;
241 };
Benoit Cousson58e778f2011-08-17 19:00:03 +0530242
243 i2c1: i2c@48070000 {
244 compatible = "ti,omap4-i2c";
Benoit Cousson48420db2012-09-05 11:38:23 +0200245 reg = <0x48070000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200246 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson58e778f2011-08-17 19:00:03 +0530247 #address-cells = <1>;
248 #size-cells = <0>;
249 ti,hwmods = "i2c1";
250 };
251
252 i2c2: i2c@48072000 {
253 compatible = "ti,omap4-i2c";
Benoit Cousson48420db2012-09-05 11:38:23 +0200254 reg = <0x48072000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200255 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson58e778f2011-08-17 19:00:03 +0530256 #address-cells = <1>;
257 #size-cells = <0>;
258 ti,hwmods = "i2c2";
259 };
260
261 i2c3: i2c@48060000 {
262 compatible = "ti,omap4-i2c";
Benoit Cousson48420db2012-09-05 11:38:23 +0200263 reg = <0x48060000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200264 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson58e778f2011-08-17 19:00:03 +0530265 #address-cells = <1>;
266 #size-cells = <0>;
267 ti,hwmods = "i2c3";
268 };
269
270 i2c4: i2c@48350000 {
271 compatible = "ti,omap4-i2c";
Benoit Cousson48420db2012-09-05 11:38:23 +0200272 reg = <0x48350000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200273 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson58e778f2011-08-17 19:00:03 +0530274 #address-cells = <1>;
275 #size-cells = <0>;
276 ti,hwmods = "i2c4";
277 };
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100278
279 mcspi1: spi@48098000 {
280 compatible = "ti,omap4-mcspi";
Benoit Cousson48420db2012-09-05 11:38:23 +0200281 reg = <0x48098000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200282 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100283 #address-cells = <1>;
284 #size-cells = <0>;
285 ti,hwmods = "mcspi1";
286 ti,spi-num-cs = <4>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500287 dmas = <&sdma 35>,
288 <&sdma 36>,
289 <&sdma 37>,
290 <&sdma 38>,
291 <&sdma 39>,
292 <&sdma 40>,
293 <&sdma 41>,
294 <&sdma 42>;
295 dma-names = "tx0", "rx0", "tx1", "rx1",
296 "tx2", "rx2", "tx3", "rx3";
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100297 };
298
299 mcspi2: spi@4809a000 {
300 compatible = "ti,omap4-mcspi";
Benoit Cousson48420db2012-09-05 11:38:23 +0200301 reg = <0x4809a000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200302 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100303 #address-cells = <1>;
304 #size-cells = <0>;
305 ti,hwmods = "mcspi2";
306 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500307 dmas = <&sdma 43>,
308 <&sdma 44>,
309 <&sdma 45>,
310 <&sdma 46>;
311 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100312 };
313
314 mcspi3: spi@480b8000 {
315 compatible = "ti,omap4-mcspi";
Benoit Cousson48420db2012-09-05 11:38:23 +0200316 reg = <0x480b8000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200317 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100318 #address-cells = <1>;
319 #size-cells = <0>;
320 ti,hwmods = "mcspi3";
321 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500322 dmas = <&sdma 15>, <&sdma 16>;
323 dma-names = "tx0", "rx0";
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100324 };
325
326 mcspi4: spi@480ba000 {
327 compatible = "ti,omap4-mcspi";
Benoit Cousson48420db2012-09-05 11:38:23 +0200328 reg = <0x480ba000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200329 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100330 #address-cells = <1>;
331 #size-cells = <0>;
332 ti,hwmods = "mcspi4";
333 ti,spi-num-cs = <1>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500334 dmas = <&sdma 70>, <&sdma 71>;
335 dma-names = "tx0", "rx0";
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100336 };
Rajendra Nayak74981762011-10-04 17:10:27 +0530337
338 mmc1: mmc@4809c000 {
339 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200340 reg = <0x4809c000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200341 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530342 ti,hwmods = "mmc1";
343 ti,dual-volt;
344 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500345 dmas = <&sdma 61>, <&sdma 62>;
346 dma-names = "tx", "rx";
Rajendra Nayak74981762011-10-04 17:10:27 +0530347 };
348
349 mmc2: mmc@480b4000 {
350 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200351 reg = <0x480b4000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200352 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530353 ti,hwmods = "mmc2";
354 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500355 dmas = <&sdma 47>, <&sdma 48>;
356 dma-names = "tx", "rx";
Rajendra Nayak74981762011-10-04 17:10:27 +0530357 };
358
359 mmc3: mmc@480ad000 {
360 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200361 reg = <0x480ad000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200362 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530363 ti,hwmods = "mmc3";
364 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500365 dmas = <&sdma 77>, <&sdma 78>;
366 dma-names = "tx", "rx";
Rajendra Nayak74981762011-10-04 17:10:27 +0530367 };
368
369 mmc4: mmc@480d1000 {
370 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200371 reg = <0x480d1000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200372 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530373 ti,hwmods = "mmc4";
374 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500375 dmas = <&sdma 57>, <&sdma 58>;
376 dma-names = "tx", "rx";
Rajendra Nayak74981762011-10-04 17:10:27 +0530377 };
378
379 mmc5: mmc@480d5000 {
380 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200381 reg = <0x480d5000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200382 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530383 ti,hwmods = "mmc5";
384 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500385 dmas = <&sdma 59>, <&sdma 60>;
386 dma-names = "tx", "rx";
Rajendra Nayak74981762011-10-04 17:10:27 +0530387 };
Xiao Jiang94c30732012-06-01 12:44:14 +0800388
389 wdt2: wdt@4a314000 {
390 compatible = "ti,omap4-wdt", "ti,omap3-wdt";
Benoit Cousson48420db2012-09-05 11:38:23 +0200391 reg = <0x4a314000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200392 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
Xiao Jiang94c30732012-06-01 12:44:14 +0800393 ti,hwmods = "wd_timer2";
394 };
Peter Ujfalusi4f4b5c72012-06-08 17:01:59 +0300395
396 mcpdm: mcpdm@40132000 {
397 compatible = "ti,omap4-mcpdm";
398 reg = <0x40132000 0x7f>, /* MPU private access */
399 <0x49032000 0x7f>; /* L3 Interconnect */
Peter Ujfalusi63467cf2012-08-29 16:31:06 +0300400 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200401 interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi4f4b5c72012-06-08 17:01:59 +0300402 ti,hwmods = "mcpdm";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100403 dmas = <&sdma 65>,
404 <&sdma 66>;
405 dma-names = "up_link", "dn_link";
Peter Ujfalusi4f4b5c72012-06-08 17:01:59 +0300406 };
Peter Ujfalusia4c38312012-06-08 17:02:00 +0300407
408 dmic: dmic@4012e000 {
409 compatible = "ti,omap4-dmic";
410 reg = <0x4012e000 0x7f>, /* MPU private access */
411 <0x4902e000 0x7f>; /* L3 Interconnect */
Peter Ujfalusi63467cf2012-08-29 16:31:06 +0300412 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200413 interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusia4c38312012-06-08 17:02:00 +0300414 ti,hwmods = "dmic";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100415 dmas = <&sdma 67>;
416 dma-names = "up_link";
Peter Ujfalusia4c38312012-06-08 17:02:00 +0300417 };
Sourav Poddar61bc3542012-08-14 16:45:37 +0530418
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300419 mcbsp1: mcbsp@40122000 {
420 compatible = "ti,omap4-mcbsp";
421 reg = <0x40122000 0xff>, /* MPU private access */
422 <0x49022000 0xff>; /* L3 Interconnect */
423 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200424 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300425 interrupt-names = "common";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300426 ti,buffer-size = <128>;
427 ti,hwmods = "mcbsp1";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100428 dmas = <&sdma 33>,
429 <&sdma 34>;
430 dma-names = "tx", "rx";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300431 };
432
433 mcbsp2: mcbsp@40124000 {
434 compatible = "ti,omap4-mcbsp";
435 reg = <0x40124000 0xff>, /* MPU private access */
436 <0x49024000 0xff>; /* L3 Interconnect */
437 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200438 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300439 interrupt-names = "common";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300440 ti,buffer-size = <128>;
441 ti,hwmods = "mcbsp2";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100442 dmas = <&sdma 17>,
443 <&sdma 18>;
444 dma-names = "tx", "rx";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300445 };
446
447 mcbsp3: mcbsp@40126000 {
448 compatible = "ti,omap4-mcbsp";
449 reg = <0x40126000 0xff>, /* MPU private access */
450 <0x49026000 0xff>; /* L3 Interconnect */
451 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200452 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300453 interrupt-names = "common";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300454 ti,buffer-size = <128>;
455 ti,hwmods = "mcbsp3";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100456 dmas = <&sdma 19>,
457 <&sdma 20>;
458 dma-names = "tx", "rx";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300459 };
460
461 mcbsp4: mcbsp@48096000 {
462 compatible = "ti,omap4-mcbsp";
463 reg = <0x48096000 0xff>; /* L4 Interconnect */
464 reg-names = "mpu";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200465 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300466 interrupt-names = "common";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300467 ti,buffer-size = <128>;
468 ti,hwmods = "mcbsp4";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100469 dmas = <&sdma 31>,
470 <&sdma 32>;
471 dma-names = "tx", "rx";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300472 };
473
Sourav Poddar61bc3542012-08-14 16:45:37 +0530474 keypad: keypad@4a31c000 {
475 compatible = "ti,omap4-keypad";
Benoit Cousson48420db2012-09-05 11:38:23 +0200476 reg = <0x4a31c000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200477 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson48420db2012-09-05 11:38:23 +0200478 reg-names = "mpu";
Sourav Poddar61bc3542012-08-14 16:45:37 +0530479 ti,hwmods = "kbd";
480 };
Aneesh V11c27062012-01-20 20:35:26 +0530481
482 emif1: emif@4c000000 {
483 compatible = "ti,emif-4d";
Benoit Cousson48420db2012-09-05 11:38:23 +0200484 reg = <0x4c000000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200485 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
Aneesh V11c27062012-01-20 20:35:26 +0530486 ti,hwmods = "emif1";
487 phy-type = <1>;
488 hw-caps-read-idle-ctrl;
489 hw-caps-ll-interface;
490 hw-caps-temp-alert;
491 };
492
493 emif2: emif@4d000000 {
494 compatible = "ti,emif-4d";
Benoit Cousson48420db2012-09-05 11:38:23 +0200495 reg = <0x4d000000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200496 interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
Aneesh V11c27062012-01-20 20:35:26 +0530497 ti,hwmods = "emif2";
498 phy-type = <1>;
499 hw-caps-read-idle-ctrl;
500 hw-caps-ll-interface;
501 hw-caps-temp-alert;
502 };
Linus Torvalds8f446a72012-10-01 18:46:13 -0700503
Kishon Vijay Abraham I3ce0a992012-09-19 16:02:51 +0530504 ocp2scp@4a0ad000 {
Kishon Vijay Abraham I59bafcf2012-08-22 14:10:03 +0530505 compatible = "ti,omap-ocp2scp";
Kishon Vijay Abraham I3ce0a992012-09-19 16:02:51 +0530506 reg = <0x4a0ad000 0x1f>;
Kishon Vijay Abraham I59bafcf2012-08-22 14:10:03 +0530507 #address-cells = <1>;
508 #size-cells = <1>;
509 ranges;
510 ti,hwmods = "ocp2scp_usb_phy";
Kishon Vijay Abraham Icf0d8692013-03-07 19:05:15 +0530511 usb2_phy: usb2phy@4a0ad080 {
512 compatible = "ti,omap-usb2";
513 reg = <0x4a0ad080 0x58>;
514 ctrl-module = <&omap_control_usb>;
515 };
Kishon Vijay Abraham I59bafcf2012-08-22 14:10:03 +0530516 };
Jon Hunterfab8ad02012-10-19 09:59:00 -0500517
518 timer1: timer@4a318000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500519 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500520 reg = <0x4a318000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200521 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500522 ti,hwmods = "timer1";
523 ti,timer-alwon;
524 };
525
526 timer2: timer@48032000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500527 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500528 reg = <0x48032000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200529 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500530 ti,hwmods = "timer2";
531 };
532
533 timer3: timer@48034000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500534 compatible = "ti,omap4430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500535 reg = <0x48034000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200536 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500537 ti,hwmods = "timer3";
538 };
539
540 timer4: timer@48036000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500541 compatible = "ti,omap4430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500542 reg = <0x48036000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200543 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500544 ti,hwmods = "timer4";
545 };
546
Jon Hunterd03a93b2012-11-01 08:57:08 -0500547 timer5: timer@40138000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500548 compatible = "ti,omap4430-timer";
Jon Hunterd03a93b2012-11-01 08:57:08 -0500549 reg = <0x40138000 0x80>,
550 <0x49038000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200551 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500552 ti,hwmods = "timer5";
553 ti,timer-dsp;
554 };
555
Jon Hunterd03a93b2012-11-01 08:57:08 -0500556 timer6: timer@4013a000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500557 compatible = "ti,omap4430-timer";
Jon Hunterd03a93b2012-11-01 08:57:08 -0500558 reg = <0x4013a000 0x80>,
559 <0x4903a000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200560 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500561 ti,hwmods = "timer6";
562 ti,timer-dsp;
563 };
564
Jon Hunterd03a93b2012-11-01 08:57:08 -0500565 timer7: timer@4013c000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500566 compatible = "ti,omap4430-timer";
Jon Hunterd03a93b2012-11-01 08:57:08 -0500567 reg = <0x4013c000 0x80>,
568 <0x4903c000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200569 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500570 ti,hwmods = "timer7";
571 ti,timer-dsp;
572 };
573
Jon Hunterd03a93b2012-11-01 08:57:08 -0500574 timer8: timer@4013e000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500575 compatible = "ti,omap4430-timer";
Jon Hunterd03a93b2012-11-01 08:57:08 -0500576 reg = <0x4013e000 0x80>,
577 <0x4903e000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200578 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500579 ti,hwmods = "timer8";
580 ti,timer-pwm;
581 ti,timer-dsp;
582 };
583
584 timer9: timer@4803e000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500585 compatible = "ti,omap4430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500586 reg = <0x4803e000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200587 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500588 ti,hwmods = "timer9";
589 ti,timer-pwm;
590 };
591
592 timer10: timer@48086000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500593 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500594 reg = <0x48086000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200595 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500596 ti,hwmods = "timer10";
597 ti,timer-pwm;
598 };
599
600 timer11: timer@48088000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500601 compatible = "ti,omap4430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500602 reg = <0x48088000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200603 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500604 ti,hwmods = "timer11";
605 ti,timer-pwm;
606 };
Roger Quadrosf17c8992013-03-20 17:44:58 +0200607
608 usbhstll: usbhstll@4a062000 {
609 compatible = "ti,usbhs-tll";
610 reg = <0x4a062000 0x1000>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200611 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosf17c8992013-03-20 17:44:58 +0200612 ti,hwmods = "usb_tll_hs";
613 };
614
615 usbhshost: usbhshost@4a064000 {
616 compatible = "ti,usbhs-host";
617 reg = <0x4a064000 0x800>;
618 ti,hwmods = "usb_host_hs";
619 #address-cells = <1>;
620 #size-cells = <1>;
621 ranges;
622
623 usbhsohci: ohci@4a064800 {
624 compatible = "ti,ohci-omap3", "usb-ohci";
625 reg = <0x4a064800 0x400>;
626 interrupt-parent = <&gic>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200627 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosf17c8992013-03-20 17:44:58 +0200628 };
629
630 usbhsehci: ehci@4a064c00 {
631 compatible = "ti,ehci-omap", "usb-ehci";
632 reg = <0x4a064c00 0x400>;
633 interrupt-parent = <&gic>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200634 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosf17c8992013-03-20 17:44:58 +0200635 };
636 };
Kishon Vijay Abraham I840e5fd2013-03-07 19:05:14 +0530637
638 omap_control_usb: omap-control-usb@4a002300 {
639 compatible = "ti,omap-control-usb";
640 reg = <0x4a002300 0x4>,
641 <0x4a00233c 0x4>;
642 reg-names = "control_dev_conf", "otghs_control";
643 ti,type = <1>;
644 };
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530645
646 usb_otg_hs: usb_otg_hs@4a0ab000 {
647 compatible = "ti,omap4-musb";
648 reg = <0x4a0ab000 0x7ff>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200649 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530650 interrupt-names = "mc", "dma";
651 ti,hwmods = "usb_otg_hs";
652 usb-phy = <&usb2_phy>;
653 multipoint = <1>;
654 num-eps = <16>;
655 ram-bits = <12>;
656 ti,has-mailbox;
657 };
Benoit Coussond9fda072011-08-09 17:15:17 +0200658 };
659};