blob: 666e796847d8329ead12768b16aeb4a25d207f5d [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>;
Nishanth Menon5081ce62014-08-22 09:03:50 -050092 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
Tero Kristoee6c7502013-07-18 17:18:33 +030093
94 prm_clocks: clocks {
95 #address-cells = <1>;
96 #size-cells = <0>;
97 };
98
99 prm_clockdomains: clockdomains {
100 };
101 };
102
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530103 axi@0 {
104 compatible = "simple-bus";
105 #size-cells = <1>;
106 #address-cells = <1>;
107 ranges = <0x51000000 0x51000000 0x3000
108 0x0 0x20000000 0x10000000>;
109 pcie@51000000 {
110 compatible = "ti,dra7-pcie";
111 reg = <0x51000000 0x2000>, <0x51002000 0x14c>, <0x1000 0x2000>;
112 reg-names = "rc_dbics", "ti_conf", "config";
113 interrupts = <0 232 0x4>, <0 233 0x4>;
114 #address-cells = <3>;
115 #size-cells = <2>;
116 device_type = "pci";
117 ranges = <0x81000000 0 0 0x03000 0 0x00010000
118 0x82000000 0 0x20013000 0x13000 0 0xffed000>;
119 #interrupt-cells = <1>;
120 num-lanes = <1>;
121 ti,hwmods = "pcie1";
122 phys = <&pcie1_phy>;
123 phy-names = "pcie-phy0";
124 interrupt-map-mask = <0 0 0 7>;
125 interrupt-map = <0 0 0 1 &pcie1_intc 1>,
126 <0 0 0 2 &pcie1_intc 2>,
127 <0 0 0 3 &pcie1_intc 3>,
128 <0 0 0 4 &pcie1_intc 4>;
129 pcie1_intc: interrupt-controller {
130 interrupt-controller;
131 #address-cells = <0>;
132 #interrupt-cells = <1>;
133 };
134 };
135 };
136
137 axi@1 {
138 compatible = "simple-bus";
139 #size-cells = <1>;
140 #address-cells = <1>;
141 ranges = <0x51800000 0x51800000 0x3000
142 0x0 0x30000000 0x10000000>;
143 status = "disabled";
144 pcie@51000000 {
145 compatible = "ti,dra7-pcie";
146 reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>;
147 reg-names = "rc_dbics", "ti_conf", "config";
148 interrupts = <0 355 0x4>, <0 356 0x4>;
149 #address-cells = <3>;
150 #size-cells = <2>;
151 device_type = "pci";
152 ranges = <0x81000000 0 0 0x03000 0 0x00010000
153 0x82000000 0 0x30013000 0x13000 0 0xffed000>;
154 #interrupt-cells = <1>;
155 num-lanes = <1>;
156 ti,hwmods = "pcie2";
157 phys = <&pcie2_phy>;
158 phy-names = "pcie-phy0";
159 interrupt-map-mask = <0 0 0 7>;
160 interrupt-map = <0 0 0 1 &pcie2_intc 1>,
161 <0 0 0 2 &pcie2_intc 2>,
162 <0 0 0 3 &pcie2_intc 3>,
163 <0 0 0 4 &pcie2_intc 4>;
164 pcie2_intc: interrupt-controller {
165 interrupt-controller;
166 #address-cells = <0>;
167 #interrupt-cells = <1>;
168 };
169 };
170 };
171
Tero Kristoee6c7502013-07-18 17:18:33 +0300172 cm_core_aon: cm_core_aon@4a005000 {
173 compatible = "ti,dra7-cm-core-aon";
174 reg = <0x4a005000 0x2000>;
175
176 cm_core_aon_clocks: clocks {
177 #address-cells = <1>;
178 #size-cells = <0>;
179 };
180
181 cm_core_aon_clockdomains: clockdomains {
182 };
183 };
184
185 cm_core: cm_core@4a008000 {
186 compatible = "ti,dra7-cm-core";
187 reg = <0x4a008000 0x3000>;
188
189 cm_core_clocks: clocks {
190 #address-cells = <1>;
191 #size-cells = <0>;
192 };
193
194 cm_core_clockdomains: clockdomains {
195 };
196 };
197
R Sricharan6e58b8f2013-08-14 19:08:20 +0530198 counter32k: counter@4ae04000 {
199 compatible = "ti,omap-counter32k";
200 reg = <0x4ae04000 0x40>;
201 ti,hwmods = "counter_32k";
202 };
203
Balaji T Kcd042fe2014-02-19 20:26:40 +0530204 dra7_ctrl_general: tisyscon@4a002e00 {
205 compatible = "syscon";
206 reg = <0x4a002e00 0x7c>;
207 };
208
209 pbias_regulator: pbias_regulator {
210 compatible = "ti,pbias-omap";
211 reg = <0 0x4>;
212 syscon = <&dra7_ctrl_general>;
213 pbias_mmc_reg: pbias_mmc_omap5 {
214 regulator-name = "pbias_mmc_omap5";
215 regulator-min-microvolt = <1800000>;
216 regulator-max-microvolt = <3000000>;
217 };
218 };
219
R Sricharan6e58b8f2013-08-14 19:08:20 +0530220 dra7_pmx_core: pinmux@4a003400 {
Nishanth Menon817c0372014-05-22 23:47:46 -0500221 compatible = "ti,dra7-padconf", "pinctrl-single";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530222 reg = <0x4a003400 0x0464>;
223 #address-cells = <1>;
224 #size-cells = <0>;
Nishanth Menon817c0372014-05-22 23:47:46 -0500225 #interrupt-cells = <1>;
226 interrupt-controller;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530227 pinctrl-single,register-width = <32>;
228 pinctrl-single,function-mask = <0x3fffffff>;
229 };
230
231 sdma: dma-controller@4a056000 {
232 compatible = "ti,omap4430-sdma";
233 reg = <0x4a056000 0x1000>;
R Sricharana46631c2014-06-26 12:55:31 +0530234 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
235 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
236 <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
237 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530238 #dma-cells = <1>;
239 #dma-channels = <32>;
240 #dma-requests = <127>;
241 };
242
243 gpio1: gpio@4ae10000 {
244 compatible = "ti,omap4-gpio";
245 reg = <0x4ae10000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530246 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530247 ti,hwmods = "gpio1";
248 gpio-controller;
249 #gpio-cells = <2>;
250 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700251 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530252 };
253
254 gpio2: gpio@48055000 {
255 compatible = "ti,omap4-gpio";
256 reg = <0x48055000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530257 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530258 ti,hwmods = "gpio2";
259 gpio-controller;
260 #gpio-cells = <2>;
261 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700262 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530263 };
264
265 gpio3: gpio@48057000 {
266 compatible = "ti,omap4-gpio";
267 reg = <0x48057000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530268 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530269 ti,hwmods = "gpio3";
270 gpio-controller;
271 #gpio-cells = <2>;
272 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700273 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530274 };
275
276 gpio4: gpio@48059000 {
277 compatible = "ti,omap4-gpio";
278 reg = <0x48059000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530279 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530280 ti,hwmods = "gpio4";
281 gpio-controller;
282 #gpio-cells = <2>;
283 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700284 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530285 };
286
287 gpio5: gpio@4805b000 {
288 compatible = "ti,omap4-gpio";
289 reg = <0x4805b000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530290 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530291 ti,hwmods = "gpio5";
292 gpio-controller;
293 #gpio-cells = <2>;
294 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700295 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530296 };
297
298 gpio6: gpio@4805d000 {
299 compatible = "ti,omap4-gpio";
300 reg = <0x4805d000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530301 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530302 ti,hwmods = "gpio6";
303 gpio-controller;
304 #gpio-cells = <2>;
305 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700306 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530307 };
308
309 gpio7: gpio@48051000 {
310 compatible = "ti,omap4-gpio";
311 reg = <0x48051000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530312 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530313 ti,hwmods = "gpio7";
314 gpio-controller;
315 #gpio-cells = <2>;
316 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700317 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530318 };
319
320 gpio8: gpio@48053000 {
321 compatible = "ti,omap4-gpio";
322 reg = <0x48053000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530323 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530324 ti,hwmods = "gpio8";
325 gpio-controller;
326 #gpio-cells = <2>;
327 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700328 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530329 };
330
331 uart1: serial@4806a000 {
332 compatible = "ti,omap4-uart";
333 reg = <0x4806a000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500334 interrupts-extended = <&gic GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530335 ti,hwmods = "uart1";
336 clock-frequency = <48000000>;
337 status = "disabled";
338 };
339
340 uart2: serial@4806c000 {
341 compatible = "ti,omap4-uart";
342 reg = <0x4806c000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500343 interrupts-extended = <&gic GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530344 ti,hwmods = "uart2";
345 clock-frequency = <48000000>;
346 status = "disabled";
347 };
348
349 uart3: serial@48020000 {
350 compatible = "ti,omap4-uart";
351 reg = <0x48020000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500352 interrupts-extended = <&gic GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530353 ti,hwmods = "uart3";
354 clock-frequency = <48000000>;
355 status = "disabled";
356 };
357
358 uart4: serial@4806e000 {
359 compatible = "ti,omap4-uart";
360 reg = <0x4806e000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500361 interrupts-extended = <&gic GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530362 ti,hwmods = "uart4";
363 clock-frequency = <48000000>;
364 status = "disabled";
365 };
366
367 uart5: serial@48066000 {
368 compatible = "ti,omap4-uart";
369 reg = <0x48066000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500370 interrupts-extended = <&gic GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530371 ti,hwmods = "uart5";
372 clock-frequency = <48000000>;
373 status = "disabled";
374 };
375
376 uart6: serial@48068000 {
377 compatible = "ti,omap4-uart";
378 reg = <0x48068000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500379 interrupts-extended = <&gic GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530380 ti,hwmods = "uart6";
381 clock-frequency = <48000000>;
382 status = "disabled";
383 };
384
385 uart7: serial@48420000 {
386 compatible = "ti,omap4-uart";
387 reg = <0x48420000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500388 interrupts-extended = <&gic GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530389 ti,hwmods = "uart7";
390 clock-frequency = <48000000>;
391 status = "disabled";
392 };
393
394 uart8: serial@48422000 {
395 compatible = "ti,omap4-uart";
396 reg = <0x48422000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500397 interrupts-extended = <&gic GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530398 ti,hwmods = "uart8";
399 clock-frequency = <48000000>;
400 status = "disabled";
401 };
402
403 uart9: serial@48424000 {
404 compatible = "ti,omap4-uart";
405 reg = <0x48424000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500406 interrupts-extended = <&gic GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530407 ti,hwmods = "uart9";
408 clock-frequency = <48000000>;
409 status = "disabled";
410 };
411
412 uart10: serial@4ae2b000 {
413 compatible = "ti,omap4-uart";
414 reg = <0x4ae2b000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500415 interrupts-extended = <&gic GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530416 ti,hwmods = "uart10";
417 clock-frequency = <48000000>;
418 status = "disabled";
419 };
420
Suman Anna38baefb2014-07-11 16:44:38 -0500421 mailbox1: mailbox@4a0f4000 {
422 compatible = "ti,omap4-mailbox";
423 reg = <0x4a0f4000 0x200>;
424 ti,hwmods = "mailbox1";
425 ti,mbox-num-users = <3>;
426 ti,mbox-num-fifos = <8>;
427 status = "disabled";
428 };
429
430 mailbox2: mailbox@4883a000 {
431 compatible = "ti,omap4-mailbox";
432 reg = <0x4883a000 0x200>;
433 ti,hwmods = "mailbox2";
434 ti,mbox-num-users = <4>;
435 ti,mbox-num-fifos = <12>;
436 status = "disabled";
437 };
438
439 mailbox3: mailbox@4883c000 {
440 compatible = "ti,omap4-mailbox";
441 reg = <0x4883c000 0x200>;
442 ti,hwmods = "mailbox3";
443 ti,mbox-num-users = <4>;
444 ti,mbox-num-fifos = <12>;
445 status = "disabled";
446 };
447
448 mailbox4: mailbox@4883e000 {
449 compatible = "ti,omap4-mailbox";
450 reg = <0x4883e000 0x200>;
451 ti,hwmods = "mailbox4";
452 ti,mbox-num-users = <4>;
453 ti,mbox-num-fifos = <12>;
454 status = "disabled";
455 };
456
457 mailbox5: mailbox@48840000 {
458 compatible = "ti,omap4-mailbox";
459 reg = <0x48840000 0x200>;
460 ti,hwmods = "mailbox5";
461 ti,mbox-num-users = <4>;
462 ti,mbox-num-fifos = <12>;
463 status = "disabled";
464 };
465
466 mailbox6: mailbox@48842000 {
467 compatible = "ti,omap4-mailbox";
468 reg = <0x48842000 0x200>;
469 ti,hwmods = "mailbox6";
470 ti,mbox-num-users = <4>;
471 ti,mbox-num-fifos = <12>;
472 status = "disabled";
473 };
474
475 mailbox7: mailbox@48844000 {
476 compatible = "ti,omap4-mailbox";
477 reg = <0x48844000 0x200>;
478 ti,hwmods = "mailbox7";
479 ti,mbox-num-users = <4>;
480 ti,mbox-num-fifos = <12>;
481 status = "disabled";
482 };
483
484 mailbox8: mailbox@48846000 {
485 compatible = "ti,omap4-mailbox";
486 reg = <0x48846000 0x200>;
487 ti,hwmods = "mailbox8";
488 ti,mbox-num-users = <4>;
489 ti,mbox-num-fifos = <12>;
490 status = "disabled";
491 };
492
493 mailbox9: mailbox@4885e000 {
494 compatible = "ti,omap4-mailbox";
495 reg = <0x4885e000 0x200>;
496 ti,hwmods = "mailbox9";
497 ti,mbox-num-users = <4>;
498 ti,mbox-num-fifos = <12>;
499 status = "disabled";
500 };
501
502 mailbox10: mailbox@48860000 {
503 compatible = "ti,omap4-mailbox";
504 reg = <0x48860000 0x200>;
505 ti,hwmods = "mailbox10";
506 ti,mbox-num-users = <4>;
507 ti,mbox-num-fifos = <12>;
508 status = "disabled";
509 };
510
511 mailbox11: mailbox@48862000 {
512 compatible = "ti,omap4-mailbox";
513 reg = <0x48862000 0x200>;
514 ti,hwmods = "mailbox11";
515 ti,mbox-num-users = <4>;
516 ti,mbox-num-fifos = <12>;
517 status = "disabled";
518 };
519
520 mailbox12: mailbox@48864000 {
521 compatible = "ti,omap4-mailbox";
522 reg = <0x48864000 0x200>;
523 ti,hwmods = "mailbox12";
524 ti,mbox-num-users = <4>;
525 ti,mbox-num-fifos = <12>;
526 status = "disabled";
527 };
528
529 mailbox13: mailbox@48802000 {
530 compatible = "ti,omap4-mailbox";
531 reg = <0x48802000 0x200>;
532 ti,hwmods = "mailbox13";
533 ti,mbox-num-users = <4>;
534 ti,mbox-num-fifos = <12>;
535 status = "disabled";
536 };
537
R Sricharan6e58b8f2013-08-14 19:08:20 +0530538 timer1: timer@4ae18000 {
539 compatible = "ti,omap5430-timer";
540 reg = <0x4ae18000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530541 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530542 ti,hwmods = "timer1";
543 ti,timer-alwon;
544 };
545
546 timer2: timer@48032000 {
547 compatible = "ti,omap5430-timer";
548 reg = <0x48032000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530549 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530550 ti,hwmods = "timer2";
551 };
552
553 timer3: timer@48034000 {
554 compatible = "ti,omap5430-timer";
555 reg = <0x48034000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530556 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530557 ti,hwmods = "timer3";
558 };
559
560 timer4: timer@48036000 {
561 compatible = "ti,omap5430-timer";
562 reg = <0x48036000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530563 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530564 ti,hwmods = "timer4";
565 };
566
567 timer5: timer@48820000 {
568 compatible = "ti,omap5430-timer";
569 reg = <0x48820000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530570 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530571 ti,hwmods = "timer5";
572 ti,timer-dsp;
573 };
574
575 timer6: timer@48822000 {
576 compatible = "ti,omap5430-timer";
577 reg = <0x48822000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530578 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530579 ti,hwmods = "timer6";
580 ti,timer-dsp;
581 ti,timer-pwm;
582 };
583
584 timer7: timer@48824000 {
585 compatible = "ti,omap5430-timer";
586 reg = <0x48824000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530587 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530588 ti,hwmods = "timer7";
589 ti,timer-dsp;
590 };
591
592 timer8: timer@48826000 {
593 compatible = "ti,omap5430-timer";
594 reg = <0x48826000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530595 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530596 ti,hwmods = "timer8";
597 ti,timer-dsp;
598 ti,timer-pwm;
599 };
600
601 timer9: timer@4803e000 {
602 compatible = "ti,omap5430-timer";
603 reg = <0x4803e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530604 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530605 ti,hwmods = "timer9";
606 };
607
608 timer10: timer@48086000 {
609 compatible = "ti,omap5430-timer";
610 reg = <0x48086000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530611 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530612 ti,hwmods = "timer10";
613 };
614
615 timer11: timer@48088000 {
616 compatible = "ti,omap5430-timer";
617 reg = <0x48088000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530618 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530619 ti,hwmods = "timer11";
620 ti,timer-pwm;
621 };
622
623 timer13: timer@48828000 {
624 compatible = "ti,omap5430-timer";
625 reg = <0x48828000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530626 interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530627 ti,hwmods = "timer13";
628 status = "disabled";
629 };
630
631 timer14: timer@4882a000 {
632 compatible = "ti,omap5430-timer";
633 reg = <0x4882a000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530634 interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530635 ti,hwmods = "timer14";
636 status = "disabled";
637 };
638
639 timer15: timer@4882c000 {
640 compatible = "ti,omap5430-timer";
641 reg = <0x4882c000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530642 interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530643 ti,hwmods = "timer15";
644 status = "disabled";
645 };
646
647 timer16: timer@4882e000 {
648 compatible = "ti,omap5430-timer";
649 reg = <0x4882e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530650 interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530651 ti,hwmods = "timer16";
652 status = "disabled";
653 };
654
655 wdt2: wdt@4ae14000 {
Lokesh Vutlabe668832014-11-12 10:54:15 +0530656 compatible = "ti,omap3-wdt";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530657 reg = <0x4ae14000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530658 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530659 ti,hwmods = "wd_timer2";
660 };
661
Suman Annadbd7c192014-01-13 18:26:46 -0600662 hwspinlock: spinlock@4a0f6000 {
663 compatible = "ti,omap4-hwspinlock";
664 reg = <0x4a0f6000 0x1000>;
665 ti,hwmods = "spinlock";
666 #hwlock-cells = <1>;
667 };
668
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530669 dmm@4e000000 {
670 compatible = "ti,omap5-dmm";
671 reg = <0x4e000000 0x800>;
R Sricharana46631c2014-06-26 12:55:31 +0530672 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530673 ti,hwmods = "dmm";
674 };
675
R Sricharan6e58b8f2013-08-14 19:08:20 +0530676 i2c1: i2c@48070000 {
677 compatible = "ti,omap4-i2c";
678 reg = <0x48070000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530679 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530680 #address-cells = <1>;
681 #size-cells = <0>;
682 ti,hwmods = "i2c1";
683 status = "disabled";
684 };
685
686 i2c2: i2c@48072000 {
687 compatible = "ti,omap4-i2c";
688 reg = <0x48072000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530689 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530690 #address-cells = <1>;
691 #size-cells = <0>;
692 ti,hwmods = "i2c2";
693 status = "disabled";
694 };
695
696 i2c3: i2c@48060000 {
697 compatible = "ti,omap4-i2c";
698 reg = <0x48060000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530699 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530700 #address-cells = <1>;
701 #size-cells = <0>;
702 ti,hwmods = "i2c3";
703 status = "disabled";
704 };
705
706 i2c4: i2c@4807a000 {
707 compatible = "ti,omap4-i2c";
708 reg = <0x4807a000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530709 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530710 #address-cells = <1>;
711 #size-cells = <0>;
712 ti,hwmods = "i2c4";
713 status = "disabled";
714 };
715
716 i2c5: i2c@4807c000 {
717 compatible = "ti,omap4-i2c";
718 reg = <0x4807c000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530719 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530720 #address-cells = <1>;
721 #size-cells = <0>;
722 ti,hwmods = "i2c5";
723 status = "disabled";
724 };
725
726 mmc1: mmc@4809c000 {
727 compatible = "ti,omap4-hsmmc";
728 reg = <0x4809c000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530729 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530730 ti,hwmods = "mmc1";
731 ti,dual-volt;
732 ti,needs-special-reset;
733 dmas = <&sdma 61>, <&sdma 62>;
734 dma-names = "tx", "rx";
735 status = "disabled";
Balaji T Kcd042fe2014-02-19 20:26:40 +0530736 pbias-supply = <&pbias_mmc_reg>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530737 };
738
739 mmc2: mmc@480b4000 {
740 compatible = "ti,omap4-hsmmc";
741 reg = <0x480b4000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530742 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530743 ti,hwmods = "mmc2";
744 ti,needs-special-reset;
745 dmas = <&sdma 47>, <&sdma 48>;
746 dma-names = "tx", "rx";
747 status = "disabled";
748 };
749
750 mmc3: mmc@480ad000 {
751 compatible = "ti,omap4-hsmmc";
752 reg = <0x480ad000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530753 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530754 ti,hwmods = "mmc3";
755 ti,needs-special-reset;
756 dmas = <&sdma 77>, <&sdma 78>;
757 dma-names = "tx", "rx";
758 status = "disabled";
759 };
760
761 mmc4: mmc@480d1000 {
762 compatible = "ti,omap4-hsmmc";
763 reg = <0x480d1000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530764 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530765 ti,hwmods = "mmc4";
766 ti,needs-special-reset;
767 dmas = <&sdma 57>, <&sdma 58>;
768 dma-names = "tx", "rx";
769 status = "disabled";
770 };
771
Nishanth Menona1b8ee12014-03-03 20:20:23 +0530772 abb_mpu: regulator-abb-mpu {
773 compatible = "ti,abb-v3";
774 regulator-name = "abb_mpu";
775 #address-cells = <0>;
776 #size-cells = <0>;
777 clocks = <&sys_clkin1>;
778 ti,settling-time = <50>;
779 ti,clock-cycles = <16>;
780
781 reg = <0x4ae07ddc 0x4>, <0x4ae07de0 0x4>,
782 <0x4ae06014 0x4>, <0x4a003b20 0x8>,
783 <0x4ae0c158 0x4>;
784 reg-names = "setup-address", "control-address",
785 "int-address", "efuse-address",
786 "ldo-address";
787 ti,tranxdone-status-mask = <0x80>;
788 /* LDOVBBMPU_FBB_MUX_CTRL */
789 ti,ldovbb-override-mask = <0x400>;
790 /* LDOVBBMPU_FBB_VSET_OUT */
791 ti,ldovbb-vset-mask = <0x1F>;
792
793 /*
794 * NOTE: only FBB mode used but actual vset will
795 * determine final biasing
796 */
797 ti,abb_info = <
798 /*uV ABB efuse rbb_m fbb_m vset_m*/
799 1060000 0 0x0 0 0x02000000 0x01F00000
800 1160000 0 0x4 0 0x02000000 0x01F00000
801 1210000 0 0x8 0 0x02000000 0x01F00000
802 >;
803 };
804
805 abb_ivahd: regulator-abb-ivahd {
806 compatible = "ti,abb-v3";
807 regulator-name = "abb_ivahd";
808 #address-cells = <0>;
809 #size-cells = <0>;
810 clocks = <&sys_clkin1>;
811 ti,settling-time = <50>;
812 ti,clock-cycles = <16>;
813
814 reg = <0x4ae07e34 0x4>, <0x4ae07e24 0x4>,
815 <0x4ae06010 0x4>, <0x4a0025cc 0x8>,
816 <0x4a002470 0x4>;
817 reg-names = "setup-address", "control-address",
818 "int-address", "efuse-address",
819 "ldo-address";
820 ti,tranxdone-status-mask = <0x40000000>;
821 /* LDOVBBIVA_FBB_MUX_CTRL */
822 ti,ldovbb-override-mask = <0x400>;
823 /* LDOVBBIVA_FBB_VSET_OUT */
824 ti,ldovbb-vset-mask = <0x1F>;
825
826 /*
827 * NOTE: only FBB mode used but actual vset will
828 * determine final biasing
829 */
830 ti,abb_info = <
831 /*uV ABB efuse rbb_m fbb_m vset_m*/
832 1055000 0 0x0 0 0x02000000 0x01F00000
833 1150000 0 0x4 0 0x02000000 0x01F00000
834 1250000 0 0x8 0 0x02000000 0x01F00000
835 >;
836 };
837
838 abb_dspeve: regulator-abb-dspeve {
839 compatible = "ti,abb-v3";
840 regulator-name = "abb_dspeve";
841 #address-cells = <0>;
842 #size-cells = <0>;
843 clocks = <&sys_clkin1>;
844 ti,settling-time = <50>;
845 ti,clock-cycles = <16>;
846
847 reg = <0x4ae07e30 0x4>, <0x4ae07e20 0x4>,
848 <0x4ae06010 0x4>, <0x4a0025e0 0x8>,
849 <0x4a00246c 0x4>;
850 reg-names = "setup-address", "control-address",
851 "int-address", "efuse-address",
852 "ldo-address";
853 ti,tranxdone-status-mask = <0x20000000>;
854 /* LDOVBBDSPEVE_FBB_MUX_CTRL */
855 ti,ldovbb-override-mask = <0x400>;
856 /* LDOVBBDSPEVE_FBB_VSET_OUT */
857 ti,ldovbb-vset-mask = <0x1F>;
858
859 /*
860 * NOTE: only FBB mode used but actual vset will
861 * determine final biasing
862 */
863 ti,abb_info = <
864 /*uV ABB efuse rbb_m fbb_m vset_m*/
865 1055000 0 0x0 0 0x02000000 0x01F00000
866 1150000 0 0x4 0 0x02000000 0x01F00000
867 1250000 0 0x8 0 0x02000000 0x01F00000
868 >;
869 };
870
871 abb_gpu: regulator-abb-gpu {
872 compatible = "ti,abb-v3";
873 regulator-name = "abb_gpu";
874 #address-cells = <0>;
875 #size-cells = <0>;
876 clocks = <&sys_clkin1>;
877 ti,settling-time = <50>;
878 ti,clock-cycles = <16>;
879
880 reg = <0x4ae07de4 0x4>, <0x4ae07de8 0x4>,
881 <0x4ae06010 0x4>, <0x4a003b08 0x8>,
882 <0x4ae0c154 0x4>;
883 reg-names = "setup-address", "control-address",
884 "int-address", "efuse-address",
885 "ldo-address";
886 ti,tranxdone-status-mask = <0x10000000>;
887 /* LDOVBBGPU_FBB_MUX_CTRL */
888 ti,ldovbb-override-mask = <0x400>;
889 /* LDOVBBGPU_FBB_VSET_OUT */
890 ti,ldovbb-vset-mask = <0x1F>;
891
892 /*
893 * NOTE: only FBB mode used but actual vset will
894 * determine final biasing
895 */
896 ti,abb_info = <
897 /*uV ABB efuse rbb_m fbb_m vset_m*/
898 1090000 0 0x0 0 0x02000000 0x01F00000
899 1210000 0 0x4 0 0x02000000 0x01F00000
900 1280000 0 0x8 0 0x02000000 0x01F00000
901 >;
902 };
903
R Sricharan6e58b8f2013-08-14 19:08:20 +0530904 mcspi1: spi@48098000 {
905 compatible = "ti,omap4-mcspi";
906 reg = <0x48098000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530907 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530908 #address-cells = <1>;
909 #size-cells = <0>;
910 ti,hwmods = "mcspi1";
911 ti,spi-num-cs = <4>;
912 dmas = <&sdma 35>,
913 <&sdma 36>,
914 <&sdma 37>,
915 <&sdma 38>,
916 <&sdma 39>,
917 <&sdma 40>,
918 <&sdma 41>,
919 <&sdma 42>;
920 dma-names = "tx0", "rx0", "tx1", "rx1",
921 "tx2", "rx2", "tx3", "rx3";
922 status = "disabled";
923 };
924
925 mcspi2: spi@4809a000 {
926 compatible = "ti,omap4-mcspi";
927 reg = <0x4809a000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530928 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530929 #address-cells = <1>;
930 #size-cells = <0>;
931 ti,hwmods = "mcspi2";
932 ti,spi-num-cs = <2>;
933 dmas = <&sdma 43>,
934 <&sdma 44>,
935 <&sdma 45>,
936 <&sdma 46>;
937 dma-names = "tx0", "rx0", "tx1", "rx1";
938 status = "disabled";
939 };
940
941 mcspi3: spi@480b8000 {
942 compatible = "ti,omap4-mcspi";
943 reg = <0x480b8000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530944 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530945 #address-cells = <1>;
946 #size-cells = <0>;
947 ti,hwmods = "mcspi3";
948 ti,spi-num-cs = <2>;
949 dmas = <&sdma 15>, <&sdma 16>;
950 dma-names = "tx0", "rx0";
951 status = "disabled";
952 };
953
954 mcspi4: spi@480ba000 {
955 compatible = "ti,omap4-mcspi";
956 reg = <0x480ba000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530957 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530958 #address-cells = <1>;
959 #size-cells = <0>;
960 ti,hwmods = "mcspi4";
961 ti,spi-num-cs = <1>;
962 dmas = <&sdma 70>, <&sdma 71>;
963 dma-names = "tx0", "rx0";
964 status = "disabled";
965 };
Sourav Poddardc2dd5b2014-05-06 16:37:24 +0530966
967 qspi: qspi@4b300000 {
968 compatible = "ti,dra7xxx-qspi";
969 reg = <0x4b300000 0x100>;
970 reg-names = "qspi_base";
971 #address-cells = <1>;
972 #size-cells = <0>;
973 ti,hwmods = "qspi";
974 clocks = <&qspi_gfclk_div>;
975 clock-names = "fck";
976 num-cs = <4>;
R Sricharana46631c2014-06-26 12:55:31 +0530977 interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +0530978 status = "disabled";
979 };
Balaji T K7be80562014-05-07 14:58:58 +0300980
981 omap_control_sata: control-phy@4a002374 {
982 compatible = "ti,control-phy-pipe3";
983 reg = <0x4a002374 0x4>;
984 reg-names = "power";
985 clocks = <&sys_clkin1>;
986 clock-names = "sysclk";
987 };
988
989 /* OCP2SCP3 */
990 ocp2scp@4a090000 {
991 compatible = "ti,omap-ocp2scp";
992 #address-cells = <1>;
993 #size-cells = <1>;
994 ranges;
995 reg = <0x4a090000 0x20>;
996 ti,hwmods = "ocp2scp3";
997 sata_phy: phy@4A096000 {
998 compatible = "ti,phy-pipe3-sata";
999 reg = <0x4A096000 0x80>, /* phy_rx */
1000 <0x4A096400 0x64>, /* phy_tx */
1001 <0x4A096800 0x40>; /* pll_ctrl */
1002 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
1003 ctrl-module = <&omap_control_sata>;
1004 clocks = <&sys_clkin1>;
1005 clock-names = "sysclk";
1006 #phy-cells = <0>;
1007 };
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301008
1009 pcie1_phy: pciephy@4a094000 {
1010 compatible = "ti,phy-pipe3-pcie";
1011 reg = <0x4a094000 0x80>, /* phy_rx */
1012 <0x4a094400 0x64>; /* phy_tx */
1013 reg-names = "phy_rx", "phy_tx";
1014 ctrl-module = <&omap_control_pcie1phy>;
1015 clocks = <&dpll_pcie_ref_ck>,
1016 <&dpll_pcie_ref_m2ldo_ck>,
1017 <&optfclk_pciephy1_32khz>,
1018 <&optfclk_pciephy1_clk>,
1019 <&optfclk_pciephy1_div_clk>,
1020 <&optfclk_pciephy_div>;
1021 clock-names = "dpll_ref", "dpll_ref_m2",
1022 "wkupclk", "refclk",
1023 "div-clk", "phy-div";
1024 #phy-cells = <0>;
1025 id = <1>;
1026 ti,hwmods = "pcie1-phy";
1027 };
1028
1029 pcie2_phy: pciephy@4a095000 {
1030 compatible = "ti,phy-pipe3-pcie";
1031 reg = <0x4a095000 0x80>, /* phy_rx */
1032 <0x4a095400 0x64>; /* phy_tx */
1033 reg-names = "phy_rx", "phy_tx";
1034 ctrl-module = <&omap_control_pcie2phy>;
1035 clocks = <&dpll_pcie_ref_ck>,
1036 <&dpll_pcie_ref_m2ldo_ck>,
1037 <&optfclk_pciephy2_32khz>,
1038 <&optfclk_pciephy2_clk>,
1039 <&optfclk_pciephy2_div_clk>,
1040 <&optfclk_pciephy_div>;
1041 clock-names = "dpll_ref", "dpll_ref_m2",
1042 "wkupclk", "refclk",
1043 "div-clk", "phy-div";
1044 #phy-cells = <0>;
1045 ti,hwmods = "pcie2-phy";
1046 id = <2>;
1047 status = "disabled";
1048 };
Balaji T K7be80562014-05-07 14:58:58 +03001049 };
1050
1051 sata: sata@4a141100 {
1052 compatible = "snps,dwc-ahci";
1053 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
R Sricharana46631c2014-06-26 12:55:31 +05301054 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
Balaji T K7be80562014-05-07 14:58:58 +03001055 phys = <&sata_phy>;
1056 phy-names = "sata-phy";
1057 clocks = <&sata_ref_clk>;
1058 ti,hwmods = "sata";
1059 };
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001060
Kishon Vijay Abraham Id1ff66b2014-07-14 16:12:21 +05301061 omap_control_pcie1phy: control-phy@0x4a003c40 {
1062 compatible = "ti,control-phy-pcie";
1063 reg = <0x4a003c40 0x4>, <0x4a003c14 0x4>, <0x4a003c34 0x4>;
1064 reg-names = "power", "control_sma", "pcie_pcs";
1065 clocks = <&sys_clkin1>;
1066 clock-names = "sysclk";
1067 };
1068
1069 omap_control_pcie2phy: control-pcie@0x4a003c44 {
1070 compatible = "ti,control-phy-pcie";
1071 reg = <0x4a003c44 0x4>, <0x4a003c14 0x4>, <0x4a003c34 0x4>;
1072 reg-names = "power", "control_sma", "pcie_pcs";
1073 clocks = <&sys_clkin1>;
1074 clock-names = "sysclk";
1075 status = "disabled";
1076 };
1077
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001078 omap_control_usb2phy1: control-phy@4a002300 {
1079 compatible = "ti,control-phy-usb2";
1080 reg = <0x4a002300 0x4>;
1081 reg-names = "power";
1082 };
1083
1084 omap_control_usb3phy1: control-phy@4a002370 {
1085 compatible = "ti,control-phy-pipe3";
1086 reg = <0x4a002370 0x4>;
1087 reg-names = "power";
1088 };
1089
1090 omap_control_usb2phy2: control-phy@0x4a002e74 {
1091 compatible = "ti,control-phy-usb2-dra7";
1092 reg = <0x4a002e74 0x4>;
1093 reg-names = "power";
1094 };
1095
1096 /* OCP2SCP1 */
1097 ocp2scp@4a080000 {
1098 compatible = "ti,omap-ocp2scp";
1099 #address-cells = <1>;
1100 #size-cells = <1>;
1101 ranges;
1102 reg = <0x4a080000 0x20>;
1103 ti,hwmods = "ocp2scp1";
1104
1105 usb2_phy1: phy@4a084000 {
1106 compatible = "ti,omap-usb2";
1107 reg = <0x4a084000 0x400>;
1108 ctrl-module = <&omap_control_usb2phy1>;
1109 clocks = <&usb_phy1_always_on_clk32k>,
1110 <&usb_otg_ss1_refclk960m>;
1111 clock-names = "wkupclk",
1112 "refclk";
1113 #phy-cells = <0>;
1114 };
1115
1116 usb2_phy2: phy@4a085000 {
1117 compatible = "ti,omap-usb2";
1118 reg = <0x4a085000 0x400>;
1119 ctrl-module = <&omap_control_usb2phy2>;
1120 clocks = <&usb_phy2_always_on_clk32k>,
1121 <&usb_otg_ss2_refclk960m>;
1122 clock-names = "wkupclk",
1123 "refclk";
1124 #phy-cells = <0>;
1125 };
1126
1127 usb3_phy1: phy@4a084400 {
1128 compatible = "ti,omap-usb3";
1129 reg = <0x4a084400 0x80>,
1130 <0x4a084800 0x64>,
1131 <0x4a084c00 0x40>;
1132 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
1133 ctrl-module = <&omap_control_usb3phy1>;
1134 clocks = <&usb_phy3_always_on_clk32k>,
1135 <&sys_clkin1>,
1136 <&usb_otg_ss1_refclk960m>;
1137 clock-names = "wkupclk",
1138 "sysclk",
1139 "refclk";
1140 #phy-cells = <0>;
1141 };
1142 };
1143
1144 omap_dwc3_1@48880000 {
1145 compatible = "ti,dwc3";
1146 ti,hwmods = "usb_otg_ss1";
1147 reg = <0x48880000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301148 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001149 #address-cells = <1>;
1150 #size-cells = <1>;
1151 utmi-mode = <2>;
1152 ranges;
1153 usb1: usb@48890000 {
1154 compatible = "snps,dwc3";
1155 reg = <0x48890000 0x17000>;
R Sricharana46631c2014-06-26 12:55:31 +05301156 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001157 phys = <&usb2_phy1>, <&usb3_phy1>;
1158 phy-names = "usb2-phy", "usb3-phy";
1159 tx-fifo-resize;
1160 maximum-speed = "super-speed";
1161 dr_mode = "otg";
1162 };
1163 };
1164
1165 omap_dwc3_2@488c0000 {
1166 compatible = "ti,dwc3";
1167 ti,hwmods = "usb_otg_ss2";
1168 reg = <0x488c0000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301169 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001170 #address-cells = <1>;
1171 #size-cells = <1>;
1172 utmi-mode = <2>;
1173 ranges;
1174 usb2: usb@488d0000 {
1175 compatible = "snps,dwc3";
1176 reg = <0x488d0000 0x17000>;
R Sricharana46631c2014-06-26 12:55:31 +05301177 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001178 phys = <&usb2_phy2>;
1179 phy-names = "usb2-phy";
1180 tx-fifo-resize;
1181 maximum-speed = "high-speed";
1182 dr_mode = "otg";
1183 };
1184 };
1185
1186 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */
1187 omap_dwc3_3@48900000 {
1188 compatible = "ti,dwc3";
1189 ti,hwmods = "usb_otg_ss3";
1190 reg = <0x48900000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301191 interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001192 #address-cells = <1>;
1193 #size-cells = <1>;
1194 utmi-mode = <2>;
1195 ranges;
1196 status = "disabled";
1197 usb3: usb@48910000 {
1198 compatible = "snps,dwc3";
1199 reg = <0x48910000 0x17000>;
R Sricharana46631c2014-06-26 12:55:31 +05301200 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001201 tx-fifo-resize;
1202 maximum-speed = "high-speed";
1203 dr_mode = "otg";
1204 };
1205 };
1206
1207 omap_dwc3_4@48940000 {
1208 compatible = "ti,dwc3";
1209 ti,hwmods = "usb_otg_ss4";
1210 reg = <0x48940000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301211 interrupts = <GIC_SPI 346 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001212 #address-cells = <1>;
1213 #size-cells = <1>;
1214 utmi-mode = <2>;
1215 ranges;
1216 status = "disabled";
1217 usb4: usb@48950000 {
1218 compatible = "snps,dwc3";
1219 reg = <0x48950000 0x17000>;
R Sricharana46631c2014-06-26 12:55:31 +05301220 interrupts = <GIC_SPI 345 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001221 tx-fifo-resize;
1222 maximum-speed = "high-speed";
1223 dr_mode = "otg";
1224 };
1225 };
Minal Shahff66a3c2014-05-19 14:45:47 +05301226
1227 elm: elm@48078000 {
1228 compatible = "ti,am3352-elm";
1229 reg = <0x48078000 0xfc0>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301230 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301231 ti,hwmods = "elm";
1232 status = "disabled";
1233 };
1234
1235 gpmc: gpmc@50000000 {
1236 compatible = "ti,am3352-gpmc";
1237 ti,hwmods = "gpmc";
1238 reg = <0x50000000 0x37c>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301239 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301240 gpmc,num-cs = <8>;
1241 gpmc,num-waitpins = <2>;
1242 #address-cells = <2>;
1243 #size-cells = <1>;
1244 status = "disabled";
1245 };
Peter Ujfalusi2ca09452014-05-07 13:20:48 +03001246
1247 atl: atl@4843c000 {
1248 compatible = "ti,dra7-atl";
1249 reg = <0x4843c000 0x3ff>;
1250 ti,hwmods = "atl";
1251 ti,provided-clocks = <&atl_clkin0_ck>, <&atl_clkin1_ck>,
1252 <&atl_clkin2_ck>, <&atl_clkin3_ck>;
1253 clocks = <&atl_gfclk_mux>;
1254 clock-names = "fck";
1255 status = "disabled";
1256 };
Olof Johansson412a9bb2014-07-18 22:16:15 -07001257
R Sricharana46631c2014-06-26 12:55:31 +05301258 crossbar_mpu: crossbar@4a020000 {
1259 compatible = "ti,irq-crossbar";
1260 reg = <0x4a002a48 0x130>;
1261 ti,max-irqs = <160>;
1262 ti,max-crossbar-sources = <MAX_SOURCES>;
1263 ti,reg-size = <2>;
1264 ti,irqs-reserved = <0 1 2 3 5 6 131 132>;
1265 ti,irqs-skip = <10 133 139 140>;
1266 ti,irqs-safe-map = <0>;
1267 };
R Sricharan6e58b8f2013-08-14 19:08:20 +05301268 };
1269};
Tero Kristoee6c7502013-07-18 17:18:33 +03001270
1271/include/ "dra7xx-clocks.dtsi"