blob: 57892f264ceaee19ac08e4650a01ccd3f1c9866f [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 Gerlacha4e5e9f2017-03-06 09:23:41 -060084 operating-points-v2 = <&cpu0_opp_table>;
Dave Gerlachb82ffb32016-05-18 18:36:32 -050085
86 clocks = <&dpll_mpu_ck>;
87 clock-names = "cpu";
88
89 clock-latency = <300000>; /* From omap-cpufreq driver */
90
91 /* cooling options */
92 cooling-min-level = <0>;
93 cooling-max-level = <2>;
94 #cooling-cells = <2>; /* min followed by max */
95 };
96 };
97
Dave Gerlacha4e5e9f2017-03-06 09:23:41 -060098 cpu0_opp_table: opp-table {
99 compatible = "operating-points-v2-ti-cpu";
100 syscon = <&scm_wkup>;
101
102 opp_nom@1000000000 {
103 opp-hz = /bits/ 64 <1000000000>;
104 opp-microvolt = <1060000 850000 1150000>;
105 opp-supported-hw = <0xFF 0x01>;
106 opp-suspend;
107 };
108
109 opp_od@1176000000 {
110 opp-hz = /bits/ 64 <1176000000>;
111 opp-microvolt = <1160000 885000 1160000>;
112 opp-supported-hw = <0xFF 0x02>;
113 };
114 };
115
R Sricharan6e58b8f2013-08-14 19:08:20 +0530116 /*
Geert Uytterhoeven5c5be9d2014-03-28 11:11:37 +0100117 * The soc node represents the soc top level view. It is used for IPs
R Sricharan6e58b8f2013-08-14 19:08:20 +0530118 * that are not memory mapped in the MPU view or for the MPU itself.
119 */
120 soc {
121 compatible = "ti,omap-infra";
122 mpu {
123 compatible = "ti,omap5-mpu";
124 ti,hwmods = "mpu";
125 };
126 };
127
128 /*
129 * XXX: Use a flat representation of the SOC interconnect.
130 * The real OMAP interconnect network is quite complex.
Geert Uytterhoevenb7ab5242014-03-28 11:11:39 +0100131 * Since it will not bring real advantage to represent that in DT for
R Sricharan6e58b8f2013-08-14 19:08:20 +0530132 * the moment, just use a fake OCP bus entry to represent the whole bus
133 * hierarchy.
134 */
135 ocp {
Rajendra Nayakfba387a2014-04-10 11:34:32 -0500136 compatible = "ti,dra7-l3-noc", "simple-bus";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530137 #address-cells = <1>;
138 #size-cells = <1>;
Lokesh Vutladae320e2016-02-24 15:41:04 +0530139 ranges = <0x0 0x0 0x0 0xc0000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530140 ti,hwmods = "l3_main_1", "l3_main_2";
Lokesh Vutladae320e2016-02-24 15:41:04 +0530141 reg = <0x0 0x44000000 0x0 0x1000000>,
142 <0x0 0x45000000 0x0 0x1000>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000143 interrupts-extended = <&crossbar_mpu GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
Marc Zyngier7136d452015-03-11 15:43:49 +0000144 <&wakeupgen GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530145
Tero Kristod9195012015-02-12 11:37:13 +0200146 l4_cfg: l4@4a000000 {
147 compatible = "ti,dra7-l4-cfg", "simple-bus";
148 #address-cells = <1>;
149 #size-cells = <1>;
150 ranges = <0 0x4a000000 0x22c000>;
Tero Kristoee6c7502013-07-18 17:18:33 +0300151
Tero Kristod9195012015-02-12 11:37:13 +0200152 scm: scm@2000 {
153 compatible = "ti,dra7-scm-core", "simple-bus";
154 reg = <0x2000 0x2000>;
Tero Kristoee6c7502013-07-18 17:18:33 +0300155 #address-cells = <1>;
Tero Kristod9195012015-02-12 11:37:13 +0200156 #size-cells = <1>;
157 ranges = <0 0x2000 0x2000>;
158
159 scm_conf: scm_conf@0 {
Kishon Vijay Abraham Icd455672015-07-27 17:46:41 +0530160 compatible = "syscon", "simple-bus";
Tero Kristod9195012015-02-12 11:37:13 +0200161 reg = <0x0 0x1400>;
162 #address-cells = <1>;
163 #size-cells = <1>;
Kishon Vijay Abraham I9a5e3f22015-09-04 17:38:24 +0530164 ranges = <0 0x0 0x1400>;
Tero Kristod9195012015-02-12 11:37:13 +0200165
Javier Martinez Canillas308cfda2016-04-01 16:20:18 -0400166 pbias_regulator: pbias_regulator@e00 {
Kishon Vijay Abraham I737f1462015-09-04 17:30:25 +0530167 compatible = "ti,pbias-dra7", "ti,pbias-omap";
Tero Kristod9195012015-02-12 11:37:13 +0200168 reg = <0xe00 0x4>;
169 syscon = <&scm_conf>;
170 pbias_mmc_reg: pbias_mmc_omap5 {
171 regulator-name = "pbias_mmc_omap5";
172 regulator-min-microvolt = <1800000>;
173 regulator-max-microvolt = <3000000>;
174 };
175 };
Tomi Valkeinen2d5a3c82015-02-23 12:53:56 +0200176
177 scm_conf_clocks: clocks {
178 #address-cells = <1>;
179 #size-cells = <0>;
180 };
Tero Kristod9195012015-02-12 11:37:13 +0200181 };
182
183 dra7_pmx_core: pinmux@1400 {
184 compatible = "ti,dra7-padconf",
185 "pinctrl-single";
Roger Quadros1c5cb6f2015-07-27 13:27:29 +0300186 reg = <0x1400 0x0468>;
Tero Kristod9195012015-02-12 11:37:13 +0200187 #address-cells = <1>;
188 #size-cells = <0>;
Tony Lindgrenbe76fd32016-11-07 08:27:49 -0700189 #pinctrl-cells = <1>;
Tero Kristod9195012015-02-12 11:37:13 +0200190 #interrupt-cells = <1>;
191 interrupt-controller;
192 pinctrl-single,register-width = <32>;
193 pinctrl-single,function-mask = <0x3fffffff>;
194 };
Roger Quadros33cb3a12015-08-04 12:10:14 +0300195
196 scm_conf1: scm_conf@1c04 {
197 compatible = "syscon";
198 reg = <0x1c04 0x0020>;
199 };
Kishon Vijay Abraham I43acf162015-12-21 14:43:18 +0530200
201 scm_conf_pcie: scm_conf@1c24 {
202 compatible = "syscon";
203 reg = <0x1c24 0x0024>;
204 };
Peter Ujfalusi3d2a58b2016-03-07 17:17:28 +0200205
206 sdma_xbar: dma-router@b78 {
207 compatible = "ti,dra7-dma-crossbar";
208 reg = <0xb78 0xfc>;
209 #dma-cells = <1>;
210 dma-requests = <205>;
211 ti,dma-safe-map = <0>;
212 dma-masters = <&sdma>;
213 };
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200214
215 edma_xbar: dma-router@c78 {
216 compatible = "ti,dra7-dma-crossbar";
217 reg = <0xc78 0x7c>;
218 #dma-cells = <2>;
219 dma-requests = <204>;
220 ti,dma-safe-map = <0>;
221 dma-masters = <&edma>;
222 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300223 };
224
Tero Kristod9195012015-02-12 11:37:13 +0200225 cm_core_aon: cm_core_aon@5000 {
226 compatible = "ti,dra7-cm-core-aon";
227 reg = <0x5000 0x2000>;
228
229 cm_core_aon_clocks: clocks {
230 #address-cells = <1>;
231 #size-cells = <0>;
232 };
233
234 cm_core_aon_clockdomains: clockdomains {
235 };
236 };
237
238 cm_core: cm_core@8000 {
239 compatible = "ti,dra7-cm-core";
240 reg = <0x8000 0x3000>;
241
242 cm_core_clocks: clocks {
243 #address-cells = <1>;
244 #size-cells = <0>;
245 };
246
247 cm_core_clockdomains: clockdomains {
248 };
249 };
250 };
251
252 l4_wkup: l4@4ae00000 {
253 compatible = "ti,dra7-l4-wkup", "simple-bus";
254 #address-cells = <1>;
255 #size-cells = <1>;
256 ranges = <0 0x4ae00000 0x3f000>;
257
258 counter32k: counter@4000 {
259 compatible = "ti,omap-counter32k";
260 reg = <0x4000 0x40>;
261 ti,hwmods = "counter_32k";
262 };
263
264 prm: prm@6000 {
265 compatible = "ti,dra7-prm";
266 reg = <0x6000 0x3000>;
267 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
268
269 prm_clocks: clocks {
270 #address-cells = <1>;
271 #size-cells = <0>;
272 };
273
274 prm_clockdomains: clockdomains {
275 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300276 };
Dave Gerlach62e4fee2016-05-18 18:36:31 -0500277
278 scm_wkup: scm_conf@c000 {
279 compatible = "syscon";
280 reg = <0xc000 0x1000>;
281 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300282 };
283
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530284 axi@0 {
285 compatible = "simple-bus";
286 #size-cells = <1>;
287 #address-cells = <1>;
288 ranges = <0x51000000 0x51000000 0x3000
289 0x0 0x20000000 0x10000000>;
Kishon Vijay Abraham I73c8f0c2015-07-28 19:09:10 +0530290 pcie1: pcie@51000000 {
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530291 compatible = "ti,dra7-pcie";
292 reg = <0x51000000 0x2000>, <0x51002000 0x14c>, <0x1000 0x2000>;
293 reg-names = "rc_dbics", "ti_conf", "config";
294 interrupts = <0 232 0x4>, <0 233 0x4>;
295 #address-cells = <3>;
296 #size-cells = <2>;
297 device_type = "pci";
298 ranges = <0x81000000 0 0 0x03000 0 0x00010000
299 0x82000000 0 0x20013000 0x13000 0 0xffed000>;
Rob Herring7d79f602017-03-21 21:03:01 -0500300 bus-range = <0x00 0xff>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530301 #interrupt-cells = <1>;
302 num-lanes = <1>;
Kishon Vijay Abraham Ibed596d2016-08-10 18:03:18 +0530303 linux,pci-domain = <0>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530304 ti,hwmods = "pcie1";
305 phys = <&pcie1_phy>;
306 phy-names = "pcie-phy0";
307 interrupt-map-mask = <0 0 0 7>;
308 interrupt-map = <0 0 0 1 &pcie1_intc 1>,
309 <0 0 0 2 &pcie1_intc 2>,
310 <0 0 0 3 &pcie1_intc 3>,
311 <0 0 0 4 &pcie1_intc 4>;
312 pcie1_intc: interrupt-controller {
313 interrupt-controller;
314 #address-cells = <0>;
315 #interrupt-cells = <1>;
316 };
317 };
318 };
319
320 axi@1 {
321 compatible = "simple-bus";
322 #size-cells = <1>;
323 #address-cells = <1>;
324 ranges = <0x51800000 0x51800000 0x3000
325 0x0 0x30000000 0x10000000>;
326 status = "disabled";
Kishon Vijay Abraham I605b3d32016-06-09 20:43:55 +0530327 pcie@51800000 {
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530328 compatible = "ti,dra7-pcie";
329 reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>;
330 reg-names = "rc_dbics", "ti_conf", "config";
331 interrupts = <0 355 0x4>, <0 356 0x4>;
332 #address-cells = <3>;
333 #size-cells = <2>;
334 device_type = "pci";
335 ranges = <0x81000000 0 0 0x03000 0 0x00010000
336 0x82000000 0 0x30013000 0x13000 0 0xffed000>;
Rob Herring7d79f602017-03-21 21:03:01 -0500337 bus-range = <0x00 0xff>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530338 #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 Menone49d519c2014-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 Menone49d519c2014-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 Menone49d519c2014-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 Menone49d519c2014-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 Menone49d519c2014-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 Menone49d519c2014-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 Menone49d519c2014-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 Menone49d519c2014-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 Quadros257d5d9a2015-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";
Jean-Jacques Hiblot87cb1292017-01-09 13:22:15 +01001397 ports-implemented = <0x1>;
Balaji T K7be80562014-05-07 14:58:58 +03001398 };
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001399
Nishanth Menon00edd312015-04-08 18:56:27 -05001400 rtc: rtc@48838000 {
Lokesh Vutlabc078312014-11-19 17:53:08 +05301401 compatible = "ti,am3352-rtc";
1402 reg = <0x48838000 0x100>;
1403 interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
1404 <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
1405 ti,hwmods = "rtcss";
1406 clocks = <&sys_32k_ck>;
1407 };
1408
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001409 /* OCP2SCP1 */
1410 ocp2scp@4a080000 {
1411 compatible = "ti,omap-ocp2scp";
1412 #address-cells = <1>;
1413 #size-cells = <1>;
1414 ranges;
1415 reg = <0x4a080000 0x20>;
1416 ti,hwmods = "ocp2scp1";
1417
1418 usb2_phy1: phy@4a084000 {
Sekhar Nori291f1af2016-08-23 11:57:41 +03001419 compatible = "ti,dra7x-usb2", "ti,omap-usb2";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001420 reg = <0x4a084000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301421 syscon-phy-power = <&scm_conf 0x300>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001422 clocks = <&usb_phy1_always_on_clk32k>,
1423 <&usb_otg_ss1_refclk960m>;
1424 clock-names = "wkupclk",
1425 "refclk";
1426 #phy-cells = <0>;
1427 };
1428
1429 usb2_phy2: phy@4a085000 {
Kishon Vijay Abraham I4b4f52e2015-12-21 14:43:20 +05301430 compatible = "ti,dra7x-usb2-phy2",
1431 "ti,omap-usb2";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001432 reg = <0x4a085000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301433 syscon-phy-power = <&scm_conf 0xe74>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001434 clocks = <&usb_phy2_always_on_clk32k>,
1435 <&usb_otg_ss2_refclk960m>;
1436 clock-names = "wkupclk",
1437 "refclk";
1438 #phy-cells = <0>;
1439 };
1440
1441 usb3_phy1: phy@4a084400 {
1442 compatible = "ti,omap-usb3";
1443 reg = <0x4a084400 0x80>,
1444 <0x4a084800 0x64>,
1445 <0x4a084c00 0x40>;
1446 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301447 syscon-phy-power = <&scm_conf 0x370>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001448 clocks = <&usb_phy3_always_on_clk32k>,
1449 <&sys_clkin1>,
1450 <&usb_otg_ss1_refclk960m>;
1451 clock-names = "wkupclk",
1452 "sysclk",
1453 "refclk";
1454 #phy-cells = <0>;
1455 };
1456 };
1457
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001458 omap_dwc3_1: omap_dwc3_1@48880000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001459 compatible = "ti,dwc3";
1460 ti,hwmods = "usb_otg_ss1";
1461 reg = <0x48880000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301462 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001463 #address-cells = <1>;
1464 #size-cells = <1>;
1465 utmi-mode = <2>;
1466 ranges;
1467 usb1: usb@48890000 {
1468 compatible = "snps,dwc3";
1469 reg = <0x48890000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001470 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1471 <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1472 <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
1473 interrupt-names = "peripheral",
1474 "host",
1475 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001476 phys = <&usb2_phy1>, <&usb3_phy1>;
1477 phy-names = "usb2-phy", "usb3-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001478 maximum-speed = "super-speed";
1479 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001480 snps,dis_u3_susphy_quirk;
1481 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001482 };
1483 };
1484
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001485 omap_dwc3_2: omap_dwc3_2@488c0000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001486 compatible = "ti,dwc3";
1487 ti,hwmods = "usb_otg_ss2";
1488 reg = <0x488c0000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301489 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001490 #address-cells = <1>;
1491 #size-cells = <1>;
1492 utmi-mode = <2>;
1493 ranges;
1494 usb2: usb@488d0000 {
1495 compatible = "snps,dwc3";
1496 reg = <0x488d0000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001497 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1498 <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1499 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
1500 interrupt-names = "peripheral",
1501 "host",
1502 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001503 phys = <&usb2_phy2>;
1504 phy-names = "usb2-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001505 maximum-speed = "high-speed";
1506 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001507 snps,dis_u3_susphy_quirk;
1508 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001509 };
1510 };
1511
1512 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001513 omap_dwc3_3: omap_dwc3_3@48900000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001514 compatible = "ti,dwc3";
1515 ti,hwmods = "usb_otg_ss3";
1516 reg = <0x48900000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301517 interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001518 #address-cells = <1>;
1519 #size-cells = <1>;
1520 utmi-mode = <2>;
1521 ranges;
1522 status = "disabled";
1523 usb3: usb@48910000 {
1524 compatible = "snps,dwc3";
1525 reg = <0x48910000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001526 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1527 <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1528 <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
1529 interrupt-names = "peripheral",
1530 "host",
1531 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001532 maximum-speed = "high-speed";
1533 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001534 snps,dis_u3_susphy_quirk;
1535 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001536 };
1537 };
1538
Minal Shahff66a3c2014-05-19 14:45:47 +05301539 elm: elm@48078000 {
1540 compatible = "ti,am3352-elm";
1541 reg = <0x48078000 0xfc0>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301542 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301543 ti,hwmods = "elm";
1544 status = "disabled";
1545 };
1546
1547 gpmc: gpmc@50000000 {
1548 compatible = "ti,am3352-gpmc";
1549 ti,hwmods = "gpmc";
1550 reg = <0x50000000 0x37c>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301551 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Franklin S Cooper Jr10ce2402016-05-04 12:43:55 -05001552 dmas = <&edma_xbar 4 0>;
1553 dma-names = "rxtx";
Minal Shahff66a3c2014-05-19 14:45:47 +05301554 gpmc,num-cs = <8>;
1555 gpmc,num-waitpins = <2>;
1556 #address-cells = <2>;
1557 #size-cells = <1>;
Roger Quadros488f270d2016-02-23 18:37:17 +02001558 interrupt-controller;
1559 #interrupt-cells = <2>;
Roger Quadros845b1a22016-04-07 13:25:31 +03001560 gpio-controller;
1561 #gpio-cells = <2>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301562 status = "disabled";
1563 };
Peter Ujfalusi2ca09452014-05-07 13:20:48 +03001564
1565 atl: atl@4843c000 {
1566 compatible = "ti,dra7-atl";
1567 reg = <0x4843c000 0x3ff>;
1568 ti,hwmods = "atl";
1569 ti,provided-clocks = <&atl_clkin0_ck>, <&atl_clkin1_ck>,
1570 <&atl_clkin2_ck>, <&atl_clkin3_ck>;
1571 clocks = <&atl_gfclk_mux>;
1572 clock-names = "fck";
1573 status = "disabled";
1574 };
Olof Johansson412a9bb2014-07-18 22:16:15 -07001575
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001576 mcasp1: mcasp@48460000 {
1577 compatible = "ti,dra7-mcasp-audio";
1578 ti,hwmods = "mcasp1";
1579 reg = <0x48460000 0x2000>,
1580 <0x45800000 0x1000>;
1581 reg-names = "mpu","dat";
1582 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
1583 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
1584 interrupt-names = "tx", "rx";
1585 dmas = <&edma_xbar 129 1>, <&edma_xbar 128 1>;
1586 dma-names = "tx", "rx";
1587 clocks = <&mcasp1_aux_gfclk_mux>, <&mcasp1_ahclkx_mux>,
1588 <&mcasp1_ahclkr_mux>;
1589 clock-names = "fck", "ahclkx", "ahclkr";
1590 status = "disabled";
1591 };
1592
1593 mcasp2: mcasp@48464000 {
1594 compatible = "ti,dra7-mcasp-audio";
1595 ti,hwmods = "mcasp2";
1596 reg = <0x48464000 0x2000>,
1597 <0x45c00000 0x1000>;
1598 reg-names = "mpu","dat";
1599 interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>,
1600 <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
1601 interrupt-names = "tx", "rx";
1602 dmas = <&edma_xbar 131 1>, <&edma_xbar 130 1>;
1603 dma-names = "tx", "rx";
1604 clocks = <&mcasp2_aux_gfclk_mux>, <&mcasp2_ahclkx_mux>,
1605 <&mcasp2_ahclkr_mux>;
1606 clock-names = "fck", "ahclkx", "ahclkr";
1607 status = "disabled";
1608 };
1609
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001610 mcasp3: mcasp@48468000 {
1611 compatible = "ti,dra7-mcasp-audio";
1612 ti,hwmods = "mcasp3";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001613 reg = <0x48468000 0x2000>,
1614 <0x46000000 0x1000>;
1615 reg-names = "mpu","dat";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001616 interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>,
1617 <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
1618 interrupt-names = "tx", "rx";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001619 dmas = <&edma_xbar 133 1>, <&edma_xbar 132 1>;
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001620 dma-names = "tx", "rx";
Peter Ujfalusibf05c2c2015-11-12 09:32:57 +02001621 clocks = <&mcasp3_aux_gfclk_mux>, <&mcasp3_ahclkx_mux>;
1622 clock-names = "fck", "ahclkx";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001623 status = "disabled";
1624 };
1625
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001626 mcasp4: mcasp@4846c000 {
1627 compatible = "ti,dra7-mcasp-audio";
1628 ti,hwmods = "mcasp4";
1629 reg = <0x4846c000 0x2000>,
1630 <0x48436000 0x1000>;
1631 reg-names = "mpu","dat";
1632 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
1633 <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
1634 interrupt-names = "tx", "rx";
1635 dmas = <&edma_xbar 135 1>, <&edma_xbar 134 1>;
1636 dma-names = "tx", "rx";
1637 clocks = <&mcasp4_aux_gfclk_mux>, <&mcasp4_ahclkx_mux>;
1638 clock-names = "fck", "ahclkx";
1639 status = "disabled";
1640 };
1641
1642 mcasp5: mcasp@48470000 {
1643 compatible = "ti,dra7-mcasp-audio";
1644 ti,hwmods = "mcasp5";
1645 reg = <0x48470000 0x2000>,
1646 <0x4843a000 0x1000>;
1647 reg-names = "mpu","dat";
1648 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
1649 <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
1650 interrupt-names = "tx", "rx";
1651 dmas = <&edma_xbar 137 1>, <&edma_xbar 136 1>;
1652 dma-names = "tx", "rx";
1653 clocks = <&mcasp5_aux_gfclk_mux>, <&mcasp5_ahclkx_mux>;
1654 clock-names = "fck", "ahclkx";
1655 status = "disabled";
1656 };
1657
1658 mcasp6: mcasp@48474000 {
1659 compatible = "ti,dra7-mcasp-audio";
1660 ti,hwmods = "mcasp6";
1661 reg = <0x48474000 0x2000>,
1662 <0x4844c000 0x1000>;
1663 reg-names = "mpu","dat";
1664 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
1665 <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
1666 interrupt-names = "tx", "rx";
1667 dmas = <&edma_xbar 139 1>, <&edma_xbar 138 1>;
1668 dma-names = "tx", "rx";
1669 clocks = <&mcasp6_aux_gfclk_mux>, <&mcasp6_ahclkx_mux>;
1670 clock-names = "fck", "ahclkx";
1671 status = "disabled";
1672 };
1673
1674 mcasp7: mcasp@48478000 {
1675 compatible = "ti,dra7-mcasp-audio";
1676 ti,hwmods = "mcasp7";
1677 reg = <0x48478000 0x2000>,
1678 <0x48450000 0x1000>;
1679 reg-names = "mpu","dat";
1680 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>,
1681 <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
1682 interrupt-names = "tx", "rx";
1683 dmas = <&edma_xbar 141 1>, <&edma_xbar 140 1>;
1684 dma-names = "tx", "rx";
1685 clocks = <&mcasp7_aux_gfclk_mux>, <&mcasp7_ahclkx_mux>;
1686 clock-names = "fck", "ahclkx";
1687 status = "disabled";
1688 };
1689
1690 mcasp8: mcasp@4847c000 {
1691 compatible = "ti,dra7-mcasp-audio";
1692 ti,hwmods = "mcasp8";
1693 reg = <0x4847c000 0x2000>,
1694 <0x48454000 0x1000>;
1695 reg-names = "mpu","dat";
1696 interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>,
1697 <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>;
1698 interrupt-names = "tx", "rx";
1699 dmas = <&edma_xbar 143 1>, <&edma_xbar 142 1>;
1700 dma-names = "tx", "rx";
1701 clocks = <&mcasp8_aux_gfclk_mux>, <&mcasp8_ahclkx_mux>;
1702 clock-names = "fck", "ahclkx";
1703 status = "disabled";
1704 };
1705
Marc Zyngier783d3182015-03-11 15:43:44 +00001706 crossbar_mpu: crossbar@4a002a48 {
R Sricharana46631c2014-06-26 12:55:31 +05301707 compatible = "ti,irq-crossbar";
1708 reg = <0x4a002a48 0x130>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001709 interrupt-controller;
Marc Zyngier7136d452015-03-11 15:43:49 +00001710 interrupt-parent = <&wakeupgen>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001711 #interrupt-cells = <3>;
R Sricharana46631c2014-06-26 12:55:31 +05301712 ti,max-irqs = <160>;
1713 ti,max-crossbar-sources = <MAX_SOURCES>;
1714 ti,reg-size = <2>;
1715 ti,irqs-reserved = <0 1 2 3 5 6 131 132>;
1716 ti,irqs-skip = <10 133 139 140>;
1717 ti,irqs-safe-map = <0>;
1718 };
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301719
Vishal Mahaveerc263a5b2015-08-25 13:57:49 -05001720 mac: ethernet@48484000 {
Mugunthan V Ne2095312015-08-12 15:22:54 +05301721 compatible = "ti,dra7-cpsw","ti,cpsw";
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301722 ti,hwmods = "gmac";
Grygorii Strashkoc0973382016-08-30 17:58:01 +03001723 clocks = <&gmac_main_clk>, <&gmac_rft_clk_mux>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301724 clock-names = "fck", "cpts";
1725 cpdma_channels = <8>;
1726 ale_entries = <1024>;
1727 bd_ram_size = <0x2000>;
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 */
Keerthyfb51ae02017-03-09 13:35:56 +05302001 coefficients = <0 2000>;
2002};
2003
2004&gpu_thermal {
2005 coefficients = <0 2000>;
2006};
2007
2008&core_thermal {
2009 coefficients = <0 2000>;
2010};
2011
2012&dspeve_thermal {
2013 coefficients = <0 2000>;
2014};
2015
2016&iva_thermal {
2017 coefficients = <0 2000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05302018};
Tero Kristoee6c7502013-07-18 17:18:33 +03002019
2020/include/ "dra7xx-clocks.dtsi"