blob: b603e92634c0348ea4d652c88bbc4ae4afd29f3e [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
R Sricharana46631c2014-06-26 12:55:31 +053016
R Sricharan6e58b8f2013-08-14 19:08:20 +053017/ {
Lokesh Vutladae320e2016-02-24 15:41:04 +053018 #address-cells = <2>;
19 #size-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053020
21 compatible = "ti,dra7xx";
Marc Zyngier783d3182015-03-11 15:43:44 +000022 interrupt-parent = <&crossbar_mpu>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053023
24 aliases {
Nishanth Menon20b80942013-10-16 15:21:03 -050025 i2c0 = &i2c1;
26 i2c1 = &i2c2;
27 i2c2 = &i2c3;
28 i2c3 = &i2c4;
29 i2c4 = &i2c5;
R Sricharan6e58b8f2013-08-14 19:08:20 +053030 serial0 = &uart1;
31 serial1 = &uart2;
32 serial2 = &uart3;
33 serial3 = &uart4;
34 serial4 = &uart5;
35 serial5 = &uart6;
Nishanth Menon065bd7f2014-10-21 11:18:15 -050036 serial6 = &uart7;
37 serial7 = &uart8;
38 serial8 = &uart9;
39 serial9 = &uart10;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +053040 ethernet0 = &cpsw_emac0;
41 ethernet1 = &cpsw_emac1;
Roger Quadros9ec49b92014-08-15 16:08:36 +030042 d_can0 = &dcan1;
43 d_can1 = &dcan2;
Mugunthan V N480b2b32015-11-19 12:31:01 +053044 spi0 = &qspi;
R Sricharan6e58b8f2013-08-14 19:08:20 +053045 };
46
R Sricharan6e58b8f2013-08-14 19:08:20 +053047 timer {
48 compatible = "arm,armv7-timer";
49 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
50 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
51 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
52 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
Marc Zyngier783d3182015-03-11 15:43:44 +000053 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053054 };
55
56 gic: interrupt-controller@48211000 {
57 compatible = "arm,cortex-a15-gic";
58 interrupt-controller;
59 #interrupt-cells = <3>;
Lokesh Vutladae320e2016-02-24 15:41:04 +053060 reg = <0x0 0x48211000 0x0 0x1000>,
61 <0x0 0x48212000 0x0 0x1000>,
62 <0x0 0x48214000 0x0 0x2000>,
63 <0x0 0x48216000 0x0 0x2000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053064 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
Marc Zyngier783d3182015-03-11 15:43:44 +000065 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053066 };
67
Marc Zyngier7136d452015-03-11 15:43:49 +000068 wakeupgen: interrupt-controller@48281000 {
69 compatible = "ti,omap5-wugen-mpu", "ti,omap4-wugen-mpu";
70 interrupt-controller;
71 #interrupt-cells = <3>;
Lokesh Vutladae320e2016-02-24 15:41:04 +053072 reg = <0x0 0x48281000 0x0 0x1000>;
Marc Zyngier7136d452015-03-11 15:43:49 +000073 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053074 };
75
Dave Gerlachb82ffb32016-05-18 18:36:32 -050076 cpus {
77 #address-cells = <1>;
78 #size-cells = <0>;
79
80 cpu0: cpu@0 {
81 device_type = "cpu";
82 compatible = "arm,cortex-a15";
83 reg = <0>;
84
Dave Gerlachf80bc972016-05-18 18:36:33 -050085 operating-points-v2 = <&cpu0_opp_table>;
86 ti,syscon-efuse = <&scm_wkup 0x20c 0xf80000 19>;
87 ti,syscon-rev = <&scm_wkup 0x204>;
Dave Gerlachb82ffb32016-05-18 18:36:32 -050088
89 clocks = <&dpll_mpu_ck>;
90 clock-names = "cpu";
91
92 clock-latency = <300000>; /* From omap-cpufreq driver */
93
94 /* cooling options */
95 cooling-min-level = <0>;
96 cooling-max-level = <2>;
97 #cooling-cells = <2>; /* min followed by max */
98 };
99 };
100
Dave Gerlachf80bc972016-05-18 18:36:33 -0500101 cpu0_opp_table: opp_table0 {
102 compatible = "operating-points-v2";
103 opp-shared;
104
105 opp_nom@1000000000 {
106 opp-hz = /bits/ 64 <1000000000>;
107 opp-microvolt = <1060000 850000 1150000>;
108 opp-supported-hw = <0xFF 0x01>;
109 opp-suspend;
110 };
111
112 opp_od@1176000000 {
113 opp-hz = /bits/ 64 <1176000000>;
114 opp-microvolt = <1160000 885000 1160000>;
115 opp-supported-hw = <0xFF 0x02>;
116 };
117 };
118
R Sricharan6e58b8f2013-08-14 19:08:20 +0530119 /*
Geert Uytterhoeven5c5be9d2014-03-28 11:11:37 +0100120 * The soc node represents the soc top level view. It is used for IPs
R Sricharan6e58b8f2013-08-14 19:08:20 +0530121 * that are not memory mapped in the MPU view or for the MPU itself.
122 */
123 soc {
124 compatible = "ti,omap-infra";
125 mpu {
126 compatible = "ti,omap5-mpu";
127 ti,hwmods = "mpu";
128 };
129 };
130
131 /*
132 * XXX: Use a flat representation of the SOC interconnect.
133 * The real OMAP interconnect network is quite complex.
Geert Uytterhoevenb7ab5242014-03-28 11:11:39 +0100134 * Since it will not bring real advantage to represent that in DT for
R Sricharan6e58b8f2013-08-14 19:08:20 +0530135 * the moment, just use a fake OCP bus entry to represent the whole bus
136 * hierarchy.
137 */
138 ocp {
Rajendra Nayakfba387a2014-04-10 11:34:32 -0500139 compatible = "ti,dra7-l3-noc", "simple-bus";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530140 #address-cells = <1>;
141 #size-cells = <1>;
Lokesh Vutladae320e2016-02-24 15:41:04 +0530142 ranges = <0x0 0x0 0x0 0xc0000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530143 ti,hwmods = "l3_main_1", "l3_main_2";
Lokesh Vutladae320e2016-02-24 15:41:04 +0530144 reg = <0x0 0x44000000 0x0 0x1000000>,
145 <0x0 0x45000000 0x0 0x1000>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000146 interrupts-extended = <&crossbar_mpu GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
Marc Zyngier7136d452015-03-11 15:43:49 +0000147 <&wakeupgen GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530148
Tero Kristod9195012015-02-12 11:37:13 +0200149 l4_cfg: l4@4a000000 {
150 compatible = "ti,dra7-l4-cfg", "simple-bus";
151 #address-cells = <1>;
152 #size-cells = <1>;
153 ranges = <0 0x4a000000 0x22c000>;
Tero Kristoee6c7502013-07-18 17:18:33 +0300154
Tero Kristod9195012015-02-12 11:37:13 +0200155 scm: scm@2000 {
156 compatible = "ti,dra7-scm-core", "simple-bus";
157 reg = <0x2000 0x2000>;
Tero Kristoee6c7502013-07-18 17:18:33 +0300158 #address-cells = <1>;
Tero Kristod9195012015-02-12 11:37:13 +0200159 #size-cells = <1>;
160 ranges = <0 0x2000 0x2000>;
161
162 scm_conf: scm_conf@0 {
Kishon Vijay Abraham Icd455672015-07-27 17:46:41 +0530163 compatible = "syscon", "simple-bus";
Tero Kristod9195012015-02-12 11:37:13 +0200164 reg = <0x0 0x1400>;
165 #address-cells = <1>;
166 #size-cells = <1>;
Kishon Vijay Abraham I9a5e3f22015-09-04 17:38:24 +0530167 ranges = <0 0x0 0x1400>;
Tero Kristod9195012015-02-12 11:37:13 +0200168
Javier Martinez Canillas308cfda2016-04-01 16:20:18 -0400169 pbias_regulator: pbias_regulator@e00 {
Kishon Vijay Abraham I737f1462015-09-04 17:30:25 +0530170 compatible = "ti,pbias-dra7", "ti,pbias-omap";
Tero Kristod9195012015-02-12 11:37:13 +0200171 reg = <0xe00 0x4>;
172 syscon = <&scm_conf>;
173 pbias_mmc_reg: pbias_mmc_omap5 {
174 regulator-name = "pbias_mmc_omap5";
175 regulator-min-microvolt = <1800000>;
176 regulator-max-microvolt = <3000000>;
177 };
178 };
Tomi Valkeinen2d5a3c82015-02-23 12:53:56 +0200179
180 scm_conf_clocks: clocks {
181 #address-cells = <1>;
182 #size-cells = <0>;
183 };
Tero Kristod9195012015-02-12 11:37:13 +0200184 };
185
186 dra7_pmx_core: pinmux@1400 {
187 compatible = "ti,dra7-padconf",
188 "pinctrl-single";
Roger Quadros1c5cb6f2015-07-27 13:27:29 +0300189 reg = <0x1400 0x0468>;
Tero Kristod9195012015-02-12 11:37:13 +0200190 #address-cells = <1>;
191 #size-cells = <0>;
192 #interrupt-cells = <1>;
193 interrupt-controller;
194 pinctrl-single,register-width = <32>;
195 pinctrl-single,function-mask = <0x3fffffff>;
196 };
Roger Quadros33cb3a12015-08-04 12:10:14 +0300197
198 scm_conf1: scm_conf@1c04 {
199 compatible = "syscon";
200 reg = <0x1c04 0x0020>;
201 };
Kishon Vijay Abraham I43acf162015-12-21 14:43:18 +0530202
203 scm_conf_pcie: scm_conf@1c24 {
204 compatible = "syscon";
205 reg = <0x1c24 0x0024>;
206 };
Peter Ujfalusi3d2a58b2016-03-07 17:17:28 +0200207
208 sdma_xbar: dma-router@b78 {
209 compatible = "ti,dra7-dma-crossbar";
210 reg = <0xb78 0xfc>;
211 #dma-cells = <1>;
212 dma-requests = <205>;
213 ti,dma-safe-map = <0>;
214 dma-masters = <&sdma>;
215 };
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200216
217 edma_xbar: dma-router@c78 {
218 compatible = "ti,dra7-dma-crossbar";
219 reg = <0xc78 0x7c>;
220 #dma-cells = <2>;
221 dma-requests = <204>;
222 ti,dma-safe-map = <0>;
223 dma-masters = <&edma>;
224 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300225 };
226
Tero Kristod9195012015-02-12 11:37:13 +0200227 cm_core_aon: cm_core_aon@5000 {
228 compatible = "ti,dra7-cm-core-aon";
229 reg = <0x5000 0x2000>;
230
231 cm_core_aon_clocks: clocks {
232 #address-cells = <1>;
233 #size-cells = <0>;
234 };
235
236 cm_core_aon_clockdomains: clockdomains {
237 };
238 };
239
240 cm_core: cm_core@8000 {
241 compatible = "ti,dra7-cm-core";
242 reg = <0x8000 0x3000>;
243
244 cm_core_clocks: clocks {
245 #address-cells = <1>;
246 #size-cells = <0>;
247 };
248
249 cm_core_clockdomains: clockdomains {
250 };
251 };
252 };
253
254 l4_wkup: l4@4ae00000 {
255 compatible = "ti,dra7-l4-wkup", "simple-bus";
256 #address-cells = <1>;
257 #size-cells = <1>;
258 ranges = <0 0x4ae00000 0x3f000>;
259
260 counter32k: counter@4000 {
261 compatible = "ti,omap-counter32k";
262 reg = <0x4000 0x40>;
263 ti,hwmods = "counter_32k";
264 };
265
266 prm: prm@6000 {
267 compatible = "ti,dra7-prm";
268 reg = <0x6000 0x3000>;
269 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
270
271 prm_clocks: clocks {
272 #address-cells = <1>;
273 #size-cells = <0>;
274 };
275
276 prm_clockdomains: clockdomains {
277 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300278 };
Dave Gerlach62e4fee2016-05-18 18:36:31 -0500279
280 scm_wkup: scm_conf@c000 {
281 compatible = "syscon";
282 reg = <0xc000 0x1000>;
283 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300284 };
285
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530286 axi@0 {
287 compatible = "simple-bus";
288 #size-cells = <1>;
289 #address-cells = <1>;
290 ranges = <0x51000000 0x51000000 0x3000
291 0x0 0x20000000 0x10000000>;
Kishon Vijay Abraham I73c8f0c2015-07-28 19:09:10 +0530292 pcie1: pcie@51000000 {
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530293 compatible = "ti,dra7-pcie";
294 reg = <0x51000000 0x2000>, <0x51002000 0x14c>, <0x1000 0x2000>;
295 reg-names = "rc_dbics", "ti_conf", "config";
296 interrupts = <0 232 0x4>, <0 233 0x4>;
297 #address-cells = <3>;
298 #size-cells = <2>;
299 device_type = "pci";
300 ranges = <0x81000000 0 0 0x03000 0 0x00010000
301 0x82000000 0 0x20013000 0x13000 0 0xffed000>;
302 #interrupt-cells = <1>;
303 num-lanes = <1>;
304 ti,hwmods = "pcie1";
305 phys = <&pcie1_phy>;
306 phy-names = "pcie-phy0";
307 interrupt-map-mask = <0 0 0 7>;
308 interrupt-map = <0 0 0 1 &pcie1_intc 1>,
309 <0 0 0 2 &pcie1_intc 2>,
310 <0 0 0 3 &pcie1_intc 3>,
311 <0 0 0 4 &pcie1_intc 4>;
312 pcie1_intc: interrupt-controller {
313 interrupt-controller;
314 #address-cells = <0>;
315 #interrupt-cells = <1>;
316 };
317 };
318 };
319
320 axi@1 {
321 compatible = "simple-bus";
322 #size-cells = <1>;
323 #address-cells = <1>;
324 ranges = <0x51800000 0x51800000 0x3000
325 0x0 0x30000000 0x10000000>;
326 status = "disabled";
Kishon Vijay Abraham I605b3d32016-06-09 20:43:55 +0530327 pcie@51800000 {
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530328 compatible = "ti,dra7-pcie";
329 reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>;
330 reg-names = "rc_dbics", "ti_conf", "config";
331 interrupts = <0 355 0x4>, <0 356 0x4>;
332 #address-cells = <3>;
333 #size-cells = <2>;
334 device_type = "pci";
335 ranges = <0x81000000 0 0 0x03000 0 0x00010000
336 0x82000000 0 0x30013000 0x13000 0 0xffed000>;
337 #interrupt-cells = <1>;
338 num-lanes = <1>;
339 ti,hwmods = "pcie2";
340 phys = <&pcie2_phy>;
341 phy-names = "pcie-phy0";
342 interrupt-map-mask = <0 0 0 7>;
343 interrupt-map = <0 0 0 1 &pcie2_intc 1>,
344 <0 0 0 2 &pcie2_intc 2>,
345 <0 0 0 3 &pcie2_intc 3>,
346 <0 0 0 4 &pcie2_intc 4>;
347 pcie2_intc: interrupt-controller {
348 interrupt-controller;
349 #address-cells = <0>;
350 #interrupt-cells = <1>;
351 };
352 };
353 };
354
Dave Gerlacha5fa09b2016-05-10 14:49:41 -0500355 ocmcram1: ocmcram@40300000 {
356 compatible = "mmio-sram";
357 reg = <0x40300000 0x80000>;
358 ranges = <0x0 0x40300000 0x80000>;
359 #address-cells = <1>;
360 #size-cells = <1>;
Dave Gerlachfae3a9f2016-05-10 14:49:42 -0500361 /*
362 * This is a placeholder for an optional reserved
363 * region for use by secure software. The size
364 * of this region is not known until runtime so it
365 * is set as zero to either be updated to reserve
366 * space or left unchanged to leave all SRAM for use.
367 * On HS parts that that require the reserved region
368 * either the bootloader can update the size to
369 * the required amount or the node can be overridden
370 * from the board dts file for the secure platform.
371 */
372 sram-hs@0 {
373 compatible = "ti,secure-ram";
374 reg = <0x0 0x0>;
375 };
Dave Gerlacha5fa09b2016-05-10 14:49:41 -0500376 };
377
378 /*
379 * NOTE: ocmcram2 and ocmcram3 are not available on all
380 * DRA7xx and AM57xx variants. Confirm availability in
381 * the data manual for the exact part number in use
382 * before enabling these nodes in the board dts file.
383 */
384 ocmcram2: ocmcram@40400000 {
385 status = "disabled";
386 compatible = "mmio-sram";
387 reg = <0x40400000 0x100000>;
388 ranges = <0x0 0x40400000 0x100000>;
389 #address-cells = <1>;
390 #size-cells = <1>;
391 };
392
393 ocmcram3: ocmcram@40500000 {
394 status = "disabled";
395 compatible = "mmio-sram";
396 reg = <0x40500000 0x100000>;
397 ranges = <0x0 0x40500000 0x100000>;
398 #address-cells = <1>;
399 #size-cells = <1>;
400 };
401
Keerthyf7397ed2015-03-23 14:39:38 -0500402 bandgap: bandgap@4a0021e0 {
403 reg = <0x4a0021e0 0xc
404 0x4a00232c 0xc
405 0x4a002380 0x2c
406 0x4a0023C0 0x3c
407 0x4a002564 0x8
408 0x4a002574 0x50>;
409 compatible = "ti,dra752-bandgap";
410 interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
411 #thermal-sensor-cells = <1>;
412 };
413
Suman Anna99639ac2015-10-02 18:23:22 -0500414 dsp1_system: dsp_system@40d00000 {
415 compatible = "syscon";
416 reg = <0x40d00000 0x100>;
417 };
418
R Sricharan6e58b8f2013-08-14 19:08:20 +0530419 sdma: dma-controller@4a056000 {
420 compatible = "ti,omap4430-sdma";
421 reg = <0x4a056000 0x1000>;
R Sricharana46631c2014-06-26 12:55:31 +0530422 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
423 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
424 <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
425 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530426 #dma-cells = <1>;
Peter Ujfalusi08d9b322015-02-20 15:42:06 +0200427 dma-channels = <32>;
428 dma-requests = <127>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530429 };
430
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200431 edma: edma@43300000 {
432 compatible = "ti,edma3-tpcc";
433 ti,hwmods = "tpcc";
434 reg = <0x43300000 0x100000>;
435 reg-names = "edma3_cc";
436 interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>,
437 <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>,
438 <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
Robert P. J. Daya5206552016-05-24 17:20:28 -0400439 interrupt-names = "edma3_ccint", "edma3_mperr",
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200440 "edma3_ccerrint";
441 dma-requests = <64>;
442 #dma-cells = <2>;
443
444 ti,tptcs = <&edma_tptc0 7>, <&edma_tptc1 0>;
445
446 /*
447 * memcpy is disabled, can be enabled with:
448 * ti,edma-memcpy-channels = <20 21>;
449 * for example. Note that these channels need to be
450 * masked in the xbar as well.
451 */
452 };
453
454 edma_tptc0: tptc@43400000 {
455 compatible = "ti,edma3-tptc";
456 ti,hwmods = "tptc0";
457 reg = <0x43400000 0x100000>;
458 interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>;
459 interrupt-names = "edma3_tcerrint";
460 };
461
462 edma_tptc1: tptc@43500000 {
463 compatible = "ti,edma3-tptc";
464 ti,hwmods = "tptc1";
465 reg = <0x43500000 0x100000>;
466 interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>;
467 interrupt-names = "edma3_tcerrint";
468 };
469
R Sricharan6e58b8f2013-08-14 19:08:20 +0530470 gpio1: gpio@4ae10000 {
471 compatible = "ti,omap4-gpio";
472 reg = <0x4ae10000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530473 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530474 ti,hwmods = "gpio1";
475 gpio-controller;
476 #gpio-cells = <2>;
477 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700478 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530479 };
480
481 gpio2: gpio@48055000 {
482 compatible = "ti,omap4-gpio";
483 reg = <0x48055000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530484 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530485 ti,hwmods = "gpio2";
486 gpio-controller;
487 #gpio-cells = <2>;
488 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700489 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530490 };
491
492 gpio3: gpio@48057000 {
493 compatible = "ti,omap4-gpio";
494 reg = <0x48057000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530495 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530496 ti,hwmods = "gpio3";
497 gpio-controller;
498 #gpio-cells = <2>;
499 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700500 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530501 };
502
503 gpio4: gpio@48059000 {
504 compatible = "ti,omap4-gpio";
505 reg = <0x48059000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530506 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530507 ti,hwmods = "gpio4";
508 gpio-controller;
509 #gpio-cells = <2>;
510 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700511 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530512 };
513
514 gpio5: gpio@4805b000 {
515 compatible = "ti,omap4-gpio";
516 reg = <0x4805b000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530517 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530518 ti,hwmods = "gpio5";
519 gpio-controller;
520 #gpio-cells = <2>;
521 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700522 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530523 };
524
525 gpio6: gpio@4805d000 {
526 compatible = "ti,omap4-gpio";
527 reg = <0x4805d000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530528 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530529 ti,hwmods = "gpio6";
530 gpio-controller;
531 #gpio-cells = <2>;
532 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700533 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530534 };
535
536 gpio7: gpio@48051000 {
537 compatible = "ti,omap4-gpio";
538 reg = <0x48051000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530539 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530540 ti,hwmods = "gpio7";
541 gpio-controller;
542 #gpio-cells = <2>;
543 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700544 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530545 };
546
547 gpio8: gpio@48053000 {
548 compatible = "ti,omap4-gpio";
549 reg = <0x48053000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530550 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530551 ti,hwmods = "gpio8";
552 gpio-controller;
553 #gpio-cells = <2>;
554 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700555 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530556 };
557
558 uart1: serial@4806a000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530559 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530560 reg = <0x4806a000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000561 interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530562 ti,hwmods = "uart1";
563 clock-frequency = <48000000>;
564 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300565 dmas = <&sdma_xbar 49>, <&sdma_xbar 50>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200566 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530567 };
568
569 uart2: serial@4806c000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530570 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530571 reg = <0x4806c000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000572 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530573 ti,hwmods = "uart2";
574 clock-frequency = <48000000>;
575 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300576 dmas = <&sdma_xbar 51>, <&sdma_xbar 52>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200577 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530578 };
579
580 uart3: serial@48020000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530581 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530582 reg = <0x48020000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000583 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530584 ti,hwmods = "uart3";
585 clock-frequency = <48000000>;
586 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300587 dmas = <&sdma_xbar 53>, <&sdma_xbar 54>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200588 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530589 };
590
591 uart4: serial@4806e000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530592 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530593 reg = <0x4806e000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000594 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530595 ti,hwmods = "uart4";
596 clock-frequency = <48000000>;
597 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300598 dmas = <&sdma_xbar 55>, <&sdma_xbar 56>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200599 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530600 };
601
602 uart5: serial@48066000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530603 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530604 reg = <0x48066000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000605 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530606 ti,hwmods = "uart5";
607 clock-frequency = <48000000>;
608 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300609 dmas = <&sdma_xbar 63>, <&sdma_xbar 64>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200610 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530611 };
612
613 uart6: serial@48068000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530614 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530615 reg = <0x48068000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000616 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530617 ti,hwmods = "uart6";
618 clock-frequency = <48000000>;
619 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300620 dmas = <&sdma_xbar 79>, <&sdma_xbar 80>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200621 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530622 };
623
624 uart7: serial@48420000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530625 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530626 reg = <0x48420000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000627 interrupts = <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530628 ti,hwmods = "uart7";
629 clock-frequency = <48000000>;
630 status = "disabled";
631 };
632
633 uart8: serial@48422000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530634 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530635 reg = <0x48422000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000636 interrupts = <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530637 ti,hwmods = "uart8";
638 clock-frequency = <48000000>;
639 status = "disabled";
640 };
641
642 uart9: serial@48424000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530643 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530644 reg = <0x48424000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000645 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530646 ti,hwmods = "uart9";
647 clock-frequency = <48000000>;
648 status = "disabled";
649 };
650
651 uart10: serial@4ae2b000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530652 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530653 reg = <0x4ae2b000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000654 interrupts = <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530655 ti,hwmods = "uart10";
656 clock-frequency = <48000000>;
657 status = "disabled";
658 };
659
Suman Anna38baefb2014-07-11 16:44:38 -0500660 mailbox1: mailbox@4a0f4000 {
661 compatible = "ti,omap4-mailbox";
662 reg = <0x4a0f4000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600663 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
664 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
665 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500666 ti,hwmods = "mailbox1";
Suman Anna24df0452014-11-03 17:07:35 -0600667 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500668 ti,mbox-num-users = <3>;
669 ti,mbox-num-fifos = <8>;
670 status = "disabled";
671 };
672
673 mailbox2: mailbox@4883a000 {
674 compatible = "ti,omap4-mailbox";
675 reg = <0x4883a000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600676 interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>,
677 <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>,
678 <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>,
679 <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500680 ti,hwmods = "mailbox2";
Suman Anna24df0452014-11-03 17:07:35 -0600681 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500682 ti,mbox-num-users = <4>;
683 ti,mbox-num-fifos = <12>;
684 status = "disabled";
685 };
686
687 mailbox3: mailbox@4883c000 {
688 compatible = "ti,omap4-mailbox";
689 reg = <0x4883c000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600690 interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>,
691 <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>,
692 <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>,
693 <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500694 ti,hwmods = "mailbox3";
Suman Anna24df0452014-11-03 17:07:35 -0600695 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500696 ti,mbox-num-users = <4>;
697 ti,mbox-num-fifos = <12>;
698 status = "disabled";
699 };
700
701 mailbox4: mailbox@4883e000 {
702 compatible = "ti,omap4-mailbox";
703 reg = <0x4883e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600704 interrupts = <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
705 <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>,
706 <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>,
707 <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500708 ti,hwmods = "mailbox4";
Suman Anna24df0452014-11-03 17:07:35 -0600709 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500710 ti,mbox-num-users = <4>;
711 ti,mbox-num-fifos = <12>;
712 status = "disabled";
713 };
714
715 mailbox5: mailbox@48840000 {
716 compatible = "ti,omap4-mailbox";
717 reg = <0x48840000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600718 interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>,
719 <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>,
720 <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>,
721 <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500722 ti,hwmods = "mailbox5";
Suman Anna24df0452014-11-03 17:07:35 -0600723 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500724 ti,mbox-num-users = <4>;
725 ti,mbox-num-fifos = <12>;
726 status = "disabled";
727 };
728
729 mailbox6: mailbox@48842000 {
730 compatible = "ti,omap4-mailbox";
731 reg = <0x48842000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600732 interrupts = <GIC_SPI 253 IRQ_TYPE_LEVEL_HIGH>,
733 <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>,
734 <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>,
735 <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500736 ti,hwmods = "mailbox6";
Suman Anna24df0452014-11-03 17:07:35 -0600737 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500738 ti,mbox-num-users = <4>;
739 ti,mbox-num-fifos = <12>;
740 status = "disabled";
741 };
742
743 mailbox7: mailbox@48844000 {
744 compatible = "ti,omap4-mailbox";
745 reg = <0x48844000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600746 interrupts = <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>,
747 <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>,
748 <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>,
749 <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500750 ti,hwmods = "mailbox7";
Suman Anna24df0452014-11-03 17:07:35 -0600751 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500752 ti,mbox-num-users = <4>;
753 ti,mbox-num-fifos = <12>;
754 status = "disabled";
755 };
756
757 mailbox8: mailbox@48846000 {
758 compatible = "ti,omap4-mailbox";
759 reg = <0x48846000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600760 interrupts = <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>,
761 <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>,
762 <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>,
763 <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500764 ti,hwmods = "mailbox8";
Suman Anna24df0452014-11-03 17:07:35 -0600765 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500766 ti,mbox-num-users = <4>;
767 ti,mbox-num-fifos = <12>;
768 status = "disabled";
769 };
770
771 mailbox9: mailbox@4885e000 {
772 compatible = "ti,omap4-mailbox";
773 reg = <0x4885e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600774 interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>,
775 <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>,
776 <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>,
777 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500778 ti,hwmods = "mailbox9";
Suman Anna24df0452014-11-03 17:07:35 -0600779 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500780 ti,mbox-num-users = <4>;
781 ti,mbox-num-fifos = <12>;
782 status = "disabled";
783 };
784
785 mailbox10: mailbox@48860000 {
786 compatible = "ti,omap4-mailbox";
787 reg = <0x48860000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600788 interrupts = <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>,
789 <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH>,
790 <GIC_SPI 271 IRQ_TYPE_LEVEL_HIGH>,
791 <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500792 ti,hwmods = "mailbox10";
Suman Anna24df0452014-11-03 17:07:35 -0600793 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500794 ti,mbox-num-users = <4>;
795 ti,mbox-num-fifos = <12>;
796 status = "disabled";
797 };
798
799 mailbox11: mailbox@48862000 {
800 compatible = "ti,omap4-mailbox";
801 reg = <0x48862000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600802 interrupts = <GIC_SPI 273 IRQ_TYPE_LEVEL_HIGH>,
803 <GIC_SPI 274 IRQ_TYPE_LEVEL_HIGH>,
804 <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>,
805 <GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500806 ti,hwmods = "mailbox11";
Suman Anna24df0452014-11-03 17:07:35 -0600807 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500808 ti,mbox-num-users = <4>;
809 ti,mbox-num-fifos = <12>;
810 status = "disabled";
811 };
812
813 mailbox12: mailbox@48864000 {
814 compatible = "ti,omap4-mailbox";
815 reg = <0x48864000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600816 interrupts = <GIC_SPI 277 IRQ_TYPE_LEVEL_HIGH>,
817 <GIC_SPI 278 IRQ_TYPE_LEVEL_HIGH>,
818 <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
819 <GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500820 ti,hwmods = "mailbox12";
Suman Anna24df0452014-11-03 17:07:35 -0600821 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500822 ti,mbox-num-users = <4>;
823 ti,mbox-num-fifos = <12>;
824 status = "disabled";
825 };
826
827 mailbox13: mailbox@48802000 {
828 compatible = "ti,omap4-mailbox";
829 reg = <0x48802000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600830 interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>,
831 <GIC_SPI 380 IRQ_TYPE_LEVEL_HIGH>,
832 <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>,
833 <GIC_SPI 382 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500834 ti,hwmods = "mailbox13";
Suman Anna24df0452014-11-03 17:07:35 -0600835 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500836 ti,mbox-num-users = <4>;
837 ti,mbox-num-fifos = <12>;
838 status = "disabled";
839 };
840
R Sricharan6e58b8f2013-08-14 19:08:20 +0530841 timer1: timer@4ae18000 {
842 compatible = "ti,omap5430-timer";
843 reg = <0x4ae18000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530844 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530845 ti,hwmods = "timer1";
846 ti,timer-alwon;
847 };
848
849 timer2: timer@48032000 {
850 compatible = "ti,omap5430-timer";
851 reg = <0x48032000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530852 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530853 ti,hwmods = "timer2";
854 };
855
856 timer3: timer@48034000 {
857 compatible = "ti,omap5430-timer";
858 reg = <0x48034000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530859 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530860 ti,hwmods = "timer3";
861 };
862
863 timer4: timer@48036000 {
864 compatible = "ti,omap5430-timer";
865 reg = <0x48036000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530866 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530867 ti,hwmods = "timer4";
868 };
869
870 timer5: timer@48820000 {
871 compatible = "ti,omap5430-timer";
872 reg = <0x48820000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530873 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530874 ti,hwmods = "timer5";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530875 };
876
877 timer6: timer@48822000 {
878 compatible = "ti,omap5430-timer";
879 reg = <0x48822000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530880 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530881 ti,hwmods = "timer6";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530882 };
883
884 timer7: timer@48824000 {
885 compatible = "ti,omap5430-timer";
886 reg = <0x48824000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530887 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530888 ti,hwmods = "timer7";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530889 };
890
891 timer8: timer@48826000 {
892 compatible = "ti,omap5430-timer";
893 reg = <0x48826000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530894 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530895 ti,hwmods = "timer8";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530896 };
897
898 timer9: timer@4803e000 {
899 compatible = "ti,omap5430-timer";
900 reg = <0x4803e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530901 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530902 ti,hwmods = "timer9";
903 };
904
905 timer10: timer@48086000 {
906 compatible = "ti,omap5430-timer";
907 reg = <0x48086000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530908 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530909 ti,hwmods = "timer10";
910 };
911
912 timer11: timer@48088000 {
913 compatible = "ti,omap5430-timer";
914 reg = <0x48088000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530915 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530916 ti,hwmods = "timer11";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530917 };
918
Suman Annad79852a2016-04-05 16:44:10 -0500919 timer12: timer@4ae20000 {
920 compatible = "ti,omap5430-timer";
921 reg = <0x4ae20000 0x80>;
922 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
923 ti,hwmods = "timer12";
924 ti,timer-alwon;
925 ti,timer-secure;
926 };
927
R Sricharan6e58b8f2013-08-14 19:08:20 +0530928 timer13: timer@48828000 {
929 compatible = "ti,omap5430-timer";
930 reg = <0x48828000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530931 interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530932 ti,hwmods = "timer13";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530933 };
934
935 timer14: timer@4882a000 {
936 compatible = "ti,omap5430-timer";
937 reg = <0x4882a000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530938 interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530939 ti,hwmods = "timer14";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530940 };
941
942 timer15: timer@4882c000 {
943 compatible = "ti,omap5430-timer";
944 reg = <0x4882c000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530945 interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530946 ti,hwmods = "timer15";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530947 };
948
949 timer16: timer@4882e000 {
950 compatible = "ti,omap5430-timer";
951 reg = <0x4882e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530952 interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530953 ti,hwmods = "timer16";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530954 };
955
956 wdt2: wdt@4ae14000 {
Lokesh Vutlabe668832014-11-12 10:54:15 +0530957 compatible = "ti,omap3-wdt";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530958 reg = <0x4ae14000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530959 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530960 ti,hwmods = "wd_timer2";
961 };
962
Suman Annadbd7c192014-01-13 18:26:46 -0600963 hwspinlock: spinlock@4a0f6000 {
964 compatible = "ti,omap4-hwspinlock";
965 reg = <0x4a0f6000 0x1000>;
966 ti,hwmods = "spinlock";
967 #hwlock-cells = <1>;
968 };
969
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530970 dmm@4e000000 {
971 compatible = "ti,omap5-dmm";
972 reg = <0x4e000000 0x800>;
R Sricharana46631c2014-06-26 12:55:31 +0530973 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530974 ti,hwmods = "dmm";
975 };
976
R Sricharan6e58b8f2013-08-14 19:08:20 +0530977 i2c1: i2c@48070000 {
978 compatible = "ti,omap4-i2c";
979 reg = <0x48070000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530980 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530981 #address-cells = <1>;
982 #size-cells = <0>;
983 ti,hwmods = "i2c1";
984 status = "disabled";
985 };
986
987 i2c2: i2c@48072000 {
988 compatible = "ti,omap4-i2c";
989 reg = <0x48072000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530990 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530991 #address-cells = <1>;
992 #size-cells = <0>;
993 ti,hwmods = "i2c2";
994 status = "disabled";
995 };
996
997 i2c3: i2c@48060000 {
998 compatible = "ti,omap4-i2c";
999 reg = <0x48060000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301000 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301001 #address-cells = <1>;
1002 #size-cells = <0>;
1003 ti,hwmods = "i2c3";
1004 status = "disabled";
1005 };
1006
1007 i2c4: i2c@4807a000 {
1008 compatible = "ti,omap4-i2c";
1009 reg = <0x4807a000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301010 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301011 #address-cells = <1>;
1012 #size-cells = <0>;
1013 ti,hwmods = "i2c4";
1014 status = "disabled";
1015 };
1016
1017 i2c5: i2c@4807c000 {
1018 compatible = "ti,omap4-i2c";
1019 reg = <0x4807c000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301020 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301021 #address-cells = <1>;
1022 #size-cells = <0>;
1023 ti,hwmods = "i2c5";
1024 status = "disabled";
1025 };
1026
1027 mmc1: mmc@4809c000 {
1028 compatible = "ti,omap4-hsmmc";
1029 reg = <0x4809c000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301030 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301031 ti,hwmods = "mmc1";
1032 ti,dual-volt;
1033 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001034 dmas = <&sdma_xbar 61>, <&sdma_xbar 62>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301035 dma-names = "tx", "rx";
1036 status = "disabled";
Balaji T Kcd042fe2014-02-19 20:26:40 +05301037 pbias-supply = <&pbias_mmc_reg>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301038 };
1039
1040 mmc2: mmc@480b4000 {
1041 compatible = "ti,omap4-hsmmc";
1042 reg = <0x480b4000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301043 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301044 ti,hwmods = "mmc2";
1045 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001046 dmas = <&sdma_xbar 47>, <&sdma_xbar 48>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301047 dma-names = "tx", "rx";
1048 status = "disabled";
1049 };
1050
1051 mmc3: mmc@480ad000 {
1052 compatible = "ti,omap4-hsmmc";
1053 reg = <0x480ad000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301054 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301055 ti,hwmods = "mmc3";
1056 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001057 dmas = <&sdma_xbar 77>, <&sdma_xbar 78>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301058 dma-names = "tx", "rx";
1059 status = "disabled";
1060 };
1061
1062 mmc4: mmc@480d1000 {
1063 compatible = "ti,omap4-hsmmc";
1064 reg = <0x480d1000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301065 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301066 ti,hwmods = "mmc4";
1067 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001068 dmas = <&sdma_xbar 57>, <&sdma_xbar 58>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301069 dma-names = "tx", "rx";
1070 status = "disabled";
1071 };
1072
Suman Anna2c7e07c52015-10-02 18:23:24 -05001073 mmu0_dsp1: mmu@40d01000 {
1074 compatible = "ti,dra7-dsp-iommu";
1075 reg = <0x40d01000 0x100>;
1076 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
1077 ti,hwmods = "mmu0_dsp1";
1078 #iommu-cells = <0>;
1079 ti,syscon-mmuconfig = <&dsp1_system 0x0>;
1080 status = "disabled";
1081 };
1082
1083 mmu1_dsp1: mmu@40d02000 {
1084 compatible = "ti,dra7-dsp-iommu";
1085 reg = <0x40d02000 0x100>;
1086 interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
1087 ti,hwmods = "mmu1_dsp1";
1088 #iommu-cells = <0>;
1089 ti,syscon-mmuconfig = <&dsp1_system 0x1>;
1090 status = "disabled";
1091 };
1092
1093 mmu_ipu1: mmu@58882000 {
1094 compatible = "ti,dra7-iommu";
1095 reg = <0x58882000 0x100>;
1096 interrupts = <GIC_SPI 395 IRQ_TYPE_LEVEL_HIGH>;
1097 ti,hwmods = "mmu_ipu1";
1098 #iommu-cells = <0>;
1099 ti,iommu-bus-err-back;
1100 status = "disabled";
1101 };
1102
1103 mmu_ipu2: mmu@55082000 {
1104 compatible = "ti,dra7-iommu";
1105 reg = <0x55082000 0x100>;
1106 interrupts = <GIC_SPI 396 IRQ_TYPE_LEVEL_HIGH>;
1107 ti,hwmods = "mmu_ipu2";
1108 #iommu-cells = <0>;
1109 ti,iommu-bus-err-back;
1110 status = "disabled";
1111 };
1112
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301113 abb_mpu: regulator-abb-mpu {
1114 compatible = "ti,abb-v3";
1115 regulator-name = "abb_mpu";
1116 #address-cells = <0>;
1117 #size-cells = <0>;
1118 clocks = <&sys_clkin1>;
1119 ti,settling-time = <50>;
1120 ti,clock-cycles = <16>;
1121
1122 reg = <0x4ae07ddc 0x4>, <0x4ae07de0 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001123 <0x4ae06014 0x4>, <0x4a003b20 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301124 <0x4ae0c158 0x4>;
1125 reg-names = "setup-address", "control-address",
1126 "int-address", "efuse-address",
1127 "ldo-address";
1128 ti,tranxdone-status-mask = <0x80>;
1129 /* LDOVBBMPU_FBB_MUX_CTRL */
1130 ti,ldovbb-override-mask = <0x400>;
1131 /* LDOVBBMPU_FBB_VSET_OUT */
1132 ti,ldovbb-vset-mask = <0x1F>;
1133
1134 /*
1135 * NOTE: only FBB mode used but actual vset will
1136 * determine final biasing
1137 */
1138 ti,abb_info = <
1139 /*uV ABB efuse rbb_m fbb_m vset_m*/
1140 1060000 0 0x0 0 0x02000000 0x01F00000
1141 1160000 0 0x4 0 0x02000000 0x01F00000
1142 1210000 0 0x8 0 0x02000000 0x01F00000
1143 >;
1144 };
1145
1146 abb_ivahd: regulator-abb-ivahd {
1147 compatible = "ti,abb-v3";
1148 regulator-name = "abb_ivahd";
1149 #address-cells = <0>;
1150 #size-cells = <0>;
1151 clocks = <&sys_clkin1>;
1152 ti,settling-time = <50>;
1153 ti,clock-cycles = <16>;
1154
1155 reg = <0x4ae07e34 0x4>, <0x4ae07e24 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001156 <0x4ae06010 0x4>, <0x4a0025cc 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301157 <0x4a002470 0x4>;
1158 reg-names = "setup-address", "control-address",
1159 "int-address", "efuse-address",
1160 "ldo-address";
1161 ti,tranxdone-status-mask = <0x40000000>;
1162 /* LDOVBBIVA_FBB_MUX_CTRL */
1163 ti,ldovbb-override-mask = <0x400>;
1164 /* LDOVBBIVA_FBB_VSET_OUT */
1165 ti,ldovbb-vset-mask = <0x1F>;
1166
1167 /*
1168 * NOTE: only FBB mode used but actual vset will
1169 * determine final biasing
1170 */
1171 ti,abb_info = <
1172 /*uV ABB efuse rbb_m fbb_m vset_m*/
1173 1055000 0 0x0 0 0x02000000 0x01F00000
1174 1150000 0 0x4 0 0x02000000 0x01F00000
1175 1250000 0 0x8 0 0x02000000 0x01F00000
1176 >;
1177 };
1178
1179 abb_dspeve: regulator-abb-dspeve {
1180 compatible = "ti,abb-v3";
1181 regulator-name = "abb_dspeve";
1182 #address-cells = <0>;
1183 #size-cells = <0>;
1184 clocks = <&sys_clkin1>;
1185 ti,settling-time = <50>;
1186 ti,clock-cycles = <16>;
1187
1188 reg = <0x4ae07e30 0x4>, <0x4ae07e20 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001189 <0x4ae06010 0x4>, <0x4a0025e0 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301190 <0x4a00246c 0x4>;
1191 reg-names = "setup-address", "control-address",
1192 "int-address", "efuse-address",
1193 "ldo-address";
1194 ti,tranxdone-status-mask = <0x20000000>;
1195 /* LDOVBBDSPEVE_FBB_MUX_CTRL */
1196 ti,ldovbb-override-mask = <0x400>;
1197 /* LDOVBBDSPEVE_FBB_VSET_OUT */
1198 ti,ldovbb-vset-mask = <0x1F>;
1199
1200 /*
1201 * NOTE: only FBB mode used but actual vset will
1202 * determine final biasing
1203 */
1204 ti,abb_info = <
1205 /*uV ABB efuse rbb_m fbb_m vset_m*/
1206 1055000 0 0x0 0 0x02000000 0x01F00000
1207 1150000 0 0x4 0 0x02000000 0x01F00000
1208 1250000 0 0x8 0 0x02000000 0x01F00000
1209 >;
1210 };
1211
1212 abb_gpu: regulator-abb-gpu {
1213 compatible = "ti,abb-v3";
1214 regulator-name = "abb_gpu";
1215 #address-cells = <0>;
1216 #size-cells = <0>;
1217 clocks = <&sys_clkin1>;
1218 ti,settling-time = <50>;
1219 ti,clock-cycles = <16>;
1220
1221 reg = <0x4ae07de4 0x4>, <0x4ae07de8 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001222 <0x4ae06010 0x4>, <0x4a003b08 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301223 <0x4ae0c154 0x4>;
1224 reg-names = "setup-address", "control-address",
1225 "int-address", "efuse-address",
1226 "ldo-address";
1227 ti,tranxdone-status-mask = <0x10000000>;
1228 /* LDOVBBGPU_FBB_MUX_CTRL */
1229 ti,ldovbb-override-mask = <0x400>;
1230 /* LDOVBBGPU_FBB_VSET_OUT */
1231 ti,ldovbb-vset-mask = <0x1F>;
1232
1233 /*
1234 * NOTE: only FBB mode used but actual vset will
1235 * determine final biasing
1236 */
1237 ti,abb_info = <
1238 /*uV ABB efuse rbb_m fbb_m vset_m*/
1239 1090000 0 0x0 0 0x02000000 0x01F00000
1240 1210000 0 0x4 0 0x02000000 0x01F00000
1241 1280000 0 0x8 0 0x02000000 0x01F00000
1242 >;
1243 };
1244
R Sricharan6e58b8f2013-08-14 19:08:20 +05301245 mcspi1: spi@48098000 {
1246 compatible = "ti,omap4-mcspi";
1247 reg = <0x48098000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301248 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301249 #address-cells = <1>;
1250 #size-cells = <0>;
1251 ti,hwmods = "mcspi1";
1252 ti,spi-num-cs = <4>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001253 dmas = <&sdma_xbar 35>,
1254 <&sdma_xbar 36>,
1255 <&sdma_xbar 37>,
1256 <&sdma_xbar 38>,
1257 <&sdma_xbar 39>,
1258 <&sdma_xbar 40>,
1259 <&sdma_xbar 41>,
1260 <&sdma_xbar 42>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301261 dma-names = "tx0", "rx0", "tx1", "rx1",
1262 "tx2", "rx2", "tx3", "rx3";
1263 status = "disabled";
1264 };
1265
1266 mcspi2: spi@4809a000 {
1267 compatible = "ti,omap4-mcspi";
1268 reg = <0x4809a000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301269 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301270 #address-cells = <1>;
1271 #size-cells = <0>;
1272 ti,hwmods = "mcspi2";
1273 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001274 dmas = <&sdma_xbar 43>,
1275 <&sdma_xbar 44>,
1276 <&sdma_xbar 45>,
1277 <&sdma_xbar 46>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301278 dma-names = "tx0", "rx0", "tx1", "rx1";
1279 status = "disabled";
1280 };
1281
1282 mcspi3: spi@480b8000 {
1283 compatible = "ti,omap4-mcspi";
1284 reg = <0x480b8000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301285 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301286 #address-cells = <1>;
1287 #size-cells = <0>;
1288 ti,hwmods = "mcspi3";
1289 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001290 dmas = <&sdma_xbar 15>, <&sdma_xbar 16>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301291 dma-names = "tx0", "rx0";
1292 status = "disabled";
1293 };
1294
1295 mcspi4: spi@480ba000 {
1296 compatible = "ti,omap4-mcspi";
1297 reg = <0x480ba000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301298 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301299 #address-cells = <1>;
1300 #size-cells = <0>;
1301 ti,hwmods = "mcspi4";
1302 ti,spi-num-cs = <1>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001303 dmas = <&sdma_xbar 70>, <&sdma_xbar 71>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301304 dma-names = "tx0", "rx0";
1305 status = "disabled";
1306 };
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301307
1308 qspi: qspi@4b300000 {
1309 compatible = "ti,dra7xxx-qspi";
Vignesh R1929d0b2015-12-11 09:39:59 +05301310 reg = <0x4b300000 0x100>,
1311 <0x5c000000 0x4000000>;
1312 reg-names = "qspi_base", "qspi_mmap";
1313 syscon-chipselects = <&scm_conf 0x558>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301314 #address-cells = <1>;
1315 #size-cells = <0>;
1316 ti,hwmods = "qspi";
1317 clocks = <&qspi_gfclk_div>;
1318 clock-names = "fck";
1319 num-cs = <4>;
R Sricharana46631c2014-06-26 12:55:31 +05301320 interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301321 status = "disabled";
1322 };
Balaji T K7be80562014-05-07 14:58:58 +03001323
Balaji T K7be80562014-05-07 14:58:58 +03001324 /* OCP2SCP3 */
1325 ocp2scp@4a090000 {
1326 compatible = "ti,omap-ocp2scp";
1327 #address-cells = <1>;
1328 #size-cells = <1>;
1329 ranges;
1330 reg = <0x4a090000 0x20>;
1331 ti,hwmods = "ocp2scp3";
1332 sata_phy: phy@4A096000 {
1333 compatible = "ti,phy-pipe3-sata";
1334 reg = <0x4A096000 0x80>, /* phy_rx */
1335 <0x4A096400 0x64>, /* phy_tx */
1336 <0x4A096800 0x40>; /* pll_ctrl */
1337 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301338 syscon-phy-power = <&scm_conf 0x374>;
Roger Quadros773c5a02015-01-13 14:23:21 +02001339 clocks = <&sys_clkin1>, <&sata_ref_clk>;
1340 clock-names = "sysclk", "refclk";
Roger Quadros257d5d92015-07-17 16:47:23 +03001341 syscon-pllreset = <&scm_conf 0x3fc>;
Balaji T K7be80562014-05-07 14:58:58 +03001342 #phy-cells = <0>;
1343 };
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301344
1345 pcie1_phy: pciephy@4a094000 {
1346 compatible = "ti,phy-pipe3-pcie";
1347 reg = <0x4a094000 0x80>, /* phy_rx */
1348 <0x4a094400 0x64>; /* phy_tx */
1349 reg-names = "phy_rx", "phy_tx";
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301350 syscon-phy-power = <&scm_conf_pcie 0x1c>;
1351 syscon-pcs = <&scm_conf_pcie 0x10>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301352 clocks = <&dpll_pcie_ref_ck>,
1353 <&dpll_pcie_ref_m2ldo_ck>,
1354 <&optfclk_pciephy1_32khz>,
1355 <&optfclk_pciephy1_clk>,
1356 <&optfclk_pciephy1_div_clk>,
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301357 <&optfclk_pciephy_div>,
1358 <&sys_clkin1>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301359 clock-names = "dpll_ref", "dpll_ref_m2",
1360 "wkupclk", "refclk",
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301361 "div-clk", "phy-div", "sysclk";
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301362 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301363 };
1364
1365 pcie2_phy: pciephy@4a095000 {
1366 compatible = "ti,phy-pipe3-pcie";
1367 reg = <0x4a095000 0x80>, /* phy_rx */
1368 <0x4a095400 0x64>; /* phy_tx */
1369 reg-names = "phy_rx", "phy_tx";
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301370 syscon-phy-power = <&scm_conf_pcie 0x20>;
1371 syscon-pcs = <&scm_conf_pcie 0x10>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301372 clocks = <&dpll_pcie_ref_ck>,
1373 <&dpll_pcie_ref_m2ldo_ck>,
1374 <&optfclk_pciephy2_32khz>,
1375 <&optfclk_pciephy2_clk>,
1376 <&optfclk_pciephy2_div_clk>,
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301377 <&optfclk_pciephy_div>,
1378 <&sys_clkin1>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301379 clock-names = "dpll_ref", "dpll_ref_m2",
1380 "wkupclk", "refclk",
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301381 "div-clk", "phy-div", "sysclk";
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301382 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301383 status = "disabled";
1384 };
Balaji T K7be80562014-05-07 14:58:58 +03001385 };
1386
1387 sata: sata@4a141100 {
1388 compatible = "snps,dwc-ahci";
1389 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
R Sricharana46631c2014-06-26 12:55:31 +05301390 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
Balaji T K7be80562014-05-07 14:58:58 +03001391 phys = <&sata_phy>;
1392 phy-names = "sata-phy";
1393 clocks = <&sata_ref_clk>;
1394 ti,hwmods = "sata";
1395 };
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001396
Nishanth Menon00edd312015-04-08 18:56:27 -05001397 rtc: rtc@48838000 {
Lokesh Vutlabc078312014-11-19 17:53:08 +05301398 compatible = "ti,am3352-rtc";
1399 reg = <0x48838000 0x100>;
1400 interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
1401 <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
1402 ti,hwmods = "rtcss";
1403 clocks = <&sys_32k_ck>;
1404 };
1405
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001406 /* OCP2SCP1 */
1407 ocp2scp@4a080000 {
1408 compatible = "ti,omap-ocp2scp";
1409 #address-cells = <1>;
1410 #size-cells = <1>;
1411 ranges;
1412 reg = <0x4a080000 0x20>;
1413 ti,hwmods = "ocp2scp1";
1414
1415 usb2_phy1: phy@4a084000 {
1416 compatible = "ti,omap-usb2";
1417 reg = <0x4a084000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301418 syscon-phy-power = <&scm_conf 0x300>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001419 clocks = <&usb_phy1_always_on_clk32k>,
1420 <&usb_otg_ss1_refclk960m>;
1421 clock-names = "wkupclk",
1422 "refclk";
1423 #phy-cells = <0>;
1424 };
1425
1426 usb2_phy2: phy@4a085000 {
Kishon Vijay Abraham I4b4f52e2015-12-21 14:43:20 +05301427 compatible = "ti,dra7x-usb2-phy2",
1428 "ti,omap-usb2";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001429 reg = <0x4a085000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301430 syscon-phy-power = <&scm_conf 0xe74>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001431 clocks = <&usb_phy2_always_on_clk32k>,
1432 <&usb_otg_ss2_refclk960m>;
1433 clock-names = "wkupclk",
1434 "refclk";
1435 #phy-cells = <0>;
1436 };
1437
1438 usb3_phy1: phy@4a084400 {
1439 compatible = "ti,omap-usb3";
1440 reg = <0x4a084400 0x80>,
1441 <0x4a084800 0x64>,
1442 <0x4a084c00 0x40>;
1443 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301444 syscon-phy-power = <&scm_conf 0x370>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001445 clocks = <&usb_phy3_always_on_clk32k>,
1446 <&sys_clkin1>,
1447 <&usb_otg_ss1_refclk960m>;
1448 clock-names = "wkupclk",
1449 "sysclk",
1450 "refclk";
1451 #phy-cells = <0>;
1452 };
1453 };
1454
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001455 omap_dwc3_1: omap_dwc3_1@48880000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001456 compatible = "ti,dwc3";
1457 ti,hwmods = "usb_otg_ss1";
1458 reg = <0x48880000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301459 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001460 #address-cells = <1>;
1461 #size-cells = <1>;
1462 utmi-mode = <2>;
1463 ranges;
1464 usb1: usb@48890000 {
1465 compatible = "snps,dwc3";
1466 reg = <0x48890000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001467 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1468 <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1469 <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
1470 interrupt-names = "peripheral",
1471 "host",
1472 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001473 phys = <&usb2_phy1>, <&usb3_phy1>;
1474 phy-names = "usb2-phy", "usb3-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001475 maximum-speed = "super-speed";
1476 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001477 snps,dis_u3_susphy_quirk;
1478 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001479 };
1480 };
1481
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001482 omap_dwc3_2: omap_dwc3_2@488c0000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001483 compatible = "ti,dwc3";
1484 ti,hwmods = "usb_otg_ss2";
1485 reg = <0x488c0000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301486 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001487 #address-cells = <1>;
1488 #size-cells = <1>;
1489 utmi-mode = <2>;
1490 ranges;
1491 usb2: usb@488d0000 {
1492 compatible = "snps,dwc3";
1493 reg = <0x488d0000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001494 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1495 <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1496 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
1497 interrupt-names = "peripheral",
1498 "host",
1499 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001500 phys = <&usb2_phy2>;
1501 phy-names = "usb2-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001502 maximum-speed = "high-speed";
1503 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001504 snps,dis_u3_susphy_quirk;
1505 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001506 };
1507 };
1508
1509 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001510 omap_dwc3_3: omap_dwc3_3@48900000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001511 compatible = "ti,dwc3";
1512 ti,hwmods = "usb_otg_ss3";
1513 reg = <0x48900000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301514 interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001515 #address-cells = <1>;
1516 #size-cells = <1>;
1517 utmi-mode = <2>;
1518 ranges;
1519 status = "disabled";
1520 usb3: usb@48910000 {
1521 compatible = "snps,dwc3";
1522 reg = <0x48910000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001523 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1524 <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1525 <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
1526 interrupt-names = "peripheral",
1527 "host",
1528 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001529 maximum-speed = "high-speed";
1530 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001531 snps,dis_u3_susphy_quirk;
1532 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001533 };
1534 };
1535
Minal Shahff66a3c2014-05-19 14:45:47 +05301536 elm: elm@48078000 {
1537 compatible = "ti,am3352-elm";
1538 reg = <0x48078000 0xfc0>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301539 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301540 ti,hwmods = "elm";
1541 status = "disabled";
1542 };
1543
1544 gpmc: gpmc@50000000 {
1545 compatible = "ti,am3352-gpmc";
1546 ti,hwmods = "gpmc";
1547 reg = <0x50000000 0x37c>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301548 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301549 gpmc,num-cs = <8>;
1550 gpmc,num-waitpins = <2>;
1551 #address-cells = <2>;
1552 #size-cells = <1>;
Roger Quadros488f2702016-02-23 18:37:17 +02001553 interrupt-controller;
1554 #interrupt-cells = <2>;
Roger Quadros845b1a22016-04-07 13:25:31 +03001555 gpio-controller;
1556 #gpio-cells = <2>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301557 status = "disabled";
1558 };
Peter Ujfalusi2ca09452014-05-07 13:20:48 +03001559
1560 atl: atl@4843c000 {
1561 compatible = "ti,dra7-atl";
1562 reg = <0x4843c000 0x3ff>;
1563 ti,hwmods = "atl";
1564 ti,provided-clocks = <&atl_clkin0_ck>, <&atl_clkin1_ck>,
1565 <&atl_clkin2_ck>, <&atl_clkin3_ck>;
1566 clocks = <&atl_gfclk_mux>;
1567 clock-names = "fck";
1568 status = "disabled";
1569 };
Olof Johansson412a9bb2014-07-18 22:16:15 -07001570
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001571 mcasp1: mcasp@48460000 {
1572 compatible = "ti,dra7-mcasp-audio";
1573 ti,hwmods = "mcasp1";
1574 reg = <0x48460000 0x2000>,
1575 <0x45800000 0x1000>;
1576 reg-names = "mpu","dat";
1577 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
1578 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
1579 interrupt-names = "tx", "rx";
1580 dmas = <&edma_xbar 129 1>, <&edma_xbar 128 1>;
1581 dma-names = "tx", "rx";
1582 clocks = <&mcasp1_aux_gfclk_mux>, <&mcasp1_ahclkx_mux>,
1583 <&mcasp1_ahclkr_mux>;
1584 clock-names = "fck", "ahclkx", "ahclkr";
1585 status = "disabled";
1586 };
1587
1588 mcasp2: mcasp@48464000 {
1589 compatible = "ti,dra7-mcasp-audio";
1590 ti,hwmods = "mcasp2";
1591 reg = <0x48464000 0x2000>,
1592 <0x45c00000 0x1000>;
1593 reg-names = "mpu","dat";
1594 interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>,
1595 <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
1596 interrupt-names = "tx", "rx";
1597 dmas = <&edma_xbar 131 1>, <&edma_xbar 130 1>;
1598 dma-names = "tx", "rx";
1599 clocks = <&mcasp2_aux_gfclk_mux>, <&mcasp2_ahclkx_mux>,
1600 <&mcasp2_ahclkr_mux>;
1601 clock-names = "fck", "ahclkx", "ahclkr";
1602 status = "disabled";
1603 };
1604
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001605 mcasp3: mcasp@48468000 {
1606 compatible = "ti,dra7-mcasp-audio";
1607 ti,hwmods = "mcasp3";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001608 reg = <0x48468000 0x2000>,
1609 <0x46000000 0x1000>;
1610 reg-names = "mpu","dat";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001611 interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>,
1612 <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
1613 interrupt-names = "tx", "rx";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001614 dmas = <&edma_xbar 133 1>, <&edma_xbar 132 1>;
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001615 dma-names = "tx", "rx";
Peter Ujfalusibf05c2c2015-11-12 09:32:57 +02001616 clocks = <&mcasp3_aux_gfclk_mux>, <&mcasp3_ahclkx_mux>;
1617 clock-names = "fck", "ahclkx";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001618 status = "disabled";
1619 };
1620
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001621 mcasp4: mcasp@4846c000 {
1622 compatible = "ti,dra7-mcasp-audio";
1623 ti,hwmods = "mcasp4";
1624 reg = <0x4846c000 0x2000>,
1625 <0x48436000 0x1000>;
1626 reg-names = "mpu","dat";
1627 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
1628 <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
1629 interrupt-names = "tx", "rx";
1630 dmas = <&edma_xbar 135 1>, <&edma_xbar 134 1>;
1631 dma-names = "tx", "rx";
1632 clocks = <&mcasp4_aux_gfclk_mux>, <&mcasp4_ahclkx_mux>;
1633 clock-names = "fck", "ahclkx";
1634 status = "disabled";
1635 };
1636
1637 mcasp5: mcasp@48470000 {
1638 compatible = "ti,dra7-mcasp-audio";
1639 ti,hwmods = "mcasp5";
1640 reg = <0x48470000 0x2000>,
1641 <0x4843a000 0x1000>;
1642 reg-names = "mpu","dat";
1643 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
1644 <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
1645 interrupt-names = "tx", "rx";
1646 dmas = <&edma_xbar 137 1>, <&edma_xbar 136 1>;
1647 dma-names = "tx", "rx";
1648 clocks = <&mcasp5_aux_gfclk_mux>, <&mcasp5_ahclkx_mux>;
1649 clock-names = "fck", "ahclkx";
1650 status = "disabled";
1651 };
1652
1653 mcasp6: mcasp@48474000 {
1654 compatible = "ti,dra7-mcasp-audio";
1655 ti,hwmods = "mcasp6";
1656 reg = <0x48474000 0x2000>,
1657 <0x4844c000 0x1000>;
1658 reg-names = "mpu","dat";
1659 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
1660 <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
1661 interrupt-names = "tx", "rx";
1662 dmas = <&edma_xbar 139 1>, <&edma_xbar 138 1>;
1663 dma-names = "tx", "rx";
1664 clocks = <&mcasp6_aux_gfclk_mux>, <&mcasp6_ahclkx_mux>;
1665 clock-names = "fck", "ahclkx";
1666 status = "disabled";
1667 };
1668
1669 mcasp7: mcasp@48478000 {
1670 compatible = "ti,dra7-mcasp-audio";
1671 ti,hwmods = "mcasp7";
1672 reg = <0x48478000 0x2000>,
1673 <0x48450000 0x1000>;
1674 reg-names = "mpu","dat";
1675 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>,
1676 <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
1677 interrupt-names = "tx", "rx";
1678 dmas = <&edma_xbar 141 1>, <&edma_xbar 140 1>;
1679 dma-names = "tx", "rx";
1680 clocks = <&mcasp7_aux_gfclk_mux>, <&mcasp7_ahclkx_mux>;
1681 clock-names = "fck", "ahclkx";
1682 status = "disabled";
1683 };
1684
1685 mcasp8: mcasp@4847c000 {
1686 compatible = "ti,dra7-mcasp-audio";
1687 ti,hwmods = "mcasp8";
1688 reg = <0x4847c000 0x2000>,
1689 <0x48454000 0x1000>;
1690 reg-names = "mpu","dat";
1691 interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>,
1692 <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>;
1693 interrupt-names = "tx", "rx";
1694 dmas = <&edma_xbar 143 1>, <&edma_xbar 142 1>;
1695 dma-names = "tx", "rx";
1696 clocks = <&mcasp8_aux_gfclk_mux>, <&mcasp8_ahclkx_mux>;
1697 clock-names = "fck", "ahclkx";
1698 status = "disabled";
1699 };
1700
Marc Zyngier783d3182015-03-11 15:43:44 +00001701 crossbar_mpu: crossbar@4a002a48 {
R Sricharana46631c2014-06-26 12:55:31 +05301702 compatible = "ti,irq-crossbar";
1703 reg = <0x4a002a48 0x130>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001704 interrupt-controller;
Marc Zyngier7136d452015-03-11 15:43:49 +00001705 interrupt-parent = <&wakeupgen>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001706 #interrupt-cells = <3>;
R Sricharana46631c2014-06-26 12:55:31 +05301707 ti,max-irqs = <160>;
1708 ti,max-crossbar-sources = <MAX_SOURCES>;
1709 ti,reg-size = <2>;
1710 ti,irqs-reserved = <0 1 2 3 5 6 131 132>;
1711 ti,irqs-skip = <10 133 139 140>;
1712 ti,irqs-safe-map = <0>;
1713 };
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301714
Vishal Mahaveerc263a5b2015-08-25 13:57:49 -05001715 mac: ethernet@48484000 {
Mugunthan V Ne2095312015-08-12 15:22:54 +05301716 compatible = "ti,dra7-cpsw","ti,cpsw";
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301717 ti,hwmods = "gmac";
1718 clocks = <&dpll_gmac_ck>, <&gmac_gmii_ref_clk_div>;
1719 clock-names = "fck", "cpts";
1720 cpdma_channels = <8>;
1721 ale_entries = <1024>;
1722 bd_ram_size = <0x2000>;
1723 no_bd_ram = <0>;
1724 rx_descs = <64>;
1725 mac_control = <0x20>;
1726 slaves = <2>;
1727 active_slave = <0>;
1728 cpts_clock_mult = <0x80000000>;
1729 cpts_clock_shift = <29>;
1730 reg = <0x48484000 0x1000
1731 0x48485200 0x2E00>;
1732 #address-cells = <1>;
1733 #size-cells = <1>;
Mugunthan V N0f514e62016-03-07 01:41:22 -07001734
1735 /*
1736 * Do not allow gating of cpsw clock as workaround
1737 * for errata i877. Keeping internal clock disabled
1738 * causes the device switching characteristics
1739 * to degrade over time and eventually fail to meet
1740 * the data manual delay time/skew specs.
1741 */
1742 ti,no-idle;
1743
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301744 /*
1745 * rx_thresh_pend
1746 * rx_pend
1747 * tx_pend
1748 * misc_pend
1749 */
1750 interrupts = <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
1751 <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>,
1752 <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>,
1753 <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>;
1754 ranges;
Mugunthan V Na084e132015-09-21 15:56:52 +05301755 syscon = <&scm_conf>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301756 status = "disabled";
1757
1758 davinci_mdio: mdio@48485000 {
1759 compatible = "ti,davinci_mdio";
1760 #address-cells = <1>;
1761 #size-cells = <0>;
1762 ti,hwmods = "davinci_mdio";
1763 bus_freq = <1000000>;
1764 reg = <0x48485000 0x100>;
1765 };
1766
1767 cpsw_emac0: slave@48480200 {
1768 /* Filled in by U-Boot */
1769 mac-address = [ 00 00 00 00 00 00 ];
1770 };
1771
1772 cpsw_emac1: slave@48480300 {
1773 /* Filled in by U-Boot */
1774 mac-address = [ 00 00 00 00 00 00 ];
1775 };
1776
1777 phy_sel: cpsw-phy-sel@4a002554 {
1778 compatible = "ti,dra7xx-cpsw-phy-sel";
1779 reg= <0x4a002554 0x4>;
1780 reg-names = "gmii-sel";
1781 };
1782 };
1783
Roger Quadros9ec49b92014-08-15 16:08:36 +03001784 dcan1: can@481cc000 {
1785 compatible = "ti,dra7-d_can";
1786 ti,hwmods = "dcan1";
1787 reg = <0x4ae3c000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001788 syscon-raminit = <&scm_conf 0x558 0>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001789 interrupts = <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>;
1790 clocks = <&dcan1_sys_clk_mux>;
1791 status = "disabled";
1792 };
1793
1794 dcan2: can@481d0000 {
1795 compatible = "ti,dra7-d_can";
1796 ti,hwmods = "dcan2";
1797 reg = <0x48480000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001798 syscon-raminit = <&scm_conf 0x558 1>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001799 interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
1800 clocks = <&sys_clkin1>;
1801 status = "disabled";
1802 };
Tomi Valkeinen95c1cd12014-07-09 16:15:18 +05301803
1804 dss: dss@58000000 {
1805 compatible = "ti,dra7-dss";
1806 /* 'reg' defined in dra72x.dtsi and dra74x.dtsi */
1807 /* 'clocks' defined in dra72x.dtsi and dra74x.dtsi */
1808 status = "disabled";
1809 ti,hwmods = "dss_core";
1810 /* CTRL_CORE_DSS_PLL_CONTROL */
1811 syscon-pll-ctrl = <&scm_conf 0x538>;
1812 #address-cells = <1>;
1813 #size-cells = <1>;
1814 ranges;
1815
1816 dispc@58001000 {
1817 compatible = "ti,dra7-dispc";
1818 reg = <0x58001000 0x1000>;
1819 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
1820 ti,hwmods = "dss_dispc";
1821 clocks = <&dss_dss_clk>;
1822 clock-names = "fck";
1823 /* CTRL_CORE_SMA_SW_1 */
1824 syscon-pol = <&scm_conf 0x534>;
1825 };
1826
1827 hdmi: encoder@58060000 {
1828 compatible = "ti,dra7-hdmi";
1829 reg = <0x58040000 0x200>,
1830 <0x58040200 0x80>,
1831 <0x58040300 0x80>,
1832 <0x58060000 0x19000>;
1833 reg-names = "wp", "pll", "phy", "core";
1834 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
1835 status = "disabled";
1836 ti,hwmods = "dss_hdmi";
1837 clocks = <&dss_48mhz_clk>, <&dss_hdmi_clk>;
1838 clock-names = "fck", "sys_clk";
1839 };
1840 };
Vignesh R34370142016-05-03 10:56:55 -05001841
1842 epwmss0: epwmss@4843e000 {
1843 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1844 reg = <0x4843e000 0x30>;
1845 ti,hwmods = "epwmss0";
1846 #address-cells = <1>;
1847 #size-cells = <1>;
1848 status = "disabled";
1849 ranges;
1850
1851 ehrpwm0: pwm@4843e200 {
1852 compatible = "ti,dra746-ehrpwm",
1853 "ti,am3352-ehrpwm";
1854 #pwm-cells = <3>;
1855 reg = <0x4843e200 0x80>;
1856 clocks = <&ehrpwm0_tbclk>, <&l4_root_clk_div>;
1857 clock-names = "tbclk", "fck";
1858 status = "disabled";
1859 };
1860
1861 ecap0: ecap@4843e100 {
1862 compatible = "ti,dra746-ecap",
1863 "ti,am3352-ecap";
1864 #pwm-cells = <3>;
1865 reg = <0x4843e100 0x80>;
1866 clocks = <&l4_root_clk_div>;
1867 clock-names = "fck";
1868 status = "disabled";
1869 };
1870 };
1871
1872 epwmss1: epwmss@48440000 {
1873 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1874 reg = <0x48440000 0x30>;
1875 ti,hwmods = "epwmss1";
1876 #address-cells = <1>;
1877 #size-cells = <1>;
1878 status = "disabled";
1879 ranges;
1880
1881 ehrpwm1: pwm@48440200 {
1882 compatible = "ti,dra746-ehrpwm",
1883 "ti,am3352-ehrpwm";
1884 #pwm-cells = <3>;
1885 reg = <0x48440200 0x80>;
1886 clocks = <&ehrpwm1_tbclk>, <&l4_root_clk_div>;
1887 clock-names = "tbclk", "fck";
1888 status = "disabled";
1889 };
1890
1891 ecap1: ecap@48440100 {
1892 compatible = "ti,dra746-ecap",
1893 "ti,am3352-ecap";
1894 #pwm-cells = <3>;
1895 reg = <0x48440100 0x80>;
1896 clocks = <&l4_root_clk_div>;
1897 clock-names = "fck";
1898 status = "disabled";
1899 };
1900 };
1901
1902 epwmss2: epwmss@48442000 {
1903 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1904 reg = <0x48442000 0x30>;
1905 ti,hwmods = "epwmss2";
1906 #address-cells = <1>;
1907 #size-cells = <1>;
1908 status = "disabled";
1909 ranges;
1910
1911 ehrpwm2: pwm@48442200 {
1912 compatible = "ti,dra746-ehrpwm",
1913 "ti,am3352-ehrpwm";
1914 #pwm-cells = <3>;
1915 reg = <0x48442200 0x80>;
1916 clocks = <&ehrpwm2_tbclk>, <&l4_root_clk_div>;
1917 clock-names = "tbclk", "fck";
1918 status = "disabled";
1919 };
1920
1921 ecap2: ecap@48442100 {
1922 compatible = "ti,dra746-ecap",
1923 "ti,am3352-ecap";
1924 #pwm-cells = <3>;
1925 reg = <0x48442100 0x80>;
1926 clocks = <&l4_root_clk_div>;
1927 clock-names = "fck";
1928 status = "disabled";
1929 };
1930 };
Joel Fernandesbac9d0b2016-06-01 12:06:41 +03001931
Joel Fernandese7fd15c2016-06-01 12:06:42 +03001932 aes1: aes@4b500000 {
1933 compatible = "ti,omap4-aes";
1934 ti,hwmods = "aes1";
1935 reg = <0x4b500000 0xa0>;
1936 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
1937 dmas = <&edma_xbar 111 0>, <&edma_xbar 110 0>;
1938 dma-names = "tx", "rx";
1939 clocks = <&l3_iclk_div>;
1940 clock-names = "fck";
1941 };
1942
1943 aes2: aes@4b700000 {
1944 compatible = "ti,omap4-aes";
1945 ti,hwmods = "aes2";
1946 reg = <0x4b700000 0xa0>;
1947 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
1948 dmas = <&edma_xbar 114 0>, <&edma_xbar 113 0>;
1949 dma-names = "tx", "rx";
1950 clocks = <&l3_iclk_div>;
1951 clock-names = "fck";
1952 };
1953
Joel Fernandesbac9d0b2016-06-01 12:06:41 +03001954 des: des@480a5000 {
1955 compatible = "ti,omap4-des";
1956 ti,hwmods = "des";
1957 reg = <0x480a5000 0xa0>;
1958 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
1959 dmas = <&sdma_xbar 117>, <&sdma_xbar 116>;
1960 dma-names = "tx", "rx";
1961 clocks = <&l3_iclk_div>;
1962 clock-names = "fck";
1963 };
Lokesh Vutlada346092016-06-01 12:06:43 +03001964
1965 sham: sham@53100000 {
1966 compatible = "ti,omap5-sham";
1967 ti,hwmods = "sham";
1968 reg = <0x4b101000 0x300>;
1969 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
1970 dmas = <&edma_xbar 119 0>;
1971 dma-names = "rx";
1972 clocks = <&l3_iclk_div>;
1973 clock-names = "fck";
1974 };
R Sricharan6e58b8f2013-08-14 19:08:20 +05301975 };
Keerthyf7397ed2015-03-23 14:39:38 -05001976
1977 thermal_zones: thermal-zones {
1978 #include "omap4-cpu-thermal.dtsi"
1979 #include "omap5-gpu-thermal.dtsi"
1980 #include "omap5-core-thermal.dtsi"
Keerthy667f2592016-02-08 14:46:30 +05301981 #include "dra7-dspeve-thermal.dtsi"
1982 #include "dra7-iva-thermal.dtsi"
Keerthyf7397ed2015-03-23 14:39:38 -05001983 };
1984
1985};
1986
1987&cpu_thermal {
1988 polling-delay = <500>; /* milliseconds */
R Sricharan6e58b8f2013-08-14 19:08:20 +05301989};
Tero Kristoee6c7502013-07-18 17:18:33 +03001990
1991/include/ "dra7xx-clocks.dtsi"