blob: 4e15be59b839055f0c277520410f1f76cc44aaf0 [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 Vaussardbcd3cca2013-05-31 14:32:59 +020011#include <dt-bindings/pinctrl/omap.h>
Benoit Coussond9fda072011-08-09 17:15:17 +020012
Florian Vaussard98ef79572013-05-31 14:32:55 +020013#include "skeleton.dtsi"
Benoit Coussond9fda072011-08-09 17:15:17 +020014
15/ {
16 compatible = "ti,omap4430", "ti,omap4";
17 interrupt-parent = <&gic>;
18
19 aliases {
Nishanth Menon20b80942013-10-16 15:21:03 -050020 i2c0 = &i2c1;
21 i2c1 = &i2c2;
22 i2c2 = &i2c3;
23 i2c3 = &i2c4;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +053024 serial0 = &uart1;
25 serial1 = &uart2;
26 serial2 = &uart3;
27 serial3 = &uart4;
Benoit Coussond9fda072011-08-09 17:15:17 +020028 };
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-a9";
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010036 device_type = "cpu";
Santosh Shilimkar926fd452012-07-04 17:57:34 +053037 next-level-cache = <&L2>;
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010038 reg = <0x0>;
Nishanth Menon8d766fa2014-01-29 12:19:17 -060039
40 clocks = <&dpll_mpu_ck>;
41 clock-names = "cpu";
42
43 clock-latency = <300000>; /* From omap-cpufreq driver */
Benoit Cousson476b6792011-08-16 11:49:08 +020044 };
45 cpu@1 {
46 compatible = "arm,cortex-a9";
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010047 device_type = "cpu";
Santosh Shilimkar926fd452012-07-04 17:57:34 +053048 next-level-cache = <&L2>;
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010049 reg = <0x1>;
Benoit Cousson476b6792011-08-16 11:49:08 +020050 };
51 };
52
Benoit Cousson56351212012-09-03 17:56:32 +020053 gic: interrupt-controller@48241000 {
54 compatible = "arm,cortex-a9-gic";
55 interrupt-controller;
56 #interrupt-cells = <3>;
57 reg = <0x48241000 0x1000>,
58 <0x48240100 0x0100>;
59 };
60
Santosh Shilimkar926fd452012-07-04 17:57:34 +053061 L2: l2-cache-controller@48242000 {
62 compatible = "arm,pl310-cache";
63 reg = <0x48242000 0x1000>;
64 cache-unified;
65 cache-level = <2>;
66 };
67
Lee Jones75d71d42013-07-22 11:52:36 +010068 local-timer@48240600 {
Santosh Shilimkareed0de22012-07-04 18:32:32 +053069 compatible = "arm,cortex-a9-twd-timer";
70 reg = <0x48240600 0x20>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +020071 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_HIGH)>;
Santosh Shilimkareed0de22012-07-04 18:32:32 +053072 };
73
Benoit Coussond9fda072011-08-09 17:15:17 +020074 /*
75 * The soc node represents the soc top level view. It is uses for IPs
76 * that are not memory mapped in the MPU view or for the MPU itself.
77 */
78 soc {
79 compatible = "ti,omap-infra";
Benoit Cousson476b6792011-08-16 11:49:08 +020080 mpu {
81 compatible = "ti,omap4-mpu";
82 ti,hwmods = "mpu";
83 };
84
85 dsp {
86 compatible = "ti,omap3-c64";
87 ti,hwmods = "dsp";
88 };
89
90 iva {
91 compatible = "ti,ivahd";
92 ti,hwmods = "iva";
93 };
Benoit Coussond9fda072011-08-09 17:15:17 +020094 };
95
96 /*
97 * XXX: Use a flat representation of the OMAP4 interconnect.
98 * The real OMAP interconnect network is quite complex.
Benoit Coussond9fda072011-08-09 17:15:17 +020099 * Since that will not bring real advantage to represent that in DT for
100 * the moment, just use a fake OCP bus entry to represent the whole bus
101 * hierarchy.
102 */
103 ocp {
Benoit Coussonad8dfac2011-08-12 13:48:47 +0200104 compatible = "ti,omap4-l3-noc", "simple-bus";
Benoit Coussond9fda072011-08-09 17:15:17 +0200105 #address-cells = <1>;
106 #size-cells = <1>;
107 ranges;
Benoit Coussonad8dfac2011-08-12 13:48:47 +0200108 ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
Santosh Shilimkar20a60ea2013-02-26 17:36:14 +0530109 reg = <0x44000000 0x1000>,
110 <0x44800000 0x2000>,
111 <0x45000000 0x1000>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200112 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
113 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussond9fda072011-08-09 17:15:17 +0200114
Tero Kristo2488ff62013-07-18 12:42:02 +0300115 cm1: cm1@4a004000 {
116 compatible = "ti,omap4-cm1";
117 reg = <0x4a004000 0x2000>;
118
119 cm1_clocks: clocks {
120 #address-cells = <1>;
121 #size-cells = <0>;
122 };
123
124 cm1_clockdomains: clockdomains {
125 };
126 };
127
128 prm: prm@4a306000 {
129 compatible = "ti,omap4-prm";
130 reg = <0x4a306000 0x3000>;
131
132 prm_clocks: clocks {
133 #address-cells = <1>;
134 #size-cells = <0>;
135 };
136
137 prm_clockdomains: clockdomains {
138 };
139 };
140
141 cm2: cm2@4a008000 {
142 compatible = "ti,omap4-cm2";
143 reg = <0x4a008000 0x3000>;
144
145 cm2_clocks: clocks {
146 #address-cells = <1>;
147 #size-cells = <0>;
148 };
149
150 cm2_clockdomains: clockdomains {
151 };
152 };
153
154 scrm: scrm@4a30a000 {
155 compatible = "ti,omap4-scrm";
156 reg = <0x4a30a000 0x2000>;
157
158 scrm_clocks: clocks {
159 #address-cells = <1>;
160 #size-cells = <0>;
161 };
162
163 scrm_clockdomains: clockdomains {
164 };
165 };
166
Jon Hunter510c0ff2012-10-25 14:24:14 -0500167 counter32k: counter@4a304000 {
168 compatible = "ti,omap-counter32k";
169 reg = <0x4a304000 0x20>;
170 ti,hwmods = "counter_32k";
171 };
172
Tony Lindgren679e3312012-09-10 10:34:51 -0700173 omap4_pmx_core: pinmux@4a100040 {
174 compatible = "ti,omap4-padconf", "pinctrl-single";
175 reg = <0x4a100040 0x0196>;
176 #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>;
181 pinctrl-single,function-mask = <0x7fff>;
182 };
183 omap4_pmx_wkup: pinmux@4a31e040 {
184 compatible = "ti,omap4-padconf", "pinctrl-single";
185 reg = <0x4a31e040 0x0038>;
186 #address-cells = <1>;
187 #size-cells = <0>;
Tony Lindgren30a69ef2013-10-10 15:45:13 -0700188 #interrupt-cells = <1>;
189 interrupt-controller;
Tony Lindgren679e3312012-09-10 10:34:51 -0700190 pinctrl-single,register-width = <16>;
191 pinctrl-single,function-mask = <0x7fff>;
192 };
193
Jon Hunter2c2dc542012-04-26 13:47:59 -0500194 sdma: dma-controller@4a056000 {
195 compatible = "ti,omap4430-sdma";
196 reg = <0x4a056000 0x1000>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200197 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
198 <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
199 <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>,
200 <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500201 #dma-cells = <1>;
202 #dma-channels = <32>;
203 #dma-requests = <127>;
204 };
205
Benoit Coussone3e5a922011-08-16 11:51:54 +0200206 gpio1: gpio@4a310000 {
207 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200208 reg = <0x4a310000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200209 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200210 ti,hwmods = "gpio1";
Jon Huntere4b9b9f2013-04-04 15:16:16 -0500211 ti,gpio-always-on;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200212 gpio-controller;
213 #gpio-cells = <2>;
214 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600215 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200216 };
217
218 gpio2: gpio@48055000 {
219 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200220 reg = <0x48055000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200221 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200222 ti,hwmods = "gpio2";
223 gpio-controller;
224 #gpio-cells = <2>;
225 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600226 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200227 };
228
229 gpio3: gpio@48057000 {
230 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200231 reg = <0x48057000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200232 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200233 ti,hwmods = "gpio3";
234 gpio-controller;
235 #gpio-cells = <2>;
236 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600237 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200238 };
239
240 gpio4: gpio@48059000 {
241 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200242 reg = <0x48059000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200243 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200244 ti,hwmods = "gpio4";
245 gpio-controller;
246 #gpio-cells = <2>;
247 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600248 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200249 };
250
251 gpio5: gpio@4805b000 {
252 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200253 reg = <0x4805b000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200254 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200255 ti,hwmods = "gpio5";
256 gpio-controller;
257 #gpio-cells = <2>;
258 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600259 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200260 };
261
262 gpio6: gpio@4805d000 {
263 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200264 reg = <0x4805d000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200265 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200266 ti,hwmods = "gpio6";
267 gpio-controller;
268 #gpio-cells = <2>;
269 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600270 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200271 };
272
Jon Hunter1c7dbb52013-02-22 15:33:31 -0600273 gpmc: gpmc@50000000 {
274 compatible = "ti,omap4430-gpmc";
275 reg = <0x50000000 0x1000>;
276 #address-cells = <2>;
277 #size-cells = <1>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200278 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunter1c7dbb52013-02-22 15:33:31 -0600279 gpmc,num-cs = <8>;
280 gpmc,num-waitpins = <4>;
281 ti,hwmods = "gpmc";
Rajendra Nayakf12ecbe22013-10-15 12:37:50 +0530282 ti,no-idle-on-init;
Jon Hunter1c7dbb52013-02-22 15:33:31 -0600283 };
284
Benoit Cousson19bfb762012-02-16 11:55:27 +0100285 uart1: serial@4806a000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530286 compatible = "ti,omap4-uart";
Benoit Cousson48420db2012-09-05 11:38:23 +0200287 reg = <0x4806a000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200288 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530289 ti,hwmods = "uart1";
290 clock-frequency = <48000000>;
291 };
292
Benoit Cousson19bfb762012-02-16 11:55:27 +0100293 uart2: serial@4806c000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530294 compatible = "ti,omap4-uart";
Benoit Cousson48420db2012-09-05 11:38:23 +0200295 reg = <0x4806c000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200296 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530297 ti,hwmods = "uart2";
298 clock-frequency = <48000000>;
299 };
300
Benoit Cousson19bfb762012-02-16 11:55:27 +0100301 uart3: serial@48020000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530302 compatible = "ti,omap4-uart";
Benoit Cousson48420db2012-09-05 11:38:23 +0200303 reg = <0x48020000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200304 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530305 ti,hwmods = "uart3";
306 clock-frequency = <48000000>;
307 };
308
Benoit Cousson19bfb762012-02-16 11:55:27 +0100309 uart4: serial@4806e000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530310 compatible = "ti,omap4-uart";
Benoit Cousson48420db2012-09-05 11:38:23 +0200311 reg = <0x4806e000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200312 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530313 ti,hwmods = "uart4";
314 clock-frequency = <48000000>;
315 };
Benoit Cousson58e778f2011-08-17 19:00:03 +0530316
Suman Anna04c7d922013-10-10 16:15:33 -0500317 hwspinlock: spinlock@4a0f6000 {
318 compatible = "ti,omap4-hwspinlock";
319 reg = <0x4a0f6000 0x1000>;
320 ti,hwmods = "spinlock";
Suman Anna34054212014-01-13 18:26:45 -0600321 #hwlock-cells = <1>;
Suman Anna04c7d922013-10-10 16:15:33 -0500322 };
323
Benoit Cousson58e778f2011-08-17 19:00:03 +0530324 i2c1: i2c@48070000 {
325 compatible = "ti,omap4-i2c";
Benoit Cousson48420db2012-09-05 11:38:23 +0200326 reg = <0x48070000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200327 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson58e778f2011-08-17 19:00:03 +0530328 #address-cells = <1>;
329 #size-cells = <0>;
330 ti,hwmods = "i2c1";
331 };
332
333 i2c2: i2c@48072000 {
334 compatible = "ti,omap4-i2c";
Benoit Cousson48420db2012-09-05 11:38:23 +0200335 reg = <0x48072000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200336 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson58e778f2011-08-17 19:00:03 +0530337 #address-cells = <1>;
338 #size-cells = <0>;
339 ti,hwmods = "i2c2";
340 };
341
342 i2c3: i2c@48060000 {
343 compatible = "ti,omap4-i2c";
Benoit Cousson48420db2012-09-05 11:38:23 +0200344 reg = <0x48060000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200345 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson58e778f2011-08-17 19:00:03 +0530346 #address-cells = <1>;
347 #size-cells = <0>;
348 ti,hwmods = "i2c3";
349 };
350
351 i2c4: i2c@48350000 {
352 compatible = "ti,omap4-i2c";
Benoit Cousson48420db2012-09-05 11:38:23 +0200353 reg = <0x48350000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200354 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson58e778f2011-08-17 19:00:03 +0530355 #address-cells = <1>;
356 #size-cells = <0>;
357 ti,hwmods = "i2c4";
358 };
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100359
360 mcspi1: spi@48098000 {
361 compatible = "ti,omap4-mcspi";
Benoit Cousson48420db2012-09-05 11:38:23 +0200362 reg = <0x48098000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200363 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100364 #address-cells = <1>;
365 #size-cells = <0>;
366 ti,hwmods = "mcspi1";
367 ti,spi-num-cs = <4>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500368 dmas = <&sdma 35>,
369 <&sdma 36>,
370 <&sdma 37>,
371 <&sdma 38>,
372 <&sdma 39>,
373 <&sdma 40>,
374 <&sdma 41>,
375 <&sdma 42>;
376 dma-names = "tx0", "rx0", "tx1", "rx1",
377 "tx2", "rx2", "tx3", "rx3";
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100378 };
379
380 mcspi2: spi@4809a000 {
381 compatible = "ti,omap4-mcspi";
Benoit Cousson48420db2012-09-05 11:38:23 +0200382 reg = <0x4809a000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200383 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100384 #address-cells = <1>;
385 #size-cells = <0>;
386 ti,hwmods = "mcspi2";
387 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500388 dmas = <&sdma 43>,
389 <&sdma 44>,
390 <&sdma 45>,
391 <&sdma 46>;
392 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100393 };
394
395 mcspi3: spi@480b8000 {
396 compatible = "ti,omap4-mcspi";
Benoit Cousson48420db2012-09-05 11:38:23 +0200397 reg = <0x480b8000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200398 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100399 #address-cells = <1>;
400 #size-cells = <0>;
401 ti,hwmods = "mcspi3";
402 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500403 dmas = <&sdma 15>, <&sdma 16>;
404 dma-names = "tx0", "rx0";
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100405 };
406
407 mcspi4: spi@480ba000 {
408 compatible = "ti,omap4-mcspi";
Benoit Cousson48420db2012-09-05 11:38:23 +0200409 reg = <0x480ba000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200410 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100411 #address-cells = <1>;
412 #size-cells = <0>;
413 ti,hwmods = "mcspi4";
414 ti,spi-num-cs = <1>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500415 dmas = <&sdma 70>, <&sdma 71>;
416 dma-names = "tx0", "rx0";
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100417 };
Rajendra Nayak74981762011-10-04 17:10:27 +0530418
419 mmc1: mmc@4809c000 {
420 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200421 reg = <0x4809c000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200422 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530423 ti,hwmods = "mmc1";
424 ti,dual-volt;
425 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500426 dmas = <&sdma 61>, <&sdma 62>;
427 dma-names = "tx", "rx";
Rajendra Nayak74981762011-10-04 17:10:27 +0530428 };
429
430 mmc2: mmc@480b4000 {
431 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200432 reg = <0x480b4000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200433 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530434 ti,hwmods = "mmc2";
435 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500436 dmas = <&sdma 47>, <&sdma 48>;
437 dma-names = "tx", "rx";
Rajendra Nayak74981762011-10-04 17:10:27 +0530438 };
439
440 mmc3: mmc@480ad000 {
441 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200442 reg = <0x480ad000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200443 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530444 ti,hwmods = "mmc3";
445 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500446 dmas = <&sdma 77>, <&sdma 78>;
447 dma-names = "tx", "rx";
Rajendra Nayak74981762011-10-04 17:10:27 +0530448 };
449
450 mmc4: mmc@480d1000 {
451 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200452 reg = <0x480d1000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200453 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530454 ti,hwmods = "mmc4";
455 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500456 dmas = <&sdma 57>, <&sdma 58>;
457 dma-names = "tx", "rx";
Rajendra Nayak74981762011-10-04 17:10:27 +0530458 };
459
460 mmc5: mmc@480d5000 {
461 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200462 reg = <0x480d5000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200463 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530464 ti,hwmods = "mmc5";
465 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500466 dmas = <&sdma 59>, <&sdma 60>;
467 dma-names = "tx", "rx";
Rajendra Nayak74981762011-10-04 17:10:27 +0530468 };
Xiao Jiang94c30732012-06-01 12:44:14 +0800469
470 wdt2: wdt@4a314000 {
471 compatible = "ti,omap4-wdt", "ti,omap3-wdt";
Benoit Cousson48420db2012-09-05 11:38:23 +0200472 reg = <0x4a314000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200473 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
Xiao Jiang94c30732012-06-01 12:44:14 +0800474 ti,hwmods = "wd_timer2";
475 };
Peter Ujfalusi4f4b5c72012-06-08 17:01:59 +0300476
477 mcpdm: mcpdm@40132000 {
478 compatible = "ti,omap4-mcpdm";
479 reg = <0x40132000 0x7f>, /* MPU private access */
480 <0x49032000 0x7f>; /* L3 Interconnect */
Peter Ujfalusi63467cf2012-08-29 16:31:06 +0300481 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200482 interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi4f4b5c72012-06-08 17:01:59 +0300483 ti,hwmods = "mcpdm";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100484 dmas = <&sdma 65>,
485 <&sdma 66>;
486 dma-names = "up_link", "dn_link";
Peter Ujfalusi7adb0932014-01-24 10:19:01 +0200487 status = "disabled";
Peter Ujfalusi4f4b5c72012-06-08 17:01:59 +0300488 };
Peter Ujfalusia4c38312012-06-08 17:02:00 +0300489
490 dmic: dmic@4012e000 {
491 compatible = "ti,omap4-dmic";
492 reg = <0x4012e000 0x7f>, /* MPU private access */
493 <0x4902e000 0x7f>; /* L3 Interconnect */
Peter Ujfalusi63467cf2012-08-29 16:31:06 +0300494 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200495 interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusia4c38312012-06-08 17:02:00 +0300496 ti,hwmods = "dmic";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100497 dmas = <&sdma 67>;
498 dma-names = "up_link";
Peter Ujfalusi7adb0932014-01-24 10:19:01 +0200499 status = "disabled";
Peter Ujfalusia4c38312012-06-08 17:02:00 +0300500 };
Sourav Poddar61bc3542012-08-14 16:45:37 +0530501
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300502 mcbsp1: mcbsp@40122000 {
503 compatible = "ti,omap4-mcbsp";
504 reg = <0x40122000 0xff>, /* MPU private access */
505 <0x49022000 0xff>; /* L3 Interconnect */
506 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200507 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300508 interrupt-names = "common";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300509 ti,buffer-size = <128>;
510 ti,hwmods = "mcbsp1";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100511 dmas = <&sdma 33>,
512 <&sdma 34>;
513 dma-names = "tx", "rx";
Peter Ujfalusi7adb0932014-01-24 10:19:01 +0200514 status = "disabled";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300515 };
516
517 mcbsp2: mcbsp@40124000 {
518 compatible = "ti,omap4-mcbsp";
519 reg = <0x40124000 0xff>, /* MPU private access */
520 <0x49024000 0xff>; /* L3 Interconnect */
521 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200522 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300523 interrupt-names = "common";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300524 ti,buffer-size = <128>;
525 ti,hwmods = "mcbsp2";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100526 dmas = <&sdma 17>,
527 <&sdma 18>;
528 dma-names = "tx", "rx";
Peter Ujfalusi7adb0932014-01-24 10:19:01 +0200529 status = "disabled";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300530 };
531
532 mcbsp3: mcbsp@40126000 {
533 compatible = "ti,omap4-mcbsp";
534 reg = <0x40126000 0xff>, /* MPU private access */
535 <0x49026000 0xff>; /* L3 Interconnect */
536 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200537 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300538 interrupt-names = "common";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300539 ti,buffer-size = <128>;
540 ti,hwmods = "mcbsp3";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100541 dmas = <&sdma 19>,
542 <&sdma 20>;
543 dma-names = "tx", "rx";
Peter Ujfalusi7adb0932014-01-24 10:19:01 +0200544 status = "disabled";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300545 };
546
547 mcbsp4: mcbsp@48096000 {
548 compatible = "ti,omap4-mcbsp";
549 reg = <0x48096000 0xff>; /* L4 Interconnect */
550 reg-names = "mpu";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200551 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300552 interrupt-names = "common";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300553 ti,buffer-size = <128>;
554 ti,hwmods = "mcbsp4";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100555 dmas = <&sdma 31>,
556 <&sdma 32>;
557 dma-names = "tx", "rx";
Peter Ujfalusi7adb0932014-01-24 10:19:01 +0200558 status = "disabled";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300559 };
560
Sourav Poddar61bc3542012-08-14 16:45:37 +0530561 keypad: keypad@4a31c000 {
562 compatible = "ti,omap4-keypad";
Benoit Cousson48420db2012-09-05 11:38:23 +0200563 reg = <0x4a31c000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200564 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson48420db2012-09-05 11:38:23 +0200565 reg-names = "mpu";
Sourav Poddar61bc3542012-08-14 16:45:37 +0530566 ti,hwmods = "kbd";
567 };
Aneesh V11c27062012-01-20 20:35:26 +0530568
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530569 dmm@4e000000 {
570 compatible = "ti,omap4-dmm";
571 reg = <0x4e000000 0x800>;
572 interrupts = <0 113 0x4>;
573 ti,hwmods = "dmm";
574 };
575
Aneesh V11c27062012-01-20 20:35:26 +0530576 emif1: emif@4c000000 {
577 compatible = "ti,emif-4d";
Benoit Cousson48420db2012-09-05 11:38:23 +0200578 reg = <0x4c000000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200579 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
Aneesh V11c27062012-01-20 20:35:26 +0530580 ti,hwmods = "emif1";
Rajendra Nayakf12ecbe22013-10-15 12:37:50 +0530581 ti,no-idle-on-init;
Aneesh V11c27062012-01-20 20:35:26 +0530582 phy-type = <1>;
583 hw-caps-read-idle-ctrl;
584 hw-caps-ll-interface;
585 hw-caps-temp-alert;
586 };
587
588 emif2: emif@4d000000 {
589 compatible = "ti,emif-4d";
Benoit Cousson48420db2012-09-05 11:38:23 +0200590 reg = <0x4d000000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200591 interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
Aneesh V11c27062012-01-20 20:35:26 +0530592 ti,hwmods = "emif2";
Rajendra Nayakf12ecbe22013-10-15 12:37:50 +0530593 ti,no-idle-on-init;
Aneesh V11c27062012-01-20 20:35:26 +0530594 phy-type = <1>;
595 hw-caps-read-idle-ctrl;
596 hw-caps-ll-interface;
597 hw-caps-temp-alert;
598 };
Linus Torvalds8f446a72012-10-01 18:46:13 -0700599
Kishon Vijay Abraham I3ce0a992012-09-19 16:02:51 +0530600 ocp2scp@4a0ad000 {
Kishon Vijay Abraham I59bafcf2012-08-22 14:10:03 +0530601 compatible = "ti,omap-ocp2scp";
Kishon Vijay Abraham I3ce0a992012-09-19 16:02:51 +0530602 reg = <0x4a0ad000 0x1f>;
Kishon Vijay Abraham I59bafcf2012-08-22 14:10:03 +0530603 #address-cells = <1>;
604 #size-cells = <1>;
605 ranges;
606 ti,hwmods = "ocp2scp_usb_phy";
Kishon Vijay Abraham Icf0d8692013-03-07 19:05:15 +0530607 usb2_phy: usb2phy@4a0ad080 {
608 compatible = "ti,omap-usb2";
609 reg = <0x4a0ad080 0x58>;
Roger Quadros470019a2013-10-03 18:12:36 +0300610 ctrl-module = <&omap_control_usb2phy>;
Kishon Vijay Abraham I975d963e2013-09-27 11:53:29 +0530611 #phy-cells = <0>;
Kishon Vijay Abraham Icf0d8692013-03-07 19:05:15 +0530612 };
Kishon Vijay Abraham I59bafcf2012-08-22 14:10:03 +0530613 };
Jon Hunterfab8ad02012-10-19 09:59:00 -0500614
615 timer1: timer@4a318000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500616 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500617 reg = <0x4a318000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200618 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500619 ti,hwmods = "timer1";
620 ti,timer-alwon;
621 };
622
623 timer2: timer@48032000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500624 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500625 reg = <0x48032000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200626 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500627 ti,hwmods = "timer2";
628 };
629
630 timer3: timer@48034000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500631 compatible = "ti,omap4430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500632 reg = <0x48034000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200633 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500634 ti,hwmods = "timer3";
635 };
636
637 timer4: timer@48036000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500638 compatible = "ti,omap4430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500639 reg = <0x48036000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200640 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500641 ti,hwmods = "timer4";
642 };
643
Jon Hunterd03a93b2012-11-01 08:57:08 -0500644 timer5: timer@40138000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500645 compatible = "ti,omap4430-timer";
Jon Hunterd03a93b2012-11-01 08:57:08 -0500646 reg = <0x40138000 0x80>,
647 <0x49038000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200648 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500649 ti,hwmods = "timer5";
650 ti,timer-dsp;
651 };
652
Jon Hunterd03a93b2012-11-01 08:57:08 -0500653 timer6: timer@4013a000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500654 compatible = "ti,omap4430-timer";
Jon Hunterd03a93b2012-11-01 08:57:08 -0500655 reg = <0x4013a000 0x80>,
656 <0x4903a000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200657 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500658 ti,hwmods = "timer6";
659 ti,timer-dsp;
660 };
661
Jon Hunterd03a93b2012-11-01 08:57:08 -0500662 timer7: timer@4013c000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500663 compatible = "ti,omap4430-timer";
Jon Hunterd03a93b2012-11-01 08:57:08 -0500664 reg = <0x4013c000 0x80>,
665 <0x4903c000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200666 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500667 ti,hwmods = "timer7";
668 ti,timer-dsp;
669 };
670
Jon Hunterd03a93b2012-11-01 08:57:08 -0500671 timer8: timer@4013e000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500672 compatible = "ti,omap4430-timer";
Jon Hunterd03a93b2012-11-01 08:57:08 -0500673 reg = <0x4013e000 0x80>,
674 <0x4903e000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200675 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500676 ti,hwmods = "timer8";
677 ti,timer-pwm;
678 ti,timer-dsp;
679 };
680
681 timer9: timer@4803e000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500682 compatible = "ti,omap4430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500683 reg = <0x4803e000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200684 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500685 ti,hwmods = "timer9";
686 ti,timer-pwm;
687 };
688
689 timer10: timer@48086000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500690 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500691 reg = <0x48086000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200692 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500693 ti,hwmods = "timer10";
694 ti,timer-pwm;
695 };
696
697 timer11: timer@48088000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500698 compatible = "ti,omap4430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500699 reg = <0x48088000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200700 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500701 ti,hwmods = "timer11";
702 ti,timer-pwm;
703 };
Roger Quadrosf17c8992013-03-20 17:44:58 +0200704
705 usbhstll: usbhstll@4a062000 {
706 compatible = "ti,usbhs-tll";
707 reg = <0x4a062000 0x1000>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200708 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosf17c8992013-03-20 17:44:58 +0200709 ti,hwmods = "usb_tll_hs";
710 };
711
712 usbhshost: usbhshost@4a064000 {
713 compatible = "ti,usbhs-host";
714 reg = <0x4a064000 0x800>;
715 ti,hwmods = "usb_host_hs";
716 #address-cells = <1>;
717 #size-cells = <1>;
718 ranges;
719
720 usbhsohci: ohci@4a064800 {
Roger Quadrosa2525e52014-02-27 16:18:30 +0200721 compatible = "ti,ohci-omap3";
Roger Quadrosf17c8992013-03-20 17:44:58 +0200722 reg = <0x4a064800 0x400>;
723 interrupt-parent = <&gic>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200724 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosf17c8992013-03-20 17:44:58 +0200725 };
726
727 usbhsehci: ehci@4a064c00 {
Roger Quadrosa2525e52014-02-27 16:18:30 +0200728 compatible = "ti,ehci-omap";
Roger Quadrosf17c8992013-03-20 17:44:58 +0200729 reg = <0x4a064c00 0x400>;
730 interrupt-parent = <&gic>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200731 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosf17c8992013-03-20 17:44:58 +0200732 };
733 };
Kishon Vijay Abraham I840e5fd2013-03-07 19:05:14 +0530734
Roger Quadros470019a2013-10-03 18:12:36 +0300735 omap_control_usb2phy: control-phy@4a002300 {
736 compatible = "ti,control-phy-usb2";
737 reg = <0x4a002300 0x4>;
738 reg-names = "power";
739 };
740
741 omap_control_usbotg: control-phy@4a00233c {
742 compatible = "ti,control-phy-otghs";
743 reg = <0x4a00233c 0x4>;
744 reg-names = "otghs_control";
Kishon Vijay Abraham I840e5fd2013-03-07 19:05:14 +0530745 };
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530746
747 usb_otg_hs: usb_otg_hs@4a0ab000 {
748 compatible = "ti,omap4-musb";
749 reg = <0x4a0ab000 0x7ff>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200750 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530751 interrupt-names = "mc", "dma";
752 ti,hwmods = "usb_otg_hs";
753 usb-phy = <&usb2_phy>;
Kishon Vijay Abraham I975d963e2013-09-27 11:53:29 +0530754 phys = <&usb2_phy>;
755 phy-names = "usb2-phy";
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530756 multipoint = <1>;
757 num-eps = <16>;
758 ram-bits = <12>;
Roger Quadros470019a2013-10-03 18:12:36 +0300759 ctrl-module = <&omap_control_usbotg>;
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530760 };
Joel Fernandesdd6317d2013-07-11 18:20:05 -0500761
762 aes: aes@4b501000 {
763 compatible = "ti,omap4-aes";
764 ti,hwmods = "aes";
765 reg = <0x4b501000 0xa0>;
766 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
767 dmas = <&sdma 111>, <&sdma 110>;
768 dma-names = "tx", "rx";
769 };
Joel Fernandes806e9432013-09-24 15:23:33 -0500770
771 des: des@480a5000 {
772 compatible = "ti,omap4-des";
773 ti,hwmods = "des";
774 reg = <0x480a5000 0xa0>;
775 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
776 dmas = <&sdma 117>, <&sdma 116>;
777 dma-names = "tx", "rx";
778 };
Andrii.Tseglytskyie12c7732014-03-03 20:20:22 +0530779
780 abb_mpu: regulator-abb-mpu {
781 compatible = "ti,abb-v2";
782 regulator-name = "abb_mpu";
783 #address-cells = <0>;
784 #size-cells = <0>;
785 ti,tranxdone-status-mask = <0x80>;
786 clocks = <&sys_clkin_ck>;
787 ti,settling-time = <50>;
788 ti,clock-cycles = <16>;
789
790 status = "disabled";
791 };
792
793 abb_iva: regulator-abb-iva {
794 compatible = "ti,abb-v2";
795 regulator-name = "abb_iva";
796 #address-cells = <0>;
797 #size-cells = <0>;
798 ti,tranxdone-status-mask = <0x80000000>;
799 clocks = <&sys_clkin_ck>;
800 ti,settling-time = <50>;
801 ti,clock-cycles = <16>;
802
803 status = "disabled";
804 };
Benoit Coussond9fda072011-08-09 17:15:17 +0200805 };
806};
Tero Kristo2488ff62013-07-18 12:42:02 +0300807
808/include/ "omap44xx-clocks.dtsi"