blob: b6060d37d1cf56c7c654bd6c5109bb675781d41f [file] [log] [blame]
R Sricharan6e58b8f2013-08-14 19:08:20 +05301/*
2 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 * Based on "omap4.dtsi"
8 */
9
10#include <dt-bindings/interrupt-controller/arm-gic.h>
11#include <dt-bindings/pinctrl/dra.h>
12
13#include "skeleton.dtsi"
14
R Sricharana46631c2014-06-26 12:55:31 +053015#define MAX_SOURCES 400
16#define DIRECT_IRQ(irq) (MAX_SOURCES + irq)
17
R Sricharan6e58b8f2013-08-14 19:08:20 +053018/ {
19 #address-cells = <1>;
20 #size-cells = <1>;
21
22 compatible = "ti,dra7xx";
23 interrupt-parent = <&gic>;
24
25 aliases {
Nishanth Menon20b80942013-10-16 15:21:03 -050026 i2c0 = &i2c1;
27 i2c1 = &i2c2;
28 i2c2 = &i2c3;
29 i2c3 = &i2c4;
30 i2c4 = &i2c5;
R Sricharan6e58b8f2013-08-14 19:08:20 +053031 serial0 = &uart1;
32 serial1 = &uart2;
33 serial2 = &uart3;
34 serial3 = &uart4;
35 serial4 = &uart5;
36 serial5 = &uart6;
37 };
38
R Sricharan6e58b8f2013-08-14 19:08:20 +053039 timer {
40 compatible = "arm,armv7-timer";
41 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
42 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
43 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
44 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
45 };
46
47 gic: interrupt-controller@48211000 {
48 compatible = "arm,cortex-a15-gic";
49 interrupt-controller;
50 #interrupt-cells = <3>;
R Sricharan51300632014-06-26 12:55:30 +053051 arm,routable-irqs = <192>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053052 reg = <0x48211000 0x1000>,
53 <0x48212000 0x1000>,
54 <0x48214000 0x2000>,
55 <0x48216000 0x2000>;
56 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
57 };
58
59 /*
Geert Uytterhoeven5c5be9d2014-03-28 11:11:37 +010060 * The soc node represents the soc top level view. It is used for IPs
R Sricharan6e58b8f2013-08-14 19:08:20 +053061 * that are not memory mapped in the MPU view or for the MPU itself.
62 */
63 soc {
64 compatible = "ti,omap-infra";
65 mpu {
66 compatible = "ti,omap5-mpu";
67 ti,hwmods = "mpu";
68 };
69 };
70
71 /*
72 * XXX: Use a flat representation of the SOC interconnect.
73 * The real OMAP interconnect network is quite complex.
Geert Uytterhoevenb7ab5242014-03-28 11:11:39 +010074 * Since it will not bring real advantage to represent that in DT for
R Sricharan6e58b8f2013-08-14 19:08:20 +053075 * the moment, just use a fake OCP bus entry to represent the whole bus
76 * hierarchy.
77 */
78 ocp {
Rajendra Nayakfba387a2014-04-10 11:34:32 -050079 compatible = "ti,dra7-l3-noc", "simple-bus";
R Sricharan6e58b8f2013-08-14 19:08:20 +053080 #address-cells = <1>;
81 #size-cells = <1>;
82 ranges;
83 ti,hwmods = "l3_main_1", "l3_main_2";
Rajendra Nayakfba387a2014-04-10 11:34:32 -050084 reg = <0x44000000 0x1000000>,
85 <0x45000000 0x1000>;
R Sricharana46631c2014-06-26 12:55:31 +053086 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
87 <GIC_SPI DIRECT_IRQ(10) IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053088
Tero Kristoee6c7502013-07-18 17:18:33 +030089 prm: prm@4ae06000 {
90 compatible = "ti,dra7-prm";
91 reg = <0x4ae06000 0x3000>;
92
93 prm_clocks: clocks {
94 #address-cells = <1>;
95 #size-cells = <0>;
96 };
97
98 prm_clockdomains: clockdomains {
99 };
100 };
101
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530102 axi@0 {
103 compatible = "simple-bus";
104 #size-cells = <1>;
105 #address-cells = <1>;
106 ranges = <0x51000000 0x51000000 0x3000
107 0x0 0x20000000 0x10000000>;
108 pcie@51000000 {
109 compatible = "ti,dra7-pcie";
110 reg = <0x51000000 0x2000>, <0x51002000 0x14c>, <0x1000 0x2000>;
111 reg-names = "rc_dbics", "ti_conf", "config";
112 interrupts = <0 232 0x4>, <0 233 0x4>;
113 #address-cells = <3>;
114 #size-cells = <2>;
115 device_type = "pci";
116 ranges = <0x81000000 0 0 0x03000 0 0x00010000
117 0x82000000 0 0x20013000 0x13000 0 0xffed000>;
118 #interrupt-cells = <1>;
119 num-lanes = <1>;
120 ti,hwmods = "pcie1";
121 phys = <&pcie1_phy>;
122 phy-names = "pcie-phy0";
123 interrupt-map-mask = <0 0 0 7>;
124 interrupt-map = <0 0 0 1 &pcie1_intc 1>,
125 <0 0 0 2 &pcie1_intc 2>,
126 <0 0 0 3 &pcie1_intc 3>,
127 <0 0 0 4 &pcie1_intc 4>;
128 pcie1_intc: interrupt-controller {
129 interrupt-controller;
130 #address-cells = <0>;
131 #interrupt-cells = <1>;
132 };
133 };
134 };
135
136 axi@1 {
137 compatible = "simple-bus";
138 #size-cells = <1>;
139 #address-cells = <1>;
140 ranges = <0x51800000 0x51800000 0x3000
141 0x0 0x30000000 0x10000000>;
142 status = "disabled";
143 pcie@51000000 {
144 compatible = "ti,dra7-pcie";
145 reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>;
146 reg-names = "rc_dbics", "ti_conf", "config";
147 interrupts = <0 355 0x4>, <0 356 0x4>;
148 #address-cells = <3>;
149 #size-cells = <2>;
150 device_type = "pci";
151 ranges = <0x81000000 0 0 0x03000 0 0x00010000
152 0x82000000 0 0x30013000 0x13000 0 0xffed000>;
153 #interrupt-cells = <1>;
154 num-lanes = <1>;
155 ti,hwmods = "pcie2";
156 phys = <&pcie2_phy>;
157 phy-names = "pcie-phy0";
158 interrupt-map-mask = <0 0 0 7>;
159 interrupt-map = <0 0 0 1 &pcie2_intc 1>,
160 <0 0 0 2 &pcie2_intc 2>,
161 <0 0 0 3 &pcie2_intc 3>,
162 <0 0 0 4 &pcie2_intc 4>;
163 pcie2_intc: interrupt-controller {
164 interrupt-controller;
165 #address-cells = <0>;
166 #interrupt-cells = <1>;
167 };
168 };
169 };
170
Tero Kristoee6c7502013-07-18 17:18:33 +0300171 cm_core_aon: cm_core_aon@4a005000 {
172 compatible = "ti,dra7-cm-core-aon";
173 reg = <0x4a005000 0x2000>;
174
175 cm_core_aon_clocks: clocks {
176 #address-cells = <1>;
177 #size-cells = <0>;
178 };
179
180 cm_core_aon_clockdomains: clockdomains {
181 };
182 };
183
184 cm_core: cm_core@4a008000 {
185 compatible = "ti,dra7-cm-core";
186 reg = <0x4a008000 0x3000>;
187
188 cm_core_clocks: clocks {
189 #address-cells = <1>;
190 #size-cells = <0>;
191 };
192
193 cm_core_clockdomains: clockdomains {
194 };
195 };
196
R Sricharan6e58b8f2013-08-14 19:08:20 +0530197 counter32k: counter@4ae04000 {
198 compatible = "ti,omap-counter32k";
199 reg = <0x4ae04000 0x40>;
200 ti,hwmods = "counter_32k";
201 };
202
Balaji T Kcd042fe2014-02-19 20:26:40 +0530203 dra7_ctrl_general: tisyscon@4a002e00 {
204 compatible = "syscon";
205 reg = <0x4a002e00 0x7c>;
206 };
207
208 pbias_regulator: pbias_regulator {
209 compatible = "ti,pbias-omap";
210 reg = <0 0x4>;
211 syscon = <&dra7_ctrl_general>;
212 pbias_mmc_reg: pbias_mmc_omap5 {
213 regulator-name = "pbias_mmc_omap5";
214 regulator-min-microvolt = <1800000>;
215 regulator-max-microvolt = <3000000>;
216 };
217 };
218
R Sricharan6e58b8f2013-08-14 19:08:20 +0530219 dra7_pmx_core: pinmux@4a003400 {
220 compatible = "pinctrl-single";
221 reg = <0x4a003400 0x0464>;
222 #address-cells = <1>;
223 #size-cells = <0>;
224 pinctrl-single,register-width = <32>;
225 pinctrl-single,function-mask = <0x3fffffff>;
226 };
227
228 sdma: dma-controller@4a056000 {
229 compatible = "ti,omap4430-sdma";
230 reg = <0x4a056000 0x1000>;
R Sricharana46631c2014-06-26 12:55:31 +0530231 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
232 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
233 <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
234 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530235 #dma-cells = <1>;
236 #dma-channels = <32>;
237 #dma-requests = <127>;
238 };
239
240 gpio1: gpio@4ae10000 {
241 compatible = "ti,omap4-gpio";
242 reg = <0x4ae10000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530243 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530244 ti,hwmods = "gpio1";
245 gpio-controller;
246 #gpio-cells = <2>;
247 interrupt-controller;
248 #interrupt-cells = <1>;
249 };
250
251 gpio2: gpio@48055000 {
252 compatible = "ti,omap4-gpio";
253 reg = <0x48055000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530254 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530255 ti,hwmods = "gpio2";
256 gpio-controller;
257 #gpio-cells = <2>;
258 interrupt-controller;
259 #interrupt-cells = <1>;
260 };
261
262 gpio3: gpio@48057000 {
263 compatible = "ti,omap4-gpio";
264 reg = <0x48057000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530265 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530266 ti,hwmods = "gpio3";
267 gpio-controller;
268 #gpio-cells = <2>;
269 interrupt-controller;
270 #interrupt-cells = <1>;
271 };
272
273 gpio4: gpio@48059000 {
274 compatible = "ti,omap4-gpio";
275 reg = <0x48059000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530276 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530277 ti,hwmods = "gpio4";
278 gpio-controller;
279 #gpio-cells = <2>;
280 interrupt-controller;
281 #interrupt-cells = <1>;
282 };
283
284 gpio5: gpio@4805b000 {
285 compatible = "ti,omap4-gpio";
286 reg = <0x4805b000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530287 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530288 ti,hwmods = "gpio5";
289 gpio-controller;
290 #gpio-cells = <2>;
291 interrupt-controller;
292 #interrupt-cells = <1>;
293 };
294
295 gpio6: gpio@4805d000 {
296 compatible = "ti,omap4-gpio";
297 reg = <0x4805d000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530298 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530299 ti,hwmods = "gpio6";
300 gpio-controller;
301 #gpio-cells = <2>;
302 interrupt-controller;
303 #interrupt-cells = <1>;
304 };
305
306 gpio7: gpio@48051000 {
307 compatible = "ti,omap4-gpio";
308 reg = <0x48051000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530309 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530310 ti,hwmods = "gpio7";
311 gpio-controller;
312 #gpio-cells = <2>;
313 interrupt-controller;
314 #interrupt-cells = <1>;
315 };
316
317 gpio8: gpio@48053000 {
318 compatible = "ti,omap4-gpio";
319 reg = <0x48053000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530320 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530321 ti,hwmods = "gpio8";
322 gpio-controller;
323 #gpio-cells = <2>;
324 interrupt-controller;
325 #interrupt-cells = <1>;
326 };
327
328 uart1: serial@4806a000 {
329 compatible = "ti,omap4-uart";
330 reg = <0x4806a000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530331 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530332 ti,hwmods = "uart1";
333 clock-frequency = <48000000>;
334 status = "disabled";
335 };
336
337 uart2: serial@4806c000 {
338 compatible = "ti,omap4-uart";
339 reg = <0x4806c000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530340 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530341 ti,hwmods = "uart2";
342 clock-frequency = <48000000>;
343 status = "disabled";
344 };
345
346 uart3: serial@48020000 {
347 compatible = "ti,omap4-uart";
348 reg = <0x48020000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530349 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530350 ti,hwmods = "uart3";
351 clock-frequency = <48000000>;
352 status = "disabled";
353 };
354
355 uart4: serial@4806e000 {
356 compatible = "ti,omap4-uart";
357 reg = <0x4806e000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530358 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530359 ti,hwmods = "uart4";
360 clock-frequency = <48000000>;
361 status = "disabled";
362 };
363
364 uart5: serial@48066000 {
365 compatible = "ti,omap4-uart";
366 reg = <0x48066000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530367 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530368 ti,hwmods = "uart5";
369 clock-frequency = <48000000>;
370 status = "disabled";
371 };
372
373 uart6: serial@48068000 {
374 compatible = "ti,omap4-uart";
375 reg = <0x48068000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530376 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530377 ti,hwmods = "uart6";
378 clock-frequency = <48000000>;
379 status = "disabled";
380 };
381
382 uart7: serial@48420000 {
383 compatible = "ti,omap4-uart";
384 reg = <0x48420000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530385 interrupts = <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530386 ti,hwmods = "uart7";
387 clock-frequency = <48000000>;
388 status = "disabled";
389 };
390
391 uart8: serial@48422000 {
392 compatible = "ti,omap4-uart";
393 reg = <0x48422000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530394 interrupts = <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530395 ti,hwmods = "uart8";
396 clock-frequency = <48000000>;
397 status = "disabled";
398 };
399
400 uart9: serial@48424000 {
401 compatible = "ti,omap4-uart";
402 reg = <0x48424000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530403 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530404 ti,hwmods = "uart9";
405 clock-frequency = <48000000>;
406 status = "disabled";
407 };
408
409 uart10: serial@4ae2b000 {
410 compatible = "ti,omap4-uart";
411 reg = <0x4ae2b000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530412 interrupts = <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530413 ti,hwmods = "uart10";
414 clock-frequency = <48000000>;
415 status = "disabled";
416 };
417
418 timer1: timer@4ae18000 {
419 compatible = "ti,omap5430-timer";
420 reg = <0x4ae18000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530421 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530422 ti,hwmods = "timer1";
423 ti,timer-alwon;
424 };
425
426 timer2: timer@48032000 {
427 compatible = "ti,omap5430-timer";
428 reg = <0x48032000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530429 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530430 ti,hwmods = "timer2";
431 };
432
433 timer3: timer@48034000 {
434 compatible = "ti,omap5430-timer";
435 reg = <0x48034000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530436 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530437 ti,hwmods = "timer3";
438 };
439
440 timer4: timer@48036000 {
441 compatible = "ti,omap5430-timer";
442 reg = <0x48036000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530443 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530444 ti,hwmods = "timer4";
445 };
446
447 timer5: timer@48820000 {
448 compatible = "ti,omap5430-timer";
449 reg = <0x48820000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530450 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530451 ti,hwmods = "timer5";
452 ti,timer-dsp;
453 };
454
455 timer6: timer@48822000 {
456 compatible = "ti,omap5430-timer";
457 reg = <0x48822000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530458 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530459 ti,hwmods = "timer6";
460 ti,timer-dsp;
461 ti,timer-pwm;
462 };
463
464 timer7: timer@48824000 {
465 compatible = "ti,omap5430-timer";
466 reg = <0x48824000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530467 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530468 ti,hwmods = "timer7";
469 ti,timer-dsp;
470 };
471
472 timer8: timer@48826000 {
473 compatible = "ti,omap5430-timer";
474 reg = <0x48826000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530475 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530476 ti,hwmods = "timer8";
477 ti,timer-dsp;
478 ti,timer-pwm;
479 };
480
481 timer9: timer@4803e000 {
482 compatible = "ti,omap5430-timer";
483 reg = <0x4803e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530484 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530485 ti,hwmods = "timer9";
486 };
487
488 timer10: timer@48086000 {
489 compatible = "ti,omap5430-timer";
490 reg = <0x48086000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530491 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530492 ti,hwmods = "timer10";
493 };
494
495 timer11: timer@48088000 {
496 compatible = "ti,omap5430-timer";
497 reg = <0x48088000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530498 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530499 ti,hwmods = "timer11";
500 ti,timer-pwm;
501 };
502
503 timer13: timer@48828000 {
504 compatible = "ti,omap5430-timer";
505 reg = <0x48828000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530506 interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530507 ti,hwmods = "timer13";
508 status = "disabled";
509 };
510
511 timer14: timer@4882a000 {
512 compatible = "ti,omap5430-timer";
513 reg = <0x4882a000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530514 interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530515 ti,hwmods = "timer14";
516 status = "disabled";
517 };
518
519 timer15: timer@4882c000 {
520 compatible = "ti,omap5430-timer";
521 reg = <0x4882c000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530522 interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530523 ti,hwmods = "timer15";
524 status = "disabled";
525 };
526
527 timer16: timer@4882e000 {
528 compatible = "ti,omap5430-timer";
529 reg = <0x4882e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530530 interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530531 ti,hwmods = "timer16";
532 status = "disabled";
533 };
534
535 wdt2: wdt@4ae14000 {
536 compatible = "ti,omap4-wdt";
537 reg = <0x4ae14000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530538 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530539 ti,hwmods = "wd_timer2";
540 };
541
Suman Annadbd7c192014-01-13 18:26:46 -0600542 hwspinlock: spinlock@4a0f6000 {
543 compatible = "ti,omap4-hwspinlock";
544 reg = <0x4a0f6000 0x1000>;
545 ti,hwmods = "spinlock";
546 #hwlock-cells = <1>;
547 };
548
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530549 dmm@4e000000 {
550 compatible = "ti,omap5-dmm";
551 reg = <0x4e000000 0x800>;
R Sricharana46631c2014-06-26 12:55:31 +0530552 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530553 ti,hwmods = "dmm";
554 };
555
R Sricharan6e58b8f2013-08-14 19:08:20 +0530556 i2c1: i2c@48070000 {
557 compatible = "ti,omap4-i2c";
558 reg = <0x48070000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530559 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530560 #address-cells = <1>;
561 #size-cells = <0>;
562 ti,hwmods = "i2c1";
563 status = "disabled";
564 };
565
566 i2c2: i2c@48072000 {
567 compatible = "ti,omap4-i2c";
568 reg = <0x48072000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530569 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530570 #address-cells = <1>;
571 #size-cells = <0>;
572 ti,hwmods = "i2c2";
573 status = "disabled";
574 };
575
576 i2c3: i2c@48060000 {
577 compatible = "ti,omap4-i2c";
578 reg = <0x48060000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530579 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530580 #address-cells = <1>;
581 #size-cells = <0>;
582 ti,hwmods = "i2c3";
583 status = "disabled";
584 };
585
586 i2c4: i2c@4807a000 {
587 compatible = "ti,omap4-i2c";
588 reg = <0x4807a000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530589 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530590 #address-cells = <1>;
591 #size-cells = <0>;
592 ti,hwmods = "i2c4";
593 status = "disabled";
594 };
595
596 i2c5: i2c@4807c000 {
597 compatible = "ti,omap4-i2c";
598 reg = <0x4807c000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530599 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530600 #address-cells = <1>;
601 #size-cells = <0>;
602 ti,hwmods = "i2c5";
603 status = "disabled";
604 };
605
606 mmc1: mmc@4809c000 {
607 compatible = "ti,omap4-hsmmc";
608 reg = <0x4809c000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530609 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530610 ti,hwmods = "mmc1";
611 ti,dual-volt;
612 ti,needs-special-reset;
613 dmas = <&sdma 61>, <&sdma 62>;
614 dma-names = "tx", "rx";
615 status = "disabled";
Balaji T Kcd042fe2014-02-19 20:26:40 +0530616 pbias-supply = <&pbias_mmc_reg>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530617 };
618
619 mmc2: mmc@480b4000 {
620 compatible = "ti,omap4-hsmmc";
621 reg = <0x480b4000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530622 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530623 ti,hwmods = "mmc2";
624 ti,needs-special-reset;
625 dmas = <&sdma 47>, <&sdma 48>;
626 dma-names = "tx", "rx";
627 status = "disabled";
628 };
629
630 mmc3: mmc@480ad000 {
631 compatible = "ti,omap4-hsmmc";
632 reg = <0x480ad000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530633 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530634 ti,hwmods = "mmc3";
635 ti,needs-special-reset;
636 dmas = <&sdma 77>, <&sdma 78>;
637 dma-names = "tx", "rx";
638 status = "disabled";
639 };
640
641 mmc4: mmc@480d1000 {
642 compatible = "ti,omap4-hsmmc";
643 reg = <0x480d1000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530644 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530645 ti,hwmods = "mmc4";
646 ti,needs-special-reset;
647 dmas = <&sdma 57>, <&sdma 58>;
648 dma-names = "tx", "rx";
649 status = "disabled";
650 };
651
Nishanth Menona1b8ee12014-03-03 20:20:23 +0530652 abb_mpu: regulator-abb-mpu {
653 compatible = "ti,abb-v3";
654 regulator-name = "abb_mpu";
655 #address-cells = <0>;
656 #size-cells = <0>;
657 clocks = <&sys_clkin1>;
658 ti,settling-time = <50>;
659 ti,clock-cycles = <16>;
660
661 reg = <0x4ae07ddc 0x4>, <0x4ae07de0 0x4>,
662 <0x4ae06014 0x4>, <0x4a003b20 0x8>,
663 <0x4ae0c158 0x4>;
664 reg-names = "setup-address", "control-address",
665 "int-address", "efuse-address",
666 "ldo-address";
667 ti,tranxdone-status-mask = <0x80>;
668 /* LDOVBBMPU_FBB_MUX_CTRL */
669 ti,ldovbb-override-mask = <0x400>;
670 /* LDOVBBMPU_FBB_VSET_OUT */
671 ti,ldovbb-vset-mask = <0x1F>;
672
673 /*
674 * NOTE: only FBB mode used but actual vset will
675 * determine final biasing
676 */
677 ti,abb_info = <
678 /*uV ABB efuse rbb_m fbb_m vset_m*/
679 1060000 0 0x0 0 0x02000000 0x01F00000
680 1160000 0 0x4 0 0x02000000 0x01F00000
681 1210000 0 0x8 0 0x02000000 0x01F00000
682 >;
683 };
684
685 abb_ivahd: regulator-abb-ivahd {
686 compatible = "ti,abb-v3";
687 regulator-name = "abb_ivahd";
688 #address-cells = <0>;
689 #size-cells = <0>;
690 clocks = <&sys_clkin1>;
691 ti,settling-time = <50>;
692 ti,clock-cycles = <16>;
693
694 reg = <0x4ae07e34 0x4>, <0x4ae07e24 0x4>,
695 <0x4ae06010 0x4>, <0x4a0025cc 0x8>,
696 <0x4a002470 0x4>;
697 reg-names = "setup-address", "control-address",
698 "int-address", "efuse-address",
699 "ldo-address";
700 ti,tranxdone-status-mask = <0x40000000>;
701 /* LDOVBBIVA_FBB_MUX_CTRL */
702 ti,ldovbb-override-mask = <0x400>;
703 /* LDOVBBIVA_FBB_VSET_OUT */
704 ti,ldovbb-vset-mask = <0x1F>;
705
706 /*
707 * NOTE: only FBB mode used but actual vset will
708 * determine final biasing
709 */
710 ti,abb_info = <
711 /*uV ABB efuse rbb_m fbb_m vset_m*/
712 1055000 0 0x0 0 0x02000000 0x01F00000
713 1150000 0 0x4 0 0x02000000 0x01F00000
714 1250000 0 0x8 0 0x02000000 0x01F00000
715 >;
716 };
717
718 abb_dspeve: regulator-abb-dspeve {
719 compatible = "ti,abb-v3";
720 regulator-name = "abb_dspeve";
721 #address-cells = <0>;
722 #size-cells = <0>;
723 clocks = <&sys_clkin1>;
724 ti,settling-time = <50>;
725 ti,clock-cycles = <16>;
726
727 reg = <0x4ae07e30 0x4>, <0x4ae07e20 0x4>,
728 <0x4ae06010 0x4>, <0x4a0025e0 0x8>,
729 <0x4a00246c 0x4>;
730 reg-names = "setup-address", "control-address",
731 "int-address", "efuse-address",
732 "ldo-address";
733 ti,tranxdone-status-mask = <0x20000000>;
734 /* LDOVBBDSPEVE_FBB_MUX_CTRL */
735 ti,ldovbb-override-mask = <0x400>;
736 /* LDOVBBDSPEVE_FBB_VSET_OUT */
737 ti,ldovbb-vset-mask = <0x1F>;
738
739 /*
740 * NOTE: only FBB mode used but actual vset will
741 * determine final biasing
742 */
743 ti,abb_info = <
744 /*uV ABB efuse rbb_m fbb_m vset_m*/
745 1055000 0 0x0 0 0x02000000 0x01F00000
746 1150000 0 0x4 0 0x02000000 0x01F00000
747 1250000 0 0x8 0 0x02000000 0x01F00000
748 >;
749 };
750
751 abb_gpu: regulator-abb-gpu {
752 compatible = "ti,abb-v3";
753 regulator-name = "abb_gpu";
754 #address-cells = <0>;
755 #size-cells = <0>;
756 clocks = <&sys_clkin1>;
757 ti,settling-time = <50>;
758 ti,clock-cycles = <16>;
759
760 reg = <0x4ae07de4 0x4>, <0x4ae07de8 0x4>,
761 <0x4ae06010 0x4>, <0x4a003b08 0x8>,
762 <0x4ae0c154 0x4>;
763 reg-names = "setup-address", "control-address",
764 "int-address", "efuse-address",
765 "ldo-address";
766 ti,tranxdone-status-mask = <0x10000000>;
767 /* LDOVBBGPU_FBB_MUX_CTRL */
768 ti,ldovbb-override-mask = <0x400>;
769 /* LDOVBBGPU_FBB_VSET_OUT */
770 ti,ldovbb-vset-mask = <0x1F>;
771
772 /*
773 * NOTE: only FBB mode used but actual vset will
774 * determine final biasing
775 */
776 ti,abb_info = <
777 /*uV ABB efuse rbb_m fbb_m vset_m*/
778 1090000 0 0x0 0 0x02000000 0x01F00000
779 1210000 0 0x4 0 0x02000000 0x01F00000
780 1280000 0 0x8 0 0x02000000 0x01F00000
781 >;
782 };
783
R Sricharan6e58b8f2013-08-14 19:08:20 +0530784 mcspi1: spi@48098000 {
785 compatible = "ti,omap4-mcspi";
786 reg = <0x48098000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530787 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530788 #address-cells = <1>;
789 #size-cells = <0>;
790 ti,hwmods = "mcspi1";
791 ti,spi-num-cs = <4>;
792 dmas = <&sdma 35>,
793 <&sdma 36>,
794 <&sdma 37>,
795 <&sdma 38>,
796 <&sdma 39>,
797 <&sdma 40>,
798 <&sdma 41>,
799 <&sdma 42>;
800 dma-names = "tx0", "rx0", "tx1", "rx1",
801 "tx2", "rx2", "tx3", "rx3";
802 status = "disabled";
803 };
804
805 mcspi2: spi@4809a000 {
806 compatible = "ti,omap4-mcspi";
807 reg = <0x4809a000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530808 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530809 #address-cells = <1>;
810 #size-cells = <0>;
811 ti,hwmods = "mcspi2";
812 ti,spi-num-cs = <2>;
813 dmas = <&sdma 43>,
814 <&sdma 44>,
815 <&sdma 45>,
816 <&sdma 46>;
817 dma-names = "tx0", "rx0", "tx1", "rx1";
818 status = "disabled";
819 };
820
821 mcspi3: spi@480b8000 {
822 compatible = "ti,omap4-mcspi";
823 reg = <0x480b8000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530824 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530825 #address-cells = <1>;
826 #size-cells = <0>;
827 ti,hwmods = "mcspi3";
828 ti,spi-num-cs = <2>;
829 dmas = <&sdma 15>, <&sdma 16>;
830 dma-names = "tx0", "rx0";
831 status = "disabled";
832 };
833
834 mcspi4: spi@480ba000 {
835 compatible = "ti,omap4-mcspi";
836 reg = <0x480ba000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530837 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530838 #address-cells = <1>;
839 #size-cells = <0>;
840 ti,hwmods = "mcspi4";
841 ti,spi-num-cs = <1>;
842 dmas = <&sdma 70>, <&sdma 71>;
843 dma-names = "tx0", "rx0";
844 status = "disabled";
845 };
Sourav Poddardc2dd5b2014-05-06 16:37:24 +0530846
847 qspi: qspi@4b300000 {
848 compatible = "ti,dra7xxx-qspi";
849 reg = <0x4b300000 0x100>;
850 reg-names = "qspi_base";
851 #address-cells = <1>;
852 #size-cells = <0>;
853 ti,hwmods = "qspi";
854 clocks = <&qspi_gfclk_div>;
855 clock-names = "fck";
856 num-cs = <4>;
R Sricharana46631c2014-06-26 12:55:31 +0530857 interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +0530858 status = "disabled";
859 };
Balaji T K7be80562014-05-07 14:58:58 +0300860
861 omap_control_sata: control-phy@4a002374 {
862 compatible = "ti,control-phy-pipe3";
863 reg = <0x4a002374 0x4>;
864 reg-names = "power";
865 clocks = <&sys_clkin1>;
866 clock-names = "sysclk";
867 };
868
869 /* OCP2SCP3 */
870 ocp2scp@4a090000 {
871 compatible = "ti,omap-ocp2scp";
872 #address-cells = <1>;
873 #size-cells = <1>;
874 ranges;
875 reg = <0x4a090000 0x20>;
876 ti,hwmods = "ocp2scp3";
877 sata_phy: phy@4A096000 {
878 compatible = "ti,phy-pipe3-sata";
879 reg = <0x4A096000 0x80>, /* phy_rx */
880 <0x4A096400 0x64>, /* phy_tx */
881 <0x4A096800 0x40>; /* pll_ctrl */
882 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
883 ctrl-module = <&omap_control_sata>;
884 clocks = <&sys_clkin1>;
885 clock-names = "sysclk";
886 #phy-cells = <0>;
887 };
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +0530888
889 pcie1_phy: pciephy@4a094000 {
890 compatible = "ti,phy-pipe3-pcie";
891 reg = <0x4a094000 0x80>, /* phy_rx */
892 <0x4a094400 0x64>; /* phy_tx */
893 reg-names = "phy_rx", "phy_tx";
894 ctrl-module = <&omap_control_pcie1phy>;
895 clocks = <&dpll_pcie_ref_ck>,
896 <&dpll_pcie_ref_m2ldo_ck>,
897 <&optfclk_pciephy1_32khz>,
898 <&optfclk_pciephy1_clk>,
899 <&optfclk_pciephy1_div_clk>,
900 <&optfclk_pciephy_div>;
901 clock-names = "dpll_ref", "dpll_ref_m2",
902 "wkupclk", "refclk",
903 "div-clk", "phy-div";
904 #phy-cells = <0>;
905 id = <1>;
906 ti,hwmods = "pcie1-phy";
907 };
908
909 pcie2_phy: pciephy@4a095000 {
910 compatible = "ti,phy-pipe3-pcie";
911 reg = <0x4a095000 0x80>, /* phy_rx */
912 <0x4a095400 0x64>; /* phy_tx */
913 reg-names = "phy_rx", "phy_tx";
914 ctrl-module = <&omap_control_pcie2phy>;
915 clocks = <&dpll_pcie_ref_ck>,
916 <&dpll_pcie_ref_m2ldo_ck>,
917 <&optfclk_pciephy2_32khz>,
918 <&optfclk_pciephy2_clk>,
919 <&optfclk_pciephy2_div_clk>,
920 <&optfclk_pciephy_div>;
921 clock-names = "dpll_ref", "dpll_ref_m2",
922 "wkupclk", "refclk",
923 "div-clk", "phy-div";
924 #phy-cells = <0>;
925 ti,hwmods = "pcie2-phy";
926 id = <2>;
927 status = "disabled";
928 };
Balaji T K7be80562014-05-07 14:58:58 +0300929 };
930
931 sata: sata@4a141100 {
932 compatible = "snps,dwc-ahci";
933 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
R Sricharana46631c2014-06-26 12:55:31 +0530934 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
Balaji T K7be80562014-05-07 14:58:58 +0300935 phys = <&sata_phy>;
936 phy-names = "sata-phy";
937 clocks = <&sata_ref_clk>;
938 ti,hwmods = "sata";
939 };
Roger Quadrosfbf3e552014-05-05 12:54:45 +0300940
Kishon Vijay Abraham Id1ff66b2014-07-14 16:12:21 +0530941 omap_control_pcie1phy: control-phy@0x4a003c40 {
942 compatible = "ti,control-phy-pcie";
943 reg = <0x4a003c40 0x4>, <0x4a003c14 0x4>, <0x4a003c34 0x4>;
944 reg-names = "power", "control_sma", "pcie_pcs";
945 clocks = <&sys_clkin1>;
946 clock-names = "sysclk";
947 };
948
949 omap_control_pcie2phy: control-pcie@0x4a003c44 {
950 compatible = "ti,control-phy-pcie";
951 reg = <0x4a003c44 0x4>, <0x4a003c14 0x4>, <0x4a003c34 0x4>;
952 reg-names = "power", "control_sma", "pcie_pcs";
953 clocks = <&sys_clkin1>;
954 clock-names = "sysclk";
955 status = "disabled";
956 };
957
Roger Quadrosfbf3e552014-05-05 12:54:45 +0300958 omap_control_usb2phy1: control-phy@4a002300 {
959 compatible = "ti,control-phy-usb2";
960 reg = <0x4a002300 0x4>;
961 reg-names = "power";
962 };
963
964 omap_control_usb3phy1: control-phy@4a002370 {
965 compatible = "ti,control-phy-pipe3";
966 reg = <0x4a002370 0x4>;
967 reg-names = "power";
968 };
969
970 omap_control_usb2phy2: control-phy@0x4a002e74 {
971 compatible = "ti,control-phy-usb2-dra7";
972 reg = <0x4a002e74 0x4>;
973 reg-names = "power";
974 };
975
976 /* OCP2SCP1 */
977 ocp2scp@4a080000 {
978 compatible = "ti,omap-ocp2scp";
979 #address-cells = <1>;
980 #size-cells = <1>;
981 ranges;
982 reg = <0x4a080000 0x20>;
983 ti,hwmods = "ocp2scp1";
984
985 usb2_phy1: phy@4a084000 {
986 compatible = "ti,omap-usb2";
987 reg = <0x4a084000 0x400>;
988 ctrl-module = <&omap_control_usb2phy1>;
989 clocks = <&usb_phy1_always_on_clk32k>,
990 <&usb_otg_ss1_refclk960m>;
991 clock-names = "wkupclk",
992 "refclk";
993 #phy-cells = <0>;
994 };
995
996 usb2_phy2: phy@4a085000 {
997 compatible = "ti,omap-usb2";
998 reg = <0x4a085000 0x400>;
999 ctrl-module = <&omap_control_usb2phy2>;
1000 clocks = <&usb_phy2_always_on_clk32k>,
1001 <&usb_otg_ss2_refclk960m>;
1002 clock-names = "wkupclk",
1003 "refclk";
1004 #phy-cells = <0>;
1005 };
1006
1007 usb3_phy1: phy@4a084400 {
1008 compatible = "ti,omap-usb3";
1009 reg = <0x4a084400 0x80>,
1010 <0x4a084800 0x64>,
1011 <0x4a084c00 0x40>;
1012 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
1013 ctrl-module = <&omap_control_usb3phy1>;
1014 clocks = <&usb_phy3_always_on_clk32k>,
1015 <&sys_clkin1>,
1016 <&usb_otg_ss1_refclk960m>;
1017 clock-names = "wkupclk",
1018 "sysclk",
1019 "refclk";
1020 #phy-cells = <0>;
1021 };
1022 };
1023
1024 omap_dwc3_1@48880000 {
1025 compatible = "ti,dwc3";
1026 ti,hwmods = "usb_otg_ss1";
1027 reg = <0x48880000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301028 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001029 #address-cells = <1>;
1030 #size-cells = <1>;
1031 utmi-mode = <2>;
1032 ranges;
1033 usb1: usb@48890000 {
1034 compatible = "snps,dwc3";
1035 reg = <0x48890000 0x17000>;
R Sricharana46631c2014-06-26 12:55:31 +05301036 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001037 phys = <&usb2_phy1>, <&usb3_phy1>;
1038 phy-names = "usb2-phy", "usb3-phy";
1039 tx-fifo-resize;
1040 maximum-speed = "super-speed";
1041 dr_mode = "otg";
1042 };
1043 };
1044
1045 omap_dwc3_2@488c0000 {
1046 compatible = "ti,dwc3";
1047 ti,hwmods = "usb_otg_ss2";
1048 reg = <0x488c0000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301049 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001050 #address-cells = <1>;
1051 #size-cells = <1>;
1052 utmi-mode = <2>;
1053 ranges;
1054 usb2: usb@488d0000 {
1055 compatible = "snps,dwc3";
1056 reg = <0x488d0000 0x17000>;
R Sricharana46631c2014-06-26 12:55:31 +05301057 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001058 phys = <&usb2_phy2>;
1059 phy-names = "usb2-phy";
1060 tx-fifo-resize;
1061 maximum-speed = "high-speed";
1062 dr_mode = "otg";
1063 };
1064 };
1065
1066 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */
1067 omap_dwc3_3@48900000 {
1068 compatible = "ti,dwc3";
1069 ti,hwmods = "usb_otg_ss3";
1070 reg = <0x48900000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301071 interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001072 #address-cells = <1>;
1073 #size-cells = <1>;
1074 utmi-mode = <2>;
1075 ranges;
1076 status = "disabled";
1077 usb3: usb@48910000 {
1078 compatible = "snps,dwc3";
1079 reg = <0x48910000 0x17000>;
R Sricharana46631c2014-06-26 12:55:31 +05301080 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001081 tx-fifo-resize;
1082 maximum-speed = "high-speed";
1083 dr_mode = "otg";
1084 };
1085 };
1086
1087 omap_dwc3_4@48940000 {
1088 compatible = "ti,dwc3";
1089 ti,hwmods = "usb_otg_ss4";
1090 reg = <0x48940000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301091 interrupts = <GIC_SPI 346 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001092 #address-cells = <1>;
1093 #size-cells = <1>;
1094 utmi-mode = <2>;
1095 ranges;
1096 status = "disabled";
1097 usb4: usb@48950000 {
1098 compatible = "snps,dwc3";
1099 reg = <0x48950000 0x17000>;
R Sricharana46631c2014-06-26 12:55:31 +05301100 interrupts = <GIC_SPI 345 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001101 tx-fifo-resize;
1102 maximum-speed = "high-speed";
1103 dr_mode = "otg";
1104 };
1105 };
Minal Shahff66a3c2014-05-19 14:45:47 +05301106
1107 elm: elm@48078000 {
1108 compatible = "ti,am3352-elm";
1109 reg = <0x48078000 0xfc0>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301110 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301111 ti,hwmods = "elm";
1112 status = "disabled";
1113 };
1114
1115 gpmc: gpmc@50000000 {
1116 compatible = "ti,am3352-gpmc";
1117 ti,hwmods = "gpmc";
1118 reg = <0x50000000 0x37c>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301119 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301120 gpmc,num-cs = <8>;
1121 gpmc,num-waitpins = <2>;
1122 #address-cells = <2>;
1123 #size-cells = <1>;
1124 status = "disabled";
1125 };
R Sricharana46631c2014-06-26 12:55:31 +05301126
1127 crossbar_mpu: crossbar@4a020000 {
1128 compatible = "ti,irq-crossbar";
1129 reg = <0x4a002a48 0x130>;
1130 ti,max-irqs = <160>;
1131 ti,max-crossbar-sources = <MAX_SOURCES>;
1132 ti,reg-size = <2>;
1133 ti,irqs-reserved = <0 1 2 3 5 6 131 132>;
1134 ti,irqs-skip = <10 133 139 140>;
1135 ti,irqs-safe-map = <0>;
1136 };
R Sricharan6e58b8f2013-08-14 19:08:20 +05301137 };
1138};
Tero Kristoee6c7502013-07-18 17:18:33 +03001139
1140/include/ "dra7xx-clocks.dtsi"