blob: ac9216293b7c74283351f67c05f76bb59dbd52e0 [file] [log] [blame]
R Sricharan6e58b8f2013-08-14 19:08:20 +05301/*
2 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 * Based on "omap4.dtsi"
8 */
9
10#include <dt-bindings/interrupt-controller/arm-gic.h>
11#include <dt-bindings/pinctrl/dra.h>
12
R Sricharana46631c2014-06-26 12:55:31 +053013#define MAX_SOURCES 400
R Sricharana46631c2014-06-26 12:55:31 +053014
R Sricharan6e58b8f2013-08-14 19:08:20 +053015/ {
Lokesh Vutladae320e2016-02-24 15:41:04 +053016 #address-cells = <2>;
17 #size-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053018
19 compatible = "ti,dra7xx";
Marc Zyngier783d3182015-03-11 15:43:44 +000020 interrupt-parent = <&crossbar_mpu>;
Javier Martinez Canillas7f6c8572016-12-19 11:44:41 -030021 chosen { };
R Sricharan6e58b8f2013-08-14 19:08:20 +053022
23 aliases {
Nishanth Menon20b80942013-10-16 15:21:03 -050024 i2c0 = &i2c1;
25 i2c1 = &i2c2;
26 i2c2 = &i2c3;
27 i2c3 = &i2c4;
28 i2c4 = &i2c5;
R Sricharan6e58b8f2013-08-14 19:08:20 +053029 serial0 = &uart1;
30 serial1 = &uart2;
31 serial2 = &uart3;
32 serial3 = &uart4;
33 serial4 = &uart5;
34 serial5 = &uart6;
Nishanth Menon065bd7f2014-10-21 11:18:15 -050035 serial6 = &uart7;
36 serial7 = &uart8;
37 serial8 = &uart9;
38 serial9 = &uart10;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +053039 ethernet0 = &cpsw_emac0;
40 ethernet1 = &cpsw_emac1;
Roger Quadros9ec49b92014-08-15 16:08:36 +030041 d_can0 = &dcan1;
42 d_can1 = &dcan2;
Mugunthan V N480b2b32015-11-19 12:31:01 +053043 spi0 = &qspi;
R Sricharan6e58b8f2013-08-14 19:08:20 +053044 };
45
R Sricharan6e58b8f2013-08-14 19:08:20 +053046 timer {
47 compatible = "arm,armv7-timer";
48 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
49 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
50 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
51 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
Marc Zyngier783d3182015-03-11 15:43:44 +000052 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053053 };
54
55 gic: interrupt-controller@48211000 {
56 compatible = "arm,cortex-a15-gic";
57 interrupt-controller;
58 #interrupt-cells = <3>;
Lokesh Vutladae320e2016-02-24 15:41:04 +053059 reg = <0x0 0x48211000 0x0 0x1000>,
Marc Zyngier387720c2017-01-18 09:27:28 +000060 <0x0 0x48212000 0x0 0x2000>,
Lokesh Vutladae320e2016-02-24 15:41:04 +053061 <0x0 0x48214000 0x0 0x2000>,
62 <0x0 0x48216000 0x0 0x2000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053063 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
Marc Zyngier783d3182015-03-11 15:43:44 +000064 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053065 };
66
Marc Zyngier7136d452015-03-11 15:43:49 +000067 wakeupgen: interrupt-controller@48281000 {
68 compatible = "ti,omap5-wugen-mpu", "ti,omap4-wugen-mpu";
69 interrupt-controller;
70 #interrupt-cells = <3>;
Lokesh Vutladae320e2016-02-24 15:41:04 +053071 reg = <0x0 0x48281000 0x0 0x1000>;
Marc Zyngier7136d452015-03-11 15:43:49 +000072 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053073 };
74
Dave Gerlachb82ffb32016-05-18 18:36:32 -050075 cpus {
76 #address-cells = <1>;
77 #size-cells = <0>;
78
79 cpu0: cpu@0 {
80 device_type = "cpu";
81 compatible = "arm,cortex-a15";
82 reg = <0>;
83
Dave Gerlacha4e5e9f2017-03-06 09:23:41 -060084 operating-points-v2 = <&cpu0_opp_table>;
Dave Gerlachb82ffb32016-05-18 18:36:32 -050085
86 clocks = <&dpll_mpu_ck>;
87 clock-names = "cpu";
88
89 clock-latency = <300000>; /* From omap-cpufreq driver */
90
91 /* cooling options */
92 cooling-min-level = <0>;
93 cooling-max-level = <2>;
94 #cooling-cells = <2>; /* min followed by max */
95 };
96 };
97
Dave Gerlacha4e5e9f2017-03-06 09:23:41 -060098 cpu0_opp_table: opp-table {
99 compatible = "operating-points-v2-ti-cpu";
100 syscon = <&scm_wkup>;
101
Viresh Kumarb9cb2ba2017-04-20 16:25:06 +0530102 opp_nom-1000000000 {
Dave Gerlacha4e5e9f2017-03-06 09:23:41 -0600103 opp-hz = /bits/ 64 <1000000000>;
104 opp-microvolt = <1060000 850000 1150000>;
105 opp-supported-hw = <0xFF 0x01>;
106 opp-suspend;
107 };
108
Viresh Kumarb9cb2ba2017-04-20 16:25:06 +0530109 opp_od-1176000000 {
Dave Gerlacha4e5e9f2017-03-06 09:23:41 -0600110 opp-hz = /bits/ 64 <1176000000>;
111 opp-microvolt = <1160000 885000 1160000>;
112 opp-supported-hw = <0xFF 0x02>;
113 };
114 };
115
R Sricharan6e58b8f2013-08-14 19:08:20 +0530116 /*
Geert Uytterhoeven5c5be9d2014-03-28 11:11:37 +0100117 * The soc node represents the soc top level view. It is used for IPs
R Sricharan6e58b8f2013-08-14 19:08:20 +0530118 * that are not memory mapped in the MPU view or for the MPU itself.
119 */
120 soc {
121 compatible = "ti,omap-infra";
122 mpu {
123 compatible = "ti,omap5-mpu";
124 ti,hwmods = "mpu";
125 };
126 };
127
128 /*
129 * XXX: Use a flat representation of the SOC interconnect.
130 * The real OMAP interconnect network is quite complex.
Geert Uytterhoevenb7ab5242014-03-28 11:11:39 +0100131 * Since it will not bring real advantage to represent that in DT for
R Sricharan6e58b8f2013-08-14 19:08:20 +0530132 * the moment, just use a fake OCP bus entry to represent the whole bus
133 * hierarchy.
134 */
135 ocp {
Rajendra Nayakfba387a2014-04-10 11:34:32 -0500136 compatible = "ti,dra7-l3-noc", "simple-bus";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530137 #address-cells = <1>;
138 #size-cells = <1>;
Lokesh Vutladae320e2016-02-24 15:41:04 +0530139 ranges = <0x0 0x0 0x0 0xc0000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530140 ti,hwmods = "l3_main_1", "l3_main_2";
Lokesh Vutladae320e2016-02-24 15:41:04 +0530141 reg = <0x0 0x44000000 0x0 0x1000000>,
142 <0x0 0x45000000 0x0 0x1000>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000143 interrupts-extended = <&crossbar_mpu GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
Marc Zyngier7136d452015-03-11 15:43:49 +0000144 <&wakeupgen GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530145
Tero Kristod9195012015-02-12 11:37:13 +0200146 l4_cfg: l4@4a000000 {
147 compatible = "ti,dra7-l4-cfg", "simple-bus";
148 #address-cells = <1>;
149 #size-cells = <1>;
150 ranges = <0 0x4a000000 0x22c000>;
Tero Kristoee6c7502013-07-18 17:18:33 +0300151
Tero Kristod9195012015-02-12 11:37:13 +0200152 scm: scm@2000 {
153 compatible = "ti,dra7-scm-core", "simple-bus";
154 reg = <0x2000 0x2000>;
Tero Kristoee6c7502013-07-18 17:18:33 +0300155 #address-cells = <1>;
Tero Kristod9195012015-02-12 11:37:13 +0200156 #size-cells = <1>;
157 ranges = <0 0x2000 0x2000>;
158
159 scm_conf: scm_conf@0 {
Kishon Vijay Abraham Icd455672015-07-27 17:46:41 +0530160 compatible = "syscon", "simple-bus";
Tero Kristod9195012015-02-12 11:37:13 +0200161 reg = <0x0 0x1400>;
162 #address-cells = <1>;
163 #size-cells = <1>;
Kishon Vijay Abraham I9a5e3f22015-09-04 17:38:24 +0530164 ranges = <0 0x0 0x1400>;
Tero Kristod9195012015-02-12 11:37:13 +0200165
Javier Martinez Canillas308cfda2016-04-01 16:20:18 -0400166 pbias_regulator: pbias_regulator@e00 {
Kishon Vijay Abraham I737f1462015-09-04 17:30:25 +0530167 compatible = "ti,pbias-dra7", "ti,pbias-omap";
Tero Kristod9195012015-02-12 11:37:13 +0200168 reg = <0xe00 0x4>;
169 syscon = <&scm_conf>;
170 pbias_mmc_reg: pbias_mmc_omap5 {
171 regulator-name = "pbias_mmc_omap5";
172 regulator-min-microvolt = <1800000>;
Ravikumar Kattekolafa40d422017-10-09 11:23:11 +0530173 regulator-max-microvolt = <3300000>;
Tero Kristod9195012015-02-12 11:37:13 +0200174 };
175 };
Tomi Valkeinen2d5a3c82015-02-23 12:53:56 +0200176
177 scm_conf_clocks: clocks {
178 #address-cells = <1>;
179 #size-cells = <0>;
180 };
Tero Kristod9195012015-02-12 11:37:13 +0200181 };
182
183 dra7_pmx_core: pinmux@1400 {
184 compatible = "ti,dra7-padconf",
185 "pinctrl-single";
Roger Quadros1c5cb6f2015-07-27 13:27:29 +0300186 reg = <0x1400 0x0468>;
Tero Kristod9195012015-02-12 11:37:13 +0200187 #address-cells = <1>;
188 #size-cells = <0>;
Tony Lindgrenbe76fd32016-11-07 08:27:49 -0700189 #pinctrl-cells = <1>;
Tero Kristod9195012015-02-12 11:37:13 +0200190 #interrupt-cells = <1>;
191 interrupt-controller;
192 pinctrl-single,register-width = <32>;
193 pinctrl-single,function-mask = <0x3fffffff>;
194 };
Roger Quadros33cb3a12015-08-04 12:10:14 +0300195
196 scm_conf1: scm_conf@1c04 {
197 compatible = "syscon";
198 reg = <0x1c04 0x0020>;
Kishon Vijay Abraham Id23f3832017-08-08 11:10:24 +0530199 #syscon-cells = <2>;
Roger Quadros33cb3a12015-08-04 12:10:14 +0300200 };
Kishon Vijay Abraham I43acf162015-12-21 14:43:18 +0530201
202 scm_conf_pcie: scm_conf@1c24 {
203 compatible = "syscon";
204 reg = <0x1c24 0x0024>;
205 };
Peter Ujfalusi3d2a58b2016-03-07 17:17:28 +0200206
207 sdma_xbar: dma-router@b78 {
208 compatible = "ti,dra7-dma-crossbar";
209 reg = <0xb78 0xfc>;
210 #dma-cells = <1>;
211 dma-requests = <205>;
212 ti,dma-safe-map = <0>;
213 dma-masters = <&sdma>;
214 };
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200215
216 edma_xbar: dma-router@c78 {
217 compatible = "ti,dra7-dma-crossbar";
218 reg = <0xc78 0x7c>;
219 #dma-cells = <2>;
220 dma-requests = <204>;
221 ti,dma-safe-map = <0>;
222 dma-masters = <&edma>;
223 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300224 };
225
Tero Kristod9195012015-02-12 11:37:13 +0200226 cm_core_aon: cm_core_aon@5000 {
227 compatible = "ti,dra7-cm-core-aon";
228 reg = <0x5000 0x2000>;
229
230 cm_core_aon_clocks: clocks {
231 #address-cells = <1>;
232 #size-cells = <0>;
233 };
234
235 cm_core_aon_clockdomains: clockdomains {
236 };
237 };
238
239 cm_core: cm_core@8000 {
240 compatible = "ti,dra7-cm-core";
241 reg = <0x8000 0x3000>;
242
243 cm_core_clocks: clocks {
244 #address-cells = <1>;
245 #size-cells = <0>;
246 };
247
248 cm_core_clockdomains: clockdomains {
249 };
250 };
251 };
252
253 l4_wkup: l4@4ae00000 {
254 compatible = "ti,dra7-l4-wkup", "simple-bus";
255 #address-cells = <1>;
256 #size-cells = <1>;
257 ranges = <0 0x4ae00000 0x3f000>;
258
259 counter32k: counter@4000 {
260 compatible = "ti,omap-counter32k";
261 reg = <0x4000 0x40>;
262 ti,hwmods = "counter_32k";
263 };
264
265 prm: prm@6000 {
266 compatible = "ti,dra7-prm";
267 reg = <0x6000 0x3000>;
268 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
269
270 prm_clocks: clocks {
271 #address-cells = <1>;
272 #size-cells = <0>;
273 };
274
275 prm_clockdomains: clockdomains {
276 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300277 };
Dave Gerlach62e4fee2016-05-18 18:36:31 -0500278
279 scm_wkup: scm_conf@c000 {
280 compatible = "syscon";
281 reg = <0xc000 0x1000>;
282 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300283 };
284
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530285 axi@0 {
286 compatible = "simple-bus";
287 #size-cells = <1>;
288 #address-cells = <1>;
289 ranges = <0x51000000 0x51000000 0x3000
290 0x0 0x20000000 0x10000000>;
Kishon Vijay Abraham Id23f3832017-08-08 11:10:24 +0530291 /**
292 * To enable PCI endpoint mode, disable the pcie1_rc
293 * node and enable pcie1_ep mode.
294 */
295 pcie1_rc: pcie@51000000 {
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530296 compatible = "ti,dra7-pcie";
297 reg = <0x51000000 0x2000>, <0x51002000 0x14c>, <0x1000 0x2000>;
298 reg-names = "rc_dbics", "ti_conf", "config";
299 interrupts = <0 232 0x4>, <0 233 0x4>;
300 #address-cells = <3>;
301 #size-cells = <2>;
302 device_type = "pci";
303 ranges = <0x81000000 0 0 0x03000 0 0x00010000
304 0x82000000 0 0x20013000 0x13000 0 0xffed000>;
Rob Herring7d79f602017-03-21 21:03:01 -0500305 bus-range = <0x00 0xff>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530306 #interrupt-cells = <1>;
307 num-lanes = <1>;
Kishon Vijay Abraham Ibed596d2016-08-10 18:03:18 +0530308 linux,pci-domain = <0>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530309 ti,hwmods = "pcie1";
310 phys = <&pcie1_phy>;
311 phy-names = "pcie-phy0";
312 interrupt-map-mask = <0 0 0 7>;
313 interrupt-map = <0 0 0 1 &pcie1_intc 1>,
314 <0 0 0 2 &pcie1_intc 2>,
315 <0 0 0 3 &pcie1_intc 3>,
316 <0 0 0 4 &pcie1_intc 4>;
Kishon Vijay Abraham Id23f3832017-08-08 11:10:24 +0530317 status = "disabled";
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530318 pcie1_intc: interrupt-controller {
319 interrupt-controller;
320 #address-cells = <0>;
321 #interrupt-cells = <1>;
322 };
323 };
Kishon Vijay Abraham Id23f3832017-08-08 11:10:24 +0530324
325 pcie1_ep: pcie_ep@51000000 {
326 compatible = "ti,dra7-pcie-ep";
327 reg = <0x51000000 0x28>, <0x51002000 0x14c>, <0x51001000 0x28>, <0x1000 0x10000000>;
328 reg-names = "ep_dbics", "ti_conf", "ep_dbics2", "addr_space";
329 interrupts = <0 232 0x4>;
330 num-lanes = <1>;
331 num-ib-windows = <4>;
332 num-ob-windows = <16>;
333 ti,hwmods = "pcie1";
334 phys = <&pcie1_phy>;
335 phy-names = "pcie-phy0";
336 ti,syscon-unaligned-access = <&scm_conf1 0x14 2>;
337 status = "disabled";
338 };
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530339 };
340
341 axi@1 {
342 compatible = "simple-bus";
343 #size-cells = <1>;
344 #address-cells = <1>;
345 ranges = <0x51800000 0x51800000 0x3000
346 0x0 0x30000000 0x10000000>;
347 status = "disabled";
Kishon Vijay Abraham I605b3d32016-06-09 20:43:55 +0530348 pcie@51800000 {
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530349 compatible = "ti,dra7-pcie";
350 reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>;
351 reg-names = "rc_dbics", "ti_conf", "config";
352 interrupts = <0 355 0x4>, <0 356 0x4>;
353 #address-cells = <3>;
354 #size-cells = <2>;
355 device_type = "pci";
356 ranges = <0x81000000 0 0 0x03000 0 0x00010000
357 0x82000000 0 0x30013000 0x13000 0 0xffed000>;
Rob Herring7d79f602017-03-21 21:03:01 -0500358 bus-range = <0x00 0xff>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530359 #interrupt-cells = <1>;
360 num-lanes = <1>;
Kishon Vijay Abraham Ibed596d2016-08-10 18:03:18 +0530361 linux,pci-domain = <1>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530362 ti,hwmods = "pcie2";
363 phys = <&pcie2_phy>;
364 phy-names = "pcie-phy0";
365 interrupt-map-mask = <0 0 0 7>;
366 interrupt-map = <0 0 0 1 &pcie2_intc 1>,
367 <0 0 0 2 &pcie2_intc 2>,
368 <0 0 0 3 &pcie2_intc 3>,
369 <0 0 0 4 &pcie2_intc 4>;
370 pcie2_intc: interrupt-controller {
371 interrupt-controller;
372 #address-cells = <0>;
373 #interrupt-cells = <1>;
374 };
375 };
376 };
377
Dave Gerlacha5fa09b2016-05-10 14:49:41 -0500378 ocmcram1: ocmcram@40300000 {
379 compatible = "mmio-sram";
380 reg = <0x40300000 0x80000>;
381 ranges = <0x0 0x40300000 0x80000>;
382 #address-cells = <1>;
383 #size-cells = <1>;
Dave Gerlachfae3a9f2016-05-10 14:49:42 -0500384 /*
385 * This is a placeholder for an optional reserved
386 * region for use by secure software. The size
387 * of this region is not known until runtime so it
388 * is set as zero to either be updated to reserve
389 * space or left unchanged to leave all SRAM for use.
390 * On HS parts that that require the reserved region
391 * either the bootloader can update the size to
392 * the required amount or the node can be overridden
393 * from the board dts file for the secure platform.
394 */
395 sram-hs@0 {
396 compatible = "ti,secure-ram";
397 reg = <0x0 0x0>;
398 };
Dave Gerlacha5fa09b2016-05-10 14:49:41 -0500399 };
400
401 /*
402 * NOTE: ocmcram2 and ocmcram3 are not available on all
403 * DRA7xx and AM57xx variants. Confirm availability in
404 * the data manual for the exact part number in use
405 * before enabling these nodes in the board dts file.
406 */
407 ocmcram2: ocmcram@40400000 {
408 status = "disabled";
409 compatible = "mmio-sram";
410 reg = <0x40400000 0x100000>;
411 ranges = <0x0 0x40400000 0x100000>;
412 #address-cells = <1>;
413 #size-cells = <1>;
414 };
415
416 ocmcram3: ocmcram@40500000 {
417 status = "disabled";
418 compatible = "mmio-sram";
419 reg = <0x40500000 0x100000>;
420 ranges = <0x0 0x40500000 0x100000>;
421 #address-cells = <1>;
422 #size-cells = <1>;
423 };
424
Keerthyf7397ed2015-03-23 14:39:38 -0500425 bandgap: bandgap@4a0021e0 {
426 reg = <0x4a0021e0 0xc
427 0x4a00232c 0xc
428 0x4a002380 0x2c
429 0x4a0023C0 0x3c
430 0x4a002564 0x8
431 0x4a002574 0x50>;
432 compatible = "ti,dra752-bandgap";
433 interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
434 #thermal-sensor-cells = <1>;
435 };
436
Suman Anna99639ac2015-10-02 18:23:22 -0500437 dsp1_system: dsp_system@40d00000 {
438 compatible = "syscon";
439 reg = <0x40d00000 0x100>;
440 };
441
Tony Lindgreneba61302017-06-16 17:24:29 +0530442 dra7_iodelay_core: padconf@4844a000 {
443 compatible = "ti,dra7-iodelay";
444 reg = <0x4844a000 0x0d1c>;
445 #address-cells = <1>;
446 #size-cells = <0>;
447 #pinctrl-cells = <2>;
448 };
449
R Sricharan6e58b8f2013-08-14 19:08:20 +0530450 sdma: dma-controller@4a056000 {
451 compatible = "ti,omap4430-sdma";
452 reg = <0x4a056000 0x1000>;
R Sricharana46631c2014-06-26 12:55:31 +0530453 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
454 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
455 <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
456 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530457 #dma-cells = <1>;
Peter Ujfalusi08d9b322015-02-20 15:42:06 +0200458 dma-channels = <32>;
459 dma-requests = <127>;
Tony Lindgren288cdbbf2017-08-30 08:19:53 -0700460 ti,hwmods = "dma_system";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530461 };
462
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200463 edma: edma@43300000 {
464 compatible = "ti,edma3-tpcc";
465 ti,hwmods = "tpcc";
466 reg = <0x43300000 0x100000>;
467 reg-names = "edma3_cc";
468 interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>,
469 <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>,
470 <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
Robert P. J. Daya5206552016-05-24 17:20:28 -0400471 interrupt-names = "edma3_ccint", "edma3_mperr",
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200472 "edma3_ccerrint";
473 dma-requests = <64>;
474 #dma-cells = <2>;
475
476 ti,tptcs = <&edma_tptc0 7>, <&edma_tptc1 0>;
477
478 /*
479 * memcpy is disabled, can be enabled with:
480 * ti,edma-memcpy-channels = <20 21>;
481 * for example. Note that these channels need to be
482 * masked in the xbar as well.
483 */
484 };
485
486 edma_tptc0: tptc@43400000 {
487 compatible = "ti,edma3-tptc";
488 ti,hwmods = "tptc0";
489 reg = <0x43400000 0x100000>;
490 interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>;
491 interrupt-names = "edma3_tcerrint";
492 };
493
494 edma_tptc1: tptc@43500000 {
495 compatible = "ti,edma3-tptc";
496 ti,hwmods = "tptc1";
497 reg = <0x43500000 0x100000>;
498 interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>;
499 interrupt-names = "edma3_tcerrint";
500 };
501
R Sricharan6e58b8f2013-08-14 19:08:20 +0530502 gpio1: gpio@4ae10000 {
503 compatible = "ti,omap4-gpio";
504 reg = <0x4ae10000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530505 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530506 ti,hwmods = "gpio1";
507 gpio-controller;
508 #gpio-cells = <2>;
509 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700510 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530511 };
512
513 gpio2: gpio@48055000 {
514 compatible = "ti,omap4-gpio";
515 reg = <0x48055000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530516 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530517 ti,hwmods = "gpio2";
518 gpio-controller;
519 #gpio-cells = <2>;
520 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700521 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530522 };
523
524 gpio3: gpio@48057000 {
525 compatible = "ti,omap4-gpio";
526 reg = <0x48057000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530527 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530528 ti,hwmods = "gpio3";
529 gpio-controller;
530 #gpio-cells = <2>;
531 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700532 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530533 };
534
535 gpio4: gpio@48059000 {
536 compatible = "ti,omap4-gpio";
537 reg = <0x48059000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530538 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530539 ti,hwmods = "gpio4";
540 gpio-controller;
541 #gpio-cells = <2>;
542 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700543 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530544 };
545
546 gpio5: gpio@4805b000 {
547 compatible = "ti,omap4-gpio";
548 reg = <0x4805b000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530549 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530550 ti,hwmods = "gpio5";
551 gpio-controller;
552 #gpio-cells = <2>;
553 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700554 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530555 };
556
557 gpio6: gpio@4805d000 {
558 compatible = "ti,omap4-gpio";
559 reg = <0x4805d000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530560 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530561 ti,hwmods = "gpio6";
562 gpio-controller;
563 #gpio-cells = <2>;
564 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700565 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530566 };
567
568 gpio7: gpio@48051000 {
569 compatible = "ti,omap4-gpio";
570 reg = <0x48051000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530571 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530572 ti,hwmods = "gpio7";
573 gpio-controller;
574 #gpio-cells = <2>;
575 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700576 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530577 };
578
579 gpio8: gpio@48053000 {
580 compatible = "ti,omap4-gpio";
581 reg = <0x48053000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530582 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530583 ti,hwmods = "gpio8";
584 gpio-controller;
585 #gpio-cells = <2>;
586 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700587 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530588 };
589
590 uart1: serial@4806a000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530591 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530592 reg = <0x4806a000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000593 interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530594 ti,hwmods = "uart1";
595 clock-frequency = <48000000>;
596 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300597 dmas = <&sdma_xbar 49>, <&sdma_xbar 50>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200598 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530599 };
600
601 uart2: serial@4806c000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530602 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530603 reg = <0x4806c000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000604 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530605 ti,hwmods = "uart2";
606 clock-frequency = <48000000>;
607 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300608 dmas = <&sdma_xbar 51>, <&sdma_xbar 52>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200609 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530610 };
611
612 uart3: serial@48020000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530613 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530614 reg = <0x48020000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000615 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530616 ti,hwmods = "uart3";
617 clock-frequency = <48000000>;
618 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300619 dmas = <&sdma_xbar 53>, <&sdma_xbar 54>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200620 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530621 };
622
623 uart4: serial@4806e000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530624 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530625 reg = <0x4806e000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000626 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530627 ti,hwmods = "uart4";
628 clock-frequency = <48000000>;
629 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300630 dmas = <&sdma_xbar 55>, <&sdma_xbar 56>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200631 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530632 };
633
634 uart5: serial@48066000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530635 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530636 reg = <0x48066000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000637 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530638 ti,hwmods = "uart5";
639 clock-frequency = <48000000>;
640 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300641 dmas = <&sdma_xbar 63>, <&sdma_xbar 64>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200642 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530643 };
644
645 uart6: serial@48068000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530646 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530647 reg = <0x48068000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000648 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530649 ti,hwmods = "uart6";
650 clock-frequency = <48000000>;
651 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300652 dmas = <&sdma_xbar 79>, <&sdma_xbar 80>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200653 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530654 };
655
656 uart7: serial@48420000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530657 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530658 reg = <0x48420000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000659 interrupts = <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530660 ti,hwmods = "uart7";
661 clock-frequency = <48000000>;
662 status = "disabled";
663 };
664
665 uart8: serial@48422000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530666 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530667 reg = <0x48422000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000668 interrupts = <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530669 ti,hwmods = "uart8";
670 clock-frequency = <48000000>;
671 status = "disabled";
672 };
673
674 uart9: serial@48424000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530675 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530676 reg = <0x48424000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000677 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530678 ti,hwmods = "uart9";
679 clock-frequency = <48000000>;
680 status = "disabled";
681 };
682
683 uart10: serial@4ae2b000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530684 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530685 reg = <0x4ae2b000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000686 interrupts = <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530687 ti,hwmods = "uart10";
688 clock-frequency = <48000000>;
689 status = "disabled";
690 };
691
Suman Anna38baefb2014-07-11 16:44:38 -0500692 mailbox1: mailbox@4a0f4000 {
693 compatible = "ti,omap4-mailbox";
694 reg = <0x4a0f4000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600695 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
696 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
697 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500698 ti,hwmods = "mailbox1";
Suman Anna24df0452014-11-03 17:07:35 -0600699 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500700 ti,mbox-num-users = <3>;
701 ti,mbox-num-fifos = <8>;
702 status = "disabled";
703 };
704
705 mailbox2: mailbox@4883a000 {
706 compatible = "ti,omap4-mailbox";
707 reg = <0x4883a000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600708 interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>,
709 <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>,
710 <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>,
711 <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500712 ti,hwmods = "mailbox2";
Suman Anna24df0452014-11-03 17:07:35 -0600713 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500714 ti,mbox-num-users = <4>;
715 ti,mbox-num-fifos = <12>;
716 status = "disabled";
717 };
718
719 mailbox3: mailbox@4883c000 {
720 compatible = "ti,omap4-mailbox";
721 reg = <0x4883c000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600722 interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>,
723 <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>,
724 <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>,
725 <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500726 ti,hwmods = "mailbox3";
Suman Anna24df0452014-11-03 17:07:35 -0600727 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500728 ti,mbox-num-users = <4>;
729 ti,mbox-num-fifos = <12>;
730 status = "disabled";
731 };
732
733 mailbox4: mailbox@4883e000 {
734 compatible = "ti,omap4-mailbox";
735 reg = <0x4883e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600736 interrupts = <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
737 <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>,
738 <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>,
739 <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500740 ti,hwmods = "mailbox4";
Suman Anna24df0452014-11-03 17:07:35 -0600741 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500742 ti,mbox-num-users = <4>;
743 ti,mbox-num-fifos = <12>;
744 status = "disabled";
745 };
746
747 mailbox5: mailbox@48840000 {
748 compatible = "ti,omap4-mailbox";
749 reg = <0x48840000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600750 interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>,
751 <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>,
752 <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>,
753 <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500754 ti,hwmods = "mailbox5";
Suman Anna24df0452014-11-03 17:07:35 -0600755 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500756 ti,mbox-num-users = <4>;
757 ti,mbox-num-fifos = <12>;
758 status = "disabled";
759 };
760
761 mailbox6: mailbox@48842000 {
762 compatible = "ti,omap4-mailbox";
763 reg = <0x48842000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600764 interrupts = <GIC_SPI 253 IRQ_TYPE_LEVEL_HIGH>,
765 <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>,
766 <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>,
767 <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500768 ti,hwmods = "mailbox6";
Suman Anna24df0452014-11-03 17:07:35 -0600769 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500770 ti,mbox-num-users = <4>;
771 ti,mbox-num-fifos = <12>;
772 status = "disabled";
773 };
774
775 mailbox7: mailbox@48844000 {
776 compatible = "ti,omap4-mailbox";
777 reg = <0x48844000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600778 interrupts = <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>,
779 <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>,
780 <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>,
781 <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500782 ti,hwmods = "mailbox7";
Suman Anna24df0452014-11-03 17:07:35 -0600783 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500784 ti,mbox-num-users = <4>;
785 ti,mbox-num-fifos = <12>;
786 status = "disabled";
787 };
788
789 mailbox8: mailbox@48846000 {
790 compatible = "ti,omap4-mailbox";
791 reg = <0x48846000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600792 interrupts = <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>,
793 <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>,
794 <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>,
795 <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500796 ti,hwmods = "mailbox8";
Suman Anna24df0452014-11-03 17:07:35 -0600797 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500798 ti,mbox-num-users = <4>;
799 ti,mbox-num-fifos = <12>;
800 status = "disabled";
801 };
802
803 mailbox9: mailbox@4885e000 {
804 compatible = "ti,omap4-mailbox";
805 reg = <0x4885e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600806 interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>,
807 <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>,
808 <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>,
809 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500810 ti,hwmods = "mailbox9";
Suman Anna24df0452014-11-03 17:07:35 -0600811 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500812 ti,mbox-num-users = <4>;
813 ti,mbox-num-fifos = <12>;
814 status = "disabled";
815 };
816
817 mailbox10: mailbox@48860000 {
818 compatible = "ti,omap4-mailbox";
819 reg = <0x48860000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600820 interrupts = <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>,
821 <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH>,
822 <GIC_SPI 271 IRQ_TYPE_LEVEL_HIGH>,
823 <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500824 ti,hwmods = "mailbox10";
Suman Anna24df0452014-11-03 17:07:35 -0600825 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500826 ti,mbox-num-users = <4>;
827 ti,mbox-num-fifos = <12>;
828 status = "disabled";
829 };
830
831 mailbox11: mailbox@48862000 {
832 compatible = "ti,omap4-mailbox";
833 reg = <0x48862000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600834 interrupts = <GIC_SPI 273 IRQ_TYPE_LEVEL_HIGH>,
835 <GIC_SPI 274 IRQ_TYPE_LEVEL_HIGH>,
836 <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>,
837 <GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500838 ti,hwmods = "mailbox11";
Suman Anna24df0452014-11-03 17:07:35 -0600839 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500840 ti,mbox-num-users = <4>;
841 ti,mbox-num-fifos = <12>;
842 status = "disabled";
843 };
844
845 mailbox12: mailbox@48864000 {
846 compatible = "ti,omap4-mailbox";
847 reg = <0x48864000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600848 interrupts = <GIC_SPI 277 IRQ_TYPE_LEVEL_HIGH>,
849 <GIC_SPI 278 IRQ_TYPE_LEVEL_HIGH>,
850 <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
851 <GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500852 ti,hwmods = "mailbox12";
Suman Anna24df0452014-11-03 17:07:35 -0600853 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500854 ti,mbox-num-users = <4>;
855 ti,mbox-num-fifos = <12>;
856 status = "disabled";
857 };
858
859 mailbox13: mailbox@48802000 {
860 compatible = "ti,omap4-mailbox";
861 reg = <0x48802000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600862 interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>,
863 <GIC_SPI 380 IRQ_TYPE_LEVEL_HIGH>,
864 <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>,
865 <GIC_SPI 382 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500866 ti,hwmods = "mailbox13";
Suman Anna24df0452014-11-03 17:07:35 -0600867 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500868 ti,mbox-num-users = <4>;
869 ti,mbox-num-fifos = <12>;
870 status = "disabled";
871 };
872
R Sricharan6e58b8f2013-08-14 19:08:20 +0530873 timer1: timer@4ae18000 {
874 compatible = "ti,omap5430-timer";
875 reg = <0x4ae18000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530876 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530877 ti,hwmods = "timer1";
878 ti,timer-alwon;
879 };
880
881 timer2: timer@48032000 {
882 compatible = "ti,omap5430-timer";
883 reg = <0x48032000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530884 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530885 ti,hwmods = "timer2";
886 };
887
888 timer3: timer@48034000 {
889 compatible = "ti,omap5430-timer";
890 reg = <0x48034000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530891 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530892 ti,hwmods = "timer3";
893 };
894
895 timer4: timer@48036000 {
896 compatible = "ti,omap5430-timer";
897 reg = <0x48036000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530898 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530899 ti,hwmods = "timer4";
900 };
901
902 timer5: timer@48820000 {
903 compatible = "ti,omap5430-timer";
904 reg = <0x48820000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530905 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530906 ti,hwmods = "timer5";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530907 };
908
909 timer6: timer@48822000 {
910 compatible = "ti,omap5430-timer";
911 reg = <0x48822000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530912 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530913 ti,hwmods = "timer6";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530914 };
915
916 timer7: timer@48824000 {
917 compatible = "ti,omap5430-timer";
918 reg = <0x48824000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530919 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530920 ti,hwmods = "timer7";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530921 };
922
923 timer8: timer@48826000 {
924 compatible = "ti,omap5430-timer";
925 reg = <0x48826000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530926 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530927 ti,hwmods = "timer8";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530928 };
929
930 timer9: timer@4803e000 {
931 compatible = "ti,omap5430-timer";
932 reg = <0x4803e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530933 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530934 ti,hwmods = "timer9";
935 };
936
937 timer10: timer@48086000 {
938 compatible = "ti,omap5430-timer";
939 reg = <0x48086000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530940 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530941 ti,hwmods = "timer10";
942 };
943
944 timer11: timer@48088000 {
945 compatible = "ti,omap5430-timer";
946 reg = <0x48088000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530947 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530948 ti,hwmods = "timer11";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530949 };
950
Suman Annad79852a2016-04-05 16:44:10 -0500951 timer12: timer@4ae20000 {
952 compatible = "ti,omap5430-timer";
953 reg = <0x4ae20000 0x80>;
954 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
955 ti,hwmods = "timer12";
956 ti,timer-alwon;
957 ti,timer-secure;
958 };
959
R Sricharan6e58b8f2013-08-14 19:08:20 +0530960 timer13: timer@48828000 {
961 compatible = "ti,omap5430-timer";
962 reg = <0x48828000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530963 interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530964 ti,hwmods = "timer13";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530965 };
966
967 timer14: timer@4882a000 {
968 compatible = "ti,omap5430-timer";
969 reg = <0x4882a000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530970 interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530971 ti,hwmods = "timer14";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530972 };
973
974 timer15: timer@4882c000 {
975 compatible = "ti,omap5430-timer";
976 reg = <0x4882c000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530977 interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530978 ti,hwmods = "timer15";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530979 };
980
981 timer16: timer@4882e000 {
982 compatible = "ti,omap5430-timer";
983 reg = <0x4882e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530984 interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530985 ti,hwmods = "timer16";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530986 };
987
988 wdt2: wdt@4ae14000 {
Lokesh Vutlabe668832014-11-12 10:54:15 +0530989 compatible = "ti,omap3-wdt";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530990 reg = <0x4ae14000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530991 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530992 ti,hwmods = "wd_timer2";
993 };
994
Suman Annadbd7c192014-01-13 18:26:46 -0600995 hwspinlock: spinlock@4a0f6000 {
996 compatible = "ti,omap4-hwspinlock";
997 reg = <0x4a0f6000 0x1000>;
998 ti,hwmods = "spinlock";
999 #hwlock-cells = <1>;
1000 };
1001
Archit Taneja1a5fe3c2013-12-17 15:32:21 +05301002 dmm@4e000000 {
1003 compatible = "ti,omap5-dmm";
1004 reg = <0x4e000000 0x800>;
R Sricharana46631c2014-06-26 12:55:31 +05301005 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
Archit Taneja1a5fe3c2013-12-17 15:32:21 +05301006 ti,hwmods = "dmm";
1007 };
1008
R Sricharan6e58b8f2013-08-14 19:08:20 +05301009 i2c1: i2c@48070000 {
1010 compatible = "ti,omap4-i2c";
1011 reg = <0x48070000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301012 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301013 #address-cells = <1>;
1014 #size-cells = <0>;
1015 ti,hwmods = "i2c1";
1016 status = "disabled";
1017 };
1018
1019 i2c2: i2c@48072000 {
1020 compatible = "ti,omap4-i2c";
1021 reg = <0x48072000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301022 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301023 #address-cells = <1>;
1024 #size-cells = <0>;
1025 ti,hwmods = "i2c2";
1026 status = "disabled";
1027 };
1028
1029 i2c3: i2c@48060000 {
1030 compatible = "ti,omap4-i2c";
1031 reg = <0x48060000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301032 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301033 #address-cells = <1>;
1034 #size-cells = <0>;
1035 ti,hwmods = "i2c3";
1036 status = "disabled";
1037 };
1038
1039 i2c4: i2c@4807a000 {
1040 compatible = "ti,omap4-i2c";
1041 reg = <0x4807a000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301042 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301043 #address-cells = <1>;
1044 #size-cells = <0>;
1045 ti,hwmods = "i2c4";
1046 status = "disabled";
1047 };
1048
1049 i2c5: i2c@4807c000 {
1050 compatible = "ti,omap4-i2c";
1051 reg = <0x4807c000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301052 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301053 #address-cells = <1>;
1054 #size-cells = <0>;
1055 ti,hwmods = "i2c5";
1056 status = "disabled";
1057 };
1058
1059 mmc1: mmc@4809c000 {
1060 compatible = "ti,omap4-hsmmc";
1061 reg = <0x4809c000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301062 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301063 ti,hwmods = "mmc1";
1064 ti,dual-volt;
1065 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001066 dmas = <&sdma_xbar 61>, <&sdma_xbar 62>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301067 dma-names = "tx", "rx";
1068 status = "disabled";
Balaji T Kcd042fe2014-02-19 20:26:40 +05301069 pbias-supply = <&pbias_mmc_reg>;
Kishon Vijay Abraham I866b5e42017-06-07 15:07:47 +05301070 max-frequency = <192000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301071 };
1072
Tony Lindgren288cdbbf2017-08-30 08:19:53 -07001073 hdqw1w: 1w@480b2000 {
1074 compatible = "ti,omap3-1w";
1075 reg = <0x480b2000 0x1000>;
1076 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
1077 ti,hwmods = "hdq1w";
1078 };
1079
R Sricharan6e58b8f2013-08-14 19:08:20 +05301080 mmc2: mmc@480b4000 {
1081 compatible = "ti,omap4-hsmmc";
1082 reg = <0x480b4000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301083 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301084 ti,hwmods = "mmc2";
1085 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001086 dmas = <&sdma_xbar 47>, <&sdma_xbar 48>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301087 dma-names = "tx", "rx";
1088 status = "disabled";
Kishon Vijay Abraham I866b5e42017-06-07 15:07:47 +05301089 max-frequency = <192000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301090 };
1091
1092 mmc3: mmc@480ad000 {
1093 compatible = "ti,omap4-hsmmc";
1094 reg = <0x480ad000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301095 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301096 ti,hwmods = "mmc3";
1097 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001098 dmas = <&sdma_xbar 77>, <&sdma_xbar 78>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301099 dma-names = "tx", "rx";
1100 status = "disabled";
Kishon Vijay Abraham I866b5e42017-06-07 15:07:47 +05301101 /* Errata i887 limits max-frequency of MMC3 to 64 MHz */
1102 max-frequency = <64000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301103 };
1104
1105 mmc4: mmc@480d1000 {
1106 compatible = "ti,omap4-hsmmc";
1107 reg = <0x480d1000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301108 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301109 ti,hwmods = "mmc4";
1110 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001111 dmas = <&sdma_xbar 57>, <&sdma_xbar 58>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301112 dma-names = "tx", "rx";
1113 status = "disabled";
Kishon Vijay Abraham I866b5e42017-06-07 15:07:47 +05301114 max-frequency = <192000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301115 };
1116
Suman Anna2c7e07c52015-10-02 18:23:24 -05001117 mmu0_dsp1: mmu@40d01000 {
1118 compatible = "ti,dra7-dsp-iommu";
1119 reg = <0x40d01000 0x100>;
1120 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
1121 ti,hwmods = "mmu0_dsp1";
1122 #iommu-cells = <0>;
1123 ti,syscon-mmuconfig = <&dsp1_system 0x0>;
1124 status = "disabled";
1125 };
1126
1127 mmu1_dsp1: mmu@40d02000 {
1128 compatible = "ti,dra7-dsp-iommu";
1129 reg = <0x40d02000 0x100>;
1130 interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
1131 ti,hwmods = "mmu1_dsp1";
1132 #iommu-cells = <0>;
1133 ti,syscon-mmuconfig = <&dsp1_system 0x1>;
1134 status = "disabled";
1135 };
1136
1137 mmu_ipu1: mmu@58882000 {
1138 compatible = "ti,dra7-iommu";
1139 reg = <0x58882000 0x100>;
1140 interrupts = <GIC_SPI 395 IRQ_TYPE_LEVEL_HIGH>;
1141 ti,hwmods = "mmu_ipu1";
1142 #iommu-cells = <0>;
1143 ti,iommu-bus-err-back;
1144 status = "disabled";
1145 };
1146
1147 mmu_ipu2: mmu@55082000 {
1148 compatible = "ti,dra7-iommu";
1149 reg = <0x55082000 0x100>;
1150 interrupts = <GIC_SPI 396 IRQ_TYPE_LEVEL_HIGH>;
1151 ti,hwmods = "mmu_ipu2";
1152 #iommu-cells = <0>;
1153 ti,iommu-bus-err-back;
1154 status = "disabled";
1155 };
1156
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301157 abb_mpu: regulator-abb-mpu {
1158 compatible = "ti,abb-v3";
1159 regulator-name = "abb_mpu";
1160 #address-cells = <0>;
1161 #size-cells = <0>;
1162 clocks = <&sys_clkin1>;
1163 ti,settling-time = <50>;
1164 ti,clock-cycles = <16>;
1165
1166 reg = <0x4ae07ddc 0x4>, <0x4ae07de0 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001167 <0x4ae06014 0x4>, <0x4a003b20 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301168 <0x4ae0c158 0x4>;
1169 reg-names = "setup-address", "control-address",
1170 "int-address", "efuse-address",
1171 "ldo-address";
1172 ti,tranxdone-status-mask = <0x80>;
1173 /* LDOVBBMPU_FBB_MUX_CTRL */
1174 ti,ldovbb-override-mask = <0x400>;
1175 /* LDOVBBMPU_FBB_VSET_OUT */
1176 ti,ldovbb-vset-mask = <0x1F>;
1177
1178 /*
1179 * NOTE: only FBB mode used but actual vset will
1180 * determine final biasing
1181 */
1182 ti,abb_info = <
1183 /*uV ABB efuse rbb_m fbb_m vset_m*/
1184 1060000 0 0x0 0 0x02000000 0x01F00000
1185 1160000 0 0x4 0 0x02000000 0x01F00000
1186 1210000 0 0x8 0 0x02000000 0x01F00000
1187 >;
1188 };
1189
1190 abb_ivahd: regulator-abb-ivahd {
1191 compatible = "ti,abb-v3";
1192 regulator-name = "abb_ivahd";
1193 #address-cells = <0>;
1194 #size-cells = <0>;
1195 clocks = <&sys_clkin1>;
1196 ti,settling-time = <50>;
1197 ti,clock-cycles = <16>;
1198
1199 reg = <0x4ae07e34 0x4>, <0x4ae07e24 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001200 <0x4ae06010 0x4>, <0x4a0025cc 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301201 <0x4a002470 0x4>;
1202 reg-names = "setup-address", "control-address",
1203 "int-address", "efuse-address",
1204 "ldo-address";
1205 ti,tranxdone-status-mask = <0x40000000>;
1206 /* LDOVBBIVA_FBB_MUX_CTRL */
1207 ti,ldovbb-override-mask = <0x400>;
1208 /* LDOVBBIVA_FBB_VSET_OUT */
1209 ti,ldovbb-vset-mask = <0x1F>;
1210
1211 /*
1212 * NOTE: only FBB mode used but actual vset will
1213 * determine final biasing
1214 */
1215 ti,abb_info = <
1216 /*uV ABB efuse rbb_m fbb_m vset_m*/
1217 1055000 0 0x0 0 0x02000000 0x01F00000
1218 1150000 0 0x4 0 0x02000000 0x01F00000
1219 1250000 0 0x8 0 0x02000000 0x01F00000
1220 >;
1221 };
1222
1223 abb_dspeve: regulator-abb-dspeve {
1224 compatible = "ti,abb-v3";
1225 regulator-name = "abb_dspeve";
1226 #address-cells = <0>;
1227 #size-cells = <0>;
1228 clocks = <&sys_clkin1>;
1229 ti,settling-time = <50>;
1230 ti,clock-cycles = <16>;
1231
1232 reg = <0x4ae07e30 0x4>, <0x4ae07e20 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001233 <0x4ae06010 0x4>, <0x4a0025e0 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301234 <0x4a00246c 0x4>;
1235 reg-names = "setup-address", "control-address",
1236 "int-address", "efuse-address",
1237 "ldo-address";
1238 ti,tranxdone-status-mask = <0x20000000>;
1239 /* LDOVBBDSPEVE_FBB_MUX_CTRL */
1240 ti,ldovbb-override-mask = <0x400>;
1241 /* LDOVBBDSPEVE_FBB_VSET_OUT */
1242 ti,ldovbb-vset-mask = <0x1F>;
1243
1244 /*
1245 * NOTE: only FBB mode used but actual vset will
1246 * determine final biasing
1247 */
1248 ti,abb_info = <
1249 /*uV ABB efuse rbb_m fbb_m vset_m*/
1250 1055000 0 0x0 0 0x02000000 0x01F00000
1251 1150000 0 0x4 0 0x02000000 0x01F00000
1252 1250000 0 0x8 0 0x02000000 0x01F00000
1253 >;
1254 };
1255
1256 abb_gpu: regulator-abb-gpu {
1257 compatible = "ti,abb-v3";
1258 regulator-name = "abb_gpu";
1259 #address-cells = <0>;
1260 #size-cells = <0>;
1261 clocks = <&sys_clkin1>;
1262 ti,settling-time = <50>;
1263 ti,clock-cycles = <16>;
1264
1265 reg = <0x4ae07de4 0x4>, <0x4ae07de8 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001266 <0x4ae06010 0x4>, <0x4a003b08 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301267 <0x4ae0c154 0x4>;
1268 reg-names = "setup-address", "control-address",
1269 "int-address", "efuse-address",
1270 "ldo-address";
1271 ti,tranxdone-status-mask = <0x10000000>;
1272 /* LDOVBBGPU_FBB_MUX_CTRL */
1273 ti,ldovbb-override-mask = <0x400>;
1274 /* LDOVBBGPU_FBB_VSET_OUT */
1275 ti,ldovbb-vset-mask = <0x1F>;
1276
1277 /*
1278 * NOTE: only FBB mode used but actual vset will
1279 * determine final biasing
1280 */
1281 ti,abb_info = <
1282 /*uV ABB efuse rbb_m fbb_m vset_m*/
1283 1090000 0 0x0 0 0x02000000 0x01F00000
1284 1210000 0 0x4 0 0x02000000 0x01F00000
1285 1280000 0 0x8 0 0x02000000 0x01F00000
1286 >;
1287 };
1288
R Sricharan6e58b8f2013-08-14 19:08:20 +05301289 mcspi1: spi@48098000 {
1290 compatible = "ti,omap4-mcspi";
1291 reg = <0x48098000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301292 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301293 #address-cells = <1>;
1294 #size-cells = <0>;
1295 ti,hwmods = "mcspi1";
1296 ti,spi-num-cs = <4>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001297 dmas = <&sdma_xbar 35>,
1298 <&sdma_xbar 36>,
1299 <&sdma_xbar 37>,
1300 <&sdma_xbar 38>,
1301 <&sdma_xbar 39>,
1302 <&sdma_xbar 40>,
1303 <&sdma_xbar 41>,
1304 <&sdma_xbar 42>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301305 dma-names = "tx0", "rx0", "tx1", "rx1",
1306 "tx2", "rx2", "tx3", "rx3";
1307 status = "disabled";
1308 };
1309
1310 mcspi2: spi@4809a000 {
1311 compatible = "ti,omap4-mcspi";
1312 reg = <0x4809a000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301313 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301314 #address-cells = <1>;
1315 #size-cells = <0>;
1316 ti,hwmods = "mcspi2";
1317 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001318 dmas = <&sdma_xbar 43>,
1319 <&sdma_xbar 44>,
1320 <&sdma_xbar 45>,
1321 <&sdma_xbar 46>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301322 dma-names = "tx0", "rx0", "tx1", "rx1";
1323 status = "disabled";
1324 };
1325
1326 mcspi3: spi@480b8000 {
1327 compatible = "ti,omap4-mcspi";
1328 reg = <0x480b8000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301329 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301330 #address-cells = <1>;
1331 #size-cells = <0>;
1332 ti,hwmods = "mcspi3";
1333 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001334 dmas = <&sdma_xbar 15>, <&sdma_xbar 16>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301335 dma-names = "tx0", "rx0";
1336 status = "disabled";
1337 };
1338
1339 mcspi4: spi@480ba000 {
1340 compatible = "ti,omap4-mcspi";
1341 reg = <0x480ba000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301342 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301343 #address-cells = <1>;
1344 #size-cells = <0>;
1345 ti,hwmods = "mcspi4";
1346 ti,spi-num-cs = <1>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001347 dmas = <&sdma_xbar 70>, <&sdma_xbar 71>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301348 dma-names = "tx0", "rx0";
1349 status = "disabled";
1350 };
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301351
1352 qspi: qspi@4b300000 {
1353 compatible = "ti,dra7xxx-qspi";
Vignesh R1929d0b2015-12-11 09:39:59 +05301354 reg = <0x4b300000 0x100>,
1355 <0x5c000000 0x4000000>;
1356 reg-names = "qspi_base", "qspi_mmap";
1357 syscon-chipselects = <&scm_conf 0x558>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301358 #address-cells = <1>;
1359 #size-cells = <0>;
1360 ti,hwmods = "qspi";
1361 clocks = <&qspi_gfclk_div>;
1362 clock-names = "fck";
1363 num-cs = <4>;
R Sricharana46631c2014-06-26 12:55:31 +05301364 interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301365 status = "disabled";
1366 };
Balaji T K7be80562014-05-07 14:58:58 +03001367
Balaji T K7be80562014-05-07 14:58:58 +03001368 /* OCP2SCP3 */
1369 ocp2scp@4a090000 {
1370 compatible = "ti,omap-ocp2scp";
1371 #address-cells = <1>;
1372 #size-cells = <1>;
1373 ranges;
1374 reg = <0x4a090000 0x20>;
1375 ti,hwmods = "ocp2scp3";
1376 sata_phy: phy@4A096000 {
1377 compatible = "ti,phy-pipe3-sata";
1378 reg = <0x4A096000 0x80>, /* phy_rx */
1379 <0x4A096400 0x64>, /* phy_tx */
1380 <0x4A096800 0x40>; /* pll_ctrl */
1381 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301382 syscon-phy-power = <&scm_conf 0x374>;
Roger Quadros773c5a02015-01-13 14:23:21 +02001383 clocks = <&sys_clkin1>, <&sata_ref_clk>;
1384 clock-names = "sysclk", "refclk";
Roger Quadros257d5d9a2015-07-17 16:47:23 +03001385 syscon-pllreset = <&scm_conf 0x3fc>;
Balaji T K7be80562014-05-07 14:58:58 +03001386 #phy-cells = <0>;
1387 };
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301388
1389 pcie1_phy: pciephy@4a094000 {
1390 compatible = "ti,phy-pipe3-pcie";
1391 reg = <0x4a094000 0x80>, /* phy_rx */
1392 <0x4a094400 0x64>; /* phy_tx */
1393 reg-names = "phy_rx", "phy_tx";
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301394 syscon-phy-power = <&scm_conf_pcie 0x1c>;
1395 syscon-pcs = <&scm_conf_pcie 0x10>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301396 clocks = <&dpll_pcie_ref_ck>,
1397 <&dpll_pcie_ref_m2ldo_ck>,
1398 <&optfclk_pciephy1_32khz>,
1399 <&optfclk_pciephy1_clk>,
1400 <&optfclk_pciephy1_div_clk>,
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301401 <&optfclk_pciephy_div>,
1402 <&sys_clkin1>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301403 clock-names = "dpll_ref", "dpll_ref_m2",
1404 "wkupclk", "refclk",
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301405 "div-clk", "phy-div", "sysclk";
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301406 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301407 };
1408
1409 pcie2_phy: pciephy@4a095000 {
1410 compatible = "ti,phy-pipe3-pcie";
1411 reg = <0x4a095000 0x80>, /* phy_rx */
1412 <0x4a095400 0x64>; /* phy_tx */
1413 reg-names = "phy_rx", "phy_tx";
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301414 syscon-phy-power = <&scm_conf_pcie 0x20>;
1415 syscon-pcs = <&scm_conf_pcie 0x10>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301416 clocks = <&dpll_pcie_ref_ck>,
1417 <&dpll_pcie_ref_m2ldo_ck>,
1418 <&optfclk_pciephy2_32khz>,
1419 <&optfclk_pciephy2_clk>,
1420 <&optfclk_pciephy2_div_clk>,
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301421 <&optfclk_pciephy_div>,
1422 <&sys_clkin1>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301423 clock-names = "dpll_ref", "dpll_ref_m2",
1424 "wkupclk", "refclk",
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301425 "div-clk", "phy-div", "sysclk";
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301426 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301427 status = "disabled";
1428 };
Balaji T K7be80562014-05-07 14:58:58 +03001429 };
1430
1431 sata: sata@4a141100 {
1432 compatible = "snps,dwc-ahci";
1433 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
R Sricharana46631c2014-06-26 12:55:31 +05301434 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
Balaji T K7be80562014-05-07 14:58:58 +03001435 phys = <&sata_phy>;
1436 phy-names = "sata-phy";
1437 clocks = <&sata_ref_clk>;
1438 ti,hwmods = "sata";
Jean-Jacques Hiblot87cb1292017-01-09 13:22:15 +01001439 ports-implemented = <0x1>;
Balaji T K7be80562014-05-07 14:58:58 +03001440 };
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001441
Nishanth Menon00edd312015-04-08 18:56:27 -05001442 rtc: rtc@48838000 {
Lokesh Vutlabc078312014-11-19 17:53:08 +05301443 compatible = "ti,am3352-rtc";
1444 reg = <0x48838000 0x100>;
1445 interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
1446 <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
1447 ti,hwmods = "rtcss";
1448 clocks = <&sys_32k_ck>;
1449 };
1450
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001451 /* OCP2SCP1 */
1452 ocp2scp@4a080000 {
1453 compatible = "ti,omap-ocp2scp";
1454 #address-cells = <1>;
1455 #size-cells = <1>;
1456 ranges;
1457 reg = <0x4a080000 0x20>;
1458 ti,hwmods = "ocp2scp1";
1459
1460 usb2_phy1: phy@4a084000 {
Sekhar Nori291f1af2016-08-23 11:57:41 +03001461 compatible = "ti,dra7x-usb2", "ti,omap-usb2";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001462 reg = <0x4a084000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301463 syscon-phy-power = <&scm_conf 0x300>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001464 clocks = <&usb_phy1_always_on_clk32k>,
1465 <&usb_otg_ss1_refclk960m>;
1466 clock-names = "wkupclk",
1467 "refclk";
1468 #phy-cells = <0>;
1469 };
1470
1471 usb2_phy2: phy@4a085000 {
Kishon Vijay Abraham I4b4f52e2015-12-21 14:43:20 +05301472 compatible = "ti,dra7x-usb2-phy2",
1473 "ti,omap-usb2";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001474 reg = <0x4a085000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301475 syscon-phy-power = <&scm_conf 0xe74>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001476 clocks = <&usb_phy2_always_on_clk32k>,
1477 <&usb_otg_ss2_refclk960m>;
1478 clock-names = "wkupclk",
1479 "refclk";
1480 #phy-cells = <0>;
1481 };
1482
1483 usb3_phy1: phy@4a084400 {
1484 compatible = "ti,omap-usb3";
1485 reg = <0x4a084400 0x80>,
1486 <0x4a084800 0x64>,
1487 <0x4a084c00 0x40>;
1488 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301489 syscon-phy-power = <&scm_conf 0x370>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001490 clocks = <&usb_phy3_always_on_clk32k>,
1491 <&sys_clkin1>,
1492 <&usb_otg_ss1_refclk960m>;
1493 clock-names = "wkupclk",
1494 "sysclk",
1495 "refclk";
1496 #phy-cells = <0>;
1497 };
1498 };
1499
Tony Lindgren160ec892017-10-10 14:15:04 -07001500 target-module@4a0dd000 {
1501 compatible = "ti,sysc-omap4-sr";
1502 ti,hwmods = "smartreflex_core";
1503 reg = <0x4a0dd000 0x4>,
1504 <0x4a0dd008 0x4>;
1505 reg-names = "rev", "sysc";
1506 #address-cells = <1>;
1507 #size-cells = <1>;
1508 ranges = <0 0x4a0dd000 0x001000>;
1509
1510 /* SmartReflex child device marked reserved in TRM */
1511 };
1512
1513 target-module@4a0d9000 {
1514 compatible = "ti,sysc-omap4-sr";
1515 ti,hwmods = "smartreflex_mpu";
1516 reg = <0x4a0d9000 0x4>,
1517 <0x4a0d9008 0x4>;
1518 reg-names = "rev", "sysc";
1519 #address-cells = <1>;
1520 #size-cells = <1>;
1521 ranges = <0 0x4a0d9000 0x001000>;
1522
1523 /* SmartReflex child device marked reserved in TRM */
1524 };
1525
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001526 omap_dwc3_1: omap_dwc3_1@48880000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001527 compatible = "ti,dwc3";
1528 ti,hwmods = "usb_otg_ss1";
1529 reg = <0x48880000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301530 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001531 #address-cells = <1>;
1532 #size-cells = <1>;
1533 utmi-mode = <2>;
1534 ranges;
1535 usb1: usb@48890000 {
1536 compatible = "snps,dwc3";
1537 reg = <0x48890000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001538 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1539 <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1540 <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
1541 interrupt-names = "peripheral",
1542 "host",
1543 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001544 phys = <&usb2_phy1>, <&usb3_phy1>;
1545 phy-names = "usb2-phy", "usb3-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001546 maximum-speed = "super-speed";
1547 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001548 snps,dis_u3_susphy_quirk;
1549 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001550 };
1551 };
1552
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001553 omap_dwc3_2: omap_dwc3_2@488c0000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001554 compatible = "ti,dwc3";
1555 ti,hwmods = "usb_otg_ss2";
1556 reg = <0x488c0000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301557 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001558 #address-cells = <1>;
1559 #size-cells = <1>;
1560 utmi-mode = <2>;
1561 ranges;
1562 usb2: usb@488d0000 {
1563 compatible = "snps,dwc3";
1564 reg = <0x488d0000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001565 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1566 <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1567 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
1568 interrupt-names = "peripheral",
1569 "host",
1570 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001571 phys = <&usb2_phy2>;
1572 phy-names = "usb2-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001573 maximum-speed = "high-speed";
1574 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001575 snps,dis_u3_susphy_quirk;
1576 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001577 };
1578 };
1579
1580 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001581 omap_dwc3_3: omap_dwc3_3@48900000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001582 compatible = "ti,dwc3";
1583 ti,hwmods = "usb_otg_ss3";
1584 reg = <0x48900000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301585 interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001586 #address-cells = <1>;
1587 #size-cells = <1>;
1588 utmi-mode = <2>;
1589 ranges;
1590 status = "disabled";
1591 usb3: usb@48910000 {
1592 compatible = "snps,dwc3";
1593 reg = <0x48910000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001594 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1595 <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1596 <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
1597 interrupt-names = "peripheral",
1598 "host",
1599 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001600 maximum-speed = "high-speed";
1601 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001602 snps,dis_u3_susphy_quirk;
1603 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001604 };
1605 };
1606
Minal Shahff66a3c2014-05-19 14:45:47 +05301607 elm: elm@48078000 {
1608 compatible = "ti,am3352-elm";
1609 reg = <0x48078000 0xfc0>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301610 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301611 ti,hwmods = "elm";
1612 status = "disabled";
1613 };
1614
1615 gpmc: gpmc@50000000 {
1616 compatible = "ti,am3352-gpmc";
1617 ti,hwmods = "gpmc";
1618 reg = <0x50000000 0x37c>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301619 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Franklin S Cooper Jr10ce2402016-05-04 12:43:55 -05001620 dmas = <&edma_xbar 4 0>;
1621 dma-names = "rxtx";
Minal Shahff66a3c2014-05-19 14:45:47 +05301622 gpmc,num-cs = <8>;
1623 gpmc,num-waitpins = <2>;
1624 #address-cells = <2>;
1625 #size-cells = <1>;
Roger Quadros488f270d2016-02-23 18:37:17 +02001626 interrupt-controller;
1627 #interrupt-cells = <2>;
Roger Quadros845b1a22016-04-07 13:25:31 +03001628 gpio-controller;
1629 #gpio-cells = <2>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301630 status = "disabled";
1631 };
Peter Ujfalusi2ca09452014-05-07 13:20:48 +03001632
1633 atl: atl@4843c000 {
1634 compatible = "ti,dra7-atl";
1635 reg = <0x4843c000 0x3ff>;
1636 ti,hwmods = "atl";
1637 ti,provided-clocks = <&atl_clkin0_ck>, <&atl_clkin1_ck>,
1638 <&atl_clkin2_ck>, <&atl_clkin3_ck>;
1639 clocks = <&atl_gfclk_mux>;
1640 clock-names = "fck";
1641 status = "disabled";
1642 };
Olof Johansson412a9bb2014-07-18 22:16:15 -07001643
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001644 mcasp1: mcasp@48460000 {
1645 compatible = "ti,dra7-mcasp-audio";
1646 ti,hwmods = "mcasp1";
1647 reg = <0x48460000 0x2000>,
1648 <0x45800000 0x1000>;
1649 reg-names = "mpu","dat";
1650 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
1651 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
1652 interrupt-names = "tx", "rx";
1653 dmas = <&edma_xbar 129 1>, <&edma_xbar 128 1>;
1654 dma-names = "tx", "rx";
1655 clocks = <&mcasp1_aux_gfclk_mux>, <&mcasp1_ahclkx_mux>,
1656 <&mcasp1_ahclkr_mux>;
1657 clock-names = "fck", "ahclkx", "ahclkr";
1658 status = "disabled";
1659 };
1660
1661 mcasp2: mcasp@48464000 {
1662 compatible = "ti,dra7-mcasp-audio";
1663 ti,hwmods = "mcasp2";
1664 reg = <0x48464000 0x2000>,
1665 <0x45c00000 0x1000>;
1666 reg-names = "mpu","dat";
1667 interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>,
1668 <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
1669 interrupt-names = "tx", "rx";
1670 dmas = <&edma_xbar 131 1>, <&edma_xbar 130 1>;
1671 dma-names = "tx", "rx";
1672 clocks = <&mcasp2_aux_gfclk_mux>, <&mcasp2_ahclkx_mux>,
1673 <&mcasp2_ahclkr_mux>;
1674 clock-names = "fck", "ahclkx", "ahclkr";
1675 status = "disabled";
1676 };
1677
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001678 mcasp3: mcasp@48468000 {
1679 compatible = "ti,dra7-mcasp-audio";
1680 ti,hwmods = "mcasp3";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001681 reg = <0x48468000 0x2000>,
1682 <0x46000000 0x1000>;
1683 reg-names = "mpu","dat";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001684 interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>,
1685 <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
1686 interrupt-names = "tx", "rx";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001687 dmas = <&edma_xbar 133 1>, <&edma_xbar 132 1>;
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001688 dma-names = "tx", "rx";
Peter Ujfalusibf05c2c2015-11-12 09:32:57 +02001689 clocks = <&mcasp3_aux_gfclk_mux>, <&mcasp3_ahclkx_mux>;
1690 clock-names = "fck", "ahclkx";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001691 status = "disabled";
1692 };
1693
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001694 mcasp4: mcasp@4846c000 {
1695 compatible = "ti,dra7-mcasp-audio";
1696 ti,hwmods = "mcasp4";
1697 reg = <0x4846c000 0x2000>,
1698 <0x48436000 0x1000>;
1699 reg-names = "mpu","dat";
1700 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
1701 <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
1702 interrupt-names = "tx", "rx";
1703 dmas = <&edma_xbar 135 1>, <&edma_xbar 134 1>;
1704 dma-names = "tx", "rx";
1705 clocks = <&mcasp4_aux_gfclk_mux>, <&mcasp4_ahclkx_mux>;
1706 clock-names = "fck", "ahclkx";
1707 status = "disabled";
1708 };
1709
1710 mcasp5: mcasp@48470000 {
1711 compatible = "ti,dra7-mcasp-audio";
1712 ti,hwmods = "mcasp5";
1713 reg = <0x48470000 0x2000>,
1714 <0x4843a000 0x1000>;
1715 reg-names = "mpu","dat";
1716 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
1717 <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
1718 interrupt-names = "tx", "rx";
1719 dmas = <&edma_xbar 137 1>, <&edma_xbar 136 1>;
1720 dma-names = "tx", "rx";
1721 clocks = <&mcasp5_aux_gfclk_mux>, <&mcasp5_ahclkx_mux>;
1722 clock-names = "fck", "ahclkx";
1723 status = "disabled";
1724 };
1725
1726 mcasp6: mcasp@48474000 {
1727 compatible = "ti,dra7-mcasp-audio";
1728 ti,hwmods = "mcasp6";
1729 reg = <0x48474000 0x2000>,
1730 <0x4844c000 0x1000>;
1731 reg-names = "mpu","dat";
1732 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
1733 <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
1734 interrupt-names = "tx", "rx";
1735 dmas = <&edma_xbar 139 1>, <&edma_xbar 138 1>;
1736 dma-names = "tx", "rx";
1737 clocks = <&mcasp6_aux_gfclk_mux>, <&mcasp6_ahclkx_mux>;
1738 clock-names = "fck", "ahclkx";
1739 status = "disabled";
1740 };
1741
1742 mcasp7: mcasp@48478000 {
1743 compatible = "ti,dra7-mcasp-audio";
1744 ti,hwmods = "mcasp7";
1745 reg = <0x48478000 0x2000>,
1746 <0x48450000 0x1000>;
1747 reg-names = "mpu","dat";
1748 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>,
1749 <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
1750 interrupt-names = "tx", "rx";
1751 dmas = <&edma_xbar 141 1>, <&edma_xbar 140 1>;
1752 dma-names = "tx", "rx";
1753 clocks = <&mcasp7_aux_gfclk_mux>, <&mcasp7_ahclkx_mux>;
1754 clock-names = "fck", "ahclkx";
1755 status = "disabled";
1756 };
1757
1758 mcasp8: mcasp@4847c000 {
1759 compatible = "ti,dra7-mcasp-audio";
1760 ti,hwmods = "mcasp8";
1761 reg = <0x4847c000 0x2000>,
1762 <0x48454000 0x1000>;
1763 reg-names = "mpu","dat";
1764 interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>,
1765 <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>;
1766 interrupt-names = "tx", "rx";
1767 dmas = <&edma_xbar 143 1>, <&edma_xbar 142 1>;
1768 dma-names = "tx", "rx";
1769 clocks = <&mcasp8_aux_gfclk_mux>, <&mcasp8_ahclkx_mux>;
1770 clock-names = "fck", "ahclkx";
1771 status = "disabled";
1772 };
1773
Marc Zyngier783d3182015-03-11 15:43:44 +00001774 crossbar_mpu: crossbar@4a002a48 {
R Sricharana46631c2014-06-26 12:55:31 +05301775 compatible = "ti,irq-crossbar";
1776 reg = <0x4a002a48 0x130>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001777 interrupt-controller;
Marc Zyngier7136d452015-03-11 15:43:49 +00001778 interrupt-parent = <&wakeupgen>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001779 #interrupt-cells = <3>;
R Sricharana46631c2014-06-26 12:55:31 +05301780 ti,max-irqs = <160>;
1781 ti,max-crossbar-sources = <MAX_SOURCES>;
1782 ti,reg-size = <2>;
1783 ti,irqs-reserved = <0 1 2 3 5 6 131 132>;
1784 ti,irqs-skip = <10 133 139 140>;
1785 ti,irqs-safe-map = <0>;
1786 };
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301787
Vishal Mahaveerc263a5b2015-08-25 13:57:49 -05001788 mac: ethernet@48484000 {
Mugunthan V Ne2095312015-08-12 15:22:54 +05301789 compatible = "ti,dra7-cpsw","ti,cpsw";
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301790 ti,hwmods = "gmac";
Grygorii Strashkoc0973382016-08-30 17:58:01 +03001791 clocks = <&gmac_main_clk>, <&gmac_rft_clk_mux>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301792 clock-names = "fck", "cpts";
1793 cpdma_channels = <8>;
1794 ale_entries = <1024>;
1795 bd_ram_size = <0x2000>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301796 mac_control = <0x20>;
1797 slaves = <2>;
1798 active_slave = <0>;
Grygorii Strashkoc0973382016-08-30 17:58:01 +03001799 cpts_clock_mult = <0x784CFE14>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301800 cpts_clock_shift = <29>;
1801 reg = <0x48484000 0x1000
1802 0x48485200 0x2E00>;
1803 #address-cells = <1>;
1804 #size-cells = <1>;
Mugunthan V N0f514e62016-03-07 01:41:22 -07001805
1806 /*
1807 * Do not allow gating of cpsw clock as workaround
1808 * for errata i877. Keeping internal clock disabled
1809 * causes the device switching characteristics
1810 * to degrade over time and eventually fail to meet
1811 * the data manual delay time/skew specs.
1812 */
1813 ti,no-idle;
1814
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301815 /*
1816 * rx_thresh_pend
1817 * rx_pend
1818 * tx_pend
1819 * misc_pend
1820 */
1821 interrupts = <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
1822 <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>,
1823 <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>,
1824 <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>;
1825 ranges;
Mugunthan V Na084e132015-09-21 15:56:52 +05301826 syscon = <&scm_conf>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301827 status = "disabled";
1828
1829 davinci_mdio: mdio@48485000 {
Grygorii Strashko9efd1a62016-06-24 21:23:55 +03001830 compatible = "ti,cpsw-mdio","ti,davinci_mdio";
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301831 #address-cells = <1>;
1832 #size-cells = <0>;
1833 ti,hwmods = "davinci_mdio";
1834 bus_freq = <1000000>;
1835 reg = <0x48485000 0x100>;
1836 };
1837
1838 cpsw_emac0: slave@48480200 {
1839 /* Filled in by U-Boot */
1840 mac-address = [ 00 00 00 00 00 00 ];
1841 };
1842
1843 cpsw_emac1: slave@48480300 {
1844 /* Filled in by U-Boot */
1845 mac-address = [ 00 00 00 00 00 00 ];
1846 };
1847
1848 phy_sel: cpsw-phy-sel@4a002554 {
1849 compatible = "ti,dra7xx-cpsw-phy-sel";
1850 reg= <0x4a002554 0x4>;
1851 reg-names = "gmii-sel";
1852 };
1853 };
1854
Roger Quadros9ec49b92014-08-15 16:08:36 +03001855 dcan1: can@481cc000 {
1856 compatible = "ti,dra7-d_can";
1857 ti,hwmods = "dcan1";
1858 reg = <0x4ae3c000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001859 syscon-raminit = <&scm_conf 0x558 0>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001860 interrupts = <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>;
1861 clocks = <&dcan1_sys_clk_mux>;
1862 status = "disabled";
1863 };
1864
1865 dcan2: can@481d0000 {
1866 compatible = "ti,dra7-d_can";
1867 ti,hwmods = "dcan2";
1868 reg = <0x48480000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001869 syscon-raminit = <&scm_conf 0x558 1>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001870 interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
1871 clocks = <&sys_clkin1>;
1872 status = "disabled";
1873 };
Tomi Valkeinen95c1cd12014-07-09 16:15:18 +05301874
1875 dss: dss@58000000 {
1876 compatible = "ti,dra7-dss";
1877 /* 'reg' defined in dra72x.dtsi and dra74x.dtsi */
1878 /* 'clocks' defined in dra72x.dtsi and dra74x.dtsi */
1879 status = "disabled";
1880 ti,hwmods = "dss_core";
1881 /* CTRL_CORE_DSS_PLL_CONTROL */
1882 syscon-pll-ctrl = <&scm_conf 0x538>;
1883 #address-cells = <1>;
1884 #size-cells = <1>;
1885 ranges;
1886
1887 dispc@58001000 {
1888 compatible = "ti,dra7-dispc";
1889 reg = <0x58001000 0x1000>;
1890 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
1891 ti,hwmods = "dss_dispc";
1892 clocks = <&dss_dss_clk>;
1893 clock-names = "fck";
1894 /* CTRL_CORE_SMA_SW_1 */
1895 syscon-pol = <&scm_conf 0x534>;
1896 };
1897
1898 hdmi: encoder@58060000 {
1899 compatible = "ti,dra7-hdmi";
1900 reg = <0x58040000 0x200>,
1901 <0x58040200 0x80>,
1902 <0x58040300 0x80>,
1903 <0x58060000 0x19000>;
1904 reg-names = "wp", "pll", "phy", "core";
1905 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
1906 status = "disabled";
1907 ti,hwmods = "dss_hdmi";
1908 clocks = <&dss_48mhz_clk>, <&dss_hdmi_clk>;
1909 clock-names = "fck", "sys_clk";
1910 };
1911 };
Vignesh R34370142016-05-03 10:56:55 -05001912
1913 epwmss0: epwmss@4843e000 {
1914 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1915 reg = <0x4843e000 0x30>;
1916 ti,hwmods = "epwmss0";
1917 #address-cells = <1>;
1918 #size-cells = <1>;
1919 status = "disabled";
1920 ranges;
1921
1922 ehrpwm0: pwm@4843e200 {
1923 compatible = "ti,dra746-ehrpwm",
1924 "ti,am3352-ehrpwm";
1925 #pwm-cells = <3>;
1926 reg = <0x4843e200 0x80>;
1927 clocks = <&ehrpwm0_tbclk>, <&l4_root_clk_div>;
1928 clock-names = "tbclk", "fck";
1929 status = "disabled";
1930 };
1931
1932 ecap0: ecap@4843e100 {
1933 compatible = "ti,dra746-ecap",
1934 "ti,am3352-ecap";
1935 #pwm-cells = <3>;
1936 reg = <0x4843e100 0x80>;
1937 clocks = <&l4_root_clk_div>;
1938 clock-names = "fck";
1939 status = "disabled";
1940 };
1941 };
1942
1943 epwmss1: epwmss@48440000 {
1944 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1945 reg = <0x48440000 0x30>;
1946 ti,hwmods = "epwmss1";
1947 #address-cells = <1>;
1948 #size-cells = <1>;
1949 status = "disabled";
1950 ranges;
1951
1952 ehrpwm1: pwm@48440200 {
1953 compatible = "ti,dra746-ehrpwm",
1954 "ti,am3352-ehrpwm";
1955 #pwm-cells = <3>;
1956 reg = <0x48440200 0x80>;
1957 clocks = <&ehrpwm1_tbclk>, <&l4_root_clk_div>;
1958 clock-names = "tbclk", "fck";
1959 status = "disabled";
1960 };
1961
1962 ecap1: ecap@48440100 {
1963 compatible = "ti,dra746-ecap",
1964 "ti,am3352-ecap";
1965 #pwm-cells = <3>;
1966 reg = <0x48440100 0x80>;
1967 clocks = <&l4_root_clk_div>;
1968 clock-names = "fck";
1969 status = "disabled";
1970 };
1971 };
1972
1973 epwmss2: epwmss@48442000 {
1974 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1975 reg = <0x48442000 0x30>;
1976 ti,hwmods = "epwmss2";
1977 #address-cells = <1>;
1978 #size-cells = <1>;
1979 status = "disabled";
1980 ranges;
1981
1982 ehrpwm2: pwm@48442200 {
1983 compatible = "ti,dra746-ehrpwm",
1984 "ti,am3352-ehrpwm";
1985 #pwm-cells = <3>;
1986 reg = <0x48442200 0x80>;
1987 clocks = <&ehrpwm2_tbclk>, <&l4_root_clk_div>;
1988 clock-names = "tbclk", "fck";
1989 status = "disabled";
1990 };
1991
1992 ecap2: ecap@48442100 {
1993 compatible = "ti,dra746-ecap",
1994 "ti,am3352-ecap";
1995 #pwm-cells = <3>;
1996 reg = <0x48442100 0x80>;
1997 clocks = <&l4_root_clk_div>;
1998 clock-names = "fck";
1999 status = "disabled";
2000 };
2001 };
Joel Fernandesbac9d0b2016-06-01 12:06:41 +03002002
Joel Fernandese7fd15c2016-06-01 12:06:42 +03002003 aes1: aes@4b500000 {
2004 compatible = "ti,omap4-aes";
2005 ti,hwmods = "aes1";
2006 reg = <0x4b500000 0xa0>;
2007 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
2008 dmas = <&edma_xbar 111 0>, <&edma_xbar 110 0>;
2009 dma-names = "tx", "rx";
2010 clocks = <&l3_iclk_div>;
2011 clock-names = "fck";
2012 };
2013
2014 aes2: aes@4b700000 {
2015 compatible = "ti,omap4-aes";
2016 ti,hwmods = "aes2";
2017 reg = <0x4b700000 0xa0>;
2018 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
2019 dmas = <&edma_xbar 114 0>, <&edma_xbar 113 0>;
2020 dma-names = "tx", "rx";
2021 clocks = <&l3_iclk_div>;
2022 clock-names = "fck";
2023 };
2024
Joel Fernandesbac9d0b2016-06-01 12:06:41 +03002025 des: des@480a5000 {
2026 compatible = "ti,omap4-des";
2027 ti,hwmods = "des";
2028 reg = <0x480a5000 0xa0>;
2029 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
2030 dmas = <&sdma_xbar 117>, <&sdma_xbar 116>;
2031 dma-names = "tx", "rx";
2032 clocks = <&l3_iclk_div>;
2033 clock-names = "fck";
2034 };
Lokesh Vutlada346092016-06-01 12:06:43 +03002035
2036 sham: sham@53100000 {
2037 compatible = "ti,omap5-sham";
2038 ti,hwmods = "sham";
2039 reg = <0x4b101000 0x300>;
2040 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
2041 dmas = <&edma_xbar 119 0>;
2042 dma-names = "rx";
2043 clocks = <&l3_iclk_div>;
2044 clock-names = "fck";
2045 };
Lokesh Vutla610e9c42016-06-01 12:06:44 +03002046
2047 rng: rng@48090000 {
2048 compatible = "ti,omap4-rng";
2049 ti,hwmods = "rng";
2050 reg = <0x48090000 0x2000>;
2051 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
2052 clocks = <&l3_iclk_div>;
2053 clock-names = "fck";
2054 };
R Sricharan6e58b8f2013-08-14 19:08:20 +05302055 };
Keerthyf7397ed2015-03-23 14:39:38 -05002056
2057 thermal_zones: thermal-zones {
2058 #include "omap4-cpu-thermal.dtsi"
2059 #include "omap5-gpu-thermal.dtsi"
2060 #include "omap5-core-thermal.dtsi"
Keerthy667f2592016-02-08 14:46:30 +05302061 #include "dra7-dspeve-thermal.dtsi"
2062 #include "dra7-iva-thermal.dtsi"
Keerthyf7397ed2015-03-23 14:39:38 -05002063 };
2064
2065};
2066
2067&cpu_thermal {
2068 polling-delay = <500>; /* milliseconds */
Keerthyfb51ae02017-03-09 13:35:56 +05302069 coefficients = <0 2000>;
2070};
2071
2072&gpu_thermal {
2073 coefficients = <0 2000>;
2074};
2075
2076&core_thermal {
2077 coefficients = <0 2000>;
2078};
2079
2080&dspeve_thermal {
2081 coefficients = <0 2000>;
2082};
2083
2084&iva_thermal {
2085 coefficients = <0 2000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05302086};
Tero Kristoee6c7502013-07-18 17:18:33 +03002087
Ravikumar Kattekolabca52382017-05-17 06:51:38 -07002088&cpu_crit {
2089 temperature = <120000>; /* milli Celsius */
2090};
2091
Tero Kristoee6c7502013-07-18 17:18:33 +03002092/include/ "dra7xx-clocks.dtsi"