blob: 1c1c3c20f26783db91a7439d0c4f5f79fc193c69 [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>;
Kishon Vijay Abraham Ibed596d2016-08-10 18:03:18 +0530304 linux,pci-domain = <0>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530305 ti,hwmods = "pcie1";
306 phys = <&pcie1_phy>;
307 phy-names = "pcie-phy0";
308 interrupt-map-mask = <0 0 0 7>;
309 interrupt-map = <0 0 0 1 &pcie1_intc 1>,
310 <0 0 0 2 &pcie1_intc 2>,
311 <0 0 0 3 &pcie1_intc 3>,
312 <0 0 0 4 &pcie1_intc 4>;
313 pcie1_intc: interrupt-controller {
314 interrupt-controller;
315 #address-cells = <0>;
316 #interrupt-cells = <1>;
317 };
318 };
319 };
320
321 axi@1 {
322 compatible = "simple-bus";
323 #size-cells = <1>;
324 #address-cells = <1>;
325 ranges = <0x51800000 0x51800000 0x3000
326 0x0 0x30000000 0x10000000>;
327 status = "disabled";
Kishon Vijay Abraham I605b3d32016-06-09 20:43:55 +0530328 pcie@51800000 {
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530329 compatible = "ti,dra7-pcie";
330 reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>;
331 reg-names = "rc_dbics", "ti_conf", "config";
332 interrupts = <0 355 0x4>, <0 356 0x4>;
333 #address-cells = <3>;
334 #size-cells = <2>;
335 device_type = "pci";
336 ranges = <0x81000000 0 0 0x03000 0 0x00010000
337 0x82000000 0 0x30013000 0x13000 0 0xffed000>;
338 #interrupt-cells = <1>;
339 num-lanes = <1>;
Kishon Vijay Abraham Ibed596d2016-08-10 18:03:18 +0530340 linux,pci-domain = <1>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530341 ti,hwmods = "pcie2";
342 phys = <&pcie2_phy>;
343 phy-names = "pcie-phy0";
344 interrupt-map-mask = <0 0 0 7>;
345 interrupt-map = <0 0 0 1 &pcie2_intc 1>,
346 <0 0 0 2 &pcie2_intc 2>,
347 <0 0 0 3 &pcie2_intc 3>,
348 <0 0 0 4 &pcie2_intc 4>;
349 pcie2_intc: interrupt-controller {
350 interrupt-controller;
351 #address-cells = <0>;
352 #interrupt-cells = <1>;
353 };
354 };
355 };
356
Dave Gerlacha5fa09b2016-05-10 14:49:41 -0500357 ocmcram1: ocmcram@40300000 {
358 compatible = "mmio-sram";
359 reg = <0x40300000 0x80000>;
360 ranges = <0x0 0x40300000 0x80000>;
361 #address-cells = <1>;
362 #size-cells = <1>;
Dave Gerlachfae3a9f2016-05-10 14:49:42 -0500363 /*
364 * This is a placeholder for an optional reserved
365 * region for use by secure software. The size
366 * of this region is not known until runtime so it
367 * is set as zero to either be updated to reserve
368 * space or left unchanged to leave all SRAM for use.
369 * On HS parts that that require the reserved region
370 * either the bootloader can update the size to
371 * the required amount or the node can be overridden
372 * from the board dts file for the secure platform.
373 */
374 sram-hs@0 {
375 compatible = "ti,secure-ram";
376 reg = <0x0 0x0>;
377 };
Dave Gerlacha5fa09b2016-05-10 14:49:41 -0500378 };
379
380 /*
381 * NOTE: ocmcram2 and ocmcram3 are not available on all
382 * DRA7xx and AM57xx variants. Confirm availability in
383 * the data manual for the exact part number in use
384 * before enabling these nodes in the board dts file.
385 */
386 ocmcram2: ocmcram@40400000 {
387 status = "disabled";
388 compatible = "mmio-sram";
389 reg = <0x40400000 0x100000>;
390 ranges = <0x0 0x40400000 0x100000>;
391 #address-cells = <1>;
392 #size-cells = <1>;
393 };
394
395 ocmcram3: ocmcram@40500000 {
396 status = "disabled";
397 compatible = "mmio-sram";
398 reg = <0x40500000 0x100000>;
399 ranges = <0x0 0x40500000 0x100000>;
400 #address-cells = <1>;
401 #size-cells = <1>;
402 };
403
Keerthyf7397ed2015-03-23 14:39:38 -0500404 bandgap: bandgap@4a0021e0 {
405 reg = <0x4a0021e0 0xc
406 0x4a00232c 0xc
407 0x4a002380 0x2c
408 0x4a0023C0 0x3c
409 0x4a002564 0x8
410 0x4a002574 0x50>;
411 compatible = "ti,dra752-bandgap";
412 interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
413 #thermal-sensor-cells = <1>;
414 };
415
Suman Anna99639ac2015-10-02 18:23:22 -0500416 dsp1_system: dsp_system@40d00000 {
417 compatible = "syscon";
418 reg = <0x40d00000 0x100>;
419 };
420
R Sricharan6e58b8f2013-08-14 19:08:20 +0530421 sdma: dma-controller@4a056000 {
422 compatible = "ti,omap4430-sdma";
423 reg = <0x4a056000 0x1000>;
R Sricharana46631c2014-06-26 12:55:31 +0530424 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
425 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
426 <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
427 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530428 #dma-cells = <1>;
Peter Ujfalusi08d9b322015-02-20 15:42:06 +0200429 dma-channels = <32>;
430 dma-requests = <127>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530431 };
432
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200433 edma: edma@43300000 {
434 compatible = "ti,edma3-tpcc";
435 ti,hwmods = "tpcc";
436 reg = <0x43300000 0x100000>;
437 reg-names = "edma3_cc";
438 interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>,
439 <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>,
440 <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
Robert P. J. Daya5206552016-05-24 17:20:28 -0400441 interrupt-names = "edma3_ccint", "edma3_mperr",
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200442 "edma3_ccerrint";
443 dma-requests = <64>;
444 #dma-cells = <2>;
445
446 ti,tptcs = <&edma_tptc0 7>, <&edma_tptc1 0>;
447
448 /*
449 * memcpy is disabled, can be enabled with:
450 * ti,edma-memcpy-channels = <20 21>;
451 * for example. Note that these channels need to be
452 * masked in the xbar as well.
453 */
454 };
455
456 edma_tptc0: tptc@43400000 {
457 compatible = "ti,edma3-tptc";
458 ti,hwmods = "tptc0";
459 reg = <0x43400000 0x100000>;
460 interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>;
461 interrupt-names = "edma3_tcerrint";
462 };
463
464 edma_tptc1: tptc@43500000 {
465 compatible = "ti,edma3-tptc";
466 ti,hwmods = "tptc1";
467 reg = <0x43500000 0x100000>;
468 interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>;
469 interrupt-names = "edma3_tcerrint";
470 };
471
R Sricharan6e58b8f2013-08-14 19:08:20 +0530472 gpio1: gpio@4ae10000 {
473 compatible = "ti,omap4-gpio";
474 reg = <0x4ae10000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530475 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530476 ti,hwmods = "gpio1";
477 gpio-controller;
478 #gpio-cells = <2>;
479 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700480 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530481 };
482
483 gpio2: gpio@48055000 {
484 compatible = "ti,omap4-gpio";
485 reg = <0x48055000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530486 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530487 ti,hwmods = "gpio2";
488 gpio-controller;
489 #gpio-cells = <2>;
490 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700491 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530492 };
493
494 gpio3: gpio@48057000 {
495 compatible = "ti,omap4-gpio";
496 reg = <0x48057000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530497 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530498 ti,hwmods = "gpio3";
499 gpio-controller;
500 #gpio-cells = <2>;
501 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700502 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530503 };
504
505 gpio4: gpio@48059000 {
506 compatible = "ti,omap4-gpio";
507 reg = <0x48059000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530508 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530509 ti,hwmods = "gpio4";
510 gpio-controller;
511 #gpio-cells = <2>;
512 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700513 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530514 };
515
516 gpio5: gpio@4805b000 {
517 compatible = "ti,omap4-gpio";
518 reg = <0x4805b000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530519 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530520 ti,hwmods = "gpio5";
521 gpio-controller;
522 #gpio-cells = <2>;
523 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700524 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530525 };
526
527 gpio6: gpio@4805d000 {
528 compatible = "ti,omap4-gpio";
529 reg = <0x4805d000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530530 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530531 ti,hwmods = "gpio6";
532 gpio-controller;
533 #gpio-cells = <2>;
534 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700535 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530536 };
537
538 gpio7: gpio@48051000 {
539 compatible = "ti,omap4-gpio";
540 reg = <0x48051000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530541 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530542 ti,hwmods = "gpio7";
543 gpio-controller;
544 #gpio-cells = <2>;
545 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700546 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530547 };
548
549 gpio8: gpio@48053000 {
550 compatible = "ti,omap4-gpio";
551 reg = <0x48053000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530552 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530553 ti,hwmods = "gpio8";
554 gpio-controller;
555 #gpio-cells = <2>;
556 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700557 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530558 };
559
560 uart1: serial@4806a000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530561 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530562 reg = <0x4806a000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000563 interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530564 ti,hwmods = "uart1";
565 clock-frequency = <48000000>;
566 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300567 dmas = <&sdma_xbar 49>, <&sdma_xbar 50>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200568 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530569 };
570
571 uart2: serial@4806c000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530572 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530573 reg = <0x4806c000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000574 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530575 ti,hwmods = "uart2";
576 clock-frequency = <48000000>;
577 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300578 dmas = <&sdma_xbar 51>, <&sdma_xbar 52>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200579 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530580 };
581
582 uart3: serial@48020000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530583 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530584 reg = <0x48020000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000585 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530586 ti,hwmods = "uart3";
587 clock-frequency = <48000000>;
588 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300589 dmas = <&sdma_xbar 53>, <&sdma_xbar 54>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200590 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530591 };
592
593 uart4: serial@4806e000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530594 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530595 reg = <0x4806e000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000596 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530597 ti,hwmods = "uart4";
598 clock-frequency = <48000000>;
599 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300600 dmas = <&sdma_xbar 55>, <&sdma_xbar 56>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200601 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530602 };
603
604 uart5: serial@48066000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530605 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530606 reg = <0x48066000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000607 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530608 ti,hwmods = "uart5";
609 clock-frequency = <48000000>;
610 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300611 dmas = <&sdma_xbar 63>, <&sdma_xbar 64>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200612 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530613 };
614
615 uart6: serial@48068000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530616 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530617 reg = <0x48068000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000618 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530619 ti,hwmods = "uart6";
620 clock-frequency = <48000000>;
621 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300622 dmas = <&sdma_xbar 79>, <&sdma_xbar 80>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200623 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530624 };
625
626 uart7: serial@48420000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530627 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530628 reg = <0x48420000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000629 interrupts = <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530630 ti,hwmods = "uart7";
631 clock-frequency = <48000000>;
632 status = "disabled";
633 };
634
635 uart8: serial@48422000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530636 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530637 reg = <0x48422000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000638 interrupts = <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530639 ti,hwmods = "uart8";
640 clock-frequency = <48000000>;
641 status = "disabled";
642 };
643
644 uart9: serial@48424000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530645 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530646 reg = <0x48424000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000647 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530648 ti,hwmods = "uart9";
649 clock-frequency = <48000000>;
650 status = "disabled";
651 };
652
653 uart10: serial@4ae2b000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530654 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530655 reg = <0x4ae2b000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000656 interrupts = <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530657 ti,hwmods = "uart10";
658 clock-frequency = <48000000>;
659 status = "disabled";
660 };
661
Suman Anna38baefb2014-07-11 16:44:38 -0500662 mailbox1: mailbox@4a0f4000 {
663 compatible = "ti,omap4-mailbox";
664 reg = <0x4a0f4000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600665 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
666 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
667 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500668 ti,hwmods = "mailbox1";
Suman Anna24df0452014-11-03 17:07:35 -0600669 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500670 ti,mbox-num-users = <3>;
671 ti,mbox-num-fifos = <8>;
672 status = "disabled";
673 };
674
675 mailbox2: mailbox@4883a000 {
676 compatible = "ti,omap4-mailbox";
677 reg = <0x4883a000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600678 interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>,
679 <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>,
680 <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>,
681 <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500682 ti,hwmods = "mailbox2";
Suman Anna24df0452014-11-03 17:07:35 -0600683 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500684 ti,mbox-num-users = <4>;
685 ti,mbox-num-fifos = <12>;
686 status = "disabled";
687 };
688
689 mailbox3: mailbox@4883c000 {
690 compatible = "ti,omap4-mailbox";
691 reg = <0x4883c000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600692 interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>,
693 <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>,
694 <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>,
695 <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500696 ti,hwmods = "mailbox3";
Suman Anna24df0452014-11-03 17:07:35 -0600697 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500698 ti,mbox-num-users = <4>;
699 ti,mbox-num-fifos = <12>;
700 status = "disabled";
701 };
702
703 mailbox4: mailbox@4883e000 {
704 compatible = "ti,omap4-mailbox";
705 reg = <0x4883e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600706 interrupts = <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
707 <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>,
708 <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>,
709 <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500710 ti,hwmods = "mailbox4";
Suman Anna24df0452014-11-03 17:07:35 -0600711 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500712 ti,mbox-num-users = <4>;
713 ti,mbox-num-fifos = <12>;
714 status = "disabled";
715 };
716
717 mailbox5: mailbox@48840000 {
718 compatible = "ti,omap4-mailbox";
719 reg = <0x48840000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600720 interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>,
721 <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>,
722 <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>,
723 <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500724 ti,hwmods = "mailbox5";
Suman Anna24df0452014-11-03 17:07:35 -0600725 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500726 ti,mbox-num-users = <4>;
727 ti,mbox-num-fifos = <12>;
728 status = "disabled";
729 };
730
731 mailbox6: mailbox@48842000 {
732 compatible = "ti,omap4-mailbox";
733 reg = <0x48842000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600734 interrupts = <GIC_SPI 253 IRQ_TYPE_LEVEL_HIGH>,
735 <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>,
736 <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>,
737 <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500738 ti,hwmods = "mailbox6";
Suman Anna24df0452014-11-03 17:07:35 -0600739 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500740 ti,mbox-num-users = <4>;
741 ti,mbox-num-fifos = <12>;
742 status = "disabled";
743 };
744
745 mailbox7: mailbox@48844000 {
746 compatible = "ti,omap4-mailbox";
747 reg = <0x48844000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600748 interrupts = <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>,
749 <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>,
750 <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>,
751 <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500752 ti,hwmods = "mailbox7";
Suman Anna24df0452014-11-03 17:07:35 -0600753 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500754 ti,mbox-num-users = <4>;
755 ti,mbox-num-fifos = <12>;
756 status = "disabled";
757 };
758
759 mailbox8: mailbox@48846000 {
760 compatible = "ti,omap4-mailbox";
761 reg = <0x48846000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600762 interrupts = <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>,
763 <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>,
764 <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>,
765 <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500766 ti,hwmods = "mailbox8";
Suman Anna24df0452014-11-03 17:07:35 -0600767 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500768 ti,mbox-num-users = <4>;
769 ti,mbox-num-fifos = <12>;
770 status = "disabled";
771 };
772
773 mailbox9: mailbox@4885e000 {
774 compatible = "ti,omap4-mailbox";
775 reg = <0x4885e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600776 interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>,
777 <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>,
778 <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>,
779 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500780 ti,hwmods = "mailbox9";
Suman Anna24df0452014-11-03 17:07:35 -0600781 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500782 ti,mbox-num-users = <4>;
783 ti,mbox-num-fifos = <12>;
784 status = "disabled";
785 };
786
787 mailbox10: mailbox@48860000 {
788 compatible = "ti,omap4-mailbox";
789 reg = <0x48860000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600790 interrupts = <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>,
791 <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH>,
792 <GIC_SPI 271 IRQ_TYPE_LEVEL_HIGH>,
793 <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500794 ti,hwmods = "mailbox10";
Suman Anna24df0452014-11-03 17:07:35 -0600795 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500796 ti,mbox-num-users = <4>;
797 ti,mbox-num-fifos = <12>;
798 status = "disabled";
799 };
800
801 mailbox11: mailbox@48862000 {
802 compatible = "ti,omap4-mailbox";
803 reg = <0x48862000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600804 interrupts = <GIC_SPI 273 IRQ_TYPE_LEVEL_HIGH>,
805 <GIC_SPI 274 IRQ_TYPE_LEVEL_HIGH>,
806 <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>,
807 <GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500808 ti,hwmods = "mailbox11";
Suman Anna24df0452014-11-03 17:07:35 -0600809 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500810 ti,mbox-num-users = <4>;
811 ti,mbox-num-fifos = <12>;
812 status = "disabled";
813 };
814
815 mailbox12: mailbox@48864000 {
816 compatible = "ti,omap4-mailbox";
817 reg = <0x48864000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600818 interrupts = <GIC_SPI 277 IRQ_TYPE_LEVEL_HIGH>,
819 <GIC_SPI 278 IRQ_TYPE_LEVEL_HIGH>,
820 <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
821 <GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500822 ti,hwmods = "mailbox12";
Suman Anna24df0452014-11-03 17:07:35 -0600823 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500824 ti,mbox-num-users = <4>;
825 ti,mbox-num-fifos = <12>;
826 status = "disabled";
827 };
828
829 mailbox13: mailbox@48802000 {
830 compatible = "ti,omap4-mailbox";
831 reg = <0x48802000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600832 interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>,
833 <GIC_SPI 380 IRQ_TYPE_LEVEL_HIGH>,
834 <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>,
835 <GIC_SPI 382 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500836 ti,hwmods = "mailbox13";
Suman Anna24df0452014-11-03 17:07:35 -0600837 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500838 ti,mbox-num-users = <4>;
839 ti,mbox-num-fifos = <12>;
840 status = "disabled";
841 };
842
R Sricharan6e58b8f2013-08-14 19:08:20 +0530843 timer1: timer@4ae18000 {
844 compatible = "ti,omap5430-timer";
845 reg = <0x4ae18000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530846 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530847 ti,hwmods = "timer1";
848 ti,timer-alwon;
849 };
850
851 timer2: timer@48032000 {
852 compatible = "ti,omap5430-timer";
853 reg = <0x48032000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530854 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530855 ti,hwmods = "timer2";
856 };
857
858 timer3: timer@48034000 {
859 compatible = "ti,omap5430-timer";
860 reg = <0x48034000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530861 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530862 ti,hwmods = "timer3";
863 };
864
865 timer4: timer@48036000 {
866 compatible = "ti,omap5430-timer";
867 reg = <0x48036000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530868 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530869 ti,hwmods = "timer4";
870 };
871
872 timer5: timer@48820000 {
873 compatible = "ti,omap5430-timer";
874 reg = <0x48820000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530875 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530876 ti,hwmods = "timer5";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530877 };
878
879 timer6: timer@48822000 {
880 compatible = "ti,omap5430-timer";
881 reg = <0x48822000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530882 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530883 ti,hwmods = "timer6";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530884 };
885
886 timer7: timer@48824000 {
887 compatible = "ti,omap5430-timer";
888 reg = <0x48824000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530889 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530890 ti,hwmods = "timer7";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530891 };
892
893 timer8: timer@48826000 {
894 compatible = "ti,omap5430-timer";
895 reg = <0x48826000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530896 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530897 ti,hwmods = "timer8";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530898 };
899
900 timer9: timer@4803e000 {
901 compatible = "ti,omap5430-timer";
902 reg = <0x4803e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530903 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530904 ti,hwmods = "timer9";
905 };
906
907 timer10: timer@48086000 {
908 compatible = "ti,omap5430-timer";
909 reg = <0x48086000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530910 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530911 ti,hwmods = "timer10";
912 };
913
914 timer11: timer@48088000 {
915 compatible = "ti,omap5430-timer";
916 reg = <0x48088000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530917 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530918 ti,hwmods = "timer11";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530919 };
920
Suman Annad79852a2016-04-05 16:44:10 -0500921 timer12: timer@4ae20000 {
922 compatible = "ti,omap5430-timer";
923 reg = <0x4ae20000 0x80>;
924 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
925 ti,hwmods = "timer12";
926 ti,timer-alwon;
927 ti,timer-secure;
928 };
929
R Sricharan6e58b8f2013-08-14 19:08:20 +0530930 timer13: timer@48828000 {
931 compatible = "ti,omap5430-timer";
932 reg = <0x48828000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530933 interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530934 ti,hwmods = "timer13";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530935 };
936
937 timer14: timer@4882a000 {
938 compatible = "ti,omap5430-timer";
939 reg = <0x4882a000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530940 interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530941 ti,hwmods = "timer14";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530942 };
943
944 timer15: timer@4882c000 {
945 compatible = "ti,omap5430-timer";
946 reg = <0x4882c000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530947 interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530948 ti,hwmods = "timer15";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530949 };
950
951 timer16: timer@4882e000 {
952 compatible = "ti,omap5430-timer";
953 reg = <0x4882e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530954 interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530955 ti,hwmods = "timer16";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530956 };
957
958 wdt2: wdt@4ae14000 {
Lokesh Vutlabe668832014-11-12 10:54:15 +0530959 compatible = "ti,omap3-wdt";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530960 reg = <0x4ae14000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530961 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530962 ti,hwmods = "wd_timer2";
963 };
964
Suman Annadbd7c192014-01-13 18:26:46 -0600965 hwspinlock: spinlock@4a0f6000 {
966 compatible = "ti,omap4-hwspinlock";
967 reg = <0x4a0f6000 0x1000>;
968 ti,hwmods = "spinlock";
969 #hwlock-cells = <1>;
970 };
971
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530972 dmm@4e000000 {
973 compatible = "ti,omap5-dmm";
974 reg = <0x4e000000 0x800>;
R Sricharana46631c2014-06-26 12:55:31 +0530975 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530976 ti,hwmods = "dmm";
977 };
978
R Sricharan6e58b8f2013-08-14 19:08:20 +0530979 i2c1: i2c@48070000 {
980 compatible = "ti,omap4-i2c";
981 reg = <0x48070000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530982 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530983 #address-cells = <1>;
984 #size-cells = <0>;
985 ti,hwmods = "i2c1";
986 status = "disabled";
987 };
988
989 i2c2: i2c@48072000 {
990 compatible = "ti,omap4-i2c";
991 reg = <0x48072000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530992 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530993 #address-cells = <1>;
994 #size-cells = <0>;
995 ti,hwmods = "i2c2";
996 status = "disabled";
997 };
998
999 i2c3: i2c@48060000 {
1000 compatible = "ti,omap4-i2c";
1001 reg = <0x48060000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301002 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301003 #address-cells = <1>;
1004 #size-cells = <0>;
1005 ti,hwmods = "i2c3";
1006 status = "disabled";
1007 };
1008
1009 i2c4: i2c@4807a000 {
1010 compatible = "ti,omap4-i2c";
1011 reg = <0x4807a000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301012 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301013 #address-cells = <1>;
1014 #size-cells = <0>;
1015 ti,hwmods = "i2c4";
1016 status = "disabled";
1017 };
1018
1019 i2c5: i2c@4807c000 {
1020 compatible = "ti,omap4-i2c";
1021 reg = <0x4807c000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301022 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301023 #address-cells = <1>;
1024 #size-cells = <0>;
1025 ti,hwmods = "i2c5";
1026 status = "disabled";
1027 };
1028
1029 mmc1: mmc@4809c000 {
1030 compatible = "ti,omap4-hsmmc";
1031 reg = <0x4809c000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301032 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301033 ti,hwmods = "mmc1";
1034 ti,dual-volt;
1035 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001036 dmas = <&sdma_xbar 61>, <&sdma_xbar 62>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301037 dma-names = "tx", "rx";
1038 status = "disabled";
Balaji T Kcd042fe2014-02-19 20:26:40 +05301039 pbias-supply = <&pbias_mmc_reg>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301040 };
1041
1042 mmc2: mmc@480b4000 {
1043 compatible = "ti,omap4-hsmmc";
1044 reg = <0x480b4000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301045 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301046 ti,hwmods = "mmc2";
1047 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001048 dmas = <&sdma_xbar 47>, <&sdma_xbar 48>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301049 dma-names = "tx", "rx";
1050 status = "disabled";
1051 };
1052
1053 mmc3: mmc@480ad000 {
1054 compatible = "ti,omap4-hsmmc";
1055 reg = <0x480ad000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301056 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301057 ti,hwmods = "mmc3";
1058 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001059 dmas = <&sdma_xbar 77>, <&sdma_xbar 78>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301060 dma-names = "tx", "rx";
1061 status = "disabled";
1062 };
1063
1064 mmc4: mmc@480d1000 {
1065 compatible = "ti,omap4-hsmmc";
1066 reg = <0x480d1000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301067 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301068 ti,hwmods = "mmc4";
1069 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001070 dmas = <&sdma_xbar 57>, <&sdma_xbar 58>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301071 dma-names = "tx", "rx";
1072 status = "disabled";
1073 };
1074
Suman Anna2c7e07c52015-10-02 18:23:24 -05001075 mmu0_dsp1: mmu@40d01000 {
1076 compatible = "ti,dra7-dsp-iommu";
1077 reg = <0x40d01000 0x100>;
1078 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
1079 ti,hwmods = "mmu0_dsp1";
1080 #iommu-cells = <0>;
1081 ti,syscon-mmuconfig = <&dsp1_system 0x0>;
1082 status = "disabled";
1083 };
1084
1085 mmu1_dsp1: mmu@40d02000 {
1086 compatible = "ti,dra7-dsp-iommu";
1087 reg = <0x40d02000 0x100>;
1088 interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
1089 ti,hwmods = "mmu1_dsp1";
1090 #iommu-cells = <0>;
1091 ti,syscon-mmuconfig = <&dsp1_system 0x1>;
1092 status = "disabled";
1093 };
1094
1095 mmu_ipu1: mmu@58882000 {
1096 compatible = "ti,dra7-iommu";
1097 reg = <0x58882000 0x100>;
1098 interrupts = <GIC_SPI 395 IRQ_TYPE_LEVEL_HIGH>;
1099 ti,hwmods = "mmu_ipu1";
1100 #iommu-cells = <0>;
1101 ti,iommu-bus-err-back;
1102 status = "disabled";
1103 };
1104
1105 mmu_ipu2: mmu@55082000 {
1106 compatible = "ti,dra7-iommu";
1107 reg = <0x55082000 0x100>;
1108 interrupts = <GIC_SPI 396 IRQ_TYPE_LEVEL_HIGH>;
1109 ti,hwmods = "mmu_ipu2";
1110 #iommu-cells = <0>;
1111 ti,iommu-bus-err-back;
1112 status = "disabled";
1113 };
1114
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301115 abb_mpu: regulator-abb-mpu {
1116 compatible = "ti,abb-v3";
1117 regulator-name = "abb_mpu";
1118 #address-cells = <0>;
1119 #size-cells = <0>;
1120 clocks = <&sys_clkin1>;
1121 ti,settling-time = <50>;
1122 ti,clock-cycles = <16>;
1123
1124 reg = <0x4ae07ddc 0x4>, <0x4ae07de0 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001125 <0x4ae06014 0x4>, <0x4a003b20 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301126 <0x4ae0c158 0x4>;
1127 reg-names = "setup-address", "control-address",
1128 "int-address", "efuse-address",
1129 "ldo-address";
1130 ti,tranxdone-status-mask = <0x80>;
1131 /* LDOVBBMPU_FBB_MUX_CTRL */
1132 ti,ldovbb-override-mask = <0x400>;
1133 /* LDOVBBMPU_FBB_VSET_OUT */
1134 ti,ldovbb-vset-mask = <0x1F>;
1135
1136 /*
1137 * NOTE: only FBB mode used but actual vset will
1138 * determine final biasing
1139 */
1140 ti,abb_info = <
1141 /*uV ABB efuse rbb_m fbb_m vset_m*/
1142 1060000 0 0x0 0 0x02000000 0x01F00000
1143 1160000 0 0x4 0 0x02000000 0x01F00000
1144 1210000 0 0x8 0 0x02000000 0x01F00000
1145 >;
1146 };
1147
1148 abb_ivahd: regulator-abb-ivahd {
1149 compatible = "ti,abb-v3";
1150 regulator-name = "abb_ivahd";
1151 #address-cells = <0>;
1152 #size-cells = <0>;
1153 clocks = <&sys_clkin1>;
1154 ti,settling-time = <50>;
1155 ti,clock-cycles = <16>;
1156
1157 reg = <0x4ae07e34 0x4>, <0x4ae07e24 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001158 <0x4ae06010 0x4>, <0x4a0025cc 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301159 <0x4a002470 0x4>;
1160 reg-names = "setup-address", "control-address",
1161 "int-address", "efuse-address",
1162 "ldo-address";
1163 ti,tranxdone-status-mask = <0x40000000>;
1164 /* LDOVBBIVA_FBB_MUX_CTRL */
1165 ti,ldovbb-override-mask = <0x400>;
1166 /* LDOVBBIVA_FBB_VSET_OUT */
1167 ti,ldovbb-vset-mask = <0x1F>;
1168
1169 /*
1170 * NOTE: only FBB mode used but actual vset will
1171 * determine final biasing
1172 */
1173 ti,abb_info = <
1174 /*uV ABB efuse rbb_m fbb_m vset_m*/
1175 1055000 0 0x0 0 0x02000000 0x01F00000
1176 1150000 0 0x4 0 0x02000000 0x01F00000
1177 1250000 0 0x8 0 0x02000000 0x01F00000
1178 >;
1179 };
1180
1181 abb_dspeve: regulator-abb-dspeve {
1182 compatible = "ti,abb-v3";
1183 regulator-name = "abb_dspeve";
1184 #address-cells = <0>;
1185 #size-cells = <0>;
1186 clocks = <&sys_clkin1>;
1187 ti,settling-time = <50>;
1188 ti,clock-cycles = <16>;
1189
1190 reg = <0x4ae07e30 0x4>, <0x4ae07e20 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001191 <0x4ae06010 0x4>, <0x4a0025e0 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301192 <0x4a00246c 0x4>;
1193 reg-names = "setup-address", "control-address",
1194 "int-address", "efuse-address",
1195 "ldo-address";
1196 ti,tranxdone-status-mask = <0x20000000>;
1197 /* LDOVBBDSPEVE_FBB_MUX_CTRL */
1198 ti,ldovbb-override-mask = <0x400>;
1199 /* LDOVBBDSPEVE_FBB_VSET_OUT */
1200 ti,ldovbb-vset-mask = <0x1F>;
1201
1202 /*
1203 * NOTE: only FBB mode used but actual vset will
1204 * determine final biasing
1205 */
1206 ti,abb_info = <
1207 /*uV ABB efuse rbb_m fbb_m vset_m*/
1208 1055000 0 0x0 0 0x02000000 0x01F00000
1209 1150000 0 0x4 0 0x02000000 0x01F00000
1210 1250000 0 0x8 0 0x02000000 0x01F00000
1211 >;
1212 };
1213
1214 abb_gpu: regulator-abb-gpu {
1215 compatible = "ti,abb-v3";
1216 regulator-name = "abb_gpu";
1217 #address-cells = <0>;
1218 #size-cells = <0>;
1219 clocks = <&sys_clkin1>;
1220 ti,settling-time = <50>;
1221 ti,clock-cycles = <16>;
1222
1223 reg = <0x4ae07de4 0x4>, <0x4ae07de8 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001224 <0x4ae06010 0x4>, <0x4a003b08 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301225 <0x4ae0c154 0x4>;
1226 reg-names = "setup-address", "control-address",
1227 "int-address", "efuse-address",
1228 "ldo-address";
1229 ti,tranxdone-status-mask = <0x10000000>;
1230 /* LDOVBBGPU_FBB_MUX_CTRL */
1231 ti,ldovbb-override-mask = <0x400>;
1232 /* LDOVBBGPU_FBB_VSET_OUT */
1233 ti,ldovbb-vset-mask = <0x1F>;
1234
1235 /*
1236 * NOTE: only FBB mode used but actual vset will
1237 * determine final biasing
1238 */
1239 ti,abb_info = <
1240 /*uV ABB efuse rbb_m fbb_m vset_m*/
1241 1090000 0 0x0 0 0x02000000 0x01F00000
1242 1210000 0 0x4 0 0x02000000 0x01F00000
1243 1280000 0 0x8 0 0x02000000 0x01F00000
1244 >;
1245 };
1246
R Sricharan6e58b8f2013-08-14 19:08:20 +05301247 mcspi1: spi@48098000 {
1248 compatible = "ti,omap4-mcspi";
1249 reg = <0x48098000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301250 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301251 #address-cells = <1>;
1252 #size-cells = <0>;
1253 ti,hwmods = "mcspi1";
1254 ti,spi-num-cs = <4>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001255 dmas = <&sdma_xbar 35>,
1256 <&sdma_xbar 36>,
1257 <&sdma_xbar 37>,
1258 <&sdma_xbar 38>,
1259 <&sdma_xbar 39>,
1260 <&sdma_xbar 40>,
1261 <&sdma_xbar 41>,
1262 <&sdma_xbar 42>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301263 dma-names = "tx0", "rx0", "tx1", "rx1",
1264 "tx2", "rx2", "tx3", "rx3";
1265 status = "disabled";
1266 };
1267
1268 mcspi2: spi@4809a000 {
1269 compatible = "ti,omap4-mcspi";
1270 reg = <0x4809a000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301271 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301272 #address-cells = <1>;
1273 #size-cells = <0>;
1274 ti,hwmods = "mcspi2";
1275 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001276 dmas = <&sdma_xbar 43>,
1277 <&sdma_xbar 44>,
1278 <&sdma_xbar 45>,
1279 <&sdma_xbar 46>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301280 dma-names = "tx0", "rx0", "tx1", "rx1";
1281 status = "disabled";
1282 };
1283
1284 mcspi3: spi@480b8000 {
1285 compatible = "ti,omap4-mcspi";
1286 reg = <0x480b8000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301287 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301288 #address-cells = <1>;
1289 #size-cells = <0>;
1290 ti,hwmods = "mcspi3";
1291 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001292 dmas = <&sdma_xbar 15>, <&sdma_xbar 16>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301293 dma-names = "tx0", "rx0";
1294 status = "disabled";
1295 };
1296
1297 mcspi4: spi@480ba000 {
1298 compatible = "ti,omap4-mcspi";
1299 reg = <0x480ba000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301300 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301301 #address-cells = <1>;
1302 #size-cells = <0>;
1303 ti,hwmods = "mcspi4";
1304 ti,spi-num-cs = <1>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001305 dmas = <&sdma_xbar 70>, <&sdma_xbar 71>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301306 dma-names = "tx0", "rx0";
1307 status = "disabled";
1308 };
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301309
1310 qspi: qspi@4b300000 {
1311 compatible = "ti,dra7xxx-qspi";
Vignesh R1929d0b2015-12-11 09:39:59 +05301312 reg = <0x4b300000 0x100>,
1313 <0x5c000000 0x4000000>;
1314 reg-names = "qspi_base", "qspi_mmap";
1315 syscon-chipselects = <&scm_conf 0x558>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301316 #address-cells = <1>;
1317 #size-cells = <0>;
1318 ti,hwmods = "qspi";
1319 clocks = <&qspi_gfclk_div>;
1320 clock-names = "fck";
1321 num-cs = <4>;
R Sricharana46631c2014-06-26 12:55:31 +05301322 interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301323 status = "disabled";
1324 };
Balaji T K7be80562014-05-07 14:58:58 +03001325
Balaji T K7be80562014-05-07 14:58:58 +03001326 /* OCP2SCP3 */
1327 ocp2scp@4a090000 {
1328 compatible = "ti,omap-ocp2scp";
1329 #address-cells = <1>;
1330 #size-cells = <1>;
1331 ranges;
1332 reg = <0x4a090000 0x20>;
1333 ti,hwmods = "ocp2scp3";
1334 sata_phy: phy@4A096000 {
1335 compatible = "ti,phy-pipe3-sata";
1336 reg = <0x4A096000 0x80>, /* phy_rx */
1337 <0x4A096400 0x64>, /* phy_tx */
1338 <0x4A096800 0x40>; /* pll_ctrl */
1339 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301340 syscon-phy-power = <&scm_conf 0x374>;
Roger Quadros773c5a02015-01-13 14:23:21 +02001341 clocks = <&sys_clkin1>, <&sata_ref_clk>;
1342 clock-names = "sysclk", "refclk";
Roger Quadros257d5d92015-07-17 16:47:23 +03001343 syscon-pllreset = <&scm_conf 0x3fc>;
Balaji T K7be80562014-05-07 14:58:58 +03001344 #phy-cells = <0>;
1345 };
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301346
1347 pcie1_phy: pciephy@4a094000 {
1348 compatible = "ti,phy-pipe3-pcie";
1349 reg = <0x4a094000 0x80>, /* phy_rx */
1350 <0x4a094400 0x64>; /* phy_tx */
1351 reg-names = "phy_rx", "phy_tx";
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301352 syscon-phy-power = <&scm_conf_pcie 0x1c>;
1353 syscon-pcs = <&scm_conf_pcie 0x10>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301354 clocks = <&dpll_pcie_ref_ck>,
1355 <&dpll_pcie_ref_m2ldo_ck>,
1356 <&optfclk_pciephy1_32khz>,
1357 <&optfclk_pciephy1_clk>,
1358 <&optfclk_pciephy1_div_clk>,
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301359 <&optfclk_pciephy_div>,
1360 <&sys_clkin1>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301361 clock-names = "dpll_ref", "dpll_ref_m2",
1362 "wkupclk", "refclk",
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301363 "div-clk", "phy-div", "sysclk";
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301364 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301365 };
1366
1367 pcie2_phy: pciephy@4a095000 {
1368 compatible = "ti,phy-pipe3-pcie";
1369 reg = <0x4a095000 0x80>, /* phy_rx */
1370 <0x4a095400 0x64>; /* phy_tx */
1371 reg-names = "phy_rx", "phy_tx";
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301372 syscon-phy-power = <&scm_conf_pcie 0x20>;
1373 syscon-pcs = <&scm_conf_pcie 0x10>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301374 clocks = <&dpll_pcie_ref_ck>,
1375 <&dpll_pcie_ref_m2ldo_ck>,
1376 <&optfclk_pciephy2_32khz>,
1377 <&optfclk_pciephy2_clk>,
1378 <&optfclk_pciephy2_div_clk>,
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301379 <&optfclk_pciephy_div>,
1380 <&sys_clkin1>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301381 clock-names = "dpll_ref", "dpll_ref_m2",
1382 "wkupclk", "refclk",
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301383 "div-clk", "phy-div", "sysclk";
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301384 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301385 status = "disabled";
1386 };
Balaji T K7be80562014-05-07 14:58:58 +03001387 };
1388
1389 sata: sata@4a141100 {
1390 compatible = "snps,dwc-ahci";
1391 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
R Sricharana46631c2014-06-26 12:55:31 +05301392 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
Balaji T K7be80562014-05-07 14:58:58 +03001393 phys = <&sata_phy>;
1394 phy-names = "sata-phy";
1395 clocks = <&sata_ref_clk>;
1396 ti,hwmods = "sata";
1397 };
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001398
Nishanth Menon00edd312015-04-08 18:56:27 -05001399 rtc: rtc@48838000 {
Lokesh Vutlabc078312014-11-19 17:53:08 +05301400 compatible = "ti,am3352-rtc";
1401 reg = <0x48838000 0x100>;
1402 interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
1403 <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
1404 ti,hwmods = "rtcss";
1405 clocks = <&sys_32k_ck>;
1406 };
1407
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001408 /* OCP2SCP1 */
1409 ocp2scp@4a080000 {
1410 compatible = "ti,omap-ocp2scp";
1411 #address-cells = <1>;
1412 #size-cells = <1>;
1413 ranges;
1414 reg = <0x4a080000 0x20>;
1415 ti,hwmods = "ocp2scp1";
1416
1417 usb2_phy1: phy@4a084000 {
Sekhar Nori291f1af2016-08-23 11:57:41 +03001418 compatible = "ti,dra7x-usb2", "ti,omap-usb2";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001419 reg = <0x4a084000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301420 syscon-phy-power = <&scm_conf 0x300>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001421 clocks = <&usb_phy1_always_on_clk32k>,
1422 <&usb_otg_ss1_refclk960m>;
1423 clock-names = "wkupclk",
1424 "refclk";
1425 #phy-cells = <0>;
1426 };
1427
1428 usb2_phy2: phy@4a085000 {
Kishon Vijay Abraham I4b4f52e2015-12-21 14:43:20 +05301429 compatible = "ti,dra7x-usb2-phy2",
1430 "ti,omap-usb2";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001431 reg = <0x4a085000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301432 syscon-phy-power = <&scm_conf 0xe74>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001433 clocks = <&usb_phy2_always_on_clk32k>,
1434 <&usb_otg_ss2_refclk960m>;
1435 clock-names = "wkupclk",
1436 "refclk";
1437 #phy-cells = <0>;
1438 };
1439
1440 usb3_phy1: phy@4a084400 {
1441 compatible = "ti,omap-usb3";
1442 reg = <0x4a084400 0x80>,
1443 <0x4a084800 0x64>,
1444 <0x4a084c00 0x40>;
1445 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301446 syscon-phy-power = <&scm_conf 0x370>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001447 clocks = <&usb_phy3_always_on_clk32k>,
1448 <&sys_clkin1>,
1449 <&usb_otg_ss1_refclk960m>;
1450 clock-names = "wkupclk",
1451 "sysclk",
1452 "refclk";
1453 #phy-cells = <0>;
1454 };
1455 };
1456
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001457 omap_dwc3_1: omap_dwc3_1@48880000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001458 compatible = "ti,dwc3";
1459 ti,hwmods = "usb_otg_ss1";
1460 reg = <0x48880000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301461 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001462 #address-cells = <1>;
1463 #size-cells = <1>;
1464 utmi-mode = <2>;
1465 ranges;
1466 usb1: usb@48890000 {
1467 compatible = "snps,dwc3";
1468 reg = <0x48890000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001469 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1470 <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1471 <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
1472 interrupt-names = "peripheral",
1473 "host",
1474 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001475 phys = <&usb2_phy1>, <&usb3_phy1>;
1476 phy-names = "usb2-phy", "usb3-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001477 maximum-speed = "super-speed";
1478 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001479 snps,dis_u3_susphy_quirk;
1480 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001481 };
1482 };
1483
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001484 omap_dwc3_2: omap_dwc3_2@488c0000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001485 compatible = "ti,dwc3";
1486 ti,hwmods = "usb_otg_ss2";
1487 reg = <0x488c0000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301488 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001489 #address-cells = <1>;
1490 #size-cells = <1>;
1491 utmi-mode = <2>;
1492 ranges;
1493 usb2: usb@488d0000 {
1494 compatible = "snps,dwc3";
1495 reg = <0x488d0000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001496 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1497 <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1498 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
1499 interrupt-names = "peripheral",
1500 "host",
1501 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001502 phys = <&usb2_phy2>;
1503 phy-names = "usb2-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001504 maximum-speed = "high-speed";
1505 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001506 snps,dis_u3_susphy_quirk;
1507 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001508 };
1509 };
1510
1511 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001512 omap_dwc3_3: omap_dwc3_3@48900000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001513 compatible = "ti,dwc3";
1514 ti,hwmods = "usb_otg_ss3";
1515 reg = <0x48900000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301516 interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001517 #address-cells = <1>;
1518 #size-cells = <1>;
1519 utmi-mode = <2>;
1520 ranges;
1521 status = "disabled";
1522 usb3: usb@48910000 {
1523 compatible = "snps,dwc3";
1524 reg = <0x48910000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001525 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1526 <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1527 <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
1528 interrupt-names = "peripheral",
1529 "host",
1530 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001531 maximum-speed = "high-speed";
1532 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001533 snps,dis_u3_susphy_quirk;
1534 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001535 };
1536 };
1537
Minal Shahff66a3c2014-05-19 14:45:47 +05301538 elm: elm@48078000 {
1539 compatible = "ti,am3352-elm";
1540 reg = <0x48078000 0xfc0>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301541 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301542 ti,hwmods = "elm";
1543 status = "disabled";
1544 };
1545
1546 gpmc: gpmc@50000000 {
1547 compatible = "ti,am3352-gpmc";
1548 ti,hwmods = "gpmc";
1549 reg = <0x50000000 0x37c>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301550 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Franklin S Cooper Jr10ce2402016-05-04 12:43:55 -05001551 dmas = <&edma_xbar 4 0>;
1552 dma-names = "rxtx";
Minal Shahff66a3c2014-05-19 14:45:47 +05301553 gpmc,num-cs = <8>;
1554 gpmc,num-waitpins = <2>;
1555 #address-cells = <2>;
1556 #size-cells = <1>;
Roger Quadros488f2702016-02-23 18:37:17 +02001557 interrupt-controller;
1558 #interrupt-cells = <2>;
Roger Quadros845b1a22016-04-07 13:25:31 +03001559 gpio-controller;
1560 #gpio-cells = <2>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301561 status = "disabled";
1562 };
Peter Ujfalusi2ca09452014-05-07 13:20:48 +03001563
1564 atl: atl@4843c000 {
1565 compatible = "ti,dra7-atl";
1566 reg = <0x4843c000 0x3ff>;
1567 ti,hwmods = "atl";
1568 ti,provided-clocks = <&atl_clkin0_ck>, <&atl_clkin1_ck>,
1569 <&atl_clkin2_ck>, <&atl_clkin3_ck>;
1570 clocks = <&atl_gfclk_mux>;
1571 clock-names = "fck";
1572 status = "disabled";
1573 };
Olof Johansson412a9bb2014-07-18 22:16:15 -07001574
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001575 mcasp1: mcasp@48460000 {
1576 compatible = "ti,dra7-mcasp-audio";
1577 ti,hwmods = "mcasp1";
1578 reg = <0x48460000 0x2000>,
1579 <0x45800000 0x1000>;
1580 reg-names = "mpu","dat";
1581 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
1582 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
1583 interrupt-names = "tx", "rx";
1584 dmas = <&edma_xbar 129 1>, <&edma_xbar 128 1>;
1585 dma-names = "tx", "rx";
1586 clocks = <&mcasp1_aux_gfclk_mux>, <&mcasp1_ahclkx_mux>,
1587 <&mcasp1_ahclkr_mux>;
1588 clock-names = "fck", "ahclkx", "ahclkr";
1589 status = "disabled";
1590 };
1591
1592 mcasp2: mcasp@48464000 {
1593 compatible = "ti,dra7-mcasp-audio";
1594 ti,hwmods = "mcasp2";
1595 reg = <0x48464000 0x2000>,
1596 <0x45c00000 0x1000>;
1597 reg-names = "mpu","dat";
1598 interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>,
1599 <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
1600 interrupt-names = "tx", "rx";
1601 dmas = <&edma_xbar 131 1>, <&edma_xbar 130 1>;
1602 dma-names = "tx", "rx";
1603 clocks = <&mcasp2_aux_gfclk_mux>, <&mcasp2_ahclkx_mux>,
1604 <&mcasp2_ahclkr_mux>;
1605 clock-names = "fck", "ahclkx", "ahclkr";
1606 status = "disabled";
1607 };
1608
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001609 mcasp3: mcasp@48468000 {
1610 compatible = "ti,dra7-mcasp-audio";
1611 ti,hwmods = "mcasp3";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001612 reg = <0x48468000 0x2000>,
1613 <0x46000000 0x1000>;
1614 reg-names = "mpu","dat";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001615 interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>,
1616 <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
1617 interrupt-names = "tx", "rx";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001618 dmas = <&edma_xbar 133 1>, <&edma_xbar 132 1>;
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001619 dma-names = "tx", "rx";
Peter Ujfalusibf05c2c2015-11-12 09:32:57 +02001620 clocks = <&mcasp3_aux_gfclk_mux>, <&mcasp3_ahclkx_mux>;
1621 clock-names = "fck", "ahclkx";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001622 status = "disabled";
1623 };
1624
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001625 mcasp4: mcasp@4846c000 {
1626 compatible = "ti,dra7-mcasp-audio";
1627 ti,hwmods = "mcasp4";
1628 reg = <0x4846c000 0x2000>,
1629 <0x48436000 0x1000>;
1630 reg-names = "mpu","dat";
1631 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
1632 <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
1633 interrupt-names = "tx", "rx";
1634 dmas = <&edma_xbar 135 1>, <&edma_xbar 134 1>;
1635 dma-names = "tx", "rx";
1636 clocks = <&mcasp4_aux_gfclk_mux>, <&mcasp4_ahclkx_mux>;
1637 clock-names = "fck", "ahclkx";
1638 status = "disabled";
1639 };
1640
1641 mcasp5: mcasp@48470000 {
1642 compatible = "ti,dra7-mcasp-audio";
1643 ti,hwmods = "mcasp5";
1644 reg = <0x48470000 0x2000>,
1645 <0x4843a000 0x1000>;
1646 reg-names = "mpu","dat";
1647 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
1648 <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
1649 interrupt-names = "tx", "rx";
1650 dmas = <&edma_xbar 137 1>, <&edma_xbar 136 1>;
1651 dma-names = "tx", "rx";
1652 clocks = <&mcasp5_aux_gfclk_mux>, <&mcasp5_ahclkx_mux>;
1653 clock-names = "fck", "ahclkx";
1654 status = "disabled";
1655 };
1656
1657 mcasp6: mcasp@48474000 {
1658 compatible = "ti,dra7-mcasp-audio";
1659 ti,hwmods = "mcasp6";
1660 reg = <0x48474000 0x2000>,
1661 <0x4844c000 0x1000>;
1662 reg-names = "mpu","dat";
1663 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
1664 <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
1665 interrupt-names = "tx", "rx";
1666 dmas = <&edma_xbar 139 1>, <&edma_xbar 138 1>;
1667 dma-names = "tx", "rx";
1668 clocks = <&mcasp6_aux_gfclk_mux>, <&mcasp6_ahclkx_mux>;
1669 clock-names = "fck", "ahclkx";
1670 status = "disabled";
1671 };
1672
1673 mcasp7: mcasp@48478000 {
1674 compatible = "ti,dra7-mcasp-audio";
1675 ti,hwmods = "mcasp7";
1676 reg = <0x48478000 0x2000>,
1677 <0x48450000 0x1000>;
1678 reg-names = "mpu","dat";
1679 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>,
1680 <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
1681 interrupt-names = "tx", "rx";
1682 dmas = <&edma_xbar 141 1>, <&edma_xbar 140 1>;
1683 dma-names = "tx", "rx";
1684 clocks = <&mcasp7_aux_gfclk_mux>, <&mcasp7_ahclkx_mux>;
1685 clock-names = "fck", "ahclkx";
1686 status = "disabled";
1687 };
1688
1689 mcasp8: mcasp@4847c000 {
1690 compatible = "ti,dra7-mcasp-audio";
1691 ti,hwmods = "mcasp8";
1692 reg = <0x4847c000 0x2000>,
1693 <0x48454000 0x1000>;
1694 reg-names = "mpu","dat";
1695 interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>,
1696 <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>;
1697 interrupt-names = "tx", "rx";
1698 dmas = <&edma_xbar 143 1>, <&edma_xbar 142 1>;
1699 dma-names = "tx", "rx";
1700 clocks = <&mcasp8_aux_gfclk_mux>, <&mcasp8_ahclkx_mux>;
1701 clock-names = "fck", "ahclkx";
1702 status = "disabled";
1703 };
1704
Marc Zyngier783d3182015-03-11 15:43:44 +00001705 crossbar_mpu: crossbar@4a002a48 {
R Sricharana46631c2014-06-26 12:55:31 +05301706 compatible = "ti,irq-crossbar";
1707 reg = <0x4a002a48 0x130>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001708 interrupt-controller;
Marc Zyngier7136d452015-03-11 15:43:49 +00001709 interrupt-parent = <&wakeupgen>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001710 #interrupt-cells = <3>;
R Sricharana46631c2014-06-26 12:55:31 +05301711 ti,max-irqs = <160>;
1712 ti,max-crossbar-sources = <MAX_SOURCES>;
1713 ti,reg-size = <2>;
1714 ti,irqs-reserved = <0 1 2 3 5 6 131 132>;
1715 ti,irqs-skip = <10 133 139 140>;
1716 ti,irqs-safe-map = <0>;
1717 };
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301718
Vishal Mahaveerc263a5b2015-08-25 13:57:49 -05001719 mac: ethernet@48484000 {
Mugunthan V Ne2095312015-08-12 15:22:54 +05301720 compatible = "ti,dra7-cpsw","ti,cpsw";
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301721 ti,hwmods = "gmac";
Grygorii Strashkoc0973382016-08-30 17:58:01 +03001722 clocks = <&gmac_main_clk>, <&gmac_rft_clk_mux>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301723 clock-names = "fck", "cpts";
1724 cpdma_channels = <8>;
1725 ale_entries = <1024>;
1726 bd_ram_size = <0x2000>;
1727 no_bd_ram = <0>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301728 mac_control = <0x20>;
1729 slaves = <2>;
1730 active_slave = <0>;
Grygorii Strashkoc0973382016-08-30 17:58:01 +03001731 cpts_clock_mult = <0x784CFE14>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301732 cpts_clock_shift = <29>;
1733 reg = <0x48484000 0x1000
1734 0x48485200 0x2E00>;
1735 #address-cells = <1>;
1736 #size-cells = <1>;
Mugunthan V N0f514e62016-03-07 01:41:22 -07001737
1738 /*
1739 * Do not allow gating of cpsw clock as workaround
1740 * for errata i877. Keeping internal clock disabled
1741 * causes the device switching characteristics
1742 * to degrade over time and eventually fail to meet
1743 * the data manual delay time/skew specs.
1744 */
1745 ti,no-idle;
1746
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301747 /*
1748 * rx_thresh_pend
1749 * rx_pend
1750 * tx_pend
1751 * misc_pend
1752 */
1753 interrupts = <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
1754 <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>,
1755 <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>,
1756 <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>;
1757 ranges;
Mugunthan V Na084e132015-09-21 15:56:52 +05301758 syscon = <&scm_conf>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301759 status = "disabled";
1760
1761 davinci_mdio: mdio@48485000 {
Grygorii Strashko9efd1a62016-06-24 21:23:55 +03001762 compatible = "ti,cpsw-mdio","ti,davinci_mdio";
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301763 #address-cells = <1>;
1764 #size-cells = <0>;
1765 ti,hwmods = "davinci_mdio";
1766 bus_freq = <1000000>;
1767 reg = <0x48485000 0x100>;
1768 };
1769
1770 cpsw_emac0: slave@48480200 {
1771 /* Filled in by U-Boot */
1772 mac-address = [ 00 00 00 00 00 00 ];
1773 };
1774
1775 cpsw_emac1: slave@48480300 {
1776 /* Filled in by U-Boot */
1777 mac-address = [ 00 00 00 00 00 00 ];
1778 };
1779
1780 phy_sel: cpsw-phy-sel@4a002554 {
1781 compatible = "ti,dra7xx-cpsw-phy-sel";
1782 reg= <0x4a002554 0x4>;
1783 reg-names = "gmii-sel";
1784 };
1785 };
1786
Roger Quadros9ec49b92014-08-15 16:08:36 +03001787 dcan1: can@481cc000 {
1788 compatible = "ti,dra7-d_can";
1789 ti,hwmods = "dcan1";
1790 reg = <0x4ae3c000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001791 syscon-raminit = <&scm_conf 0x558 0>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001792 interrupts = <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>;
1793 clocks = <&dcan1_sys_clk_mux>;
1794 status = "disabled";
1795 };
1796
1797 dcan2: can@481d0000 {
1798 compatible = "ti,dra7-d_can";
1799 ti,hwmods = "dcan2";
1800 reg = <0x48480000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001801 syscon-raminit = <&scm_conf 0x558 1>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001802 interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
1803 clocks = <&sys_clkin1>;
1804 status = "disabled";
1805 };
Tomi Valkeinen95c1cd12014-07-09 16:15:18 +05301806
1807 dss: dss@58000000 {
1808 compatible = "ti,dra7-dss";
1809 /* 'reg' defined in dra72x.dtsi and dra74x.dtsi */
1810 /* 'clocks' defined in dra72x.dtsi and dra74x.dtsi */
1811 status = "disabled";
1812 ti,hwmods = "dss_core";
1813 /* CTRL_CORE_DSS_PLL_CONTROL */
1814 syscon-pll-ctrl = <&scm_conf 0x538>;
1815 #address-cells = <1>;
1816 #size-cells = <1>;
1817 ranges;
1818
1819 dispc@58001000 {
1820 compatible = "ti,dra7-dispc";
1821 reg = <0x58001000 0x1000>;
1822 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
1823 ti,hwmods = "dss_dispc";
1824 clocks = <&dss_dss_clk>;
1825 clock-names = "fck";
1826 /* CTRL_CORE_SMA_SW_1 */
1827 syscon-pol = <&scm_conf 0x534>;
1828 };
1829
1830 hdmi: encoder@58060000 {
1831 compatible = "ti,dra7-hdmi";
1832 reg = <0x58040000 0x200>,
1833 <0x58040200 0x80>,
1834 <0x58040300 0x80>,
1835 <0x58060000 0x19000>;
1836 reg-names = "wp", "pll", "phy", "core";
1837 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
1838 status = "disabled";
1839 ti,hwmods = "dss_hdmi";
1840 clocks = <&dss_48mhz_clk>, <&dss_hdmi_clk>;
1841 clock-names = "fck", "sys_clk";
1842 };
1843 };
Vignesh R34370142016-05-03 10:56:55 -05001844
1845 epwmss0: epwmss@4843e000 {
1846 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1847 reg = <0x4843e000 0x30>;
1848 ti,hwmods = "epwmss0";
1849 #address-cells = <1>;
1850 #size-cells = <1>;
1851 status = "disabled";
1852 ranges;
1853
1854 ehrpwm0: pwm@4843e200 {
1855 compatible = "ti,dra746-ehrpwm",
1856 "ti,am3352-ehrpwm";
1857 #pwm-cells = <3>;
1858 reg = <0x4843e200 0x80>;
1859 clocks = <&ehrpwm0_tbclk>, <&l4_root_clk_div>;
1860 clock-names = "tbclk", "fck";
1861 status = "disabled";
1862 };
1863
1864 ecap0: ecap@4843e100 {
1865 compatible = "ti,dra746-ecap",
1866 "ti,am3352-ecap";
1867 #pwm-cells = <3>;
1868 reg = <0x4843e100 0x80>;
1869 clocks = <&l4_root_clk_div>;
1870 clock-names = "fck";
1871 status = "disabled";
1872 };
1873 };
1874
1875 epwmss1: epwmss@48440000 {
1876 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1877 reg = <0x48440000 0x30>;
1878 ti,hwmods = "epwmss1";
1879 #address-cells = <1>;
1880 #size-cells = <1>;
1881 status = "disabled";
1882 ranges;
1883
1884 ehrpwm1: pwm@48440200 {
1885 compatible = "ti,dra746-ehrpwm",
1886 "ti,am3352-ehrpwm";
1887 #pwm-cells = <3>;
1888 reg = <0x48440200 0x80>;
1889 clocks = <&ehrpwm1_tbclk>, <&l4_root_clk_div>;
1890 clock-names = "tbclk", "fck";
1891 status = "disabled";
1892 };
1893
1894 ecap1: ecap@48440100 {
1895 compatible = "ti,dra746-ecap",
1896 "ti,am3352-ecap";
1897 #pwm-cells = <3>;
1898 reg = <0x48440100 0x80>;
1899 clocks = <&l4_root_clk_div>;
1900 clock-names = "fck";
1901 status = "disabled";
1902 };
1903 };
1904
1905 epwmss2: epwmss@48442000 {
1906 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1907 reg = <0x48442000 0x30>;
1908 ti,hwmods = "epwmss2";
1909 #address-cells = <1>;
1910 #size-cells = <1>;
1911 status = "disabled";
1912 ranges;
1913
1914 ehrpwm2: pwm@48442200 {
1915 compatible = "ti,dra746-ehrpwm",
1916 "ti,am3352-ehrpwm";
1917 #pwm-cells = <3>;
1918 reg = <0x48442200 0x80>;
1919 clocks = <&ehrpwm2_tbclk>, <&l4_root_clk_div>;
1920 clock-names = "tbclk", "fck";
1921 status = "disabled";
1922 };
1923
1924 ecap2: ecap@48442100 {
1925 compatible = "ti,dra746-ecap",
1926 "ti,am3352-ecap";
1927 #pwm-cells = <3>;
1928 reg = <0x48442100 0x80>;
1929 clocks = <&l4_root_clk_div>;
1930 clock-names = "fck";
1931 status = "disabled";
1932 };
1933 };
Joel Fernandesbac9d0b2016-06-01 12:06:41 +03001934
Joel Fernandese7fd15c2016-06-01 12:06:42 +03001935 aes1: aes@4b500000 {
1936 compatible = "ti,omap4-aes";
1937 ti,hwmods = "aes1";
1938 reg = <0x4b500000 0xa0>;
1939 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
1940 dmas = <&edma_xbar 111 0>, <&edma_xbar 110 0>;
1941 dma-names = "tx", "rx";
1942 clocks = <&l3_iclk_div>;
1943 clock-names = "fck";
1944 };
1945
1946 aes2: aes@4b700000 {
1947 compatible = "ti,omap4-aes";
1948 ti,hwmods = "aes2";
1949 reg = <0x4b700000 0xa0>;
1950 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
1951 dmas = <&edma_xbar 114 0>, <&edma_xbar 113 0>;
1952 dma-names = "tx", "rx";
1953 clocks = <&l3_iclk_div>;
1954 clock-names = "fck";
1955 };
1956
Joel Fernandesbac9d0b2016-06-01 12:06:41 +03001957 des: des@480a5000 {
1958 compatible = "ti,omap4-des";
1959 ti,hwmods = "des";
1960 reg = <0x480a5000 0xa0>;
1961 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
1962 dmas = <&sdma_xbar 117>, <&sdma_xbar 116>;
1963 dma-names = "tx", "rx";
1964 clocks = <&l3_iclk_div>;
1965 clock-names = "fck";
1966 };
Lokesh Vutlada346092016-06-01 12:06:43 +03001967
1968 sham: sham@53100000 {
1969 compatible = "ti,omap5-sham";
1970 ti,hwmods = "sham";
1971 reg = <0x4b101000 0x300>;
1972 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
1973 dmas = <&edma_xbar 119 0>;
1974 dma-names = "rx";
1975 clocks = <&l3_iclk_div>;
1976 clock-names = "fck";
1977 };
Lokesh Vutla610e9c42016-06-01 12:06:44 +03001978
1979 rng: rng@48090000 {
1980 compatible = "ti,omap4-rng";
1981 ti,hwmods = "rng";
1982 reg = <0x48090000 0x2000>;
1983 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
1984 clocks = <&l3_iclk_div>;
1985 clock-names = "fck";
1986 };
R Sricharan6e58b8f2013-08-14 19:08:20 +05301987 };
Keerthyf7397ed2015-03-23 14:39:38 -05001988
1989 thermal_zones: thermal-zones {
1990 #include "omap4-cpu-thermal.dtsi"
1991 #include "omap5-gpu-thermal.dtsi"
1992 #include "omap5-core-thermal.dtsi"
Keerthy667f2592016-02-08 14:46:30 +05301993 #include "dra7-dspeve-thermal.dtsi"
1994 #include "dra7-iva-thermal.dtsi"
Keerthyf7397ed2015-03-23 14:39:38 -05001995 };
1996
1997};
1998
1999&cpu_thermal {
2000 polling-delay = <500>; /* milliseconds */
R Sricharan6e58b8f2013-08-14 19:08:20 +05302001};
Tero Kristoee6c7502013-07-18 17:18:33 +03002002
2003/include/ "dra7xx-clocks.dtsi"