blob: bbfb9d5a70a98116d303844a91c6a65dd42cfb39 [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
R Sricharana46631c2014-06-26 12:55:31 +053013#define MAX_SOURCES 400
R Sricharana46631c2014-06-26 12:55:31 +053014
R Sricharan6e58b8f2013-08-14 19:08:20 +053015/ {
Lokesh Vutladae320e2016-02-24 15:41:04 +053016 #address-cells = <2>;
17 #size-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053018
19 compatible = "ti,dra7xx";
Marc Zyngier783d3182015-03-11 15:43:44 +000020 interrupt-parent = <&crossbar_mpu>;
Javier Martinez Canillas7f6c8572016-12-19 11:44:41 -030021 chosen { };
R Sricharan6e58b8f2013-08-14 19:08:20 +053022
23 aliases {
Nishanth Menon20b80942013-10-16 15:21:03 -050024 i2c0 = &i2c1;
25 i2c1 = &i2c2;
26 i2c2 = &i2c3;
27 i2c3 = &i2c4;
28 i2c4 = &i2c5;
R Sricharan6e58b8f2013-08-14 19:08:20 +053029 serial0 = &uart1;
30 serial1 = &uart2;
31 serial2 = &uart3;
32 serial3 = &uart4;
33 serial4 = &uart5;
34 serial5 = &uart6;
Nishanth Menon065bd7f2014-10-21 11:18:15 -050035 serial6 = &uart7;
36 serial7 = &uart8;
37 serial8 = &uart9;
38 serial9 = &uart10;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +053039 ethernet0 = &cpsw_emac0;
40 ethernet1 = &cpsw_emac1;
Roger Quadros9ec49b92014-08-15 16:08:36 +030041 d_can0 = &dcan1;
42 d_can1 = &dcan2;
Mugunthan V N480b2b32015-11-19 12:31:01 +053043 spi0 = &qspi;
R Sricharan6e58b8f2013-08-14 19:08:20 +053044 };
45
R Sricharan6e58b8f2013-08-14 19:08:20 +053046 timer {
47 compatible = "arm,armv7-timer";
48 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
49 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
50 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
51 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
Marc Zyngier783d3182015-03-11 15:43:44 +000052 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053053 };
54
55 gic: interrupt-controller@48211000 {
56 compatible = "arm,cortex-a15-gic";
57 interrupt-controller;
58 #interrupt-cells = <3>;
Lokesh Vutladae320e2016-02-24 15:41:04 +053059 reg = <0x0 0x48211000 0x0 0x1000>,
Marc Zyngier387720c2017-01-18 09:27:28 +000060 <0x0 0x48212000 0x0 0x2000>,
Lokesh Vutladae320e2016-02-24 15:41:04 +053061 <0x0 0x48214000 0x0 0x2000>,
62 <0x0 0x48216000 0x0 0x2000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053063 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
Marc Zyngier783d3182015-03-11 15:43:44 +000064 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053065 };
66
Marc Zyngier7136d452015-03-11 15:43:49 +000067 wakeupgen: interrupt-controller@48281000 {
68 compatible = "ti,omap5-wugen-mpu", "ti,omap4-wugen-mpu";
69 interrupt-controller;
70 #interrupt-cells = <3>;
Lokesh Vutladae320e2016-02-24 15:41:04 +053071 reg = <0x0 0x48281000 0x0 0x1000>;
Marc Zyngier7136d452015-03-11 15:43:49 +000072 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053073 };
74
Dave Gerlachb82ffb32016-05-18 18:36:32 -050075 cpus {
76 #address-cells = <1>;
77 #size-cells = <0>;
78
79 cpu0: cpu@0 {
80 device_type = "cpu";
81 compatible = "arm,cortex-a15";
82 reg = <0>;
83
Dave Gerlacha8dc7cb2016-09-14 16:26:53 -070084 operating-points = <
85 /* kHz uV */
86 1000000 1060000
87 1176000 1160000
88 >;
Dave Gerlachb82ffb32016-05-18 18:36:32 -050089
90 clocks = <&dpll_mpu_ck>;
91 clock-names = "cpu";
92
93 clock-latency = <300000>; /* From omap-cpufreq driver */
94
95 /* cooling options */
96 cooling-min-level = <0>;
97 cooling-max-level = <2>;
98 #cooling-cells = <2>; /* min followed by max */
99 };
100 };
101
R Sricharan6e58b8f2013-08-14 19:08:20 +0530102 /*
Geert Uytterhoeven5c5be9d2014-03-28 11:11:37 +0100103 * The soc node represents the soc top level view. It is used for IPs
R Sricharan6e58b8f2013-08-14 19:08:20 +0530104 * that are not memory mapped in the MPU view or for the MPU itself.
105 */
106 soc {
107 compatible = "ti,omap-infra";
108 mpu {
109 compatible = "ti,omap5-mpu";
110 ti,hwmods = "mpu";
111 };
112 };
113
114 /*
115 * XXX: Use a flat representation of the SOC interconnect.
116 * The real OMAP interconnect network is quite complex.
Geert Uytterhoevenb7ab5242014-03-28 11:11:39 +0100117 * Since it will not bring real advantage to represent that in DT for
R Sricharan6e58b8f2013-08-14 19:08:20 +0530118 * the moment, just use a fake OCP bus entry to represent the whole bus
119 * hierarchy.
120 */
121 ocp {
Rajendra Nayakfba387a2014-04-10 11:34:32 -0500122 compatible = "ti,dra7-l3-noc", "simple-bus";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530123 #address-cells = <1>;
124 #size-cells = <1>;
Lokesh Vutladae320e2016-02-24 15:41:04 +0530125 ranges = <0x0 0x0 0x0 0xc0000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530126 ti,hwmods = "l3_main_1", "l3_main_2";
Lokesh Vutladae320e2016-02-24 15:41:04 +0530127 reg = <0x0 0x44000000 0x0 0x1000000>,
128 <0x0 0x45000000 0x0 0x1000>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000129 interrupts-extended = <&crossbar_mpu GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
Marc Zyngier7136d452015-03-11 15:43:49 +0000130 <&wakeupgen GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530131
Tero Kristod9195012015-02-12 11:37:13 +0200132 l4_cfg: l4@4a000000 {
133 compatible = "ti,dra7-l4-cfg", "simple-bus";
134 #address-cells = <1>;
135 #size-cells = <1>;
136 ranges = <0 0x4a000000 0x22c000>;
Tero Kristoee6c7502013-07-18 17:18:33 +0300137
Tero Kristod9195012015-02-12 11:37:13 +0200138 scm: scm@2000 {
139 compatible = "ti,dra7-scm-core", "simple-bus";
140 reg = <0x2000 0x2000>;
Tero Kristoee6c7502013-07-18 17:18:33 +0300141 #address-cells = <1>;
Tero Kristod9195012015-02-12 11:37:13 +0200142 #size-cells = <1>;
143 ranges = <0 0x2000 0x2000>;
144
145 scm_conf: scm_conf@0 {
Kishon Vijay Abraham Icd455672015-07-27 17:46:41 +0530146 compatible = "syscon", "simple-bus";
Tero Kristod9195012015-02-12 11:37:13 +0200147 reg = <0x0 0x1400>;
148 #address-cells = <1>;
149 #size-cells = <1>;
Kishon Vijay Abraham I9a5e3f22015-09-04 17:38:24 +0530150 ranges = <0 0x0 0x1400>;
Tero Kristod9195012015-02-12 11:37:13 +0200151
Javier Martinez Canillas308cfda2016-04-01 16:20:18 -0400152 pbias_regulator: pbias_regulator@e00 {
Kishon Vijay Abraham I737f1462015-09-04 17:30:25 +0530153 compatible = "ti,pbias-dra7", "ti,pbias-omap";
Tero Kristod9195012015-02-12 11:37:13 +0200154 reg = <0xe00 0x4>;
155 syscon = <&scm_conf>;
156 pbias_mmc_reg: pbias_mmc_omap5 {
157 regulator-name = "pbias_mmc_omap5";
158 regulator-min-microvolt = <1800000>;
159 regulator-max-microvolt = <3000000>;
160 };
161 };
Tomi Valkeinen2d5a3c82015-02-23 12:53:56 +0200162
163 scm_conf_clocks: clocks {
164 #address-cells = <1>;
165 #size-cells = <0>;
166 };
Tero Kristod9195012015-02-12 11:37:13 +0200167 };
168
169 dra7_pmx_core: pinmux@1400 {
170 compatible = "ti,dra7-padconf",
171 "pinctrl-single";
Roger Quadros1c5cb6f2015-07-27 13:27:29 +0300172 reg = <0x1400 0x0468>;
Tero Kristod9195012015-02-12 11:37:13 +0200173 #address-cells = <1>;
174 #size-cells = <0>;
Tony Lindgrenbe76fd32016-11-07 08:27:49 -0700175 #pinctrl-cells = <1>;
Tero Kristod9195012015-02-12 11:37:13 +0200176 #interrupt-cells = <1>;
177 interrupt-controller;
178 pinctrl-single,register-width = <32>;
179 pinctrl-single,function-mask = <0x3fffffff>;
180 };
Roger Quadros33cb3a12015-08-04 12:10:14 +0300181
182 scm_conf1: scm_conf@1c04 {
183 compatible = "syscon";
184 reg = <0x1c04 0x0020>;
185 };
Kishon Vijay Abraham I43acf162015-12-21 14:43:18 +0530186
187 scm_conf_pcie: scm_conf@1c24 {
188 compatible = "syscon";
189 reg = <0x1c24 0x0024>;
190 };
Peter Ujfalusi3d2a58b2016-03-07 17:17:28 +0200191
192 sdma_xbar: dma-router@b78 {
193 compatible = "ti,dra7-dma-crossbar";
194 reg = <0xb78 0xfc>;
195 #dma-cells = <1>;
196 dma-requests = <205>;
197 ti,dma-safe-map = <0>;
198 dma-masters = <&sdma>;
199 };
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200200
201 edma_xbar: dma-router@c78 {
202 compatible = "ti,dra7-dma-crossbar";
203 reg = <0xc78 0x7c>;
204 #dma-cells = <2>;
205 dma-requests = <204>;
206 ti,dma-safe-map = <0>;
207 dma-masters = <&edma>;
208 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300209 };
210
Tero Kristod9195012015-02-12 11:37:13 +0200211 cm_core_aon: cm_core_aon@5000 {
212 compatible = "ti,dra7-cm-core-aon";
213 reg = <0x5000 0x2000>;
214
215 cm_core_aon_clocks: clocks {
216 #address-cells = <1>;
217 #size-cells = <0>;
218 };
219
220 cm_core_aon_clockdomains: clockdomains {
221 };
222 };
223
224 cm_core: cm_core@8000 {
225 compatible = "ti,dra7-cm-core";
226 reg = <0x8000 0x3000>;
227
228 cm_core_clocks: clocks {
229 #address-cells = <1>;
230 #size-cells = <0>;
231 };
232
233 cm_core_clockdomains: clockdomains {
234 };
235 };
236 };
237
238 l4_wkup: l4@4ae00000 {
239 compatible = "ti,dra7-l4-wkup", "simple-bus";
240 #address-cells = <1>;
241 #size-cells = <1>;
242 ranges = <0 0x4ae00000 0x3f000>;
243
244 counter32k: counter@4000 {
245 compatible = "ti,omap-counter32k";
246 reg = <0x4000 0x40>;
247 ti,hwmods = "counter_32k";
248 };
249
250 prm: prm@6000 {
251 compatible = "ti,dra7-prm";
252 reg = <0x6000 0x3000>;
253 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
254
255 prm_clocks: clocks {
256 #address-cells = <1>;
257 #size-cells = <0>;
258 };
259
260 prm_clockdomains: clockdomains {
261 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300262 };
Dave Gerlach62e4fee2016-05-18 18:36:31 -0500263
264 scm_wkup: scm_conf@c000 {
265 compatible = "syscon";
266 reg = <0xc000 0x1000>;
267 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300268 };
269
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530270 axi@0 {
271 compatible = "simple-bus";
272 #size-cells = <1>;
273 #address-cells = <1>;
274 ranges = <0x51000000 0x51000000 0x3000
275 0x0 0x20000000 0x10000000>;
Kishon Vijay Abraham I73c8f0c2015-07-28 19:09:10 +0530276 pcie1: pcie@51000000 {
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530277 compatible = "ti,dra7-pcie";
278 reg = <0x51000000 0x2000>, <0x51002000 0x14c>, <0x1000 0x2000>;
279 reg-names = "rc_dbics", "ti_conf", "config";
280 interrupts = <0 232 0x4>, <0 233 0x4>;
281 #address-cells = <3>;
282 #size-cells = <2>;
283 device_type = "pci";
284 ranges = <0x81000000 0 0 0x03000 0 0x00010000
285 0x82000000 0 0x20013000 0x13000 0 0xffed000>;
Rob Herring7d79f602017-03-21 21:03:01 -0500286 bus-range = <0x00 0xff>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530287 #interrupt-cells = <1>;
288 num-lanes = <1>;
Kishon Vijay Abraham Ibed596d2016-08-10 18:03:18 +0530289 linux,pci-domain = <0>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530290 ti,hwmods = "pcie1";
291 phys = <&pcie1_phy>;
292 phy-names = "pcie-phy0";
293 interrupt-map-mask = <0 0 0 7>;
294 interrupt-map = <0 0 0 1 &pcie1_intc 1>,
295 <0 0 0 2 &pcie1_intc 2>,
296 <0 0 0 3 &pcie1_intc 3>,
297 <0 0 0 4 &pcie1_intc 4>;
298 pcie1_intc: interrupt-controller {
299 interrupt-controller;
300 #address-cells = <0>;
301 #interrupt-cells = <1>;
302 };
303 };
304 };
305
306 axi@1 {
307 compatible = "simple-bus";
308 #size-cells = <1>;
309 #address-cells = <1>;
310 ranges = <0x51800000 0x51800000 0x3000
311 0x0 0x30000000 0x10000000>;
312 status = "disabled";
Kishon Vijay Abraham I605b3d32016-06-09 20:43:55 +0530313 pcie@51800000 {
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530314 compatible = "ti,dra7-pcie";
315 reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>;
316 reg-names = "rc_dbics", "ti_conf", "config";
317 interrupts = <0 355 0x4>, <0 356 0x4>;
318 #address-cells = <3>;
319 #size-cells = <2>;
320 device_type = "pci";
321 ranges = <0x81000000 0 0 0x03000 0 0x00010000
322 0x82000000 0 0x30013000 0x13000 0 0xffed000>;
Rob Herring7d79f602017-03-21 21:03:01 -0500323 bus-range = <0x00 0xff>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530324 #interrupt-cells = <1>;
325 num-lanes = <1>;
Kishon Vijay Abraham Ibed596d2016-08-10 18:03:18 +0530326 linux,pci-domain = <1>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530327 ti,hwmods = "pcie2";
328 phys = <&pcie2_phy>;
329 phy-names = "pcie-phy0";
330 interrupt-map-mask = <0 0 0 7>;
331 interrupt-map = <0 0 0 1 &pcie2_intc 1>,
332 <0 0 0 2 &pcie2_intc 2>,
333 <0 0 0 3 &pcie2_intc 3>,
334 <0 0 0 4 &pcie2_intc 4>;
335 pcie2_intc: interrupt-controller {
336 interrupt-controller;
337 #address-cells = <0>;
338 #interrupt-cells = <1>;
339 };
340 };
341 };
342
Dave Gerlacha5fa09b2016-05-10 14:49:41 -0500343 ocmcram1: ocmcram@40300000 {
344 compatible = "mmio-sram";
345 reg = <0x40300000 0x80000>;
346 ranges = <0x0 0x40300000 0x80000>;
347 #address-cells = <1>;
348 #size-cells = <1>;
Dave Gerlachfae3a9f2016-05-10 14:49:42 -0500349 /*
350 * This is a placeholder for an optional reserved
351 * region for use by secure software. The size
352 * of this region is not known until runtime so it
353 * is set as zero to either be updated to reserve
354 * space or left unchanged to leave all SRAM for use.
355 * On HS parts that that require the reserved region
356 * either the bootloader can update the size to
357 * the required amount or the node can be overridden
358 * from the board dts file for the secure platform.
359 */
360 sram-hs@0 {
361 compatible = "ti,secure-ram";
362 reg = <0x0 0x0>;
363 };
Dave Gerlacha5fa09b2016-05-10 14:49:41 -0500364 };
365
366 /*
367 * NOTE: ocmcram2 and ocmcram3 are not available on all
368 * DRA7xx and AM57xx variants. Confirm availability in
369 * the data manual for the exact part number in use
370 * before enabling these nodes in the board dts file.
371 */
372 ocmcram2: ocmcram@40400000 {
373 status = "disabled";
374 compatible = "mmio-sram";
375 reg = <0x40400000 0x100000>;
376 ranges = <0x0 0x40400000 0x100000>;
377 #address-cells = <1>;
378 #size-cells = <1>;
379 };
380
381 ocmcram3: ocmcram@40500000 {
382 status = "disabled";
383 compatible = "mmio-sram";
384 reg = <0x40500000 0x100000>;
385 ranges = <0x0 0x40500000 0x100000>;
386 #address-cells = <1>;
387 #size-cells = <1>;
388 };
389
Keerthyf7397ed2015-03-23 14:39:38 -0500390 bandgap: bandgap@4a0021e0 {
391 reg = <0x4a0021e0 0xc
392 0x4a00232c 0xc
393 0x4a002380 0x2c
394 0x4a0023C0 0x3c
395 0x4a002564 0x8
396 0x4a002574 0x50>;
397 compatible = "ti,dra752-bandgap";
398 interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
399 #thermal-sensor-cells = <1>;
400 };
401
Suman Anna99639ac2015-10-02 18:23:22 -0500402 dsp1_system: dsp_system@40d00000 {
403 compatible = "syscon";
404 reg = <0x40d00000 0x100>;
405 };
406
R Sricharan6e58b8f2013-08-14 19:08:20 +0530407 sdma: dma-controller@4a056000 {
408 compatible = "ti,omap4430-sdma";
409 reg = <0x4a056000 0x1000>;
R Sricharana46631c2014-06-26 12:55:31 +0530410 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
411 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
412 <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
413 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530414 #dma-cells = <1>;
Peter Ujfalusi08d9b322015-02-20 15:42:06 +0200415 dma-channels = <32>;
416 dma-requests = <127>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530417 };
418
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200419 edma: edma@43300000 {
420 compatible = "ti,edma3-tpcc";
421 ti,hwmods = "tpcc";
422 reg = <0x43300000 0x100000>;
423 reg-names = "edma3_cc";
424 interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>,
425 <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>,
426 <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
Robert P. J. Daya5206552016-05-24 17:20:28 -0400427 interrupt-names = "edma3_ccint", "edma3_mperr",
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200428 "edma3_ccerrint";
429 dma-requests = <64>;
430 #dma-cells = <2>;
431
432 ti,tptcs = <&edma_tptc0 7>, <&edma_tptc1 0>;
433
434 /*
435 * memcpy is disabled, can be enabled with:
436 * ti,edma-memcpy-channels = <20 21>;
437 * for example. Note that these channels need to be
438 * masked in the xbar as well.
439 */
440 };
441
442 edma_tptc0: tptc@43400000 {
443 compatible = "ti,edma3-tptc";
444 ti,hwmods = "tptc0";
445 reg = <0x43400000 0x100000>;
446 interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>;
447 interrupt-names = "edma3_tcerrint";
448 };
449
450 edma_tptc1: tptc@43500000 {
451 compatible = "ti,edma3-tptc";
452 ti,hwmods = "tptc1";
453 reg = <0x43500000 0x100000>;
454 interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>;
455 interrupt-names = "edma3_tcerrint";
456 };
457
R Sricharan6e58b8f2013-08-14 19:08:20 +0530458 gpio1: gpio@4ae10000 {
459 compatible = "ti,omap4-gpio";
460 reg = <0x4ae10000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530461 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530462 ti,hwmods = "gpio1";
463 gpio-controller;
464 #gpio-cells = <2>;
465 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700466 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530467 };
468
469 gpio2: gpio@48055000 {
470 compatible = "ti,omap4-gpio";
471 reg = <0x48055000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530472 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530473 ti,hwmods = "gpio2";
474 gpio-controller;
475 #gpio-cells = <2>;
476 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700477 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530478 };
479
480 gpio3: gpio@48057000 {
481 compatible = "ti,omap4-gpio";
482 reg = <0x48057000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530483 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530484 ti,hwmods = "gpio3";
485 gpio-controller;
486 #gpio-cells = <2>;
487 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700488 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530489 };
490
491 gpio4: gpio@48059000 {
492 compatible = "ti,omap4-gpio";
493 reg = <0x48059000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530494 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530495 ti,hwmods = "gpio4";
496 gpio-controller;
497 #gpio-cells = <2>;
498 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700499 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530500 };
501
502 gpio5: gpio@4805b000 {
503 compatible = "ti,omap4-gpio";
504 reg = <0x4805b000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530505 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530506 ti,hwmods = "gpio5";
507 gpio-controller;
508 #gpio-cells = <2>;
509 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700510 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530511 };
512
513 gpio6: gpio@4805d000 {
514 compatible = "ti,omap4-gpio";
515 reg = <0x4805d000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530516 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530517 ti,hwmods = "gpio6";
518 gpio-controller;
519 #gpio-cells = <2>;
520 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700521 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530522 };
523
524 gpio7: gpio@48051000 {
525 compatible = "ti,omap4-gpio";
526 reg = <0x48051000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530527 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530528 ti,hwmods = "gpio7";
529 gpio-controller;
530 #gpio-cells = <2>;
531 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700532 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530533 };
534
535 gpio8: gpio@48053000 {
536 compatible = "ti,omap4-gpio";
537 reg = <0x48053000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530538 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530539 ti,hwmods = "gpio8";
540 gpio-controller;
541 #gpio-cells = <2>;
542 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700543 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530544 };
545
546 uart1: serial@4806a000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530547 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530548 reg = <0x4806a000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000549 interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530550 ti,hwmods = "uart1";
551 clock-frequency = <48000000>;
552 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300553 dmas = <&sdma_xbar 49>, <&sdma_xbar 50>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200554 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530555 };
556
557 uart2: serial@4806c000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530558 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530559 reg = <0x4806c000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000560 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530561 ti,hwmods = "uart2";
562 clock-frequency = <48000000>;
563 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300564 dmas = <&sdma_xbar 51>, <&sdma_xbar 52>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200565 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530566 };
567
568 uart3: serial@48020000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530569 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530570 reg = <0x48020000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000571 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530572 ti,hwmods = "uart3";
573 clock-frequency = <48000000>;
574 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300575 dmas = <&sdma_xbar 53>, <&sdma_xbar 54>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200576 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530577 };
578
579 uart4: serial@4806e000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530580 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530581 reg = <0x4806e000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000582 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530583 ti,hwmods = "uart4";
584 clock-frequency = <48000000>;
585 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300586 dmas = <&sdma_xbar 55>, <&sdma_xbar 56>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200587 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530588 };
589
590 uart5: serial@48066000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530591 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530592 reg = <0x48066000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000593 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530594 ti,hwmods = "uart5";
595 clock-frequency = <48000000>;
596 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300597 dmas = <&sdma_xbar 63>, <&sdma_xbar 64>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200598 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530599 };
600
601 uart6: serial@48068000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530602 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530603 reg = <0x48068000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000604 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530605 ti,hwmods = "uart6";
606 clock-frequency = <48000000>;
607 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300608 dmas = <&sdma_xbar 79>, <&sdma_xbar 80>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200609 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530610 };
611
612 uart7: serial@48420000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530613 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530614 reg = <0x48420000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000615 interrupts = <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530616 ti,hwmods = "uart7";
617 clock-frequency = <48000000>;
618 status = "disabled";
619 };
620
621 uart8: serial@48422000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530622 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530623 reg = <0x48422000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000624 interrupts = <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530625 ti,hwmods = "uart8";
626 clock-frequency = <48000000>;
627 status = "disabled";
628 };
629
630 uart9: serial@48424000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530631 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530632 reg = <0x48424000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000633 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530634 ti,hwmods = "uart9";
635 clock-frequency = <48000000>;
636 status = "disabled";
637 };
638
639 uart10: serial@4ae2b000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530640 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530641 reg = <0x4ae2b000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000642 interrupts = <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530643 ti,hwmods = "uart10";
644 clock-frequency = <48000000>;
645 status = "disabled";
646 };
647
Suman Anna38baefb2014-07-11 16:44:38 -0500648 mailbox1: mailbox@4a0f4000 {
649 compatible = "ti,omap4-mailbox";
650 reg = <0x4a0f4000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600651 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
652 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
653 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500654 ti,hwmods = "mailbox1";
Suman Anna24df0452014-11-03 17:07:35 -0600655 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500656 ti,mbox-num-users = <3>;
657 ti,mbox-num-fifos = <8>;
658 status = "disabled";
659 };
660
661 mailbox2: mailbox@4883a000 {
662 compatible = "ti,omap4-mailbox";
663 reg = <0x4883a000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600664 interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>,
665 <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>,
666 <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>,
667 <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500668 ti,hwmods = "mailbox2";
Suman Anna24df0452014-11-03 17:07:35 -0600669 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500670 ti,mbox-num-users = <4>;
671 ti,mbox-num-fifos = <12>;
672 status = "disabled";
673 };
674
675 mailbox3: mailbox@4883c000 {
676 compatible = "ti,omap4-mailbox";
677 reg = <0x4883c000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600678 interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>,
679 <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>,
680 <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>,
681 <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500682 ti,hwmods = "mailbox3";
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 mailbox4: mailbox@4883e000 {
690 compatible = "ti,omap4-mailbox";
691 reg = <0x4883e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600692 interrupts = <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
693 <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>,
694 <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>,
695 <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500696 ti,hwmods = "mailbox4";
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 mailbox5: mailbox@48840000 {
704 compatible = "ti,omap4-mailbox";
705 reg = <0x48840000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600706 interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>,
707 <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>,
708 <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>,
709 <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500710 ti,hwmods = "mailbox5";
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 mailbox6: mailbox@48842000 {
718 compatible = "ti,omap4-mailbox";
719 reg = <0x48842000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600720 interrupts = <GIC_SPI 253 IRQ_TYPE_LEVEL_HIGH>,
721 <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>,
722 <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>,
723 <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500724 ti,hwmods = "mailbox6";
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 mailbox7: mailbox@48844000 {
732 compatible = "ti,omap4-mailbox";
733 reg = <0x48844000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600734 interrupts = <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>,
735 <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>,
736 <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>,
737 <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500738 ti,hwmods = "mailbox7";
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 mailbox8: mailbox@48846000 {
746 compatible = "ti,omap4-mailbox";
747 reg = <0x48846000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600748 interrupts = <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>,
749 <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>,
750 <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>,
751 <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500752 ti,hwmods = "mailbox8";
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 mailbox9: mailbox@4885e000 {
760 compatible = "ti,omap4-mailbox";
761 reg = <0x4885e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600762 interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>,
763 <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>,
764 <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>,
765 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500766 ti,hwmods = "mailbox9";
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 mailbox10: mailbox@48860000 {
774 compatible = "ti,omap4-mailbox";
775 reg = <0x48860000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600776 interrupts = <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>,
777 <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH>,
778 <GIC_SPI 271 IRQ_TYPE_LEVEL_HIGH>,
779 <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500780 ti,hwmods = "mailbox10";
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 mailbox11: mailbox@48862000 {
788 compatible = "ti,omap4-mailbox";
789 reg = <0x48862000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600790 interrupts = <GIC_SPI 273 IRQ_TYPE_LEVEL_HIGH>,
791 <GIC_SPI 274 IRQ_TYPE_LEVEL_HIGH>,
792 <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>,
793 <GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500794 ti,hwmods = "mailbox11";
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 mailbox12: mailbox@48864000 {
802 compatible = "ti,omap4-mailbox";
803 reg = <0x48864000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600804 interrupts = <GIC_SPI 277 IRQ_TYPE_LEVEL_HIGH>,
805 <GIC_SPI 278 IRQ_TYPE_LEVEL_HIGH>,
806 <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
807 <GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500808 ti,hwmods = "mailbox12";
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 mailbox13: mailbox@48802000 {
816 compatible = "ti,omap4-mailbox";
817 reg = <0x48802000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600818 interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>,
819 <GIC_SPI 380 IRQ_TYPE_LEVEL_HIGH>,
820 <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>,
821 <GIC_SPI 382 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500822 ti,hwmods = "mailbox13";
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
R Sricharan6e58b8f2013-08-14 19:08:20 +0530829 timer1: timer@4ae18000 {
830 compatible = "ti,omap5430-timer";
831 reg = <0x4ae18000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530832 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530833 ti,hwmods = "timer1";
834 ti,timer-alwon;
835 };
836
837 timer2: timer@48032000 {
838 compatible = "ti,omap5430-timer";
839 reg = <0x48032000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530840 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530841 ti,hwmods = "timer2";
842 };
843
844 timer3: timer@48034000 {
845 compatible = "ti,omap5430-timer";
846 reg = <0x48034000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530847 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530848 ti,hwmods = "timer3";
849 };
850
851 timer4: timer@48036000 {
852 compatible = "ti,omap5430-timer";
853 reg = <0x48036000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530854 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530855 ti,hwmods = "timer4";
856 };
857
858 timer5: timer@48820000 {
859 compatible = "ti,omap5430-timer";
860 reg = <0x48820000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530861 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530862 ti,hwmods = "timer5";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530863 };
864
865 timer6: timer@48822000 {
866 compatible = "ti,omap5430-timer";
867 reg = <0x48822000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530868 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530869 ti,hwmods = "timer6";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530870 };
871
872 timer7: timer@48824000 {
873 compatible = "ti,omap5430-timer";
874 reg = <0x48824000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530875 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530876 ti,hwmods = "timer7";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530877 };
878
879 timer8: timer@48826000 {
880 compatible = "ti,omap5430-timer";
881 reg = <0x48826000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530882 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530883 ti,hwmods = "timer8";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530884 };
885
886 timer9: timer@4803e000 {
887 compatible = "ti,omap5430-timer";
888 reg = <0x4803e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530889 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530890 ti,hwmods = "timer9";
891 };
892
893 timer10: timer@48086000 {
894 compatible = "ti,omap5430-timer";
895 reg = <0x48086000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530896 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530897 ti,hwmods = "timer10";
898 };
899
900 timer11: timer@48088000 {
901 compatible = "ti,omap5430-timer";
902 reg = <0x48088000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530903 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530904 ti,hwmods = "timer11";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530905 };
906
Suman Annad79852a2016-04-05 16:44:10 -0500907 timer12: timer@4ae20000 {
908 compatible = "ti,omap5430-timer";
909 reg = <0x4ae20000 0x80>;
910 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
911 ti,hwmods = "timer12";
912 ti,timer-alwon;
913 ti,timer-secure;
914 };
915
R Sricharan6e58b8f2013-08-14 19:08:20 +0530916 timer13: timer@48828000 {
917 compatible = "ti,omap5430-timer";
918 reg = <0x48828000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530919 interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530920 ti,hwmods = "timer13";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530921 };
922
923 timer14: timer@4882a000 {
924 compatible = "ti,omap5430-timer";
925 reg = <0x4882a000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530926 interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530927 ti,hwmods = "timer14";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530928 };
929
930 timer15: timer@4882c000 {
931 compatible = "ti,omap5430-timer";
932 reg = <0x4882c000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530933 interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530934 ti,hwmods = "timer15";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530935 };
936
937 timer16: timer@4882e000 {
938 compatible = "ti,omap5430-timer";
939 reg = <0x4882e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530940 interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530941 ti,hwmods = "timer16";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530942 };
943
944 wdt2: wdt@4ae14000 {
Lokesh Vutlabe668832014-11-12 10:54:15 +0530945 compatible = "ti,omap3-wdt";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530946 reg = <0x4ae14000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530947 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530948 ti,hwmods = "wd_timer2";
949 };
950
Suman Annadbd7c192014-01-13 18:26:46 -0600951 hwspinlock: spinlock@4a0f6000 {
952 compatible = "ti,omap4-hwspinlock";
953 reg = <0x4a0f6000 0x1000>;
954 ti,hwmods = "spinlock";
955 #hwlock-cells = <1>;
956 };
957
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530958 dmm@4e000000 {
959 compatible = "ti,omap5-dmm";
960 reg = <0x4e000000 0x800>;
R Sricharana46631c2014-06-26 12:55:31 +0530961 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530962 ti,hwmods = "dmm";
963 };
964
R Sricharan6e58b8f2013-08-14 19:08:20 +0530965 i2c1: i2c@48070000 {
966 compatible = "ti,omap4-i2c";
967 reg = <0x48070000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530968 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530969 #address-cells = <1>;
970 #size-cells = <0>;
971 ti,hwmods = "i2c1";
972 status = "disabled";
973 };
974
975 i2c2: i2c@48072000 {
976 compatible = "ti,omap4-i2c";
977 reg = <0x48072000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530978 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530979 #address-cells = <1>;
980 #size-cells = <0>;
981 ti,hwmods = "i2c2";
982 status = "disabled";
983 };
984
985 i2c3: i2c@48060000 {
986 compatible = "ti,omap4-i2c";
987 reg = <0x48060000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530988 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530989 #address-cells = <1>;
990 #size-cells = <0>;
991 ti,hwmods = "i2c3";
992 status = "disabled";
993 };
994
995 i2c4: i2c@4807a000 {
996 compatible = "ti,omap4-i2c";
997 reg = <0x4807a000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530998 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530999 #address-cells = <1>;
1000 #size-cells = <0>;
1001 ti,hwmods = "i2c4";
1002 status = "disabled";
1003 };
1004
1005 i2c5: i2c@4807c000 {
1006 compatible = "ti,omap4-i2c";
1007 reg = <0x4807c000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301008 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301009 #address-cells = <1>;
1010 #size-cells = <0>;
1011 ti,hwmods = "i2c5";
1012 status = "disabled";
1013 };
1014
1015 mmc1: mmc@4809c000 {
1016 compatible = "ti,omap4-hsmmc";
1017 reg = <0x4809c000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301018 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301019 ti,hwmods = "mmc1";
1020 ti,dual-volt;
1021 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001022 dmas = <&sdma_xbar 61>, <&sdma_xbar 62>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301023 dma-names = "tx", "rx";
1024 status = "disabled";
Balaji T Kcd042fe2014-02-19 20:26:40 +05301025 pbias-supply = <&pbias_mmc_reg>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301026 };
1027
1028 mmc2: mmc@480b4000 {
1029 compatible = "ti,omap4-hsmmc";
1030 reg = <0x480b4000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301031 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301032 ti,hwmods = "mmc2";
1033 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001034 dmas = <&sdma_xbar 47>, <&sdma_xbar 48>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301035 dma-names = "tx", "rx";
1036 status = "disabled";
1037 };
1038
1039 mmc3: mmc@480ad000 {
1040 compatible = "ti,omap4-hsmmc";
1041 reg = <0x480ad000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301042 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301043 ti,hwmods = "mmc3";
1044 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001045 dmas = <&sdma_xbar 77>, <&sdma_xbar 78>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301046 dma-names = "tx", "rx";
1047 status = "disabled";
1048 };
1049
1050 mmc4: mmc@480d1000 {
1051 compatible = "ti,omap4-hsmmc";
1052 reg = <0x480d1000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301053 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301054 ti,hwmods = "mmc4";
1055 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001056 dmas = <&sdma_xbar 57>, <&sdma_xbar 58>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301057 dma-names = "tx", "rx";
1058 status = "disabled";
1059 };
1060
Suman Anna2c7e07c52015-10-02 18:23:24 -05001061 mmu0_dsp1: mmu@40d01000 {
1062 compatible = "ti,dra7-dsp-iommu";
1063 reg = <0x40d01000 0x100>;
1064 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
1065 ti,hwmods = "mmu0_dsp1";
1066 #iommu-cells = <0>;
1067 ti,syscon-mmuconfig = <&dsp1_system 0x0>;
1068 status = "disabled";
1069 };
1070
1071 mmu1_dsp1: mmu@40d02000 {
1072 compatible = "ti,dra7-dsp-iommu";
1073 reg = <0x40d02000 0x100>;
1074 interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
1075 ti,hwmods = "mmu1_dsp1";
1076 #iommu-cells = <0>;
1077 ti,syscon-mmuconfig = <&dsp1_system 0x1>;
1078 status = "disabled";
1079 };
1080
1081 mmu_ipu1: mmu@58882000 {
1082 compatible = "ti,dra7-iommu";
1083 reg = <0x58882000 0x100>;
1084 interrupts = <GIC_SPI 395 IRQ_TYPE_LEVEL_HIGH>;
1085 ti,hwmods = "mmu_ipu1";
1086 #iommu-cells = <0>;
1087 ti,iommu-bus-err-back;
1088 status = "disabled";
1089 };
1090
1091 mmu_ipu2: mmu@55082000 {
1092 compatible = "ti,dra7-iommu";
1093 reg = <0x55082000 0x100>;
1094 interrupts = <GIC_SPI 396 IRQ_TYPE_LEVEL_HIGH>;
1095 ti,hwmods = "mmu_ipu2";
1096 #iommu-cells = <0>;
1097 ti,iommu-bus-err-back;
1098 status = "disabled";
1099 };
1100
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301101 abb_mpu: regulator-abb-mpu {
1102 compatible = "ti,abb-v3";
1103 regulator-name = "abb_mpu";
1104 #address-cells = <0>;
1105 #size-cells = <0>;
1106 clocks = <&sys_clkin1>;
1107 ti,settling-time = <50>;
1108 ti,clock-cycles = <16>;
1109
1110 reg = <0x4ae07ddc 0x4>, <0x4ae07de0 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001111 <0x4ae06014 0x4>, <0x4a003b20 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301112 <0x4ae0c158 0x4>;
1113 reg-names = "setup-address", "control-address",
1114 "int-address", "efuse-address",
1115 "ldo-address";
1116 ti,tranxdone-status-mask = <0x80>;
1117 /* LDOVBBMPU_FBB_MUX_CTRL */
1118 ti,ldovbb-override-mask = <0x400>;
1119 /* LDOVBBMPU_FBB_VSET_OUT */
1120 ti,ldovbb-vset-mask = <0x1F>;
1121
1122 /*
1123 * NOTE: only FBB mode used but actual vset will
1124 * determine final biasing
1125 */
1126 ti,abb_info = <
1127 /*uV ABB efuse rbb_m fbb_m vset_m*/
1128 1060000 0 0x0 0 0x02000000 0x01F00000
1129 1160000 0 0x4 0 0x02000000 0x01F00000
1130 1210000 0 0x8 0 0x02000000 0x01F00000
1131 >;
1132 };
1133
1134 abb_ivahd: regulator-abb-ivahd {
1135 compatible = "ti,abb-v3";
1136 regulator-name = "abb_ivahd";
1137 #address-cells = <0>;
1138 #size-cells = <0>;
1139 clocks = <&sys_clkin1>;
1140 ti,settling-time = <50>;
1141 ti,clock-cycles = <16>;
1142
1143 reg = <0x4ae07e34 0x4>, <0x4ae07e24 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001144 <0x4ae06010 0x4>, <0x4a0025cc 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301145 <0x4a002470 0x4>;
1146 reg-names = "setup-address", "control-address",
1147 "int-address", "efuse-address",
1148 "ldo-address";
1149 ti,tranxdone-status-mask = <0x40000000>;
1150 /* LDOVBBIVA_FBB_MUX_CTRL */
1151 ti,ldovbb-override-mask = <0x400>;
1152 /* LDOVBBIVA_FBB_VSET_OUT */
1153 ti,ldovbb-vset-mask = <0x1F>;
1154
1155 /*
1156 * NOTE: only FBB mode used but actual vset will
1157 * determine final biasing
1158 */
1159 ti,abb_info = <
1160 /*uV ABB efuse rbb_m fbb_m vset_m*/
1161 1055000 0 0x0 0 0x02000000 0x01F00000
1162 1150000 0 0x4 0 0x02000000 0x01F00000
1163 1250000 0 0x8 0 0x02000000 0x01F00000
1164 >;
1165 };
1166
1167 abb_dspeve: regulator-abb-dspeve {
1168 compatible = "ti,abb-v3";
1169 regulator-name = "abb_dspeve";
1170 #address-cells = <0>;
1171 #size-cells = <0>;
1172 clocks = <&sys_clkin1>;
1173 ti,settling-time = <50>;
1174 ti,clock-cycles = <16>;
1175
1176 reg = <0x4ae07e30 0x4>, <0x4ae07e20 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001177 <0x4ae06010 0x4>, <0x4a0025e0 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301178 <0x4a00246c 0x4>;
1179 reg-names = "setup-address", "control-address",
1180 "int-address", "efuse-address",
1181 "ldo-address";
1182 ti,tranxdone-status-mask = <0x20000000>;
1183 /* LDOVBBDSPEVE_FBB_MUX_CTRL */
1184 ti,ldovbb-override-mask = <0x400>;
1185 /* LDOVBBDSPEVE_FBB_VSET_OUT */
1186 ti,ldovbb-vset-mask = <0x1F>;
1187
1188 /*
1189 * NOTE: only FBB mode used but actual vset will
1190 * determine final biasing
1191 */
1192 ti,abb_info = <
1193 /*uV ABB efuse rbb_m fbb_m vset_m*/
1194 1055000 0 0x0 0 0x02000000 0x01F00000
1195 1150000 0 0x4 0 0x02000000 0x01F00000
1196 1250000 0 0x8 0 0x02000000 0x01F00000
1197 >;
1198 };
1199
1200 abb_gpu: regulator-abb-gpu {
1201 compatible = "ti,abb-v3";
1202 regulator-name = "abb_gpu";
1203 #address-cells = <0>;
1204 #size-cells = <0>;
1205 clocks = <&sys_clkin1>;
1206 ti,settling-time = <50>;
1207 ti,clock-cycles = <16>;
1208
1209 reg = <0x4ae07de4 0x4>, <0x4ae07de8 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001210 <0x4ae06010 0x4>, <0x4a003b08 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301211 <0x4ae0c154 0x4>;
1212 reg-names = "setup-address", "control-address",
1213 "int-address", "efuse-address",
1214 "ldo-address";
1215 ti,tranxdone-status-mask = <0x10000000>;
1216 /* LDOVBBGPU_FBB_MUX_CTRL */
1217 ti,ldovbb-override-mask = <0x400>;
1218 /* LDOVBBGPU_FBB_VSET_OUT */
1219 ti,ldovbb-vset-mask = <0x1F>;
1220
1221 /*
1222 * NOTE: only FBB mode used but actual vset will
1223 * determine final biasing
1224 */
1225 ti,abb_info = <
1226 /*uV ABB efuse rbb_m fbb_m vset_m*/
1227 1090000 0 0x0 0 0x02000000 0x01F00000
1228 1210000 0 0x4 0 0x02000000 0x01F00000
1229 1280000 0 0x8 0 0x02000000 0x01F00000
1230 >;
1231 };
1232
R Sricharan6e58b8f2013-08-14 19:08:20 +05301233 mcspi1: spi@48098000 {
1234 compatible = "ti,omap4-mcspi";
1235 reg = <0x48098000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301236 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301237 #address-cells = <1>;
1238 #size-cells = <0>;
1239 ti,hwmods = "mcspi1";
1240 ti,spi-num-cs = <4>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001241 dmas = <&sdma_xbar 35>,
1242 <&sdma_xbar 36>,
1243 <&sdma_xbar 37>,
1244 <&sdma_xbar 38>,
1245 <&sdma_xbar 39>,
1246 <&sdma_xbar 40>,
1247 <&sdma_xbar 41>,
1248 <&sdma_xbar 42>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301249 dma-names = "tx0", "rx0", "tx1", "rx1",
1250 "tx2", "rx2", "tx3", "rx3";
1251 status = "disabled";
1252 };
1253
1254 mcspi2: spi@4809a000 {
1255 compatible = "ti,omap4-mcspi";
1256 reg = <0x4809a000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301257 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301258 #address-cells = <1>;
1259 #size-cells = <0>;
1260 ti,hwmods = "mcspi2";
1261 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001262 dmas = <&sdma_xbar 43>,
1263 <&sdma_xbar 44>,
1264 <&sdma_xbar 45>,
1265 <&sdma_xbar 46>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301266 dma-names = "tx0", "rx0", "tx1", "rx1";
1267 status = "disabled";
1268 };
1269
1270 mcspi3: spi@480b8000 {
1271 compatible = "ti,omap4-mcspi";
1272 reg = <0x480b8000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301273 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301274 #address-cells = <1>;
1275 #size-cells = <0>;
1276 ti,hwmods = "mcspi3";
1277 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001278 dmas = <&sdma_xbar 15>, <&sdma_xbar 16>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301279 dma-names = "tx0", "rx0";
1280 status = "disabled";
1281 };
1282
1283 mcspi4: spi@480ba000 {
1284 compatible = "ti,omap4-mcspi";
1285 reg = <0x480ba000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301286 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301287 #address-cells = <1>;
1288 #size-cells = <0>;
1289 ti,hwmods = "mcspi4";
1290 ti,spi-num-cs = <1>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001291 dmas = <&sdma_xbar 70>, <&sdma_xbar 71>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301292 dma-names = "tx0", "rx0";
1293 status = "disabled";
1294 };
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301295
1296 qspi: qspi@4b300000 {
1297 compatible = "ti,dra7xxx-qspi";
Vignesh R1929d0b2015-12-11 09:39:59 +05301298 reg = <0x4b300000 0x100>,
1299 <0x5c000000 0x4000000>;
1300 reg-names = "qspi_base", "qspi_mmap";
1301 syscon-chipselects = <&scm_conf 0x558>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301302 #address-cells = <1>;
1303 #size-cells = <0>;
1304 ti,hwmods = "qspi";
1305 clocks = <&qspi_gfclk_div>;
1306 clock-names = "fck";
1307 num-cs = <4>;
R Sricharana46631c2014-06-26 12:55:31 +05301308 interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301309 status = "disabled";
1310 };
Balaji T K7be80562014-05-07 14:58:58 +03001311
Balaji T K7be80562014-05-07 14:58:58 +03001312 /* OCP2SCP3 */
1313 ocp2scp@4a090000 {
1314 compatible = "ti,omap-ocp2scp";
1315 #address-cells = <1>;
1316 #size-cells = <1>;
1317 ranges;
1318 reg = <0x4a090000 0x20>;
1319 ti,hwmods = "ocp2scp3";
1320 sata_phy: phy@4A096000 {
1321 compatible = "ti,phy-pipe3-sata";
1322 reg = <0x4A096000 0x80>, /* phy_rx */
1323 <0x4A096400 0x64>, /* phy_tx */
1324 <0x4A096800 0x40>; /* pll_ctrl */
1325 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301326 syscon-phy-power = <&scm_conf 0x374>;
Roger Quadros773c5a02015-01-13 14:23:21 +02001327 clocks = <&sys_clkin1>, <&sata_ref_clk>;
1328 clock-names = "sysclk", "refclk";
Roger Quadros257d5d9a2015-07-17 16:47:23 +03001329 syscon-pllreset = <&scm_conf 0x3fc>;
Balaji T K7be80562014-05-07 14:58:58 +03001330 #phy-cells = <0>;
1331 };
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301332
1333 pcie1_phy: pciephy@4a094000 {
1334 compatible = "ti,phy-pipe3-pcie";
1335 reg = <0x4a094000 0x80>, /* phy_rx */
1336 <0x4a094400 0x64>; /* phy_tx */
1337 reg-names = "phy_rx", "phy_tx";
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301338 syscon-phy-power = <&scm_conf_pcie 0x1c>;
1339 syscon-pcs = <&scm_conf_pcie 0x10>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301340 clocks = <&dpll_pcie_ref_ck>,
1341 <&dpll_pcie_ref_m2ldo_ck>,
1342 <&optfclk_pciephy1_32khz>,
1343 <&optfclk_pciephy1_clk>,
1344 <&optfclk_pciephy1_div_clk>,
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301345 <&optfclk_pciephy_div>,
1346 <&sys_clkin1>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301347 clock-names = "dpll_ref", "dpll_ref_m2",
1348 "wkupclk", "refclk",
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301349 "div-clk", "phy-div", "sysclk";
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301350 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301351 };
1352
1353 pcie2_phy: pciephy@4a095000 {
1354 compatible = "ti,phy-pipe3-pcie";
1355 reg = <0x4a095000 0x80>, /* phy_rx */
1356 <0x4a095400 0x64>; /* phy_tx */
1357 reg-names = "phy_rx", "phy_tx";
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301358 syscon-phy-power = <&scm_conf_pcie 0x20>;
1359 syscon-pcs = <&scm_conf_pcie 0x10>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301360 clocks = <&dpll_pcie_ref_ck>,
1361 <&dpll_pcie_ref_m2ldo_ck>,
1362 <&optfclk_pciephy2_32khz>,
1363 <&optfclk_pciephy2_clk>,
1364 <&optfclk_pciephy2_div_clk>,
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301365 <&optfclk_pciephy_div>,
1366 <&sys_clkin1>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301367 clock-names = "dpll_ref", "dpll_ref_m2",
1368 "wkupclk", "refclk",
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301369 "div-clk", "phy-div", "sysclk";
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301370 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301371 status = "disabled";
1372 };
Balaji T K7be80562014-05-07 14:58:58 +03001373 };
1374
1375 sata: sata@4a141100 {
1376 compatible = "snps,dwc-ahci";
1377 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
R Sricharana46631c2014-06-26 12:55:31 +05301378 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
Balaji T K7be80562014-05-07 14:58:58 +03001379 phys = <&sata_phy>;
1380 phy-names = "sata-phy";
1381 clocks = <&sata_ref_clk>;
1382 ti,hwmods = "sata";
Jean-Jacques Hiblot87cb1292017-01-09 13:22:15 +01001383 ports-implemented = <0x1>;
Balaji T K7be80562014-05-07 14:58:58 +03001384 };
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001385
Nishanth Menon00edd312015-04-08 18:56:27 -05001386 rtc: rtc@48838000 {
Lokesh Vutlabc078312014-11-19 17:53:08 +05301387 compatible = "ti,am3352-rtc";
1388 reg = <0x48838000 0x100>;
1389 interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
1390 <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
1391 ti,hwmods = "rtcss";
1392 clocks = <&sys_32k_ck>;
1393 };
1394
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001395 /* OCP2SCP1 */
1396 ocp2scp@4a080000 {
1397 compatible = "ti,omap-ocp2scp";
1398 #address-cells = <1>;
1399 #size-cells = <1>;
1400 ranges;
1401 reg = <0x4a080000 0x20>;
1402 ti,hwmods = "ocp2scp1";
1403
1404 usb2_phy1: phy@4a084000 {
Sekhar Nori291f1af2016-08-23 11:57:41 +03001405 compatible = "ti,dra7x-usb2", "ti,omap-usb2";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001406 reg = <0x4a084000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301407 syscon-phy-power = <&scm_conf 0x300>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001408 clocks = <&usb_phy1_always_on_clk32k>,
1409 <&usb_otg_ss1_refclk960m>;
1410 clock-names = "wkupclk",
1411 "refclk";
1412 #phy-cells = <0>;
1413 };
1414
1415 usb2_phy2: phy@4a085000 {
Kishon Vijay Abraham I4b4f52e2015-12-21 14:43:20 +05301416 compatible = "ti,dra7x-usb2-phy2",
1417 "ti,omap-usb2";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001418 reg = <0x4a085000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301419 syscon-phy-power = <&scm_conf 0xe74>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001420 clocks = <&usb_phy2_always_on_clk32k>,
1421 <&usb_otg_ss2_refclk960m>;
1422 clock-names = "wkupclk",
1423 "refclk";
1424 #phy-cells = <0>;
1425 };
1426
1427 usb3_phy1: phy@4a084400 {
1428 compatible = "ti,omap-usb3";
1429 reg = <0x4a084400 0x80>,
1430 <0x4a084800 0x64>,
1431 <0x4a084c00 0x40>;
1432 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301433 syscon-phy-power = <&scm_conf 0x370>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001434 clocks = <&usb_phy3_always_on_clk32k>,
1435 <&sys_clkin1>,
1436 <&usb_otg_ss1_refclk960m>;
1437 clock-names = "wkupclk",
1438 "sysclk",
1439 "refclk";
1440 #phy-cells = <0>;
1441 };
1442 };
1443
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001444 omap_dwc3_1: omap_dwc3_1@48880000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001445 compatible = "ti,dwc3";
1446 ti,hwmods = "usb_otg_ss1";
1447 reg = <0x48880000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301448 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001449 #address-cells = <1>;
1450 #size-cells = <1>;
1451 utmi-mode = <2>;
1452 ranges;
1453 usb1: usb@48890000 {
1454 compatible = "snps,dwc3";
1455 reg = <0x48890000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001456 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1457 <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1458 <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
1459 interrupt-names = "peripheral",
1460 "host",
1461 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001462 phys = <&usb2_phy1>, <&usb3_phy1>;
1463 phy-names = "usb2-phy", "usb3-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001464 maximum-speed = "super-speed";
1465 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001466 snps,dis_u3_susphy_quirk;
1467 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001468 };
1469 };
1470
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001471 omap_dwc3_2: omap_dwc3_2@488c0000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001472 compatible = "ti,dwc3";
1473 ti,hwmods = "usb_otg_ss2";
1474 reg = <0x488c0000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301475 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001476 #address-cells = <1>;
1477 #size-cells = <1>;
1478 utmi-mode = <2>;
1479 ranges;
1480 usb2: usb@488d0000 {
1481 compatible = "snps,dwc3";
1482 reg = <0x488d0000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001483 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1484 <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1485 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
1486 interrupt-names = "peripheral",
1487 "host",
1488 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001489 phys = <&usb2_phy2>;
1490 phy-names = "usb2-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001491 maximum-speed = "high-speed";
1492 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001493 snps,dis_u3_susphy_quirk;
1494 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001495 };
1496 };
1497
1498 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001499 omap_dwc3_3: omap_dwc3_3@48900000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001500 compatible = "ti,dwc3";
1501 ti,hwmods = "usb_otg_ss3";
1502 reg = <0x48900000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301503 interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001504 #address-cells = <1>;
1505 #size-cells = <1>;
1506 utmi-mode = <2>;
1507 ranges;
1508 status = "disabled";
1509 usb3: usb@48910000 {
1510 compatible = "snps,dwc3";
1511 reg = <0x48910000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001512 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1513 <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1514 <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
1515 interrupt-names = "peripheral",
1516 "host",
1517 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001518 maximum-speed = "high-speed";
1519 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001520 snps,dis_u3_susphy_quirk;
1521 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001522 };
1523 };
1524
Minal Shahff66a3c2014-05-19 14:45:47 +05301525 elm: elm@48078000 {
1526 compatible = "ti,am3352-elm";
1527 reg = <0x48078000 0xfc0>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301528 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301529 ti,hwmods = "elm";
1530 status = "disabled";
1531 };
1532
1533 gpmc: gpmc@50000000 {
1534 compatible = "ti,am3352-gpmc";
1535 ti,hwmods = "gpmc";
1536 reg = <0x50000000 0x37c>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301537 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Franklin S Cooper Jr10ce2402016-05-04 12:43:55 -05001538 dmas = <&edma_xbar 4 0>;
1539 dma-names = "rxtx";
Minal Shahff66a3c2014-05-19 14:45:47 +05301540 gpmc,num-cs = <8>;
1541 gpmc,num-waitpins = <2>;
1542 #address-cells = <2>;
1543 #size-cells = <1>;
Roger Quadros488f270d2016-02-23 18:37:17 +02001544 interrupt-controller;
1545 #interrupt-cells = <2>;
Roger Quadros845b1a22016-04-07 13:25:31 +03001546 gpio-controller;
1547 #gpio-cells = <2>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301548 status = "disabled";
1549 };
Peter Ujfalusi2ca09452014-05-07 13:20:48 +03001550
1551 atl: atl@4843c000 {
1552 compatible = "ti,dra7-atl";
1553 reg = <0x4843c000 0x3ff>;
1554 ti,hwmods = "atl";
1555 ti,provided-clocks = <&atl_clkin0_ck>, <&atl_clkin1_ck>,
1556 <&atl_clkin2_ck>, <&atl_clkin3_ck>;
1557 clocks = <&atl_gfclk_mux>;
1558 clock-names = "fck";
1559 status = "disabled";
1560 };
Olof Johansson412a9bb2014-07-18 22:16:15 -07001561
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001562 mcasp1: mcasp@48460000 {
1563 compatible = "ti,dra7-mcasp-audio";
1564 ti,hwmods = "mcasp1";
1565 reg = <0x48460000 0x2000>,
1566 <0x45800000 0x1000>;
1567 reg-names = "mpu","dat";
1568 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
1569 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
1570 interrupt-names = "tx", "rx";
1571 dmas = <&edma_xbar 129 1>, <&edma_xbar 128 1>;
1572 dma-names = "tx", "rx";
1573 clocks = <&mcasp1_aux_gfclk_mux>, <&mcasp1_ahclkx_mux>,
1574 <&mcasp1_ahclkr_mux>;
1575 clock-names = "fck", "ahclkx", "ahclkr";
1576 status = "disabled";
1577 };
1578
1579 mcasp2: mcasp@48464000 {
1580 compatible = "ti,dra7-mcasp-audio";
1581 ti,hwmods = "mcasp2";
1582 reg = <0x48464000 0x2000>,
1583 <0x45c00000 0x1000>;
1584 reg-names = "mpu","dat";
1585 interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>,
1586 <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
1587 interrupt-names = "tx", "rx";
1588 dmas = <&edma_xbar 131 1>, <&edma_xbar 130 1>;
1589 dma-names = "tx", "rx";
1590 clocks = <&mcasp2_aux_gfclk_mux>, <&mcasp2_ahclkx_mux>,
1591 <&mcasp2_ahclkr_mux>;
1592 clock-names = "fck", "ahclkx", "ahclkr";
1593 status = "disabled";
1594 };
1595
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001596 mcasp3: mcasp@48468000 {
1597 compatible = "ti,dra7-mcasp-audio";
1598 ti,hwmods = "mcasp3";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001599 reg = <0x48468000 0x2000>,
1600 <0x46000000 0x1000>;
1601 reg-names = "mpu","dat";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001602 interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>,
1603 <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
1604 interrupt-names = "tx", "rx";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001605 dmas = <&edma_xbar 133 1>, <&edma_xbar 132 1>;
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001606 dma-names = "tx", "rx";
Peter Ujfalusibf05c2c2015-11-12 09:32:57 +02001607 clocks = <&mcasp3_aux_gfclk_mux>, <&mcasp3_ahclkx_mux>;
1608 clock-names = "fck", "ahclkx";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001609 status = "disabled";
1610 };
1611
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001612 mcasp4: mcasp@4846c000 {
1613 compatible = "ti,dra7-mcasp-audio";
1614 ti,hwmods = "mcasp4";
1615 reg = <0x4846c000 0x2000>,
1616 <0x48436000 0x1000>;
1617 reg-names = "mpu","dat";
1618 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
1619 <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
1620 interrupt-names = "tx", "rx";
1621 dmas = <&edma_xbar 135 1>, <&edma_xbar 134 1>;
1622 dma-names = "tx", "rx";
1623 clocks = <&mcasp4_aux_gfclk_mux>, <&mcasp4_ahclkx_mux>;
1624 clock-names = "fck", "ahclkx";
1625 status = "disabled";
1626 };
1627
1628 mcasp5: mcasp@48470000 {
1629 compatible = "ti,dra7-mcasp-audio";
1630 ti,hwmods = "mcasp5";
1631 reg = <0x48470000 0x2000>,
1632 <0x4843a000 0x1000>;
1633 reg-names = "mpu","dat";
1634 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
1635 <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
1636 interrupt-names = "tx", "rx";
1637 dmas = <&edma_xbar 137 1>, <&edma_xbar 136 1>;
1638 dma-names = "tx", "rx";
1639 clocks = <&mcasp5_aux_gfclk_mux>, <&mcasp5_ahclkx_mux>;
1640 clock-names = "fck", "ahclkx";
1641 status = "disabled";
1642 };
1643
1644 mcasp6: mcasp@48474000 {
1645 compatible = "ti,dra7-mcasp-audio";
1646 ti,hwmods = "mcasp6";
1647 reg = <0x48474000 0x2000>,
1648 <0x4844c000 0x1000>;
1649 reg-names = "mpu","dat";
1650 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
1651 <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
1652 interrupt-names = "tx", "rx";
1653 dmas = <&edma_xbar 139 1>, <&edma_xbar 138 1>;
1654 dma-names = "tx", "rx";
1655 clocks = <&mcasp6_aux_gfclk_mux>, <&mcasp6_ahclkx_mux>;
1656 clock-names = "fck", "ahclkx";
1657 status = "disabled";
1658 };
1659
1660 mcasp7: mcasp@48478000 {
1661 compatible = "ti,dra7-mcasp-audio";
1662 ti,hwmods = "mcasp7";
1663 reg = <0x48478000 0x2000>,
1664 <0x48450000 0x1000>;
1665 reg-names = "mpu","dat";
1666 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>,
1667 <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
1668 interrupt-names = "tx", "rx";
1669 dmas = <&edma_xbar 141 1>, <&edma_xbar 140 1>;
1670 dma-names = "tx", "rx";
1671 clocks = <&mcasp7_aux_gfclk_mux>, <&mcasp7_ahclkx_mux>;
1672 clock-names = "fck", "ahclkx";
1673 status = "disabled";
1674 };
1675
1676 mcasp8: mcasp@4847c000 {
1677 compatible = "ti,dra7-mcasp-audio";
1678 ti,hwmods = "mcasp8";
1679 reg = <0x4847c000 0x2000>,
1680 <0x48454000 0x1000>;
1681 reg-names = "mpu","dat";
1682 interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>,
1683 <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>;
1684 interrupt-names = "tx", "rx";
1685 dmas = <&edma_xbar 143 1>, <&edma_xbar 142 1>;
1686 dma-names = "tx", "rx";
1687 clocks = <&mcasp8_aux_gfclk_mux>, <&mcasp8_ahclkx_mux>;
1688 clock-names = "fck", "ahclkx";
1689 status = "disabled";
1690 };
1691
Marc Zyngier783d3182015-03-11 15:43:44 +00001692 crossbar_mpu: crossbar@4a002a48 {
R Sricharana46631c2014-06-26 12:55:31 +05301693 compatible = "ti,irq-crossbar";
1694 reg = <0x4a002a48 0x130>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001695 interrupt-controller;
Marc Zyngier7136d452015-03-11 15:43:49 +00001696 interrupt-parent = <&wakeupgen>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001697 #interrupt-cells = <3>;
R Sricharana46631c2014-06-26 12:55:31 +05301698 ti,max-irqs = <160>;
1699 ti,max-crossbar-sources = <MAX_SOURCES>;
1700 ti,reg-size = <2>;
1701 ti,irqs-reserved = <0 1 2 3 5 6 131 132>;
1702 ti,irqs-skip = <10 133 139 140>;
1703 ti,irqs-safe-map = <0>;
1704 };
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301705
Vishal Mahaveerc263a5b2015-08-25 13:57:49 -05001706 mac: ethernet@48484000 {
Mugunthan V Ne2095312015-08-12 15:22:54 +05301707 compatible = "ti,dra7-cpsw","ti,cpsw";
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301708 ti,hwmods = "gmac";
Grygorii Strashkoc0973382016-08-30 17:58:01 +03001709 clocks = <&gmac_main_clk>, <&gmac_rft_clk_mux>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301710 clock-names = "fck", "cpts";
1711 cpdma_channels = <8>;
1712 ale_entries = <1024>;
1713 bd_ram_size = <0x2000>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301714 mac_control = <0x20>;
1715 slaves = <2>;
1716 active_slave = <0>;
Grygorii Strashkoc0973382016-08-30 17:58:01 +03001717 cpts_clock_mult = <0x784CFE14>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301718 cpts_clock_shift = <29>;
1719 reg = <0x48484000 0x1000
1720 0x48485200 0x2E00>;
1721 #address-cells = <1>;
1722 #size-cells = <1>;
Mugunthan V N0f514e62016-03-07 01:41:22 -07001723
1724 /*
1725 * Do not allow gating of cpsw clock as workaround
1726 * for errata i877. Keeping internal clock disabled
1727 * causes the device switching characteristics
1728 * to degrade over time and eventually fail to meet
1729 * the data manual delay time/skew specs.
1730 */
1731 ti,no-idle;
1732
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301733 /*
1734 * rx_thresh_pend
1735 * rx_pend
1736 * tx_pend
1737 * misc_pend
1738 */
1739 interrupts = <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
1740 <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>,
1741 <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>,
1742 <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>;
1743 ranges;
Mugunthan V Na084e132015-09-21 15:56:52 +05301744 syscon = <&scm_conf>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301745 status = "disabled";
1746
1747 davinci_mdio: mdio@48485000 {
Grygorii Strashko9efd1a62016-06-24 21:23:55 +03001748 compatible = "ti,cpsw-mdio","ti,davinci_mdio";
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301749 #address-cells = <1>;
1750 #size-cells = <0>;
1751 ti,hwmods = "davinci_mdio";
1752 bus_freq = <1000000>;
1753 reg = <0x48485000 0x100>;
1754 };
1755
1756 cpsw_emac0: slave@48480200 {
1757 /* Filled in by U-Boot */
1758 mac-address = [ 00 00 00 00 00 00 ];
1759 };
1760
1761 cpsw_emac1: slave@48480300 {
1762 /* Filled in by U-Boot */
1763 mac-address = [ 00 00 00 00 00 00 ];
1764 };
1765
1766 phy_sel: cpsw-phy-sel@4a002554 {
1767 compatible = "ti,dra7xx-cpsw-phy-sel";
1768 reg= <0x4a002554 0x4>;
1769 reg-names = "gmii-sel";
1770 };
1771 };
1772
Roger Quadros9ec49b92014-08-15 16:08:36 +03001773 dcan1: can@481cc000 {
1774 compatible = "ti,dra7-d_can";
1775 ti,hwmods = "dcan1";
1776 reg = <0x4ae3c000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001777 syscon-raminit = <&scm_conf 0x558 0>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001778 interrupts = <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>;
1779 clocks = <&dcan1_sys_clk_mux>;
1780 status = "disabled";
1781 };
1782
1783 dcan2: can@481d0000 {
1784 compatible = "ti,dra7-d_can";
1785 ti,hwmods = "dcan2";
1786 reg = <0x48480000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001787 syscon-raminit = <&scm_conf 0x558 1>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001788 interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
1789 clocks = <&sys_clkin1>;
1790 status = "disabled";
1791 };
Tomi Valkeinen95c1cd12014-07-09 16:15:18 +05301792
1793 dss: dss@58000000 {
1794 compatible = "ti,dra7-dss";
1795 /* 'reg' defined in dra72x.dtsi and dra74x.dtsi */
1796 /* 'clocks' defined in dra72x.dtsi and dra74x.dtsi */
1797 status = "disabled";
1798 ti,hwmods = "dss_core";
1799 /* CTRL_CORE_DSS_PLL_CONTROL */
1800 syscon-pll-ctrl = <&scm_conf 0x538>;
1801 #address-cells = <1>;
1802 #size-cells = <1>;
1803 ranges;
1804
1805 dispc@58001000 {
1806 compatible = "ti,dra7-dispc";
1807 reg = <0x58001000 0x1000>;
1808 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
1809 ti,hwmods = "dss_dispc";
1810 clocks = <&dss_dss_clk>;
1811 clock-names = "fck";
1812 /* CTRL_CORE_SMA_SW_1 */
1813 syscon-pol = <&scm_conf 0x534>;
1814 };
1815
1816 hdmi: encoder@58060000 {
1817 compatible = "ti,dra7-hdmi";
1818 reg = <0x58040000 0x200>,
1819 <0x58040200 0x80>,
1820 <0x58040300 0x80>,
1821 <0x58060000 0x19000>;
1822 reg-names = "wp", "pll", "phy", "core";
1823 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
1824 status = "disabled";
1825 ti,hwmods = "dss_hdmi";
1826 clocks = <&dss_48mhz_clk>, <&dss_hdmi_clk>;
1827 clock-names = "fck", "sys_clk";
1828 };
1829 };
Vignesh R34370142016-05-03 10:56:55 -05001830
1831 epwmss0: epwmss@4843e000 {
1832 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1833 reg = <0x4843e000 0x30>;
1834 ti,hwmods = "epwmss0";
1835 #address-cells = <1>;
1836 #size-cells = <1>;
1837 status = "disabled";
1838 ranges;
1839
1840 ehrpwm0: pwm@4843e200 {
1841 compatible = "ti,dra746-ehrpwm",
1842 "ti,am3352-ehrpwm";
1843 #pwm-cells = <3>;
1844 reg = <0x4843e200 0x80>;
1845 clocks = <&ehrpwm0_tbclk>, <&l4_root_clk_div>;
1846 clock-names = "tbclk", "fck";
1847 status = "disabled";
1848 };
1849
1850 ecap0: ecap@4843e100 {
1851 compatible = "ti,dra746-ecap",
1852 "ti,am3352-ecap";
1853 #pwm-cells = <3>;
1854 reg = <0x4843e100 0x80>;
1855 clocks = <&l4_root_clk_div>;
1856 clock-names = "fck";
1857 status = "disabled";
1858 };
1859 };
1860
1861 epwmss1: epwmss@48440000 {
1862 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1863 reg = <0x48440000 0x30>;
1864 ti,hwmods = "epwmss1";
1865 #address-cells = <1>;
1866 #size-cells = <1>;
1867 status = "disabled";
1868 ranges;
1869
1870 ehrpwm1: pwm@48440200 {
1871 compatible = "ti,dra746-ehrpwm",
1872 "ti,am3352-ehrpwm";
1873 #pwm-cells = <3>;
1874 reg = <0x48440200 0x80>;
1875 clocks = <&ehrpwm1_tbclk>, <&l4_root_clk_div>;
1876 clock-names = "tbclk", "fck";
1877 status = "disabled";
1878 };
1879
1880 ecap1: ecap@48440100 {
1881 compatible = "ti,dra746-ecap",
1882 "ti,am3352-ecap";
1883 #pwm-cells = <3>;
1884 reg = <0x48440100 0x80>;
1885 clocks = <&l4_root_clk_div>;
1886 clock-names = "fck";
1887 status = "disabled";
1888 };
1889 };
1890
1891 epwmss2: epwmss@48442000 {
1892 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1893 reg = <0x48442000 0x30>;
1894 ti,hwmods = "epwmss2";
1895 #address-cells = <1>;
1896 #size-cells = <1>;
1897 status = "disabled";
1898 ranges;
1899
1900 ehrpwm2: pwm@48442200 {
1901 compatible = "ti,dra746-ehrpwm",
1902 "ti,am3352-ehrpwm";
1903 #pwm-cells = <3>;
1904 reg = <0x48442200 0x80>;
1905 clocks = <&ehrpwm2_tbclk>, <&l4_root_clk_div>;
1906 clock-names = "tbclk", "fck";
1907 status = "disabled";
1908 };
1909
1910 ecap2: ecap@48442100 {
1911 compatible = "ti,dra746-ecap",
1912 "ti,am3352-ecap";
1913 #pwm-cells = <3>;
1914 reg = <0x48442100 0x80>;
1915 clocks = <&l4_root_clk_div>;
1916 clock-names = "fck";
1917 status = "disabled";
1918 };
1919 };
Joel Fernandesbac9d0b2016-06-01 12:06:41 +03001920
Joel Fernandese7fd15c2016-06-01 12:06:42 +03001921 aes1: aes@4b500000 {
1922 compatible = "ti,omap4-aes";
1923 ti,hwmods = "aes1";
1924 reg = <0x4b500000 0xa0>;
1925 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
1926 dmas = <&edma_xbar 111 0>, <&edma_xbar 110 0>;
1927 dma-names = "tx", "rx";
1928 clocks = <&l3_iclk_div>;
1929 clock-names = "fck";
1930 };
1931
1932 aes2: aes@4b700000 {
1933 compatible = "ti,omap4-aes";
1934 ti,hwmods = "aes2";
1935 reg = <0x4b700000 0xa0>;
1936 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
1937 dmas = <&edma_xbar 114 0>, <&edma_xbar 113 0>;
1938 dma-names = "tx", "rx";
1939 clocks = <&l3_iclk_div>;
1940 clock-names = "fck";
1941 };
1942
Joel Fernandesbac9d0b2016-06-01 12:06:41 +03001943 des: des@480a5000 {
1944 compatible = "ti,omap4-des";
1945 ti,hwmods = "des";
1946 reg = <0x480a5000 0xa0>;
1947 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
1948 dmas = <&sdma_xbar 117>, <&sdma_xbar 116>;
1949 dma-names = "tx", "rx";
1950 clocks = <&l3_iclk_div>;
1951 clock-names = "fck";
1952 };
Lokesh Vutlada346092016-06-01 12:06:43 +03001953
1954 sham: sham@53100000 {
1955 compatible = "ti,omap5-sham";
1956 ti,hwmods = "sham";
1957 reg = <0x4b101000 0x300>;
1958 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
1959 dmas = <&edma_xbar 119 0>;
1960 dma-names = "rx";
1961 clocks = <&l3_iclk_div>;
1962 clock-names = "fck";
1963 };
Lokesh Vutla610e9c42016-06-01 12:06:44 +03001964
1965 rng: rng@48090000 {
1966 compatible = "ti,omap4-rng";
1967 ti,hwmods = "rng";
1968 reg = <0x48090000 0x2000>;
1969 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
1970 clocks = <&l3_iclk_div>;
1971 clock-names = "fck";
1972 };
R Sricharan6e58b8f2013-08-14 19:08:20 +05301973 };
Keerthyf7397ed2015-03-23 14:39:38 -05001974
1975 thermal_zones: thermal-zones {
1976 #include "omap4-cpu-thermal.dtsi"
1977 #include "omap5-gpu-thermal.dtsi"
1978 #include "omap5-core-thermal.dtsi"
Keerthy667f2592016-02-08 14:46:30 +05301979 #include "dra7-dspeve-thermal.dtsi"
1980 #include "dra7-iva-thermal.dtsi"
Keerthyf7397ed2015-03-23 14:39:38 -05001981 };
1982
1983};
1984
1985&cpu_thermal {
1986 polling-delay = <500>; /* milliseconds */
R Sricharan6e58b8f2013-08-14 19:08:20 +05301987};
Tero Kristoee6c7502013-07-18 17:18:33 +03001988
1989/include/ "dra7xx-clocks.dtsi"