blob: 400565978af255f2146c013203132b62fe36d4ae [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
Keerthyf7397ed2015-03-23 14:39:38 -0500307 bandgap: bandgap@4a0021e0 {
308 reg = <0x4a0021e0 0xc
309 0x4a00232c 0xc
310 0x4a002380 0x2c
311 0x4a0023C0 0x3c
312 0x4a002564 0x8
313 0x4a002574 0x50>;
314 compatible = "ti,dra752-bandgap";
315 interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
316 #thermal-sensor-cells = <1>;
317 };
318
Suman Anna99639ac2015-10-02 18:23:22 -0500319 dsp1_system: dsp_system@40d00000 {
320 compatible = "syscon";
321 reg = <0x40d00000 0x100>;
322 };
323
R Sricharan6e58b8f2013-08-14 19:08:20 +0530324 sdma: dma-controller@4a056000 {
325 compatible = "ti,omap4430-sdma";
326 reg = <0x4a056000 0x1000>;
R Sricharana46631c2014-06-26 12:55:31 +0530327 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
328 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
329 <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
330 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530331 #dma-cells = <1>;
Peter Ujfalusi08d9b322015-02-20 15:42:06 +0200332 dma-channels = <32>;
333 dma-requests = <127>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530334 };
335
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200336 edma: edma@43300000 {
337 compatible = "ti,edma3-tpcc";
338 ti,hwmods = "tpcc";
339 reg = <0x43300000 0x100000>;
340 reg-names = "edma3_cc";
341 interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>,
342 <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>,
343 <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
344 interrupt-names = "edma3_ccint", "emda3_mperr",
345 "edma3_ccerrint";
346 dma-requests = <64>;
347 #dma-cells = <2>;
348
349 ti,tptcs = <&edma_tptc0 7>, <&edma_tptc1 0>;
350
351 /*
352 * memcpy is disabled, can be enabled with:
353 * ti,edma-memcpy-channels = <20 21>;
354 * for example. Note that these channels need to be
355 * masked in the xbar as well.
356 */
357 };
358
359 edma_tptc0: tptc@43400000 {
360 compatible = "ti,edma3-tptc";
361 ti,hwmods = "tptc0";
362 reg = <0x43400000 0x100000>;
363 interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>;
364 interrupt-names = "edma3_tcerrint";
365 };
366
367 edma_tptc1: tptc@43500000 {
368 compatible = "ti,edma3-tptc";
369 ti,hwmods = "tptc1";
370 reg = <0x43500000 0x100000>;
371 interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>;
372 interrupt-names = "edma3_tcerrint";
373 };
374
R Sricharan6e58b8f2013-08-14 19:08:20 +0530375 gpio1: gpio@4ae10000 {
376 compatible = "ti,omap4-gpio";
377 reg = <0x4ae10000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530378 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530379 ti,hwmods = "gpio1";
380 gpio-controller;
381 #gpio-cells = <2>;
382 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700383 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530384 };
385
386 gpio2: gpio@48055000 {
387 compatible = "ti,omap4-gpio";
388 reg = <0x48055000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530389 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530390 ti,hwmods = "gpio2";
391 gpio-controller;
392 #gpio-cells = <2>;
393 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700394 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530395 };
396
397 gpio3: gpio@48057000 {
398 compatible = "ti,omap4-gpio";
399 reg = <0x48057000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530400 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530401 ti,hwmods = "gpio3";
402 gpio-controller;
403 #gpio-cells = <2>;
404 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700405 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530406 };
407
408 gpio4: gpio@48059000 {
409 compatible = "ti,omap4-gpio";
410 reg = <0x48059000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530411 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530412 ti,hwmods = "gpio4";
413 gpio-controller;
414 #gpio-cells = <2>;
415 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700416 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530417 };
418
419 gpio5: gpio@4805b000 {
420 compatible = "ti,omap4-gpio";
421 reg = <0x4805b000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530422 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530423 ti,hwmods = "gpio5";
424 gpio-controller;
425 #gpio-cells = <2>;
426 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700427 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530428 };
429
430 gpio6: gpio@4805d000 {
431 compatible = "ti,omap4-gpio";
432 reg = <0x4805d000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530433 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530434 ti,hwmods = "gpio6";
435 gpio-controller;
436 #gpio-cells = <2>;
437 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700438 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530439 };
440
441 gpio7: gpio@48051000 {
442 compatible = "ti,omap4-gpio";
443 reg = <0x48051000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530444 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530445 ti,hwmods = "gpio7";
446 gpio-controller;
447 #gpio-cells = <2>;
448 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700449 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530450 };
451
452 gpio8: gpio@48053000 {
453 compatible = "ti,omap4-gpio";
454 reg = <0x48053000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530455 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530456 ti,hwmods = "gpio8";
457 gpio-controller;
458 #gpio-cells = <2>;
459 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700460 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530461 };
462
463 uart1: serial@4806a000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530464 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530465 reg = <0x4806a000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000466 interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530467 ti,hwmods = "uart1";
468 clock-frequency = <48000000>;
469 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300470 dmas = <&sdma_xbar 49>, <&sdma_xbar 50>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200471 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530472 };
473
474 uart2: serial@4806c000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530475 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530476 reg = <0x4806c000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000477 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530478 ti,hwmods = "uart2";
479 clock-frequency = <48000000>;
480 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300481 dmas = <&sdma_xbar 51>, <&sdma_xbar 52>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200482 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530483 };
484
485 uart3: serial@48020000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530486 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530487 reg = <0x48020000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000488 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530489 ti,hwmods = "uart3";
490 clock-frequency = <48000000>;
491 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300492 dmas = <&sdma_xbar 53>, <&sdma_xbar 54>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200493 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530494 };
495
496 uart4: serial@4806e000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530497 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530498 reg = <0x4806e000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000499 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530500 ti,hwmods = "uart4";
501 clock-frequency = <48000000>;
502 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300503 dmas = <&sdma_xbar 55>, <&sdma_xbar 56>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200504 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530505 };
506
507 uart5: serial@48066000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530508 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530509 reg = <0x48066000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000510 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530511 ti,hwmods = "uart5";
512 clock-frequency = <48000000>;
513 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300514 dmas = <&sdma_xbar 63>, <&sdma_xbar 64>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200515 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530516 };
517
518 uart6: serial@48068000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530519 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530520 reg = <0x48068000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000521 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530522 ti,hwmods = "uart6";
523 clock-frequency = <48000000>;
524 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300525 dmas = <&sdma_xbar 79>, <&sdma_xbar 80>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200526 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530527 };
528
529 uart7: serial@48420000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530530 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530531 reg = <0x48420000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000532 interrupts = <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530533 ti,hwmods = "uart7";
534 clock-frequency = <48000000>;
535 status = "disabled";
536 };
537
538 uart8: serial@48422000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530539 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530540 reg = <0x48422000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000541 interrupts = <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530542 ti,hwmods = "uart8";
543 clock-frequency = <48000000>;
544 status = "disabled";
545 };
546
547 uart9: serial@48424000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530548 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530549 reg = <0x48424000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000550 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530551 ti,hwmods = "uart9";
552 clock-frequency = <48000000>;
553 status = "disabled";
554 };
555
556 uart10: serial@4ae2b000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530557 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530558 reg = <0x4ae2b000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000559 interrupts = <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530560 ti,hwmods = "uart10";
561 clock-frequency = <48000000>;
562 status = "disabled";
563 };
564
Suman Anna38baefb2014-07-11 16:44:38 -0500565 mailbox1: mailbox@4a0f4000 {
566 compatible = "ti,omap4-mailbox";
567 reg = <0x4a0f4000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600568 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
569 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
570 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500571 ti,hwmods = "mailbox1";
Suman Anna24df0452014-11-03 17:07:35 -0600572 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500573 ti,mbox-num-users = <3>;
574 ti,mbox-num-fifos = <8>;
575 status = "disabled";
576 };
577
578 mailbox2: mailbox@4883a000 {
579 compatible = "ti,omap4-mailbox";
580 reg = <0x4883a000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600581 interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>,
582 <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>,
583 <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>,
584 <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500585 ti,hwmods = "mailbox2";
Suman Anna24df0452014-11-03 17:07:35 -0600586 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500587 ti,mbox-num-users = <4>;
588 ti,mbox-num-fifos = <12>;
589 status = "disabled";
590 };
591
592 mailbox3: mailbox@4883c000 {
593 compatible = "ti,omap4-mailbox";
594 reg = <0x4883c000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600595 interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>,
596 <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>,
597 <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>,
598 <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500599 ti,hwmods = "mailbox3";
Suman Anna24df0452014-11-03 17:07:35 -0600600 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500601 ti,mbox-num-users = <4>;
602 ti,mbox-num-fifos = <12>;
603 status = "disabled";
604 };
605
606 mailbox4: mailbox@4883e000 {
607 compatible = "ti,omap4-mailbox";
608 reg = <0x4883e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600609 interrupts = <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
610 <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>,
611 <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>,
612 <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500613 ti,hwmods = "mailbox4";
Suman Anna24df0452014-11-03 17:07:35 -0600614 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500615 ti,mbox-num-users = <4>;
616 ti,mbox-num-fifos = <12>;
617 status = "disabled";
618 };
619
620 mailbox5: mailbox@48840000 {
621 compatible = "ti,omap4-mailbox";
622 reg = <0x48840000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600623 interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>,
624 <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>,
625 <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>,
626 <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500627 ti,hwmods = "mailbox5";
Suman Anna24df0452014-11-03 17:07:35 -0600628 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500629 ti,mbox-num-users = <4>;
630 ti,mbox-num-fifos = <12>;
631 status = "disabled";
632 };
633
634 mailbox6: mailbox@48842000 {
635 compatible = "ti,omap4-mailbox";
636 reg = <0x48842000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600637 interrupts = <GIC_SPI 253 IRQ_TYPE_LEVEL_HIGH>,
638 <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>,
639 <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>,
640 <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500641 ti,hwmods = "mailbox6";
Suman Anna24df0452014-11-03 17:07:35 -0600642 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500643 ti,mbox-num-users = <4>;
644 ti,mbox-num-fifos = <12>;
645 status = "disabled";
646 };
647
648 mailbox7: mailbox@48844000 {
649 compatible = "ti,omap4-mailbox";
650 reg = <0x48844000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600651 interrupts = <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>,
652 <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>,
653 <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>,
654 <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500655 ti,hwmods = "mailbox7";
Suman Anna24df0452014-11-03 17:07:35 -0600656 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500657 ti,mbox-num-users = <4>;
658 ti,mbox-num-fifos = <12>;
659 status = "disabled";
660 };
661
662 mailbox8: mailbox@48846000 {
663 compatible = "ti,omap4-mailbox";
664 reg = <0x48846000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600665 interrupts = <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>,
666 <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>,
667 <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>,
668 <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500669 ti,hwmods = "mailbox8";
Suman Anna24df0452014-11-03 17:07:35 -0600670 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500671 ti,mbox-num-users = <4>;
672 ti,mbox-num-fifos = <12>;
673 status = "disabled";
674 };
675
676 mailbox9: mailbox@4885e000 {
677 compatible = "ti,omap4-mailbox";
678 reg = <0x4885e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600679 interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>,
680 <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>,
681 <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>,
682 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500683 ti,hwmods = "mailbox9";
Suman Anna24df0452014-11-03 17:07:35 -0600684 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500685 ti,mbox-num-users = <4>;
686 ti,mbox-num-fifos = <12>;
687 status = "disabled";
688 };
689
690 mailbox10: mailbox@48860000 {
691 compatible = "ti,omap4-mailbox";
692 reg = <0x48860000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600693 interrupts = <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>,
694 <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH>,
695 <GIC_SPI 271 IRQ_TYPE_LEVEL_HIGH>,
696 <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500697 ti,hwmods = "mailbox10";
Suman Anna24df0452014-11-03 17:07:35 -0600698 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500699 ti,mbox-num-users = <4>;
700 ti,mbox-num-fifos = <12>;
701 status = "disabled";
702 };
703
704 mailbox11: mailbox@48862000 {
705 compatible = "ti,omap4-mailbox";
706 reg = <0x48862000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600707 interrupts = <GIC_SPI 273 IRQ_TYPE_LEVEL_HIGH>,
708 <GIC_SPI 274 IRQ_TYPE_LEVEL_HIGH>,
709 <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>,
710 <GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500711 ti,hwmods = "mailbox11";
Suman Anna24df0452014-11-03 17:07:35 -0600712 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500713 ti,mbox-num-users = <4>;
714 ti,mbox-num-fifos = <12>;
715 status = "disabled";
716 };
717
718 mailbox12: mailbox@48864000 {
719 compatible = "ti,omap4-mailbox";
720 reg = <0x48864000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600721 interrupts = <GIC_SPI 277 IRQ_TYPE_LEVEL_HIGH>,
722 <GIC_SPI 278 IRQ_TYPE_LEVEL_HIGH>,
723 <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
724 <GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500725 ti,hwmods = "mailbox12";
Suman Anna24df0452014-11-03 17:07:35 -0600726 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500727 ti,mbox-num-users = <4>;
728 ti,mbox-num-fifos = <12>;
729 status = "disabled";
730 };
731
732 mailbox13: mailbox@48802000 {
733 compatible = "ti,omap4-mailbox";
734 reg = <0x48802000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600735 interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>,
736 <GIC_SPI 380 IRQ_TYPE_LEVEL_HIGH>,
737 <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>,
738 <GIC_SPI 382 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500739 ti,hwmods = "mailbox13";
Suman Anna24df0452014-11-03 17:07:35 -0600740 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500741 ti,mbox-num-users = <4>;
742 ti,mbox-num-fifos = <12>;
743 status = "disabled";
744 };
745
R Sricharan6e58b8f2013-08-14 19:08:20 +0530746 timer1: timer@4ae18000 {
747 compatible = "ti,omap5430-timer";
748 reg = <0x4ae18000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530749 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530750 ti,hwmods = "timer1";
751 ti,timer-alwon;
752 };
753
754 timer2: timer@48032000 {
755 compatible = "ti,omap5430-timer";
756 reg = <0x48032000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530757 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530758 ti,hwmods = "timer2";
759 };
760
761 timer3: timer@48034000 {
762 compatible = "ti,omap5430-timer";
763 reg = <0x48034000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530764 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530765 ti,hwmods = "timer3";
766 };
767
768 timer4: timer@48036000 {
769 compatible = "ti,omap5430-timer";
770 reg = <0x48036000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530771 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530772 ti,hwmods = "timer4";
773 };
774
775 timer5: timer@48820000 {
776 compatible = "ti,omap5430-timer";
777 reg = <0x48820000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530778 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530779 ti,hwmods = "timer5";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530780 };
781
782 timer6: timer@48822000 {
783 compatible = "ti,omap5430-timer";
784 reg = <0x48822000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530785 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530786 ti,hwmods = "timer6";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530787 };
788
789 timer7: timer@48824000 {
790 compatible = "ti,omap5430-timer";
791 reg = <0x48824000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530792 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530793 ti,hwmods = "timer7";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530794 };
795
796 timer8: timer@48826000 {
797 compatible = "ti,omap5430-timer";
798 reg = <0x48826000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530799 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530800 ti,hwmods = "timer8";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530801 };
802
803 timer9: timer@4803e000 {
804 compatible = "ti,omap5430-timer";
805 reg = <0x4803e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530806 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530807 ti,hwmods = "timer9";
808 };
809
810 timer10: timer@48086000 {
811 compatible = "ti,omap5430-timer";
812 reg = <0x48086000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530813 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530814 ti,hwmods = "timer10";
815 };
816
817 timer11: timer@48088000 {
818 compatible = "ti,omap5430-timer";
819 reg = <0x48088000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530820 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530821 ti,hwmods = "timer11";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530822 };
823
824 timer13: timer@48828000 {
825 compatible = "ti,omap5430-timer";
826 reg = <0x48828000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530827 interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530828 ti,hwmods = "timer13";
829 status = "disabled";
830 };
831
832 timer14: timer@4882a000 {
833 compatible = "ti,omap5430-timer";
834 reg = <0x4882a000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530835 interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530836 ti,hwmods = "timer14";
837 status = "disabled";
838 };
839
840 timer15: timer@4882c000 {
841 compatible = "ti,omap5430-timer";
842 reg = <0x4882c000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530843 interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530844 ti,hwmods = "timer15";
845 status = "disabled";
846 };
847
848 timer16: timer@4882e000 {
849 compatible = "ti,omap5430-timer";
850 reg = <0x4882e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530851 interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530852 ti,hwmods = "timer16";
853 status = "disabled";
854 };
855
856 wdt2: wdt@4ae14000 {
Lokesh Vutlabe668832014-11-12 10:54:15 +0530857 compatible = "ti,omap3-wdt";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530858 reg = <0x4ae14000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530859 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530860 ti,hwmods = "wd_timer2";
861 };
862
Suman Annadbd7c192014-01-13 18:26:46 -0600863 hwspinlock: spinlock@4a0f6000 {
864 compatible = "ti,omap4-hwspinlock";
865 reg = <0x4a0f6000 0x1000>;
866 ti,hwmods = "spinlock";
867 #hwlock-cells = <1>;
868 };
869
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530870 dmm@4e000000 {
871 compatible = "ti,omap5-dmm";
872 reg = <0x4e000000 0x800>;
R Sricharana46631c2014-06-26 12:55:31 +0530873 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530874 ti,hwmods = "dmm";
875 };
876
R Sricharan6e58b8f2013-08-14 19:08:20 +0530877 i2c1: i2c@48070000 {
878 compatible = "ti,omap4-i2c";
879 reg = <0x48070000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530880 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530881 #address-cells = <1>;
882 #size-cells = <0>;
883 ti,hwmods = "i2c1";
884 status = "disabled";
885 };
886
887 i2c2: i2c@48072000 {
888 compatible = "ti,omap4-i2c";
889 reg = <0x48072000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530890 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530891 #address-cells = <1>;
892 #size-cells = <0>;
893 ti,hwmods = "i2c2";
894 status = "disabled";
895 };
896
897 i2c3: i2c@48060000 {
898 compatible = "ti,omap4-i2c";
899 reg = <0x48060000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530900 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530901 #address-cells = <1>;
902 #size-cells = <0>;
903 ti,hwmods = "i2c3";
904 status = "disabled";
905 };
906
907 i2c4: i2c@4807a000 {
908 compatible = "ti,omap4-i2c";
909 reg = <0x4807a000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530910 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530911 #address-cells = <1>;
912 #size-cells = <0>;
913 ti,hwmods = "i2c4";
914 status = "disabled";
915 };
916
917 i2c5: i2c@4807c000 {
918 compatible = "ti,omap4-i2c";
919 reg = <0x4807c000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530920 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530921 #address-cells = <1>;
922 #size-cells = <0>;
923 ti,hwmods = "i2c5";
924 status = "disabled";
925 };
926
927 mmc1: mmc@4809c000 {
928 compatible = "ti,omap4-hsmmc";
929 reg = <0x4809c000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530930 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530931 ti,hwmods = "mmc1";
932 ti,dual-volt;
933 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300934 dmas = <&sdma_xbar 61>, <&sdma_xbar 62>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530935 dma-names = "tx", "rx";
936 status = "disabled";
Balaji T Kcd042fe2014-02-19 20:26:40 +0530937 pbias-supply = <&pbias_mmc_reg>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530938 };
939
940 mmc2: mmc@480b4000 {
941 compatible = "ti,omap4-hsmmc";
942 reg = <0x480b4000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530943 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530944 ti,hwmods = "mmc2";
945 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300946 dmas = <&sdma_xbar 47>, <&sdma_xbar 48>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530947 dma-names = "tx", "rx";
948 status = "disabled";
949 };
950
951 mmc3: mmc@480ad000 {
952 compatible = "ti,omap4-hsmmc";
953 reg = <0x480ad000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530954 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530955 ti,hwmods = "mmc3";
956 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300957 dmas = <&sdma_xbar 77>, <&sdma_xbar 78>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530958 dma-names = "tx", "rx";
959 status = "disabled";
960 };
961
962 mmc4: mmc@480d1000 {
963 compatible = "ti,omap4-hsmmc";
964 reg = <0x480d1000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530965 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530966 ti,hwmods = "mmc4";
967 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300968 dmas = <&sdma_xbar 57>, <&sdma_xbar 58>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530969 dma-names = "tx", "rx";
970 status = "disabled";
971 };
972
Suman Anna2c7e07c52015-10-02 18:23:24 -0500973 mmu0_dsp1: mmu@40d01000 {
974 compatible = "ti,dra7-dsp-iommu";
975 reg = <0x40d01000 0x100>;
976 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
977 ti,hwmods = "mmu0_dsp1";
978 #iommu-cells = <0>;
979 ti,syscon-mmuconfig = <&dsp1_system 0x0>;
980 status = "disabled";
981 };
982
983 mmu1_dsp1: mmu@40d02000 {
984 compatible = "ti,dra7-dsp-iommu";
985 reg = <0x40d02000 0x100>;
986 interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
987 ti,hwmods = "mmu1_dsp1";
988 #iommu-cells = <0>;
989 ti,syscon-mmuconfig = <&dsp1_system 0x1>;
990 status = "disabled";
991 };
992
993 mmu_ipu1: mmu@58882000 {
994 compatible = "ti,dra7-iommu";
995 reg = <0x58882000 0x100>;
996 interrupts = <GIC_SPI 395 IRQ_TYPE_LEVEL_HIGH>;
997 ti,hwmods = "mmu_ipu1";
998 #iommu-cells = <0>;
999 ti,iommu-bus-err-back;
1000 status = "disabled";
1001 };
1002
1003 mmu_ipu2: mmu@55082000 {
1004 compatible = "ti,dra7-iommu";
1005 reg = <0x55082000 0x100>;
1006 interrupts = <GIC_SPI 396 IRQ_TYPE_LEVEL_HIGH>;
1007 ti,hwmods = "mmu_ipu2";
1008 #iommu-cells = <0>;
1009 ti,iommu-bus-err-back;
1010 status = "disabled";
1011 };
1012
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301013 abb_mpu: regulator-abb-mpu {
1014 compatible = "ti,abb-v3";
1015 regulator-name = "abb_mpu";
1016 #address-cells = <0>;
1017 #size-cells = <0>;
1018 clocks = <&sys_clkin1>;
1019 ti,settling-time = <50>;
1020 ti,clock-cycles = <16>;
1021
1022 reg = <0x4ae07ddc 0x4>, <0x4ae07de0 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001023 <0x4ae06014 0x4>, <0x4a003b20 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301024 <0x4ae0c158 0x4>;
1025 reg-names = "setup-address", "control-address",
1026 "int-address", "efuse-address",
1027 "ldo-address";
1028 ti,tranxdone-status-mask = <0x80>;
1029 /* LDOVBBMPU_FBB_MUX_CTRL */
1030 ti,ldovbb-override-mask = <0x400>;
1031 /* LDOVBBMPU_FBB_VSET_OUT */
1032 ti,ldovbb-vset-mask = <0x1F>;
1033
1034 /*
1035 * NOTE: only FBB mode used but actual vset will
1036 * determine final biasing
1037 */
1038 ti,abb_info = <
1039 /*uV ABB efuse rbb_m fbb_m vset_m*/
1040 1060000 0 0x0 0 0x02000000 0x01F00000
1041 1160000 0 0x4 0 0x02000000 0x01F00000
1042 1210000 0 0x8 0 0x02000000 0x01F00000
1043 >;
1044 };
1045
1046 abb_ivahd: regulator-abb-ivahd {
1047 compatible = "ti,abb-v3";
1048 regulator-name = "abb_ivahd";
1049 #address-cells = <0>;
1050 #size-cells = <0>;
1051 clocks = <&sys_clkin1>;
1052 ti,settling-time = <50>;
1053 ti,clock-cycles = <16>;
1054
1055 reg = <0x4ae07e34 0x4>, <0x4ae07e24 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001056 <0x4ae06010 0x4>, <0x4a0025cc 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301057 <0x4a002470 0x4>;
1058 reg-names = "setup-address", "control-address",
1059 "int-address", "efuse-address",
1060 "ldo-address";
1061 ti,tranxdone-status-mask = <0x40000000>;
1062 /* LDOVBBIVA_FBB_MUX_CTRL */
1063 ti,ldovbb-override-mask = <0x400>;
1064 /* LDOVBBIVA_FBB_VSET_OUT */
1065 ti,ldovbb-vset-mask = <0x1F>;
1066
1067 /*
1068 * NOTE: only FBB mode used but actual vset will
1069 * determine final biasing
1070 */
1071 ti,abb_info = <
1072 /*uV ABB efuse rbb_m fbb_m vset_m*/
1073 1055000 0 0x0 0 0x02000000 0x01F00000
1074 1150000 0 0x4 0 0x02000000 0x01F00000
1075 1250000 0 0x8 0 0x02000000 0x01F00000
1076 >;
1077 };
1078
1079 abb_dspeve: regulator-abb-dspeve {
1080 compatible = "ti,abb-v3";
1081 regulator-name = "abb_dspeve";
1082 #address-cells = <0>;
1083 #size-cells = <0>;
1084 clocks = <&sys_clkin1>;
1085 ti,settling-time = <50>;
1086 ti,clock-cycles = <16>;
1087
1088 reg = <0x4ae07e30 0x4>, <0x4ae07e20 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001089 <0x4ae06010 0x4>, <0x4a0025e0 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301090 <0x4a00246c 0x4>;
1091 reg-names = "setup-address", "control-address",
1092 "int-address", "efuse-address",
1093 "ldo-address";
1094 ti,tranxdone-status-mask = <0x20000000>;
1095 /* LDOVBBDSPEVE_FBB_MUX_CTRL */
1096 ti,ldovbb-override-mask = <0x400>;
1097 /* LDOVBBDSPEVE_FBB_VSET_OUT */
1098 ti,ldovbb-vset-mask = <0x1F>;
1099
1100 /*
1101 * NOTE: only FBB mode used but actual vset will
1102 * determine final biasing
1103 */
1104 ti,abb_info = <
1105 /*uV ABB efuse rbb_m fbb_m vset_m*/
1106 1055000 0 0x0 0 0x02000000 0x01F00000
1107 1150000 0 0x4 0 0x02000000 0x01F00000
1108 1250000 0 0x8 0 0x02000000 0x01F00000
1109 >;
1110 };
1111
1112 abb_gpu: regulator-abb-gpu {
1113 compatible = "ti,abb-v3";
1114 regulator-name = "abb_gpu";
1115 #address-cells = <0>;
1116 #size-cells = <0>;
1117 clocks = <&sys_clkin1>;
1118 ti,settling-time = <50>;
1119 ti,clock-cycles = <16>;
1120
1121 reg = <0x4ae07de4 0x4>, <0x4ae07de8 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001122 <0x4ae06010 0x4>, <0x4a003b08 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301123 <0x4ae0c154 0x4>;
1124 reg-names = "setup-address", "control-address",
1125 "int-address", "efuse-address",
1126 "ldo-address";
1127 ti,tranxdone-status-mask = <0x10000000>;
1128 /* LDOVBBGPU_FBB_MUX_CTRL */
1129 ti,ldovbb-override-mask = <0x400>;
1130 /* LDOVBBGPU_FBB_VSET_OUT */
1131 ti,ldovbb-vset-mask = <0x1F>;
1132
1133 /*
1134 * NOTE: only FBB mode used but actual vset will
1135 * determine final biasing
1136 */
1137 ti,abb_info = <
1138 /*uV ABB efuse rbb_m fbb_m vset_m*/
1139 1090000 0 0x0 0 0x02000000 0x01F00000
1140 1210000 0 0x4 0 0x02000000 0x01F00000
1141 1280000 0 0x8 0 0x02000000 0x01F00000
1142 >;
1143 };
1144
R Sricharan6e58b8f2013-08-14 19:08:20 +05301145 mcspi1: spi@48098000 {
1146 compatible = "ti,omap4-mcspi";
1147 reg = <0x48098000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301148 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301149 #address-cells = <1>;
1150 #size-cells = <0>;
1151 ti,hwmods = "mcspi1";
1152 ti,spi-num-cs = <4>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001153 dmas = <&sdma_xbar 35>,
1154 <&sdma_xbar 36>,
1155 <&sdma_xbar 37>,
1156 <&sdma_xbar 38>,
1157 <&sdma_xbar 39>,
1158 <&sdma_xbar 40>,
1159 <&sdma_xbar 41>,
1160 <&sdma_xbar 42>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301161 dma-names = "tx0", "rx0", "tx1", "rx1",
1162 "tx2", "rx2", "tx3", "rx3";
1163 status = "disabled";
1164 };
1165
1166 mcspi2: spi@4809a000 {
1167 compatible = "ti,omap4-mcspi";
1168 reg = <0x4809a000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301169 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301170 #address-cells = <1>;
1171 #size-cells = <0>;
1172 ti,hwmods = "mcspi2";
1173 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001174 dmas = <&sdma_xbar 43>,
1175 <&sdma_xbar 44>,
1176 <&sdma_xbar 45>,
1177 <&sdma_xbar 46>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301178 dma-names = "tx0", "rx0", "tx1", "rx1";
1179 status = "disabled";
1180 };
1181
1182 mcspi3: spi@480b8000 {
1183 compatible = "ti,omap4-mcspi";
1184 reg = <0x480b8000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301185 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301186 #address-cells = <1>;
1187 #size-cells = <0>;
1188 ti,hwmods = "mcspi3";
1189 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001190 dmas = <&sdma_xbar 15>, <&sdma_xbar 16>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301191 dma-names = "tx0", "rx0";
1192 status = "disabled";
1193 };
1194
1195 mcspi4: spi@480ba000 {
1196 compatible = "ti,omap4-mcspi";
1197 reg = <0x480ba000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301198 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301199 #address-cells = <1>;
1200 #size-cells = <0>;
1201 ti,hwmods = "mcspi4";
1202 ti,spi-num-cs = <1>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001203 dmas = <&sdma_xbar 70>, <&sdma_xbar 71>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301204 dma-names = "tx0", "rx0";
1205 status = "disabled";
1206 };
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301207
1208 qspi: qspi@4b300000 {
1209 compatible = "ti,dra7xxx-qspi";
Vignesh R1929d0b2015-12-11 09:39:59 +05301210 reg = <0x4b300000 0x100>,
1211 <0x5c000000 0x4000000>;
1212 reg-names = "qspi_base", "qspi_mmap";
1213 syscon-chipselects = <&scm_conf 0x558>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301214 #address-cells = <1>;
1215 #size-cells = <0>;
1216 ti,hwmods = "qspi";
1217 clocks = <&qspi_gfclk_div>;
1218 clock-names = "fck";
1219 num-cs = <4>;
R Sricharana46631c2014-06-26 12:55:31 +05301220 interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301221 status = "disabled";
1222 };
Balaji T K7be80562014-05-07 14:58:58 +03001223
Balaji T K7be80562014-05-07 14:58:58 +03001224 /* OCP2SCP3 */
1225 ocp2scp@4a090000 {
1226 compatible = "ti,omap-ocp2scp";
1227 #address-cells = <1>;
1228 #size-cells = <1>;
1229 ranges;
1230 reg = <0x4a090000 0x20>;
1231 ti,hwmods = "ocp2scp3";
1232 sata_phy: phy@4A096000 {
1233 compatible = "ti,phy-pipe3-sata";
1234 reg = <0x4A096000 0x80>, /* phy_rx */
1235 <0x4A096400 0x64>, /* phy_tx */
1236 <0x4A096800 0x40>; /* pll_ctrl */
1237 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301238 syscon-phy-power = <&scm_conf 0x374>;
Roger Quadros773c5a02015-01-13 14:23:21 +02001239 clocks = <&sys_clkin1>, <&sata_ref_clk>;
1240 clock-names = "sysclk", "refclk";
Roger Quadros257d5d92015-07-17 16:47:23 +03001241 syscon-pllreset = <&scm_conf 0x3fc>;
Balaji T K7be80562014-05-07 14:58:58 +03001242 #phy-cells = <0>;
1243 };
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301244
1245 pcie1_phy: pciephy@4a094000 {
1246 compatible = "ti,phy-pipe3-pcie";
1247 reg = <0x4a094000 0x80>, /* phy_rx */
1248 <0x4a094400 0x64>; /* phy_tx */
1249 reg-names = "phy_rx", "phy_tx";
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301250 syscon-phy-power = <&scm_conf_pcie 0x1c>;
1251 syscon-pcs = <&scm_conf_pcie 0x10>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301252 clocks = <&dpll_pcie_ref_ck>,
1253 <&dpll_pcie_ref_m2ldo_ck>,
1254 <&optfclk_pciephy1_32khz>,
1255 <&optfclk_pciephy1_clk>,
1256 <&optfclk_pciephy1_div_clk>,
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301257 <&optfclk_pciephy_div>,
1258 <&sys_clkin1>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301259 clock-names = "dpll_ref", "dpll_ref_m2",
1260 "wkupclk", "refclk",
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301261 "div-clk", "phy-div", "sysclk";
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301262 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301263 };
1264
1265 pcie2_phy: pciephy@4a095000 {
1266 compatible = "ti,phy-pipe3-pcie";
1267 reg = <0x4a095000 0x80>, /* phy_rx */
1268 <0x4a095400 0x64>; /* phy_tx */
1269 reg-names = "phy_rx", "phy_tx";
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301270 syscon-phy-power = <&scm_conf_pcie 0x20>;
1271 syscon-pcs = <&scm_conf_pcie 0x10>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301272 clocks = <&dpll_pcie_ref_ck>,
1273 <&dpll_pcie_ref_m2ldo_ck>,
1274 <&optfclk_pciephy2_32khz>,
1275 <&optfclk_pciephy2_clk>,
1276 <&optfclk_pciephy2_div_clk>,
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301277 <&optfclk_pciephy_div>,
1278 <&sys_clkin1>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301279 clock-names = "dpll_ref", "dpll_ref_m2",
1280 "wkupclk", "refclk",
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301281 "div-clk", "phy-div", "sysclk";
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301282 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301283 status = "disabled";
1284 };
Balaji T K7be80562014-05-07 14:58:58 +03001285 };
1286
1287 sata: sata@4a141100 {
1288 compatible = "snps,dwc-ahci";
1289 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
R Sricharana46631c2014-06-26 12:55:31 +05301290 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
Balaji T K7be80562014-05-07 14:58:58 +03001291 phys = <&sata_phy>;
1292 phy-names = "sata-phy";
1293 clocks = <&sata_ref_clk>;
1294 ti,hwmods = "sata";
1295 };
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001296
Nishanth Menon00edd312015-04-08 18:56:27 -05001297 rtc: rtc@48838000 {
Lokesh Vutlabc078312014-11-19 17:53:08 +05301298 compatible = "ti,am3352-rtc";
1299 reg = <0x48838000 0x100>;
1300 interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
1301 <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
1302 ti,hwmods = "rtcss";
1303 clocks = <&sys_32k_ck>;
1304 };
1305
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001306 /* OCP2SCP1 */
1307 ocp2scp@4a080000 {
1308 compatible = "ti,omap-ocp2scp";
1309 #address-cells = <1>;
1310 #size-cells = <1>;
1311 ranges;
1312 reg = <0x4a080000 0x20>;
1313 ti,hwmods = "ocp2scp1";
1314
1315 usb2_phy1: phy@4a084000 {
1316 compatible = "ti,omap-usb2";
1317 reg = <0x4a084000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301318 syscon-phy-power = <&scm_conf 0x300>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001319 clocks = <&usb_phy1_always_on_clk32k>,
1320 <&usb_otg_ss1_refclk960m>;
1321 clock-names = "wkupclk",
1322 "refclk";
1323 #phy-cells = <0>;
1324 };
1325
1326 usb2_phy2: phy@4a085000 {
Kishon Vijay Abraham I4b4f52e2015-12-21 14:43:20 +05301327 compatible = "ti,dra7x-usb2-phy2",
1328 "ti,omap-usb2";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001329 reg = <0x4a085000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301330 syscon-phy-power = <&scm_conf 0xe74>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001331 clocks = <&usb_phy2_always_on_clk32k>,
1332 <&usb_otg_ss2_refclk960m>;
1333 clock-names = "wkupclk",
1334 "refclk";
1335 #phy-cells = <0>;
1336 };
1337
1338 usb3_phy1: phy@4a084400 {
1339 compatible = "ti,omap-usb3";
1340 reg = <0x4a084400 0x80>,
1341 <0x4a084800 0x64>,
1342 <0x4a084c00 0x40>;
1343 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301344 syscon-phy-power = <&scm_conf 0x370>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001345 clocks = <&usb_phy3_always_on_clk32k>,
1346 <&sys_clkin1>,
1347 <&usb_otg_ss1_refclk960m>;
1348 clock-names = "wkupclk",
1349 "sysclk",
1350 "refclk";
1351 #phy-cells = <0>;
1352 };
1353 };
1354
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001355 omap_dwc3_1: omap_dwc3_1@48880000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001356 compatible = "ti,dwc3";
1357 ti,hwmods = "usb_otg_ss1";
1358 reg = <0x48880000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301359 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001360 #address-cells = <1>;
1361 #size-cells = <1>;
1362 utmi-mode = <2>;
1363 ranges;
1364 usb1: usb@48890000 {
1365 compatible = "snps,dwc3";
1366 reg = <0x48890000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001367 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1368 <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1369 <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
1370 interrupt-names = "peripheral",
1371 "host",
1372 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001373 phys = <&usb2_phy1>, <&usb3_phy1>;
1374 phy-names = "usb2-phy", "usb3-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001375 maximum-speed = "super-speed";
1376 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001377 snps,dis_u3_susphy_quirk;
1378 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001379 };
1380 };
1381
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001382 omap_dwc3_2: omap_dwc3_2@488c0000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001383 compatible = "ti,dwc3";
1384 ti,hwmods = "usb_otg_ss2";
1385 reg = <0x488c0000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301386 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001387 #address-cells = <1>;
1388 #size-cells = <1>;
1389 utmi-mode = <2>;
1390 ranges;
1391 usb2: usb@488d0000 {
1392 compatible = "snps,dwc3";
1393 reg = <0x488d0000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001394 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1395 <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1396 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
1397 interrupt-names = "peripheral",
1398 "host",
1399 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001400 phys = <&usb2_phy2>;
1401 phy-names = "usb2-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001402 maximum-speed = "high-speed";
1403 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001404 snps,dis_u3_susphy_quirk;
1405 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001406 };
1407 };
1408
1409 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001410 omap_dwc3_3: omap_dwc3_3@48900000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001411 compatible = "ti,dwc3";
1412 ti,hwmods = "usb_otg_ss3";
1413 reg = <0x48900000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301414 interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001415 #address-cells = <1>;
1416 #size-cells = <1>;
1417 utmi-mode = <2>;
1418 ranges;
1419 status = "disabled";
1420 usb3: usb@48910000 {
1421 compatible = "snps,dwc3";
1422 reg = <0x48910000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001423 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1424 <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1425 <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
1426 interrupt-names = "peripheral",
1427 "host",
1428 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001429 maximum-speed = "high-speed";
1430 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001431 snps,dis_u3_susphy_quirk;
1432 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001433 };
1434 };
1435
Minal Shahff66a3c2014-05-19 14:45:47 +05301436 elm: elm@48078000 {
1437 compatible = "ti,am3352-elm";
1438 reg = <0x48078000 0xfc0>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301439 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301440 ti,hwmods = "elm";
1441 status = "disabled";
1442 };
1443
1444 gpmc: gpmc@50000000 {
1445 compatible = "ti,am3352-gpmc";
1446 ti,hwmods = "gpmc";
1447 reg = <0x50000000 0x37c>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301448 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301449 gpmc,num-cs = <8>;
1450 gpmc,num-waitpins = <2>;
1451 #address-cells = <2>;
1452 #size-cells = <1>;
Roger Quadros488f2702016-02-23 18:37:17 +02001453 interrupt-controller;
1454 #interrupt-cells = <2>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301455 status = "disabled";
1456 };
Peter Ujfalusi2ca09452014-05-07 13:20:48 +03001457
1458 atl: atl@4843c000 {
1459 compatible = "ti,dra7-atl";
1460 reg = <0x4843c000 0x3ff>;
1461 ti,hwmods = "atl";
1462 ti,provided-clocks = <&atl_clkin0_ck>, <&atl_clkin1_ck>,
1463 <&atl_clkin2_ck>, <&atl_clkin3_ck>;
1464 clocks = <&atl_gfclk_mux>;
1465 clock-names = "fck";
1466 status = "disabled";
1467 };
Olof Johansson412a9bb2014-07-18 22:16:15 -07001468
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001469 mcasp1: mcasp@48460000 {
1470 compatible = "ti,dra7-mcasp-audio";
1471 ti,hwmods = "mcasp1";
1472 reg = <0x48460000 0x2000>,
1473 <0x45800000 0x1000>;
1474 reg-names = "mpu","dat";
1475 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
1476 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
1477 interrupt-names = "tx", "rx";
1478 dmas = <&edma_xbar 129 1>, <&edma_xbar 128 1>;
1479 dma-names = "tx", "rx";
1480 clocks = <&mcasp1_aux_gfclk_mux>, <&mcasp1_ahclkx_mux>,
1481 <&mcasp1_ahclkr_mux>;
1482 clock-names = "fck", "ahclkx", "ahclkr";
1483 status = "disabled";
1484 };
1485
1486 mcasp2: mcasp@48464000 {
1487 compatible = "ti,dra7-mcasp-audio";
1488 ti,hwmods = "mcasp2";
1489 reg = <0x48464000 0x2000>,
1490 <0x45c00000 0x1000>;
1491 reg-names = "mpu","dat";
1492 interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>,
1493 <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
1494 interrupt-names = "tx", "rx";
1495 dmas = <&edma_xbar 131 1>, <&edma_xbar 130 1>;
1496 dma-names = "tx", "rx";
1497 clocks = <&mcasp2_aux_gfclk_mux>, <&mcasp2_ahclkx_mux>,
1498 <&mcasp2_ahclkr_mux>;
1499 clock-names = "fck", "ahclkx", "ahclkr";
1500 status = "disabled";
1501 };
1502
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001503 mcasp3: mcasp@48468000 {
1504 compatible = "ti,dra7-mcasp-audio";
1505 ti,hwmods = "mcasp3";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001506 reg = <0x48468000 0x2000>,
1507 <0x46000000 0x1000>;
1508 reg-names = "mpu","dat";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001509 interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>,
1510 <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
1511 interrupt-names = "tx", "rx";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001512 dmas = <&edma_xbar 133 1>, <&edma_xbar 132 1>;
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001513 dma-names = "tx", "rx";
Peter Ujfalusibf05c2c2015-11-12 09:32:57 +02001514 clocks = <&mcasp3_aux_gfclk_mux>, <&mcasp3_ahclkx_mux>;
1515 clock-names = "fck", "ahclkx";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001516 status = "disabled";
1517 };
1518
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001519 mcasp4: mcasp@4846c000 {
1520 compatible = "ti,dra7-mcasp-audio";
1521 ti,hwmods = "mcasp4";
1522 reg = <0x4846c000 0x2000>,
1523 <0x48436000 0x1000>;
1524 reg-names = "mpu","dat";
1525 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
1526 <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
1527 interrupt-names = "tx", "rx";
1528 dmas = <&edma_xbar 135 1>, <&edma_xbar 134 1>;
1529 dma-names = "tx", "rx";
1530 clocks = <&mcasp4_aux_gfclk_mux>, <&mcasp4_ahclkx_mux>;
1531 clock-names = "fck", "ahclkx";
1532 status = "disabled";
1533 };
1534
1535 mcasp5: mcasp@48470000 {
1536 compatible = "ti,dra7-mcasp-audio";
1537 ti,hwmods = "mcasp5";
1538 reg = <0x48470000 0x2000>,
1539 <0x4843a000 0x1000>;
1540 reg-names = "mpu","dat";
1541 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
1542 <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
1543 interrupt-names = "tx", "rx";
1544 dmas = <&edma_xbar 137 1>, <&edma_xbar 136 1>;
1545 dma-names = "tx", "rx";
1546 clocks = <&mcasp5_aux_gfclk_mux>, <&mcasp5_ahclkx_mux>;
1547 clock-names = "fck", "ahclkx";
1548 status = "disabled";
1549 };
1550
1551 mcasp6: mcasp@48474000 {
1552 compatible = "ti,dra7-mcasp-audio";
1553 ti,hwmods = "mcasp6";
1554 reg = <0x48474000 0x2000>,
1555 <0x4844c000 0x1000>;
1556 reg-names = "mpu","dat";
1557 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
1558 <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
1559 interrupt-names = "tx", "rx";
1560 dmas = <&edma_xbar 139 1>, <&edma_xbar 138 1>;
1561 dma-names = "tx", "rx";
1562 clocks = <&mcasp6_aux_gfclk_mux>, <&mcasp6_ahclkx_mux>;
1563 clock-names = "fck", "ahclkx";
1564 status = "disabled";
1565 };
1566
1567 mcasp7: mcasp@48478000 {
1568 compatible = "ti,dra7-mcasp-audio";
1569 ti,hwmods = "mcasp7";
1570 reg = <0x48478000 0x2000>,
1571 <0x48450000 0x1000>;
1572 reg-names = "mpu","dat";
1573 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>,
1574 <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
1575 interrupt-names = "tx", "rx";
1576 dmas = <&edma_xbar 141 1>, <&edma_xbar 140 1>;
1577 dma-names = "tx", "rx";
1578 clocks = <&mcasp7_aux_gfclk_mux>, <&mcasp7_ahclkx_mux>;
1579 clock-names = "fck", "ahclkx";
1580 status = "disabled";
1581 };
1582
1583 mcasp8: mcasp@4847c000 {
1584 compatible = "ti,dra7-mcasp-audio";
1585 ti,hwmods = "mcasp8";
1586 reg = <0x4847c000 0x2000>,
1587 <0x48454000 0x1000>;
1588 reg-names = "mpu","dat";
1589 interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>,
1590 <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>;
1591 interrupt-names = "tx", "rx";
1592 dmas = <&edma_xbar 143 1>, <&edma_xbar 142 1>;
1593 dma-names = "tx", "rx";
1594 clocks = <&mcasp8_aux_gfclk_mux>, <&mcasp8_ahclkx_mux>;
1595 clock-names = "fck", "ahclkx";
1596 status = "disabled";
1597 };
1598
Marc Zyngier783d3182015-03-11 15:43:44 +00001599 crossbar_mpu: crossbar@4a002a48 {
R Sricharana46631c2014-06-26 12:55:31 +05301600 compatible = "ti,irq-crossbar";
1601 reg = <0x4a002a48 0x130>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001602 interrupt-controller;
Marc Zyngier7136d452015-03-11 15:43:49 +00001603 interrupt-parent = <&wakeupgen>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001604 #interrupt-cells = <3>;
R Sricharana46631c2014-06-26 12:55:31 +05301605 ti,max-irqs = <160>;
1606 ti,max-crossbar-sources = <MAX_SOURCES>;
1607 ti,reg-size = <2>;
1608 ti,irqs-reserved = <0 1 2 3 5 6 131 132>;
1609 ti,irqs-skip = <10 133 139 140>;
1610 ti,irqs-safe-map = <0>;
1611 };
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301612
Vishal Mahaveerc263a5b2015-08-25 13:57:49 -05001613 mac: ethernet@48484000 {
Mugunthan V Ne2095312015-08-12 15:22:54 +05301614 compatible = "ti,dra7-cpsw","ti,cpsw";
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301615 ti,hwmods = "gmac";
1616 clocks = <&dpll_gmac_ck>, <&gmac_gmii_ref_clk_div>;
1617 clock-names = "fck", "cpts";
1618 cpdma_channels = <8>;
1619 ale_entries = <1024>;
1620 bd_ram_size = <0x2000>;
1621 no_bd_ram = <0>;
1622 rx_descs = <64>;
1623 mac_control = <0x20>;
1624 slaves = <2>;
1625 active_slave = <0>;
1626 cpts_clock_mult = <0x80000000>;
1627 cpts_clock_shift = <29>;
1628 reg = <0x48484000 0x1000
1629 0x48485200 0x2E00>;
1630 #address-cells = <1>;
1631 #size-cells = <1>;
Mugunthan V N0f514e62016-03-07 01:41:22 -07001632
1633 /*
1634 * Do not allow gating of cpsw clock as workaround
1635 * for errata i877. Keeping internal clock disabled
1636 * causes the device switching characteristics
1637 * to degrade over time and eventually fail to meet
1638 * the data manual delay time/skew specs.
1639 */
1640 ti,no-idle;
1641
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301642 /*
1643 * rx_thresh_pend
1644 * rx_pend
1645 * tx_pend
1646 * misc_pend
1647 */
1648 interrupts = <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
1649 <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>,
1650 <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>,
1651 <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>;
1652 ranges;
Mugunthan V Na084e132015-09-21 15:56:52 +05301653 syscon = <&scm_conf>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301654 status = "disabled";
1655
1656 davinci_mdio: mdio@48485000 {
1657 compatible = "ti,davinci_mdio";
1658 #address-cells = <1>;
1659 #size-cells = <0>;
1660 ti,hwmods = "davinci_mdio";
1661 bus_freq = <1000000>;
1662 reg = <0x48485000 0x100>;
1663 };
1664
1665 cpsw_emac0: slave@48480200 {
1666 /* Filled in by U-Boot */
1667 mac-address = [ 00 00 00 00 00 00 ];
1668 };
1669
1670 cpsw_emac1: slave@48480300 {
1671 /* Filled in by U-Boot */
1672 mac-address = [ 00 00 00 00 00 00 ];
1673 };
1674
1675 phy_sel: cpsw-phy-sel@4a002554 {
1676 compatible = "ti,dra7xx-cpsw-phy-sel";
1677 reg= <0x4a002554 0x4>;
1678 reg-names = "gmii-sel";
1679 };
1680 };
1681
Roger Quadros9ec49b92014-08-15 16:08:36 +03001682 dcan1: can@481cc000 {
1683 compatible = "ti,dra7-d_can";
1684 ti,hwmods = "dcan1";
1685 reg = <0x4ae3c000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001686 syscon-raminit = <&scm_conf 0x558 0>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001687 interrupts = <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>;
1688 clocks = <&dcan1_sys_clk_mux>;
1689 status = "disabled";
1690 };
1691
1692 dcan2: can@481d0000 {
1693 compatible = "ti,dra7-d_can";
1694 ti,hwmods = "dcan2";
1695 reg = <0x48480000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001696 syscon-raminit = <&scm_conf 0x558 1>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001697 interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
1698 clocks = <&sys_clkin1>;
1699 status = "disabled";
1700 };
Tomi Valkeinen95c1cd12014-07-09 16:15:18 +05301701
1702 dss: dss@58000000 {
1703 compatible = "ti,dra7-dss";
1704 /* 'reg' defined in dra72x.dtsi and dra74x.dtsi */
1705 /* 'clocks' defined in dra72x.dtsi and dra74x.dtsi */
1706 status = "disabled";
1707 ti,hwmods = "dss_core";
1708 /* CTRL_CORE_DSS_PLL_CONTROL */
1709 syscon-pll-ctrl = <&scm_conf 0x538>;
1710 #address-cells = <1>;
1711 #size-cells = <1>;
1712 ranges;
1713
1714 dispc@58001000 {
1715 compatible = "ti,dra7-dispc";
1716 reg = <0x58001000 0x1000>;
1717 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
1718 ti,hwmods = "dss_dispc";
1719 clocks = <&dss_dss_clk>;
1720 clock-names = "fck";
1721 /* CTRL_CORE_SMA_SW_1 */
1722 syscon-pol = <&scm_conf 0x534>;
1723 };
1724
1725 hdmi: encoder@58060000 {
1726 compatible = "ti,dra7-hdmi";
1727 reg = <0x58040000 0x200>,
1728 <0x58040200 0x80>,
1729 <0x58040300 0x80>,
1730 <0x58060000 0x19000>;
1731 reg-names = "wp", "pll", "phy", "core";
1732 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
1733 status = "disabled";
1734 ti,hwmods = "dss_hdmi";
1735 clocks = <&dss_48mhz_clk>, <&dss_hdmi_clk>;
1736 clock-names = "fck", "sys_clk";
1737 };
1738 };
R Sricharan6e58b8f2013-08-14 19:08:20 +05301739 };
Keerthyf7397ed2015-03-23 14:39:38 -05001740
1741 thermal_zones: thermal-zones {
1742 #include "omap4-cpu-thermal.dtsi"
1743 #include "omap5-gpu-thermal.dtsi"
1744 #include "omap5-core-thermal.dtsi"
Keerthy667f2592016-02-08 14:46:30 +05301745 #include "dra7-dspeve-thermal.dtsi"
1746 #include "dra7-iva-thermal.dtsi"
Keerthyf7397ed2015-03-23 14:39:38 -05001747 };
1748
1749};
1750
1751&cpu_thermal {
1752 polling-delay = <500>; /* milliseconds */
R Sricharan6e58b8f2013-08-14 19:08:20 +05301753};
Tero Kristoee6c7502013-07-18 17:18:33 +03001754
1755/include/ "dra7xx-clocks.dtsi"