blob: 4847ef9780cce2ad96688cdae3e415b23c751b4f [file] [log] [blame]
R Sricharan6e58b8f2013-08-14 19:08:20 +05301/*
2 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 * Based on "omap4.dtsi"
8 */
9
10#include <dt-bindings/interrupt-controller/arm-gic.h>
11#include <dt-bindings/pinctrl/dra.h>
12
13#include "skeleton.dtsi"
14
R Sricharana46631c2014-06-26 12:55:31 +053015#define MAX_SOURCES 400
R Sricharana46631c2014-06-26 12:55:31 +053016
R Sricharan6e58b8f2013-08-14 19:08:20 +053017/ {
Lokesh Vutladae320e2016-02-24 15:41:04 +053018 #address-cells = <2>;
19 #size-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053020
21 compatible = "ti,dra7xx";
Marc Zyngier783d3182015-03-11 15:43:44 +000022 interrupt-parent = <&crossbar_mpu>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053023
24 aliases {
Nishanth Menon20b80942013-10-16 15:21:03 -050025 i2c0 = &i2c1;
26 i2c1 = &i2c2;
27 i2c2 = &i2c3;
28 i2c3 = &i2c4;
29 i2c4 = &i2c5;
R Sricharan6e58b8f2013-08-14 19:08:20 +053030 serial0 = &uart1;
31 serial1 = &uart2;
32 serial2 = &uart3;
33 serial3 = &uart4;
34 serial4 = &uart5;
35 serial5 = &uart6;
Nishanth Menon065bd7f2014-10-21 11:18:15 -050036 serial6 = &uart7;
37 serial7 = &uart8;
38 serial8 = &uart9;
39 serial9 = &uart10;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +053040 ethernet0 = &cpsw_emac0;
41 ethernet1 = &cpsw_emac1;
Roger Quadros9ec49b92014-08-15 16:08:36 +030042 d_can0 = &dcan1;
43 d_can1 = &dcan2;
Mugunthan V N480b2b32015-11-19 12:31:01 +053044 spi0 = &qspi;
R Sricharan6e58b8f2013-08-14 19:08:20 +053045 };
46
R Sricharan6e58b8f2013-08-14 19:08:20 +053047 timer {
48 compatible = "arm,armv7-timer";
49 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
50 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
51 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
52 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
Marc Zyngier783d3182015-03-11 15:43:44 +000053 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053054 };
55
56 gic: interrupt-controller@48211000 {
57 compatible = "arm,cortex-a15-gic";
58 interrupt-controller;
59 #interrupt-cells = <3>;
Lokesh Vutladae320e2016-02-24 15:41:04 +053060 reg = <0x0 0x48211000 0x0 0x1000>,
61 <0x0 0x48212000 0x0 0x1000>,
62 <0x0 0x48214000 0x0 0x2000>,
63 <0x0 0x48216000 0x0 0x2000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053064 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
Marc Zyngier783d3182015-03-11 15:43:44 +000065 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053066 };
67
Marc Zyngier7136d452015-03-11 15:43:49 +000068 wakeupgen: interrupt-controller@48281000 {
69 compatible = "ti,omap5-wugen-mpu", "ti,omap4-wugen-mpu";
70 interrupt-controller;
71 #interrupt-cells = <3>;
Lokesh Vutladae320e2016-02-24 15:41:04 +053072 reg = <0x0 0x48281000 0x0 0x1000>;
Marc Zyngier7136d452015-03-11 15:43:49 +000073 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053074 };
75
76 /*
Geert Uytterhoeven5c5be9d2014-03-28 11:11:37 +010077 * The soc node represents the soc top level view. It is used for IPs
R Sricharan6e58b8f2013-08-14 19:08:20 +053078 * that are not memory mapped in the MPU view or for the MPU itself.
79 */
80 soc {
81 compatible = "ti,omap-infra";
82 mpu {
83 compatible = "ti,omap5-mpu";
84 ti,hwmods = "mpu";
85 };
86 };
87
88 /*
89 * XXX: Use a flat representation of the SOC interconnect.
90 * The real OMAP interconnect network is quite complex.
Geert Uytterhoevenb7ab5242014-03-28 11:11:39 +010091 * Since it will not bring real advantage to represent that in DT for
R Sricharan6e58b8f2013-08-14 19:08:20 +053092 * the moment, just use a fake OCP bus entry to represent the whole bus
93 * hierarchy.
94 */
95 ocp {
Rajendra Nayakfba387a2014-04-10 11:34:32 -050096 compatible = "ti,dra7-l3-noc", "simple-bus";
R Sricharan6e58b8f2013-08-14 19:08:20 +053097 #address-cells = <1>;
98 #size-cells = <1>;
Lokesh Vutladae320e2016-02-24 15:41:04 +053099 ranges = <0x0 0x0 0x0 0xc0000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530100 ti,hwmods = "l3_main_1", "l3_main_2";
Lokesh Vutladae320e2016-02-24 15:41:04 +0530101 reg = <0x0 0x44000000 0x0 0x1000000>,
102 <0x0 0x45000000 0x0 0x1000>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000103 interrupts-extended = <&crossbar_mpu GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
Marc Zyngier7136d452015-03-11 15:43:49 +0000104 <&wakeupgen GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530105
Tero Kristod9195012015-02-12 11:37:13 +0200106 l4_cfg: l4@4a000000 {
107 compatible = "ti,dra7-l4-cfg", "simple-bus";
108 #address-cells = <1>;
109 #size-cells = <1>;
110 ranges = <0 0x4a000000 0x22c000>;
Tero Kristoee6c7502013-07-18 17:18:33 +0300111
Tero Kristod9195012015-02-12 11:37:13 +0200112 scm: scm@2000 {
113 compatible = "ti,dra7-scm-core", "simple-bus";
114 reg = <0x2000 0x2000>;
Tero Kristoee6c7502013-07-18 17:18:33 +0300115 #address-cells = <1>;
Tero Kristod9195012015-02-12 11:37:13 +0200116 #size-cells = <1>;
117 ranges = <0 0x2000 0x2000>;
118
119 scm_conf: scm_conf@0 {
Kishon Vijay Abraham Icd455672015-07-27 17:46:41 +0530120 compatible = "syscon", "simple-bus";
Tero Kristod9195012015-02-12 11:37:13 +0200121 reg = <0x0 0x1400>;
122 #address-cells = <1>;
123 #size-cells = <1>;
Kishon Vijay Abraham I9a5e3f22015-09-04 17:38:24 +0530124 ranges = <0 0x0 0x1400>;
Tero Kristod9195012015-02-12 11:37:13 +0200125
Javier Martinez Canillas308cfda2016-04-01 16:20:18 -0400126 pbias_regulator: pbias_regulator@e00 {
Kishon Vijay Abraham I737f1462015-09-04 17:30:25 +0530127 compatible = "ti,pbias-dra7", "ti,pbias-omap";
Tero Kristod9195012015-02-12 11:37:13 +0200128 reg = <0xe00 0x4>;
129 syscon = <&scm_conf>;
130 pbias_mmc_reg: pbias_mmc_omap5 {
131 regulator-name = "pbias_mmc_omap5";
132 regulator-min-microvolt = <1800000>;
133 regulator-max-microvolt = <3000000>;
134 };
135 };
Tomi Valkeinen2d5a3c82015-02-23 12:53:56 +0200136
137 scm_conf_clocks: clocks {
138 #address-cells = <1>;
139 #size-cells = <0>;
140 };
Tero Kristod9195012015-02-12 11:37:13 +0200141 };
142
143 dra7_pmx_core: pinmux@1400 {
144 compatible = "ti,dra7-padconf",
145 "pinctrl-single";
Roger Quadros1c5cb6f2015-07-27 13:27:29 +0300146 reg = <0x1400 0x0468>;
Tero Kristod9195012015-02-12 11:37:13 +0200147 #address-cells = <1>;
148 #size-cells = <0>;
149 #interrupt-cells = <1>;
150 interrupt-controller;
151 pinctrl-single,register-width = <32>;
152 pinctrl-single,function-mask = <0x3fffffff>;
153 };
Roger Quadros33cb3a12015-08-04 12:10:14 +0300154
155 scm_conf1: scm_conf@1c04 {
156 compatible = "syscon";
157 reg = <0x1c04 0x0020>;
158 };
Kishon Vijay Abraham I43acf162015-12-21 14:43:18 +0530159
160 scm_conf_pcie: scm_conf@1c24 {
161 compatible = "syscon";
162 reg = <0x1c24 0x0024>;
163 };
Peter Ujfalusi3d2a58b2016-03-07 17:17:28 +0200164
165 sdma_xbar: dma-router@b78 {
166 compatible = "ti,dra7-dma-crossbar";
167 reg = <0xb78 0xfc>;
168 #dma-cells = <1>;
169 dma-requests = <205>;
170 ti,dma-safe-map = <0>;
171 dma-masters = <&sdma>;
172 };
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200173
174 edma_xbar: dma-router@c78 {
175 compatible = "ti,dra7-dma-crossbar";
176 reg = <0xc78 0x7c>;
177 #dma-cells = <2>;
178 dma-requests = <204>;
179 ti,dma-safe-map = <0>;
180 dma-masters = <&edma>;
181 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300182 };
183
Tero Kristod9195012015-02-12 11:37:13 +0200184 cm_core_aon: cm_core_aon@5000 {
185 compatible = "ti,dra7-cm-core-aon";
186 reg = <0x5000 0x2000>;
187
188 cm_core_aon_clocks: clocks {
189 #address-cells = <1>;
190 #size-cells = <0>;
191 };
192
193 cm_core_aon_clockdomains: clockdomains {
194 };
195 };
196
197 cm_core: cm_core@8000 {
198 compatible = "ti,dra7-cm-core";
199 reg = <0x8000 0x3000>;
200
201 cm_core_clocks: clocks {
202 #address-cells = <1>;
203 #size-cells = <0>;
204 };
205
206 cm_core_clockdomains: clockdomains {
207 };
208 };
209 };
210
211 l4_wkup: l4@4ae00000 {
212 compatible = "ti,dra7-l4-wkup", "simple-bus";
213 #address-cells = <1>;
214 #size-cells = <1>;
215 ranges = <0 0x4ae00000 0x3f000>;
216
217 counter32k: counter@4000 {
218 compatible = "ti,omap-counter32k";
219 reg = <0x4000 0x40>;
220 ti,hwmods = "counter_32k";
221 };
222
223 prm: prm@6000 {
224 compatible = "ti,dra7-prm";
225 reg = <0x6000 0x3000>;
226 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
227
228 prm_clocks: clocks {
229 #address-cells = <1>;
230 #size-cells = <0>;
231 };
232
233 prm_clockdomains: clockdomains {
234 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300235 };
236 };
237
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530238 axi@0 {
239 compatible = "simple-bus";
240 #size-cells = <1>;
241 #address-cells = <1>;
242 ranges = <0x51000000 0x51000000 0x3000
243 0x0 0x20000000 0x10000000>;
Kishon Vijay Abraham I73c8f0c2015-07-28 19:09:10 +0530244 pcie1: pcie@51000000 {
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530245 compatible = "ti,dra7-pcie";
246 reg = <0x51000000 0x2000>, <0x51002000 0x14c>, <0x1000 0x2000>;
247 reg-names = "rc_dbics", "ti_conf", "config";
248 interrupts = <0 232 0x4>, <0 233 0x4>;
249 #address-cells = <3>;
250 #size-cells = <2>;
251 device_type = "pci";
252 ranges = <0x81000000 0 0 0x03000 0 0x00010000
253 0x82000000 0 0x20013000 0x13000 0 0xffed000>;
254 #interrupt-cells = <1>;
255 num-lanes = <1>;
256 ti,hwmods = "pcie1";
257 phys = <&pcie1_phy>;
258 phy-names = "pcie-phy0";
259 interrupt-map-mask = <0 0 0 7>;
260 interrupt-map = <0 0 0 1 &pcie1_intc 1>,
261 <0 0 0 2 &pcie1_intc 2>,
262 <0 0 0 3 &pcie1_intc 3>,
263 <0 0 0 4 &pcie1_intc 4>;
264 pcie1_intc: interrupt-controller {
265 interrupt-controller;
266 #address-cells = <0>;
267 #interrupt-cells = <1>;
268 };
269 };
270 };
271
272 axi@1 {
273 compatible = "simple-bus";
274 #size-cells = <1>;
275 #address-cells = <1>;
276 ranges = <0x51800000 0x51800000 0x3000
277 0x0 0x30000000 0x10000000>;
278 status = "disabled";
279 pcie@51000000 {
280 compatible = "ti,dra7-pcie";
281 reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>;
282 reg-names = "rc_dbics", "ti_conf", "config";
283 interrupts = <0 355 0x4>, <0 356 0x4>;
284 #address-cells = <3>;
285 #size-cells = <2>;
286 device_type = "pci";
287 ranges = <0x81000000 0 0 0x03000 0 0x00010000
288 0x82000000 0 0x30013000 0x13000 0 0xffed000>;
289 #interrupt-cells = <1>;
290 num-lanes = <1>;
291 ti,hwmods = "pcie2";
292 phys = <&pcie2_phy>;
293 phy-names = "pcie-phy0";
294 interrupt-map-mask = <0 0 0 7>;
295 interrupt-map = <0 0 0 1 &pcie2_intc 1>,
296 <0 0 0 2 &pcie2_intc 2>,
297 <0 0 0 3 &pcie2_intc 3>,
298 <0 0 0 4 &pcie2_intc 4>;
299 pcie2_intc: interrupt-controller {
300 interrupt-controller;
301 #address-cells = <0>;
302 #interrupt-cells = <1>;
303 };
304 };
305 };
306
Dave Gerlacha5fa09b2016-05-10 14:49:41 -0500307 ocmcram1: ocmcram@40300000 {
308 compatible = "mmio-sram";
309 reg = <0x40300000 0x80000>;
310 ranges = <0x0 0x40300000 0x80000>;
311 #address-cells = <1>;
312 #size-cells = <1>;
313 };
314
315 /*
316 * NOTE: ocmcram2 and ocmcram3 are not available on all
317 * DRA7xx and AM57xx variants. Confirm availability in
318 * the data manual for the exact part number in use
319 * before enabling these nodes in the board dts file.
320 */
321 ocmcram2: ocmcram@40400000 {
322 status = "disabled";
323 compatible = "mmio-sram";
324 reg = <0x40400000 0x100000>;
325 ranges = <0x0 0x40400000 0x100000>;
326 #address-cells = <1>;
327 #size-cells = <1>;
328 };
329
330 ocmcram3: ocmcram@40500000 {
331 status = "disabled";
332 compatible = "mmio-sram";
333 reg = <0x40500000 0x100000>;
334 ranges = <0x0 0x40500000 0x100000>;
335 #address-cells = <1>;
336 #size-cells = <1>;
337 };
338
Keerthyf7397ed2015-03-23 14:39:38 -0500339 bandgap: bandgap@4a0021e0 {
340 reg = <0x4a0021e0 0xc
341 0x4a00232c 0xc
342 0x4a002380 0x2c
343 0x4a0023C0 0x3c
344 0x4a002564 0x8
345 0x4a002574 0x50>;
346 compatible = "ti,dra752-bandgap";
347 interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
348 #thermal-sensor-cells = <1>;
349 };
350
Suman Anna99639ac2015-10-02 18:23:22 -0500351 dsp1_system: dsp_system@40d00000 {
352 compatible = "syscon";
353 reg = <0x40d00000 0x100>;
354 };
355
R Sricharan6e58b8f2013-08-14 19:08:20 +0530356 sdma: dma-controller@4a056000 {
357 compatible = "ti,omap4430-sdma";
358 reg = <0x4a056000 0x1000>;
R Sricharana46631c2014-06-26 12:55:31 +0530359 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
360 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
361 <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
362 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530363 #dma-cells = <1>;
Peter Ujfalusi08d9b322015-02-20 15:42:06 +0200364 dma-channels = <32>;
365 dma-requests = <127>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530366 };
367
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200368 edma: edma@43300000 {
369 compatible = "ti,edma3-tpcc";
370 ti,hwmods = "tpcc";
371 reg = <0x43300000 0x100000>;
372 reg-names = "edma3_cc";
373 interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>,
374 <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>,
375 <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
376 interrupt-names = "edma3_ccint", "emda3_mperr",
377 "edma3_ccerrint";
378 dma-requests = <64>;
379 #dma-cells = <2>;
380
381 ti,tptcs = <&edma_tptc0 7>, <&edma_tptc1 0>;
382
383 /*
384 * memcpy is disabled, can be enabled with:
385 * ti,edma-memcpy-channels = <20 21>;
386 * for example. Note that these channels need to be
387 * masked in the xbar as well.
388 */
389 };
390
391 edma_tptc0: tptc@43400000 {
392 compatible = "ti,edma3-tptc";
393 ti,hwmods = "tptc0";
394 reg = <0x43400000 0x100000>;
395 interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>;
396 interrupt-names = "edma3_tcerrint";
397 };
398
399 edma_tptc1: tptc@43500000 {
400 compatible = "ti,edma3-tptc";
401 ti,hwmods = "tptc1";
402 reg = <0x43500000 0x100000>;
403 interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>;
404 interrupt-names = "edma3_tcerrint";
405 };
406
R Sricharan6e58b8f2013-08-14 19:08:20 +0530407 gpio1: gpio@4ae10000 {
408 compatible = "ti,omap4-gpio";
409 reg = <0x4ae10000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530410 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530411 ti,hwmods = "gpio1";
412 gpio-controller;
413 #gpio-cells = <2>;
414 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700415 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530416 };
417
418 gpio2: gpio@48055000 {
419 compatible = "ti,omap4-gpio";
420 reg = <0x48055000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530421 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530422 ti,hwmods = "gpio2";
423 gpio-controller;
424 #gpio-cells = <2>;
425 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700426 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530427 };
428
429 gpio3: gpio@48057000 {
430 compatible = "ti,omap4-gpio";
431 reg = <0x48057000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530432 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530433 ti,hwmods = "gpio3";
434 gpio-controller;
435 #gpio-cells = <2>;
436 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700437 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530438 };
439
440 gpio4: gpio@48059000 {
441 compatible = "ti,omap4-gpio";
442 reg = <0x48059000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530443 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530444 ti,hwmods = "gpio4";
445 gpio-controller;
446 #gpio-cells = <2>;
447 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700448 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530449 };
450
451 gpio5: gpio@4805b000 {
452 compatible = "ti,omap4-gpio";
453 reg = <0x4805b000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530454 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530455 ti,hwmods = "gpio5";
456 gpio-controller;
457 #gpio-cells = <2>;
458 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700459 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530460 };
461
462 gpio6: gpio@4805d000 {
463 compatible = "ti,omap4-gpio";
464 reg = <0x4805d000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530465 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530466 ti,hwmods = "gpio6";
467 gpio-controller;
468 #gpio-cells = <2>;
469 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700470 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530471 };
472
473 gpio7: gpio@48051000 {
474 compatible = "ti,omap4-gpio";
475 reg = <0x48051000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530476 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530477 ti,hwmods = "gpio7";
478 gpio-controller;
479 #gpio-cells = <2>;
480 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700481 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530482 };
483
484 gpio8: gpio@48053000 {
485 compatible = "ti,omap4-gpio";
486 reg = <0x48053000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530487 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530488 ti,hwmods = "gpio8";
489 gpio-controller;
490 #gpio-cells = <2>;
491 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700492 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530493 };
494
495 uart1: serial@4806a000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530496 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530497 reg = <0x4806a000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000498 interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530499 ti,hwmods = "uart1";
500 clock-frequency = <48000000>;
501 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300502 dmas = <&sdma_xbar 49>, <&sdma_xbar 50>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200503 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530504 };
505
506 uart2: serial@4806c000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530507 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530508 reg = <0x4806c000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000509 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530510 ti,hwmods = "uart2";
511 clock-frequency = <48000000>;
512 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300513 dmas = <&sdma_xbar 51>, <&sdma_xbar 52>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200514 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530515 };
516
517 uart3: serial@48020000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530518 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530519 reg = <0x48020000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000520 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530521 ti,hwmods = "uart3";
522 clock-frequency = <48000000>;
523 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300524 dmas = <&sdma_xbar 53>, <&sdma_xbar 54>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200525 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530526 };
527
528 uart4: serial@4806e000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530529 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530530 reg = <0x4806e000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000531 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530532 ti,hwmods = "uart4";
533 clock-frequency = <48000000>;
534 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300535 dmas = <&sdma_xbar 55>, <&sdma_xbar 56>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200536 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530537 };
538
539 uart5: serial@48066000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530540 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530541 reg = <0x48066000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000542 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530543 ti,hwmods = "uart5";
544 clock-frequency = <48000000>;
545 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300546 dmas = <&sdma_xbar 63>, <&sdma_xbar 64>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200547 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530548 };
549
550 uart6: serial@48068000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530551 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530552 reg = <0x48068000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000553 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530554 ti,hwmods = "uart6";
555 clock-frequency = <48000000>;
556 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300557 dmas = <&sdma_xbar 79>, <&sdma_xbar 80>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200558 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530559 };
560
561 uart7: serial@48420000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530562 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530563 reg = <0x48420000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000564 interrupts = <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530565 ti,hwmods = "uart7";
566 clock-frequency = <48000000>;
567 status = "disabled";
568 };
569
570 uart8: serial@48422000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530571 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530572 reg = <0x48422000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000573 interrupts = <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530574 ti,hwmods = "uart8";
575 clock-frequency = <48000000>;
576 status = "disabled";
577 };
578
579 uart9: serial@48424000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530580 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530581 reg = <0x48424000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000582 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530583 ti,hwmods = "uart9";
584 clock-frequency = <48000000>;
585 status = "disabled";
586 };
587
588 uart10: serial@4ae2b000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530589 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530590 reg = <0x4ae2b000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000591 interrupts = <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530592 ti,hwmods = "uart10";
593 clock-frequency = <48000000>;
594 status = "disabled";
595 };
596
Suman Anna38baefb2014-07-11 16:44:38 -0500597 mailbox1: mailbox@4a0f4000 {
598 compatible = "ti,omap4-mailbox";
599 reg = <0x4a0f4000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600600 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
601 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
602 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500603 ti,hwmods = "mailbox1";
Suman Anna24df0452014-11-03 17:07:35 -0600604 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500605 ti,mbox-num-users = <3>;
606 ti,mbox-num-fifos = <8>;
607 status = "disabled";
608 };
609
610 mailbox2: mailbox@4883a000 {
611 compatible = "ti,omap4-mailbox";
612 reg = <0x4883a000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600613 interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>,
614 <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>,
615 <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>,
616 <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500617 ti,hwmods = "mailbox2";
Suman Anna24df0452014-11-03 17:07:35 -0600618 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500619 ti,mbox-num-users = <4>;
620 ti,mbox-num-fifos = <12>;
621 status = "disabled";
622 };
623
624 mailbox3: mailbox@4883c000 {
625 compatible = "ti,omap4-mailbox";
626 reg = <0x4883c000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600627 interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>,
628 <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>,
629 <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>,
630 <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500631 ti,hwmods = "mailbox3";
Suman Anna24df0452014-11-03 17:07:35 -0600632 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500633 ti,mbox-num-users = <4>;
634 ti,mbox-num-fifos = <12>;
635 status = "disabled";
636 };
637
638 mailbox4: mailbox@4883e000 {
639 compatible = "ti,omap4-mailbox";
640 reg = <0x4883e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600641 interrupts = <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
642 <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>,
643 <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>,
644 <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500645 ti,hwmods = "mailbox4";
Suman Anna24df0452014-11-03 17:07:35 -0600646 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500647 ti,mbox-num-users = <4>;
648 ti,mbox-num-fifos = <12>;
649 status = "disabled";
650 };
651
652 mailbox5: mailbox@48840000 {
653 compatible = "ti,omap4-mailbox";
654 reg = <0x48840000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600655 interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>,
656 <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>,
657 <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>,
658 <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500659 ti,hwmods = "mailbox5";
Suman Anna24df0452014-11-03 17:07:35 -0600660 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500661 ti,mbox-num-users = <4>;
662 ti,mbox-num-fifos = <12>;
663 status = "disabled";
664 };
665
666 mailbox6: mailbox@48842000 {
667 compatible = "ti,omap4-mailbox";
668 reg = <0x48842000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600669 interrupts = <GIC_SPI 253 IRQ_TYPE_LEVEL_HIGH>,
670 <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>,
671 <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>,
672 <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500673 ti,hwmods = "mailbox6";
Suman Anna24df0452014-11-03 17:07:35 -0600674 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500675 ti,mbox-num-users = <4>;
676 ti,mbox-num-fifos = <12>;
677 status = "disabled";
678 };
679
680 mailbox7: mailbox@48844000 {
681 compatible = "ti,omap4-mailbox";
682 reg = <0x48844000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600683 interrupts = <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>,
684 <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>,
685 <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>,
686 <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500687 ti,hwmods = "mailbox7";
Suman Anna24df0452014-11-03 17:07:35 -0600688 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500689 ti,mbox-num-users = <4>;
690 ti,mbox-num-fifos = <12>;
691 status = "disabled";
692 };
693
694 mailbox8: mailbox@48846000 {
695 compatible = "ti,omap4-mailbox";
696 reg = <0x48846000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600697 interrupts = <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>,
698 <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>,
699 <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>,
700 <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500701 ti,hwmods = "mailbox8";
Suman Anna24df0452014-11-03 17:07:35 -0600702 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500703 ti,mbox-num-users = <4>;
704 ti,mbox-num-fifos = <12>;
705 status = "disabled";
706 };
707
708 mailbox9: mailbox@4885e000 {
709 compatible = "ti,omap4-mailbox";
710 reg = <0x4885e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600711 interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>,
712 <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>,
713 <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>,
714 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500715 ti,hwmods = "mailbox9";
Suman Anna24df0452014-11-03 17:07:35 -0600716 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500717 ti,mbox-num-users = <4>;
718 ti,mbox-num-fifos = <12>;
719 status = "disabled";
720 };
721
722 mailbox10: mailbox@48860000 {
723 compatible = "ti,omap4-mailbox";
724 reg = <0x48860000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600725 interrupts = <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>,
726 <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH>,
727 <GIC_SPI 271 IRQ_TYPE_LEVEL_HIGH>,
728 <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500729 ti,hwmods = "mailbox10";
Suman Anna24df0452014-11-03 17:07:35 -0600730 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500731 ti,mbox-num-users = <4>;
732 ti,mbox-num-fifos = <12>;
733 status = "disabled";
734 };
735
736 mailbox11: mailbox@48862000 {
737 compatible = "ti,omap4-mailbox";
738 reg = <0x48862000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600739 interrupts = <GIC_SPI 273 IRQ_TYPE_LEVEL_HIGH>,
740 <GIC_SPI 274 IRQ_TYPE_LEVEL_HIGH>,
741 <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>,
742 <GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500743 ti,hwmods = "mailbox11";
Suman Anna24df0452014-11-03 17:07:35 -0600744 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500745 ti,mbox-num-users = <4>;
746 ti,mbox-num-fifos = <12>;
747 status = "disabled";
748 };
749
750 mailbox12: mailbox@48864000 {
751 compatible = "ti,omap4-mailbox";
752 reg = <0x48864000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600753 interrupts = <GIC_SPI 277 IRQ_TYPE_LEVEL_HIGH>,
754 <GIC_SPI 278 IRQ_TYPE_LEVEL_HIGH>,
755 <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
756 <GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500757 ti,hwmods = "mailbox12";
Suman Anna24df0452014-11-03 17:07:35 -0600758 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500759 ti,mbox-num-users = <4>;
760 ti,mbox-num-fifos = <12>;
761 status = "disabled";
762 };
763
764 mailbox13: mailbox@48802000 {
765 compatible = "ti,omap4-mailbox";
766 reg = <0x48802000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600767 interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>,
768 <GIC_SPI 380 IRQ_TYPE_LEVEL_HIGH>,
769 <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>,
770 <GIC_SPI 382 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500771 ti,hwmods = "mailbox13";
Suman Anna24df0452014-11-03 17:07:35 -0600772 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500773 ti,mbox-num-users = <4>;
774 ti,mbox-num-fifos = <12>;
775 status = "disabled";
776 };
777
R Sricharan6e58b8f2013-08-14 19:08:20 +0530778 timer1: timer@4ae18000 {
779 compatible = "ti,omap5430-timer";
780 reg = <0x4ae18000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530781 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530782 ti,hwmods = "timer1";
783 ti,timer-alwon;
784 };
785
786 timer2: timer@48032000 {
787 compatible = "ti,omap5430-timer";
788 reg = <0x48032000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530789 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530790 ti,hwmods = "timer2";
791 };
792
793 timer3: timer@48034000 {
794 compatible = "ti,omap5430-timer";
795 reg = <0x48034000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530796 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530797 ti,hwmods = "timer3";
798 };
799
800 timer4: timer@48036000 {
801 compatible = "ti,omap5430-timer";
802 reg = <0x48036000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530803 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530804 ti,hwmods = "timer4";
805 };
806
807 timer5: timer@48820000 {
808 compatible = "ti,omap5430-timer";
809 reg = <0x48820000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530810 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530811 ti,hwmods = "timer5";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530812 };
813
814 timer6: timer@48822000 {
815 compatible = "ti,omap5430-timer";
816 reg = <0x48822000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530817 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530818 ti,hwmods = "timer6";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530819 };
820
821 timer7: timer@48824000 {
822 compatible = "ti,omap5430-timer";
823 reg = <0x48824000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530824 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530825 ti,hwmods = "timer7";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530826 };
827
828 timer8: timer@48826000 {
829 compatible = "ti,omap5430-timer";
830 reg = <0x48826000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530831 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530832 ti,hwmods = "timer8";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530833 };
834
835 timer9: timer@4803e000 {
836 compatible = "ti,omap5430-timer";
837 reg = <0x4803e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530838 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530839 ti,hwmods = "timer9";
840 };
841
842 timer10: timer@48086000 {
843 compatible = "ti,omap5430-timer";
844 reg = <0x48086000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530845 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530846 ti,hwmods = "timer10";
847 };
848
849 timer11: timer@48088000 {
850 compatible = "ti,omap5430-timer";
851 reg = <0x48088000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530852 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530853 ti,hwmods = "timer11";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530854 };
855
Suman Annad79852a2016-04-05 16:44:10 -0500856 timer12: timer@4ae20000 {
857 compatible = "ti,omap5430-timer";
858 reg = <0x4ae20000 0x80>;
859 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
860 ti,hwmods = "timer12";
861 ti,timer-alwon;
862 ti,timer-secure;
863 };
864
R Sricharan6e58b8f2013-08-14 19:08:20 +0530865 timer13: timer@48828000 {
866 compatible = "ti,omap5430-timer";
867 reg = <0x48828000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530868 interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530869 ti,hwmods = "timer13";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530870 };
871
872 timer14: timer@4882a000 {
873 compatible = "ti,omap5430-timer";
874 reg = <0x4882a000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530875 interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530876 ti,hwmods = "timer14";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530877 };
878
879 timer15: timer@4882c000 {
880 compatible = "ti,omap5430-timer";
881 reg = <0x4882c000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530882 interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530883 ti,hwmods = "timer15";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530884 };
885
886 timer16: timer@4882e000 {
887 compatible = "ti,omap5430-timer";
888 reg = <0x4882e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530889 interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530890 ti,hwmods = "timer16";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530891 };
892
893 wdt2: wdt@4ae14000 {
Lokesh Vutlabe668832014-11-12 10:54:15 +0530894 compatible = "ti,omap3-wdt";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530895 reg = <0x4ae14000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530896 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530897 ti,hwmods = "wd_timer2";
898 };
899
Suman Annadbd7c192014-01-13 18:26:46 -0600900 hwspinlock: spinlock@4a0f6000 {
901 compatible = "ti,omap4-hwspinlock";
902 reg = <0x4a0f6000 0x1000>;
903 ti,hwmods = "spinlock";
904 #hwlock-cells = <1>;
905 };
906
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530907 dmm@4e000000 {
908 compatible = "ti,omap5-dmm";
909 reg = <0x4e000000 0x800>;
R Sricharana46631c2014-06-26 12:55:31 +0530910 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530911 ti,hwmods = "dmm";
912 };
913
R Sricharan6e58b8f2013-08-14 19:08:20 +0530914 i2c1: i2c@48070000 {
915 compatible = "ti,omap4-i2c";
916 reg = <0x48070000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530917 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530918 #address-cells = <1>;
919 #size-cells = <0>;
920 ti,hwmods = "i2c1";
921 status = "disabled";
922 };
923
924 i2c2: i2c@48072000 {
925 compatible = "ti,omap4-i2c";
926 reg = <0x48072000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530927 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530928 #address-cells = <1>;
929 #size-cells = <0>;
930 ti,hwmods = "i2c2";
931 status = "disabled";
932 };
933
934 i2c3: i2c@48060000 {
935 compatible = "ti,omap4-i2c";
936 reg = <0x48060000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530937 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530938 #address-cells = <1>;
939 #size-cells = <0>;
940 ti,hwmods = "i2c3";
941 status = "disabled";
942 };
943
944 i2c4: i2c@4807a000 {
945 compatible = "ti,omap4-i2c";
946 reg = <0x4807a000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530947 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530948 #address-cells = <1>;
949 #size-cells = <0>;
950 ti,hwmods = "i2c4";
951 status = "disabled";
952 };
953
954 i2c5: i2c@4807c000 {
955 compatible = "ti,omap4-i2c";
956 reg = <0x4807c000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530957 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530958 #address-cells = <1>;
959 #size-cells = <0>;
960 ti,hwmods = "i2c5";
961 status = "disabled";
962 };
963
964 mmc1: mmc@4809c000 {
965 compatible = "ti,omap4-hsmmc";
966 reg = <0x4809c000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530967 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530968 ti,hwmods = "mmc1";
969 ti,dual-volt;
970 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300971 dmas = <&sdma_xbar 61>, <&sdma_xbar 62>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530972 dma-names = "tx", "rx";
973 status = "disabled";
Balaji T Kcd042fe2014-02-19 20:26:40 +0530974 pbias-supply = <&pbias_mmc_reg>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530975 };
976
977 mmc2: mmc@480b4000 {
978 compatible = "ti,omap4-hsmmc";
979 reg = <0x480b4000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530980 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530981 ti,hwmods = "mmc2";
982 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300983 dmas = <&sdma_xbar 47>, <&sdma_xbar 48>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530984 dma-names = "tx", "rx";
985 status = "disabled";
986 };
987
988 mmc3: mmc@480ad000 {
989 compatible = "ti,omap4-hsmmc";
990 reg = <0x480ad000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530991 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530992 ti,hwmods = "mmc3";
993 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300994 dmas = <&sdma_xbar 77>, <&sdma_xbar 78>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530995 dma-names = "tx", "rx";
996 status = "disabled";
997 };
998
999 mmc4: mmc@480d1000 {
1000 compatible = "ti,omap4-hsmmc";
1001 reg = <0x480d1000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301002 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301003 ti,hwmods = "mmc4";
1004 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001005 dmas = <&sdma_xbar 57>, <&sdma_xbar 58>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301006 dma-names = "tx", "rx";
1007 status = "disabled";
1008 };
1009
Suman Anna2c7e07c52015-10-02 18:23:24 -05001010 mmu0_dsp1: mmu@40d01000 {
1011 compatible = "ti,dra7-dsp-iommu";
1012 reg = <0x40d01000 0x100>;
1013 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
1014 ti,hwmods = "mmu0_dsp1";
1015 #iommu-cells = <0>;
1016 ti,syscon-mmuconfig = <&dsp1_system 0x0>;
1017 status = "disabled";
1018 };
1019
1020 mmu1_dsp1: mmu@40d02000 {
1021 compatible = "ti,dra7-dsp-iommu";
1022 reg = <0x40d02000 0x100>;
1023 interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
1024 ti,hwmods = "mmu1_dsp1";
1025 #iommu-cells = <0>;
1026 ti,syscon-mmuconfig = <&dsp1_system 0x1>;
1027 status = "disabled";
1028 };
1029
1030 mmu_ipu1: mmu@58882000 {
1031 compatible = "ti,dra7-iommu";
1032 reg = <0x58882000 0x100>;
1033 interrupts = <GIC_SPI 395 IRQ_TYPE_LEVEL_HIGH>;
1034 ti,hwmods = "mmu_ipu1";
1035 #iommu-cells = <0>;
1036 ti,iommu-bus-err-back;
1037 status = "disabled";
1038 };
1039
1040 mmu_ipu2: mmu@55082000 {
1041 compatible = "ti,dra7-iommu";
1042 reg = <0x55082000 0x100>;
1043 interrupts = <GIC_SPI 396 IRQ_TYPE_LEVEL_HIGH>;
1044 ti,hwmods = "mmu_ipu2";
1045 #iommu-cells = <0>;
1046 ti,iommu-bus-err-back;
1047 status = "disabled";
1048 };
1049
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301050 abb_mpu: regulator-abb-mpu {
1051 compatible = "ti,abb-v3";
1052 regulator-name = "abb_mpu";
1053 #address-cells = <0>;
1054 #size-cells = <0>;
1055 clocks = <&sys_clkin1>;
1056 ti,settling-time = <50>;
1057 ti,clock-cycles = <16>;
1058
1059 reg = <0x4ae07ddc 0x4>, <0x4ae07de0 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001060 <0x4ae06014 0x4>, <0x4a003b20 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301061 <0x4ae0c158 0x4>;
1062 reg-names = "setup-address", "control-address",
1063 "int-address", "efuse-address",
1064 "ldo-address";
1065 ti,tranxdone-status-mask = <0x80>;
1066 /* LDOVBBMPU_FBB_MUX_CTRL */
1067 ti,ldovbb-override-mask = <0x400>;
1068 /* LDOVBBMPU_FBB_VSET_OUT */
1069 ti,ldovbb-vset-mask = <0x1F>;
1070
1071 /*
1072 * NOTE: only FBB mode used but actual vset will
1073 * determine final biasing
1074 */
1075 ti,abb_info = <
1076 /*uV ABB efuse rbb_m fbb_m vset_m*/
1077 1060000 0 0x0 0 0x02000000 0x01F00000
1078 1160000 0 0x4 0 0x02000000 0x01F00000
1079 1210000 0 0x8 0 0x02000000 0x01F00000
1080 >;
1081 };
1082
1083 abb_ivahd: regulator-abb-ivahd {
1084 compatible = "ti,abb-v3";
1085 regulator-name = "abb_ivahd";
1086 #address-cells = <0>;
1087 #size-cells = <0>;
1088 clocks = <&sys_clkin1>;
1089 ti,settling-time = <50>;
1090 ti,clock-cycles = <16>;
1091
1092 reg = <0x4ae07e34 0x4>, <0x4ae07e24 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001093 <0x4ae06010 0x4>, <0x4a0025cc 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301094 <0x4a002470 0x4>;
1095 reg-names = "setup-address", "control-address",
1096 "int-address", "efuse-address",
1097 "ldo-address";
1098 ti,tranxdone-status-mask = <0x40000000>;
1099 /* LDOVBBIVA_FBB_MUX_CTRL */
1100 ti,ldovbb-override-mask = <0x400>;
1101 /* LDOVBBIVA_FBB_VSET_OUT */
1102 ti,ldovbb-vset-mask = <0x1F>;
1103
1104 /*
1105 * NOTE: only FBB mode used but actual vset will
1106 * determine final biasing
1107 */
1108 ti,abb_info = <
1109 /*uV ABB efuse rbb_m fbb_m vset_m*/
1110 1055000 0 0x0 0 0x02000000 0x01F00000
1111 1150000 0 0x4 0 0x02000000 0x01F00000
1112 1250000 0 0x8 0 0x02000000 0x01F00000
1113 >;
1114 };
1115
1116 abb_dspeve: regulator-abb-dspeve {
1117 compatible = "ti,abb-v3";
1118 regulator-name = "abb_dspeve";
1119 #address-cells = <0>;
1120 #size-cells = <0>;
1121 clocks = <&sys_clkin1>;
1122 ti,settling-time = <50>;
1123 ti,clock-cycles = <16>;
1124
1125 reg = <0x4ae07e30 0x4>, <0x4ae07e20 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001126 <0x4ae06010 0x4>, <0x4a0025e0 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301127 <0x4a00246c 0x4>;
1128 reg-names = "setup-address", "control-address",
1129 "int-address", "efuse-address",
1130 "ldo-address";
1131 ti,tranxdone-status-mask = <0x20000000>;
1132 /* LDOVBBDSPEVE_FBB_MUX_CTRL */
1133 ti,ldovbb-override-mask = <0x400>;
1134 /* LDOVBBDSPEVE_FBB_VSET_OUT */
1135 ti,ldovbb-vset-mask = <0x1F>;
1136
1137 /*
1138 * NOTE: only FBB mode used but actual vset will
1139 * determine final biasing
1140 */
1141 ti,abb_info = <
1142 /*uV ABB efuse rbb_m fbb_m vset_m*/
1143 1055000 0 0x0 0 0x02000000 0x01F00000
1144 1150000 0 0x4 0 0x02000000 0x01F00000
1145 1250000 0 0x8 0 0x02000000 0x01F00000
1146 >;
1147 };
1148
1149 abb_gpu: regulator-abb-gpu {
1150 compatible = "ti,abb-v3";
1151 regulator-name = "abb_gpu";
1152 #address-cells = <0>;
1153 #size-cells = <0>;
1154 clocks = <&sys_clkin1>;
1155 ti,settling-time = <50>;
1156 ti,clock-cycles = <16>;
1157
1158 reg = <0x4ae07de4 0x4>, <0x4ae07de8 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001159 <0x4ae06010 0x4>, <0x4a003b08 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301160 <0x4ae0c154 0x4>;
1161 reg-names = "setup-address", "control-address",
1162 "int-address", "efuse-address",
1163 "ldo-address";
1164 ti,tranxdone-status-mask = <0x10000000>;
1165 /* LDOVBBGPU_FBB_MUX_CTRL */
1166 ti,ldovbb-override-mask = <0x400>;
1167 /* LDOVBBGPU_FBB_VSET_OUT */
1168 ti,ldovbb-vset-mask = <0x1F>;
1169
1170 /*
1171 * NOTE: only FBB mode used but actual vset will
1172 * determine final biasing
1173 */
1174 ti,abb_info = <
1175 /*uV ABB efuse rbb_m fbb_m vset_m*/
1176 1090000 0 0x0 0 0x02000000 0x01F00000
1177 1210000 0 0x4 0 0x02000000 0x01F00000
1178 1280000 0 0x8 0 0x02000000 0x01F00000
1179 >;
1180 };
1181
R Sricharan6e58b8f2013-08-14 19:08:20 +05301182 mcspi1: spi@48098000 {
1183 compatible = "ti,omap4-mcspi";
1184 reg = <0x48098000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301185 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301186 #address-cells = <1>;
1187 #size-cells = <0>;
1188 ti,hwmods = "mcspi1";
1189 ti,spi-num-cs = <4>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001190 dmas = <&sdma_xbar 35>,
1191 <&sdma_xbar 36>,
1192 <&sdma_xbar 37>,
1193 <&sdma_xbar 38>,
1194 <&sdma_xbar 39>,
1195 <&sdma_xbar 40>,
1196 <&sdma_xbar 41>,
1197 <&sdma_xbar 42>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301198 dma-names = "tx0", "rx0", "tx1", "rx1",
1199 "tx2", "rx2", "tx3", "rx3";
1200 status = "disabled";
1201 };
1202
1203 mcspi2: spi@4809a000 {
1204 compatible = "ti,omap4-mcspi";
1205 reg = <0x4809a000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301206 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301207 #address-cells = <1>;
1208 #size-cells = <0>;
1209 ti,hwmods = "mcspi2";
1210 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001211 dmas = <&sdma_xbar 43>,
1212 <&sdma_xbar 44>,
1213 <&sdma_xbar 45>,
1214 <&sdma_xbar 46>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301215 dma-names = "tx0", "rx0", "tx1", "rx1";
1216 status = "disabled";
1217 };
1218
1219 mcspi3: spi@480b8000 {
1220 compatible = "ti,omap4-mcspi";
1221 reg = <0x480b8000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301222 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301223 #address-cells = <1>;
1224 #size-cells = <0>;
1225 ti,hwmods = "mcspi3";
1226 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001227 dmas = <&sdma_xbar 15>, <&sdma_xbar 16>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301228 dma-names = "tx0", "rx0";
1229 status = "disabled";
1230 };
1231
1232 mcspi4: spi@480ba000 {
1233 compatible = "ti,omap4-mcspi";
1234 reg = <0x480ba000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301235 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301236 #address-cells = <1>;
1237 #size-cells = <0>;
1238 ti,hwmods = "mcspi4";
1239 ti,spi-num-cs = <1>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001240 dmas = <&sdma_xbar 70>, <&sdma_xbar 71>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301241 dma-names = "tx0", "rx0";
1242 status = "disabled";
1243 };
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301244
1245 qspi: qspi@4b300000 {
1246 compatible = "ti,dra7xxx-qspi";
Vignesh R1929d0b2015-12-11 09:39:59 +05301247 reg = <0x4b300000 0x100>,
1248 <0x5c000000 0x4000000>;
1249 reg-names = "qspi_base", "qspi_mmap";
1250 syscon-chipselects = <&scm_conf 0x558>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301251 #address-cells = <1>;
1252 #size-cells = <0>;
1253 ti,hwmods = "qspi";
1254 clocks = <&qspi_gfclk_div>;
1255 clock-names = "fck";
1256 num-cs = <4>;
R Sricharana46631c2014-06-26 12:55:31 +05301257 interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301258 status = "disabled";
1259 };
Balaji T K7be80562014-05-07 14:58:58 +03001260
Balaji T K7be80562014-05-07 14:58:58 +03001261 /* OCP2SCP3 */
1262 ocp2scp@4a090000 {
1263 compatible = "ti,omap-ocp2scp";
1264 #address-cells = <1>;
1265 #size-cells = <1>;
1266 ranges;
1267 reg = <0x4a090000 0x20>;
1268 ti,hwmods = "ocp2scp3";
1269 sata_phy: phy@4A096000 {
1270 compatible = "ti,phy-pipe3-sata";
1271 reg = <0x4A096000 0x80>, /* phy_rx */
1272 <0x4A096400 0x64>, /* phy_tx */
1273 <0x4A096800 0x40>; /* pll_ctrl */
1274 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301275 syscon-phy-power = <&scm_conf 0x374>;
Roger Quadros773c5a02015-01-13 14:23:21 +02001276 clocks = <&sys_clkin1>, <&sata_ref_clk>;
1277 clock-names = "sysclk", "refclk";
Roger Quadros257d5d92015-07-17 16:47:23 +03001278 syscon-pllreset = <&scm_conf 0x3fc>;
Balaji T K7be80562014-05-07 14:58:58 +03001279 #phy-cells = <0>;
1280 };
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301281
1282 pcie1_phy: pciephy@4a094000 {
1283 compatible = "ti,phy-pipe3-pcie";
1284 reg = <0x4a094000 0x80>, /* phy_rx */
1285 <0x4a094400 0x64>; /* phy_tx */
1286 reg-names = "phy_rx", "phy_tx";
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301287 syscon-phy-power = <&scm_conf_pcie 0x1c>;
1288 syscon-pcs = <&scm_conf_pcie 0x10>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301289 clocks = <&dpll_pcie_ref_ck>,
1290 <&dpll_pcie_ref_m2ldo_ck>,
1291 <&optfclk_pciephy1_32khz>,
1292 <&optfclk_pciephy1_clk>,
1293 <&optfclk_pciephy1_div_clk>,
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301294 <&optfclk_pciephy_div>,
1295 <&sys_clkin1>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301296 clock-names = "dpll_ref", "dpll_ref_m2",
1297 "wkupclk", "refclk",
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301298 "div-clk", "phy-div", "sysclk";
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301299 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301300 };
1301
1302 pcie2_phy: pciephy@4a095000 {
1303 compatible = "ti,phy-pipe3-pcie";
1304 reg = <0x4a095000 0x80>, /* phy_rx */
1305 <0x4a095400 0x64>; /* phy_tx */
1306 reg-names = "phy_rx", "phy_tx";
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301307 syscon-phy-power = <&scm_conf_pcie 0x20>;
1308 syscon-pcs = <&scm_conf_pcie 0x10>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301309 clocks = <&dpll_pcie_ref_ck>,
1310 <&dpll_pcie_ref_m2ldo_ck>,
1311 <&optfclk_pciephy2_32khz>,
1312 <&optfclk_pciephy2_clk>,
1313 <&optfclk_pciephy2_div_clk>,
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301314 <&optfclk_pciephy_div>,
1315 <&sys_clkin1>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301316 clock-names = "dpll_ref", "dpll_ref_m2",
1317 "wkupclk", "refclk",
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301318 "div-clk", "phy-div", "sysclk";
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301319 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301320 status = "disabled";
1321 };
Balaji T K7be80562014-05-07 14:58:58 +03001322 };
1323
1324 sata: sata@4a141100 {
1325 compatible = "snps,dwc-ahci";
1326 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
R Sricharana46631c2014-06-26 12:55:31 +05301327 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
Balaji T K7be80562014-05-07 14:58:58 +03001328 phys = <&sata_phy>;
1329 phy-names = "sata-phy";
1330 clocks = <&sata_ref_clk>;
1331 ti,hwmods = "sata";
1332 };
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001333
Nishanth Menon00edd312015-04-08 18:56:27 -05001334 rtc: rtc@48838000 {
Lokesh Vutlabc078312014-11-19 17:53:08 +05301335 compatible = "ti,am3352-rtc";
1336 reg = <0x48838000 0x100>;
1337 interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
1338 <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
1339 ti,hwmods = "rtcss";
1340 clocks = <&sys_32k_ck>;
1341 };
1342
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001343 /* OCP2SCP1 */
1344 ocp2scp@4a080000 {
1345 compatible = "ti,omap-ocp2scp";
1346 #address-cells = <1>;
1347 #size-cells = <1>;
1348 ranges;
1349 reg = <0x4a080000 0x20>;
1350 ti,hwmods = "ocp2scp1";
1351
1352 usb2_phy1: phy@4a084000 {
1353 compatible = "ti,omap-usb2";
1354 reg = <0x4a084000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301355 syscon-phy-power = <&scm_conf 0x300>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001356 clocks = <&usb_phy1_always_on_clk32k>,
1357 <&usb_otg_ss1_refclk960m>;
1358 clock-names = "wkupclk",
1359 "refclk";
1360 #phy-cells = <0>;
1361 };
1362
1363 usb2_phy2: phy@4a085000 {
Kishon Vijay Abraham I4b4f52e2015-12-21 14:43:20 +05301364 compatible = "ti,dra7x-usb2-phy2",
1365 "ti,omap-usb2";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001366 reg = <0x4a085000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301367 syscon-phy-power = <&scm_conf 0xe74>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001368 clocks = <&usb_phy2_always_on_clk32k>,
1369 <&usb_otg_ss2_refclk960m>;
1370 clock-names = "wkupclk",
1371 "refclk";
1372 #phy-cells = <0>;
1373 };
1374
1375 usb3_phy1: phy@4a084400 {
1376 compatible = "ti,omap-usb3";
1377 reg = <0x4a084400 0x80>,
1378 <0x4a084800 0x64>,
1379 <0x4a084c00 0x40>;
1380 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301381 syscon-phy-power = <&scm_conf 0x370>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001382 clocks = <&usb_phy3_always_on_clk32k>,
1383 <&sys_clkin1>,
1384 <&usb_otg_ss1_refclk960m>;
1385 clock-names = "wkupclk",
1386 "sysclk",
1387 "refclk";
1388 #phy-cells = <0>;
1389 };
1390 };
1391
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001392 omap_dwc3_1: omap_dwc3_1@48880000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001393 compatible = "ti,dwc3";
1394 ti,hwmods = "usb_otg_ss1";
1395 reg = <0x48880000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301396 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001397 #address-cells = <1>;
1398 #size-cells = <1>;
1399 utmi-mode = <2>;
1400 ranges;
1401 usb1: usb@48890000 {
1402 compatible = "snps,dwc3";
1403 reg = <0x48890000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001404 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1405 <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1406 <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
1407 interrupt-names = "peripheral",
1408 "host",
1409 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001410 phys = <&usb2_phy1>, <&usb3_phy1>;
1411 phy-names = "usb2-phy", "usb3-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001412 maximum-speed = "super-speed";
1413 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001414 snps,dis_u3_susphy_quirk;
1415 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001416 };
1417 };
1418
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001419 omap_dwc3_2: omap_dwc3_2@488c0000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001420 compatible = "ti,dwc3";
1421 ti,hwmods = "usb_otg_ss2";
1422 reg = <0x488c0000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301423 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001424 #address-cells = <1>;
1425 #size-cells = <1>;
1426 utmi-mode = <2>;
1427 ranges;
1428 usb2: usb@488d0000 {
1429 compatible = "snps,dwc3";
1430 reg = <0x488d0000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001431 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1432 <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1433 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
1434 interrupt-names = "peripheral",
1435 "host",
1436 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001437 phys = <&usb2_phy2>;
1438 phy-names = "usb2-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001439 maximum-speed = "high-speed";
1440 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001441 snps,dis_u3_susphy_quirk;
1442 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001443 };
1444 };
1445
1446 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001447 omap_dwc3_3: omap_dwc3_3@48900000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001448 compatible = "ti,dwc3";
1449 ti,hwmods = "usb_otg_ss3";
1450 reg = <0x48900000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301451 interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001452 #address-cells = <1>;
1453 #size-cells = <1>;
1454 utmi-mode = <2>;
1455 ranges;
1456 status = "disabled";
1457 usb3: usb@48910000 {
1458 compatible = "snps,dwc3";
1459 reg = <0x48910000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001460 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1461 <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1462 <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
1463 interrupt-names = "peripheral",
1464 "host",
1465 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001466 maximum-speed = "high-speed";
1467 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001468 snps,dis_u3_susphy_quirk;
1469 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001470 };
1471 };
1472
Minal Shahff66a3c2014-05-19 14:45:47 +05301473 elm: elm@48078000 {
1474 compatible = "ti,am3352-elm";
1475 reg = <0x48078000 0xfc0>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301476 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301477 ti,hwmods = "elm";
1478 status = "disabled";
1479 };
1480
1481 gpmc: gpmc@50000000 {
1482 compatible = "ti,am3352-gpmc";
1483 ti,hwmods = "gpmc";
1484 reg = <0x50000000 0x37c>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301485 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301486 gpmc,num-cs = <8>;
1487 gpmc,num-waitpins = <2>;
1488 #address-cells = <2>;
1489 #size-cells = <1>;
Roger Quadros488f2702016-02-23 18:37:17 +02001490 interrupt-controller;
1491 #interrupt-cells = <2>;
Roger Quadros845b1a22016-04-07 13:25:31 +03001492 gpio-controller;
1493 #gpio-cells = <2>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301494 status = "disabled";
1495 };
Peter Ujfalusi2ca09452014-05-07 13:20:48 +03001496
1497 atl: atl@4843c000 {
1498 compatible = "ti,dra7-atl";
1499 reg = <0x4843c000 0x3ff>;
1500 ti,hwmods = "atl";
1501 ti,provided-clocks = <&atl_clkin0_ck>, <&atl_clkin1_ck>,
1502 <&atl_clkin2_ck>, <&atl_clkin3_ck>;
1503 clocks = <&atl_gfclk_mux>;
1504 clock-names = "fck";
1505 status = "disabled";
1506 };
Olof Johansson412a9bb2014-07-18 22:16:15 -07001507
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001508 mcasp1: mcasp@48460000 {
1509 compatible = "ti,dra7-mcasp-audio";
1510 ti,hwmods = "mcasp1";
1511 reg = <0x48460000 0x2000>,
1512 <0x45800000 0x1000>;
1513 reg-names = "mpu","dat";
1514 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
1515 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
1516 interrupt-names = "tx", "rx";
1517 dmas = <&edma_xbar 129 1>, <&edma_xbar 128 1>;
1518 dma-names = "tx", "rx";
1519 clocks = <&mcasp1_aux_gfclk_mux>, <&mcasp1_ahclkx_mux>,
1520 <&mcasp1_ahclkr_mux>;
1521 clock-names = "fck", "ahclkx", "ahclkr";
1522 status = "disabled";
1523 };
1524
1525 mcasp2: mcasp@48464000 {
1526 compatible = "ti,dra7-mcasp-audio";
1527 ti,hwmods = "mcasp2";
1528 reg = <0x48464000 0x2000>,
1529 <0x45c00000 0x1000>;
1530 reg-names = "mpu","dat";
1531 interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>,
1532 <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
1533 interrupt-names = "tx", "rx";
1534 dmas = <&edma_xbar 131 1>, <&edma_xbar 130 1>;
1535 dma-names = "tx", "rx";
1536 clocks = <&mcasp2_aux_gfclk_mux>, <&mcasp2_ahclkx_mux>,
1537 <&mcasp2_ahclkr_mux>;
1538 clock-names = "fck", "ahclkx", "ahclkr";
1539 status = "disabled";
1540 };
1541
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001542 mcasp3: mcasp@48468000 {
1543 compatible = "ti,dra7-mcasp-audio";
1544 ti,hwmods = "mcasp3";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001545 reg = <0x48468000 0x2000>,
1546 <0x46000000 0x1000>;
1547 reg-names = "mpu","dat";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001548 interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>,
1549 <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
1550 interrupt-names = "tx", "rx";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001551 dmas = <&edma_xbar 133 1>, <&edma_xbar 132 1>;
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001552 dma-names = "tx", "rx";
Peter Ujfalusibf05c2c2015-11-12 09:32:57 +02001553 clocks = <&mcasp3_aux_gfclk_mux>, <&mcasp3_ahclkx_mux>;
1554 clock-names = "fck", "ahclkx";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001555 status = "disabled";
1556 };
1557
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001558 mcasp4: mcasp@4846c000 {
1559 compatible = "ti,dra7-mcasp-audio";
1560 ti,hwmods = "mcasp4";
1561 reg = <0x4846c000 0x2000>,
1562 <0x48436000 0x1000>;
1563 reg-names = "mpu","dat";
1564 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
1565 <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
1566 interrupt-names = "tx", "rx";
1567 dmas = <&edma_xbar 135 1>, <&edma_xbar 134 1>;
1568 dma-names = "tx", "rx";
1569 clocks = <&mcasp4_aux_gfclk_mux>, <&mcasp4_ahclkx_mux>;
1570 clock-names = "fck", "ahclkx";
1571 status = "disabled";
1572 };
1573
1574 mcasp5: mcasp@48470000 {
1575 compatible = "ti,dra7-mcasp-audio";
1576 ti,hwmods = "mcasp5";
1577 reg = <0x48470000 0x2000>,
1578 <0x4843a000 0x1000>;
1579 reg-names = "mpu","dat";
1580 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
1581 <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
1582 interrupt-names = "tx", "rx";
1583 dmas = <&edma_xbar 137 1>, <&edma_xbar 136 1>;
1584 dma-names = "tx", "rx";
1585 clocks = <&mcasp5_aux_gfclk_mux>, <&mcasp5_ahclkx_mux>;
1586 clock-names = "fck", "ahclkx";
1587 status = "disabled";
1588 };
1589
1590 mcasp6: mcasp@48474000 {
1591 compatible = "ti,dra7-mcasp-audio";
1592 ti,hwmods = "mcasp6";
1593 reg = <0x48474000 0x2000>,
1594 <0x4844c000 0x1000>;
1595 reg-names = "mpu","dat";
1596 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
1597 <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
1598 interrupt-names = "tx", "rx";
1599 dmas = <&edma_xbar 139 1>, <&edma_xbar 138 1>;
1600 dma-names = "tx", "rx";
1601 clocks = <&mcasp6_aux_gfclk_mux>, <&mcasp6_ahclkx_mux>;
1602 clock-names = "fck", "ahclkx";
1603 status = "disabled";
1604 };
1605
1606 mcasp7: mcasp@48478000 {
1607 compatible = "ti,dra7-mcasp-audio";
1608 ti,hwmods = "mcasp7";
1609 reg = <0x48478000 0x2000>,
1610 <0x48450000 0x1000>;
1611 reg-names = "mpu","dat";
1612 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>,
1613 <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
1614 interrupt-names = "tx", "rx";
1615 dmas = <&edma_xbar 141 1>, <&edma_xbar 140 1>;
1616 dma-names = "tx", "rx";
1617 clocks = <&mcasp7_aux_gfclk_mux>, <&mcasp7_ahclkx_mux>;
1618 clock-names = "fck", "ahclkx";
1619 status = "disabled";
1620 };
1621
1622 mcasp8: mcasp@4847c000 {
1623 compatible = "ti,dra7-mcasp-audio";
1624 ti,hwmods = "mcasp8";
1625 reg = <0x4847c000 0x2000>,
1626 <0x48454000 0x1000>;
1627 reg-names = "mpu","dat";
1628 interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>,
1629 <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>;
1630 interrupt-names = "tx", "rx";
1631 dmas = <&edma_xbar 143 1>, <&edma_xbar 142 1>;
1632 dma-names = "tx", "rx";
1633 clocks = <&mcasp8_aux_gfclk_mux>, <&mcasp8_ahclkx_mux>;
1634 clock-names = "fck", "ahclkx";
1635 status = "disabled";
1636 };
1637
Marc Zyngier783d3182015-03-11 15:43:44 +00001638 crossbar_mpu: crossbar@4a002a48 {
R Sricharana46631c2014-06-26 12:55:31 +05301639 compatible = "ti,irq-crossbar";
1640 reg = <0x4a002a48 0x130>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001641 interrupt-controller;
Marc Zyngier7136d452015-03-11 15:43:49 +00001642 interrupt-parent = <&wakeupgen>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001643 #interrupt-cells = <3>;
R Sricharana46631c2014-06-26 12:55:31 +05301644 ti,max-irqs = <160>;
1645 ti,max-crossbar-sources = <MAX_SOURCES>;
1646 ti,reg-size = <2>;
1647 ti,irqs-reserved = <0 1 2 3 5 6 131 132>;
1648 ti,irqs-skip = <10 133 139 140>;
1649 ti,irqs-safe-map = <0>;
1650 };
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301651
Vishal Mahaveerc263a5b2015-08-25 13:57:49 -05001652 mac: ethernet@48484000 {
Mugunthan V Ne2095312015-08-12 15:22:54 +05301653 compatible = "ti,dra7-cpsw","ti,cpsw";
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301654 ti,hwmods = "gmac";
1655 clocks = <&dpll_gmac_ck>, <&gmac_gmii_ref_clk_div>;
1656 clock-names = "fck", "cpts";
1657 cpdma_channels = <8>;
1658 ale_entries = <1024>;
1659 bd_ram_size = <0x2000>;
1660 no_bd_ram = <0>;
1661 rx_descs = <64>;
1662 mac_control = <0x20>;
1663 slaves = <2>;
1664 active_slave = <0>;
1665 cpts_clock_mult = <0x80000000>;
1666 cpts_clock_shift = <29>;
1667 reg = <0x48484000 0x1000
1668 0x48485200 0x2E00>;
1669 #address-cells = <1>;
1670 #size-cells = <1>;
Mugunthan V N0f514e62016-03-07 01:41:22 -07001671
1672 /*
1673 * Do not allow gating of cpsw clock as workaround
1674 * for errata i877. Keeping internal clock disabled
1675 * causes the device switching characteristics
1676 * to degrade over time and eventually fail to meet
1677 * the data manual delay time/skew specs.
1678 */
1679 ti,no-idle;
1680
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301681 /*
1682 * rx_thresh_pend
1683 * rx_pend
1684 * tx_pend
1685 * misc_pend
1686 */
1687 interrupts = <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
1688 <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>,
1689 <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>,
1690 <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>;
1691 ranges;
Mugunthan V Na084e132015-09-21 15:56:52 +05301692 syscon = <&scm_conf>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301693 status = "disabled";
1694
1695 davinci_mdio: mdio@48485000 {
1696 compatible = "ti,davinci_mdio";
1697 #address-cells = <1>;
1698 #size-cells = <0>;
1699 ti,hwmods = "davinci_mdio";
1700 bus_freq = <1000000>;
1701 reg = <0x48485000 0x100>;
1702 };
1703
1704 cpsw_emac0: slave@48480200 {
1705 /* Filled in by U-Boot */
1706 mac-address = [ 00 00 00 00 00 00 ];
1707 };
1708
1709 cpsw_emac1: slave@48480300 {
1710 /* Filled in by U-Boot */
1711 mac-address = [ 00 00 00 00 00 00 ];
1712 };
1713
1714 phy_sel: cpsw-phy-sel@4a002554 {
1715 compatible = "ti,dra7xx-cpsw-phy-sel";
1716 reg= <0x4a002554 0x4>;
1717 reg-names = "gmii-sel";
1718 };
1719 };
1720
Roger Quadros9ec49b92014-08-15 16:08:36 +03001721 dcan1: can@481cc000 {
1722 compatible = "ti,dra7-d_can";
1723 ti,hwmods = "dcan1";
1724 reg = <0x4ae3c000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001725 syscon-raminit = <&scm_conf 0x558 0>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001726 interrupts = <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>;
1727 clocks = <&dcan1_sys_clk_mux>;
1728 status = "disabled";
1729 };
1730
1731 dcan2: can@481d0000 {
1732 compatible = "ti,dra7-d_can";
1733 ti,hwmods = "dcan2";
1734 reg = <0x48480000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001735 syscon-raminit = <&scm_conf 0x558 1>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001736 interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
1737 clocks = <&sys_clkin1>;
1738 status = "disabled";
1739 };
Tomi Valkeinen95c1cd12014-07-09 16:15:18 +05301740
1741 dss: dss@58000000 {
1742 compatible = "ti,dra7-dss";
1743 /* 'reg' defined in dra72x.dtsi and dra74x.dtsi */
1744 /* 'clocks' defined in dra72x.dtsi and dra74x.dtsi */
1745 status = "disabled";
1746 ti,hwmods = "dss_core";
1747 /* CTRL_CORE_DSS_PLL_CONTROL */
1748 syscon-pll-ctrl = <&scm_conf 0x538>;
1749 #address-cells = <1>;
1750 #size-cells = <1>;
1751 ranges;
1752
1753 dispc@58001000 {
1754 compatible = "ti,dra7-dispc";
1755 reg = <0x58001000 0x1000>;
1756 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
1757 ti,hwmods = "dss_dispc";
1758 clocks = <&dss_dss_clk>;
1759 clock-names = "fck";
1760 /* CTRL_CORE_SMA_SW_1 */
1761 syscon-pol = <&scm_conf 0x534>;
1762 };
1763
1764 hdmi: encoder@58060000 {
1765 compatible = "ti,dra7-hdmi";
1766 reg = <0x58040000 0x200>,
1767 <0x58040200 0x80>,
1768 <0x58040300 0x80>,
1769 <0x58060000 0x19000>;
1770 reg-names = "wp", "pll", "phy", "core";
1771 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
1772 status = "disabled";
1773 ti,hwmods = "dss_hdmi";
1774 clocks = <&dss_48mhz_clk>, <&dss_hdmi_clk>;
1775 clock-names = "fck", "sys_clk";
1776 };
1777 };
Vignesh R34370142016-05-03 10:56:55 -05001778
1779 epwmss0: epwmss@4843e000 {
1780 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1781 reg = <0x4843e000 0x30>;
1782 ti,hwmods = "epwmss0";
1783 #address-cells = <1>;
1784 #size-cells = <1>;
1785 status = "disabled";
1786 ranges;
1787
1788 ehrpwm0: pwm@4843e200 {
1789 compatible = "ti,dra746-ehrpwm",
1790 "ti,am3352-ehrpwm";
1791 #pwm-cells = <3>;
1792 reg = <0x4843e200 0x80>;
1793 clocks = <&ehrpwm0_tbclk>, <&l4_root_clk_div>;
1794 clock-names = "tbclk", "fck";
1795 status = "disabled";
1796 };
1797
1798 ecap0: ecap@4843e100 {
1799 compatible = "ti,dra746-ecap",
1800 "ti,am3352-ecap";
1801 #pwm-cells = <3>;
1802 reg = <0x4843e100 0x80>;
1803 clocks = <&l4_root_clk_div>;
1804 clock-names = "fck";
1805 status = "disabled";
1806 };
1807 };
1808
1809 epwmss1: epwmss@48440000 {
1810 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1811 reg = <0x48440000 0x30>;
1812 ti,hwmods = "epwmss1";
1813 #address-cells = <1>;
1814 #size-cells = <1>;
1815 status = "disabled";
1816 ranges;
1817
1818 ehrpwm1: pwm@48440200 {
1819 compatible = "ti,dra746-ehrpwm",
1820 "ti,am3352-ehrpwm";
1821 #pwm-cells = <3>;
1822 reg = <0x48440200 0x80>;
1823 clocks = <&ehrpwm1_tbclk>, <&l4_root_clk_div>;
1824 clock-names = "tbclk", "fck";
1825 status = "disabled";
1826 };
1827
1828 ecap1: ecap@48440100 {
1829 compatible = "ti,dra746-ecap",
1830 "ti,am3352-ecap";
1831 #pwm-cells = <3>;
1832 reg = <0x48440100 0x80>;
1833 clocks = <&l4_root_clk_div>;
1834 clock-names = "fck";
1835 status = "disabled";
1836 };
1837 };
1838
1839 epwmss2: epwmss@48442000 {
1840 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1841 reg = <0x48442000 0x30>;
1842 ti,hwmods = "epwmss2";
1843 #address-cells = <1>;
1844 #size-cells = <1>;
1845 status = "disabled";
1846 ranges;
1847
1848 ehrpwm2: pwm@48442200 {
1849 compatible = "ti,dra746-ehrpwm",
1850 "ti,am3352-ehrpwm";
1851 #pwm-cells = <3>;
1852 reg = <0x48442200 0x80>;
1853 clocks = <&ehrpwm2_tbclk>, <&l4_root_clk_div>;
1854 clock-names = "tbclk", "fck";
1855 status = "disabled";
1856 };
1857
1858 ecap2: ecap@48442100 {
1859 compatible = "ti,dra746-ecap",
1860 "ti,am3352-ecap";
1861 #pwm-cells = <3>;
1862 reg = <0x48442100 0x80>;
1863 clocks = <&l4_root_clk_div>;
1864 clock-names = "fck";
1865 status = "disabled";
1866 };
1867 };
R Sricharan6e58b8f2013-08-14 19:08:20 +05301868 };
Keerthyf7397ed2015-03-23 14:39:38 -05001869
1870 thermal_zones: thermal-zones {
1871 #include "omap4-cpu-thermal.dtsi"
1872 #include "omap5-gpu-thermal.dtsi"
1873 #include "omap5-core-thermal.dtsi"
Keerthy667f2592016-02-08 14:46:30 +05301874 #include "dra7-dspeve-thermal.dtsi"
1875 #include "dra7-iva-thermal.dtsi"
Keerthyf7397ed2015-03-23 14:39:38 -05001876 };
1877
1878};
1879
1880&cpu_thermal {
1881 polling-delay = <500>; /* milliseconds */
R Sricharan6e58b8f2013-08-14 19:08:20 +05301882};
Tero Kristoee6c7502013-07-18 17:18:33 +03001883
1884/include/ "dra7xx-clocks.dtsi"