blob: 255e0e4908b863e7bebf0ddeb76a9d3a308741bd [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 */
Dave Gerlach000fb7a2017-12-19 09:24:19 -060095
96 vbb-supply = <&abb_mpu>;
Dave Gerlachb82ffb32016-05-18 18:36:32 -050097 };
98 };
99
Dave Gerlacha4e5e9f2017-03-06 09:23:41 -0600100 cpu0_opp_table: opp-table {
101 compatible = "operating-points-v2-ti-cpu";
102 syscon = <&scm_wkup>;
103
Viresh Kumarb9cb2ba2017-04-20 16:25:06 +0530104 opp_nom-1000000000 {
Dave Gerlacha4e5e9f2017-03-06 09:23:41 -0600105 opp-hz = /bits/ 64 <1000000000>;
Dave Gerlach000fb7a2017-12-19 09:24:19 -0600106 opp-microvolt = <1060000 850000 1150000>,
107 <1060000 850000 1150000>;
Dave Gerlacha4e5e9f2017-03-06 09:23:41 -0600108 opp-supported-hw = <0xFF 0x01>;
109 opp-suspend;
110 };
111
Viresh Kumarb9cb2ba2017-04-20 16:25:06 +0530112 opp_od-1176000000 {
Dave Gerlacha4e5e9f2017-03-06 09:23:41 -0600113 opp-hz = /bits/ 64 <1176000000>;
Dave Gerlach000fb7a2017-12-19 09:24:19 -0600114 opp-microvolt = <1160000 885000 1160000>,
115 <1160000 885000 1160000>;
116
Dave Gerlacha4e5e9f2017-03-06 09:23:41 -0600117 opp-supported-hw = <0xFF 0x02>;
118 };
119 };
120
R Sricharan6e58b8f2013-08-14 19:08:20 +0530121 /*
Geert Uytterhoeven5c5be9d2014-03-28 11:11:37 +0100122 * The soc node represents the soc top level view. It is used for IPs
R Sricharan6e58b8f2013-08-14 19:08:20 +0530123 * that are not memory mapped in the MPU view or for the MPU itself.
124 */
125 soc {
126 compatible = "ti,omap-infra";
127 mpu {
128 compatible = "ti,omap5-mpu";
129 ti,hwmods = "mpu";
130 };
131 };
132
133 /*
134 * XXX: Use a flat representation of the SOC interconnect.
135 * The real OMAP interconnect network is quite complex.
Geert Uytterhoevenb7ab5242014-03-28 11:11:39 +0100136 * Since it will not bring real advantage to represent that in DT for
R Sricharan6e58b8f2013-08-14 19:08:20 +0530137 * the moment, just use a fake OCP bus entry to represent the whole bus
138 * hierarchy.
139 */
140 ocp {
Rajendra Nayakfba387a2014-04-10 11:34:32 -0500141 compatible = "ti,dra7-l3-noc", "simple-bus";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530142 #address-cells = <1>;
143 #size-cells = <1>;
Lokesh Vutladae320e2016-02-24 15:41:04 +0530144 ranges = <0x0 0x0 0x0 0xc0000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530145 ti,hwmods = "l3_main_1", "l3_main_2";
Lokesh Vutladae320e2016-02-24 15:41:04 +0530146 reg = <0x0 0x44000000 0x0 0x1000000>,
147 <0x0 0x45000000 0x0 0x1000>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000148 interrupts-extended = <&crossbar_mpu GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
Marc Zyngier7136d452015-03-11 15:43:49 +0000149 <&wakeupgen GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530150
Tero Kristod9195012015-02-12 11:37:13 +0200151 l4_cfg: l4@4a000000 {
152 compatible = "ti,dra7-l4-cfg", "simple-bus";
153 #address-cells = <1>;
154 #size-cells = <1>;
155 ranges = <0 0x4a000000 0x22c000>;
Tero Kristoee6c7502013-07-18 17:18:33 +0300156
Tero Kristod9195012015-02-12 11:37:13 +0200157 scm: scm@2000 {
158 compatible = "ti,dra7-scm-core", "simple-bus";
159 reg = <0x2000 0x2000>;
Tero Kristoee6c7502013-07-18 17:18:33 +0300160 #address-cells = <1>;
Tero Kristod9195012015-02-12 11:37:13 +0200161 #size-cells = <1>;
162 ranges = <0 0x2000 0x2000>;
163
164 scm_conf: scm_conf@0 {
Kishon Vijay Abraham Icd455672015-07-27 17:46:41 +0530165 compatible = "syscon", "simple-bus";
Tero Kristod9195012015-02-12 11:37:13 +0200166 reg = <0x0 0x1400>;
167 #address-cells = <1>;
168 #size-cells = <1>;
Kishon Vijay Abraham I9a5e3f22015-09-04 17:38:24 +0530169 ranges = <0 0x0 0x1400>;
Tero Kristod9195012015-02-12 11:37:13 +0200170
Javier Martinez Canillas308cfda2016-04-01 16:20:18 -0400171 pbias_regulator: pbias_regulator@e00 {
Kishon Vijay Abraham I737f1462015-09-04 17:30:25 +0530172 compatible = "ti,pbias-dra7", "ti,pbias-omap";
Tero Kristod9195012015-02-12 11:37:13 +0200173 reg = <0xe00 0x4>;
174 syscon = <&scm_conf>;
175 pbias_mmc_reg: pbias_mmc_omap5 {
176 regulator-name = "pbias_mmc_omap5";
177 regulator-min-microvolt = <1800000>;
Ravikumar Kattekolafa40d422017-10-09 11:23:11 +0530178 regulator-max-microvolt = <3300000>;
Tero Kristod9195012015-02-12 11:37:13 +0200179 };
180 };
Tomi Valkeinen2d5a3c82015-02-23 12:53:56 +0200181
182 scm_conf_clocks: clocks {
183 #address-cells = <1>;
184 #size-cells = <0>;
185 };
Tero Kristod9195012015-02-12 11:37:13 +0200186 };
187
188 dra7_pmx_core: pinmux@1400 {
189 compatible = "ti,dra7-padconf",
190 "pinctrl-single";
Roger Quadros1c5cb6f2015-07-27 13:27:29 +0300191 reg = <0x1400 0x0468>;
Tero Kristod9195012015-02-12 11:37:13 +0200192 #address-cells = <1>;
193 #size-cells = <0>;
Tony Lindgrenbe76fd32016-11-07 08:27:49 -0700194 #pinctrl-cells = <1>;
Tero Kristod9195012015-02-12 11:37:13 +0200195 #interrupt-cells = <1>;
196 interrupt-controller;
197 pinctrl-single,register-width = <32>;
198 pinctrl-single,function-mask = <0x3fffffff>;
199 };
Roger Quadros33cb3a12015-08-04 12:10:14 +0300200
201 scm_conf1: scm_conf@1c04 {
202 compatible = "syscon";
203 reg = <0x1c04 0x0020>;
Kishon Vijay Abraham Id23f3832017-08-08 11:10:24 +0530204 #syscon-cells = <2>;
Roger Quadros33cb3a12015-08-04 12:10:14 +0300205 };
Kishon Vijay Abraham I43acf162015-12-21 14:43:18 +0530206
207 scm_conf_pcie: scm_conf@1c24 {
208 compatible = "syscon";
209 reg = <0x1c24 0x0024>;
210 };
Peter Ujfalusi3d2a58b2016-03-07 17:17:28 +0200211
212 sdma_xbar: dma-router@b78 {
213 compatible = "ti,dra7-dma-crossbar";
214 reg = <0xb78 0xfc>;
215 #dma-cells = <1>;
216 dma-requests = <205>;
217 ti,dma-safe-map = <0>;
218 dma-masters = <&sdma>;
219 };
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200220
221 edma_xbar: dma-router@c78 {
222 compatible = "ti,dra7-dma-crossbar";
223 reg = <0xc78 0x7c>;
224 #dma-cells = <2>;
225 dma-requests = <204>;
226 ti,dma-safe-map = <0>;
227 dma-masters = <&edma>;
228 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300229 };
230
Tero Kristod9195012015-02-12 11:37:13 +0200231 cm_core_aon: cm_core_aon@5000 {
232 compatible = "ti,dra7-cm-core-aon";
233 reg = <0x5000 0x2000>;
234
235 cm_core_aon_clocks: clocks {
236 #address-cells = <1>;
237 #size-cells = <0>;
238 };
239
240 cm_core_aon_clockdomains: clockdomains {
241 };
242 };
243
244 cm_core: cm_core@8000 {
245 compatible = "ti,dra7-cm-core";
246 reg = <0x8000 0x3000>;
247
248 cm_core_clocks: clocks {
249 #address-cells = <1>;
250 #size-cells = <0>;
251 };
252
253 cm_core_clockdomains: clockdomains {
254 };
255 };
256 };
257
258 l4_wkup: l4@4ae00000 {
259 compatible = "ti,dra7-l4-wkup", "simple-bus";
260 #address-cells = <1>;
261 #size-cells = <1>;
262 ranges = <0 0x4ae00000 0x3f000>;
263
264 counter32k: counter@4000 {
265 compatible = "ti,omap-counter32k";
266 reg = <0x4000 0x40>;
267 ti,hwmods = "counter_32k";
268 };
269
270 prm: prm@6000 {
271 compatible = "ti,dra7-prm";
272 reg = <0x6000 0x3000>;
273 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
274
275 prm_clocks: clocks {
276 #address-cells = <1>;
277 #size-cells = <0>;
278 };
279
280 prm_clockdomains: clockdomains {
281 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300282 };
Dave Gerlach62e4fee2016-05-18 18:36:31 -0500283
284 scm_wkup: scm_conf@c000 {
285 compatible = "syscon";
286 reg = <0xc000 0x1000>;
287 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300288 };
289
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530290 axi@0 {
291 compatible = "simple-bus";
292 #size-cells = <1>;
293 #address-cells = <1>;
294 ranges = <0x51000000 0x51000000 0x3000
295 0x0 0x20000000 0x10000000>;
Kishon Vijay Abraham Id23f3832017-08-08 11:10:24 +0530296 /**
297 * To enable PCI endpoint mode, disable the pcie1_rc
298 * node and enable pcie1_ep mode.
299 */
300 pcie1_rc: pcie@51000000 {
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530301 reg = <0x51000000 0x2000>, <0x51002000 0x14c>, <0x1000 0x2000>;
302 reg-names = "rc_dbics", "ti_conf", "config";
303 interrupts = <0 232 0x4>, <0 233 0x4>;
304 #address-cells = <3>;
305 #size-cells = <2>;
306 device_type = "pci";
307 ranges = <0x81000000 0 0 0x03000 0 0x00010000
308 0x82000000 0 0x20013000 0x13000 0 0xffed000>;
Rob Herring7d79f602017-03-21 21:03:01 -0500309 bus-range = <0x00 0xff>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530310 #interrupt-cells = <1>;
311 num-lanes = <1>;
Kishon Vijay Abraham Ibed596d2016-08-10 18:03:18 +0530312 linux,pci-domain = <0>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530313 ti,hwmods = "pcie1";
314 phys = <&pcie1_phy>;
315 phy-names = "pcie-phy0";
Kishon Vijay Abraham I4ece93c2017-12-19 15:01:27 +0530316 ti,syscon-lane-conf = <&scm_conf 0x558>;
317 ti,syscon-lane-sel = <&scm_conf_pcie 0x18>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530318 interrupt-map-mask = <0 0 0 7>;
319 interrupt-map = <0 0 0 1 &pcie1_intc 1>,
320 <0 0 0 2 &pcie1_intc 2>,
321 <0 0 0 3 &pcie1_intc 3>,
322 <0 0 0 4 &pcie1_intc 4>;
Kishon Vijay Abraham Id23f3832017-08-08 11:10:24 +0530323 status = "disabled";
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530324 pcie1_intc: interrupt-controller {
325 interrupt-controller;
326 #address-cells = <0>;
327 #interrupt-cells = <1>;
328 };
329 };
Kishon Vijay Abraham Id23f3832017-08-08 11:10:24 +0530330
331 pcie1_ep: pcie_ep@51000000 {
Kishon Vijay Abraham Id23f3832017-08-08 11:10:24 +0530332 reg = <0x51000000 0x28>, <0x51002000 0x14c>, <0x51001000 0x28>, <0x1000 0x10000000>;
333 reg-names = "ep_dbics", "ti_conf", "ep_dbics2", "addr_space";
334 interrupts = <0 232 0x4>;
335 num-lanes = <1>;
336 num-ib-windows = <4>;
337 num-ob-windows = <16>;
338 ti,hwmods = "pcie1";
339 phys = <&pcie1_phy>;
340 phy-names = "pcie-phy0";
341 ti,syscon-unaligned-access = <&scm_conf1 0x14 2>;
Kishon Vijay Abraham I4ece93c2017-12-19 15:01:27 +0530342 ti,syscon-lane-conf = <&scm_conf 0x558>;
343 ti,syscon-lane-sel = <&scm_conf_pcie 0x18>;
Kishon Vijay Abraham Id23f3832017-08-08 11:10:24 +0530344 status = "disabled";
345 };
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530346 };
347
348 axi@1 {
349 compatible = "simple-bus";
350 #size-cells = <1>;
351 #address-cells = <1>;
352 ranges = <0x51800000 0x51800000 0x3000
353 0x0 0x30000000 0x10000000>;
354 status = "disabled";
Kishon Vijay Abraham I1ac19c82017-12-19 15:01:28 +0530355 pcie2_rc: pcie@51800000 {
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530356 reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>;
357 reg-names = "rc_dbics", "ti_conf", "config";
358 interrupts = <0 355 0x4>, <0 356 0x4>;
359 #address-cells = <3>;
360 #size-cells = <2>;
361 device_type = "pci";
362 ranges = <0x81000000 0 0 0x03000 0 0x00010000
363 0x82000000 0 0x30013000 0x13000 0 0xffed000>;
Rob Herring7d79f602017-03-21 21:03:01 -0500364 bus-range = <0x00 0xff>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530365 #interrupt-cells = <1>;
366 num-lanes = <1>;
Kishon Vijay Abraham Ibed596d2016-08-10 18:03:18 +0530367 linux,pci-domain = <1>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530368 ti,hwmods = "pcie2";
369 phys = <&pcie2_phy>;
370 phy-names = "pcie-phy0";
371 interrupt-map-mask = <0 0 0 7>;
372 interrupt-map = <0 0 0 1 &pcie2_intc 1>,
373 <0 0 0 2 &pcie2_intc 2>,
374 <0 0 0 3 &pcie2_intc 3>,
375 <0 0 0 4 &pcie2_intc 4>;
376 pcie2_intc: interrupt-controller {
377 interrupt-controller;
378 #address-cells = <0>;
379 #interrupt-cells = <1>;
380 };
381 };
382 };
383
Dave Gerlacha5fa09b2016-05-10 14:49:41 -0500384 ocmcram1: ocmcram@40300000 {
385 compatible = "mmio-sram";
386 reg = <0x40300000 0x80000>;
387 ranges = <0x0 0x40300000 0x80000>;
388 #address-cells = <1>;
389 #size-cells = <1>;
Dave Gerlachfae3a9f2016-05-10 14:49:42 -0500390 /*
391 * This is a placeholder for an optional reserved
392 * region for use by secure software. The size
393 * of this region is not known until runtime so it
394 * is set as zero to either be updated to reserve
395 * space or left unchanged to leave all SRAM for use.
396 * On HS parts that that require the reserved region
397 * either the bootloader can update the size to
398 * the required amount or the node can be overridden
399 * from the board dts file for the secure platform.
400 */
401 sram-hs@0 {
402 compatible = "ti,secure-ram";
403 reg = <0x0 0x0>;
404 };
Dave Gerlacha5fa09b2016-05-10 14:49:41 -0500405 };
406
407 /*
408 * NOTE: ocmcram2 and ocmcram3 are not available on all
409 * DRA7xx and AM57xx variants. Confirm availability in
410 * the data manual for the exact part number in use
411 * before enabling these nodes in the board dts file.
412 */
413 ocmcram2: ocmcram@40400000 {
414 status = "disabled";
415 compatible = "mmio-sram";
416 reg = <0x40400000 0x100000>;
417 ranges = <0x0 0x40400000 0x100000>;
418 #address-cells = <1>;
419 #size-cells = <1>;
420 };
421
422 ocmcram3: ocmcram@40500000 {
423 status = "disabled";
424 compatible = "mmio-sram";
425 reg = <0x40500000 0x100000>;
426 ranges = <0x0 0x40500000 0x100000>;
427 #address-cells = <1>;
428 #size-cells = <1>;
429 };
430
Keerthyf7397ed2015-03-23 14:39:38 -0500431 bandgap: bandgap@4a0021e0 {
432 reg = <0x4a0021e0 0xc
433 0x4a00232c 0xc
434 0x4a002380 0x2c
435 0x4a0023C0 0x3c
436 0x4a002564 0x8
437 0x4a002574 0x50>;
438 compatible = "ti,dra752-bandgap";
439 interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
440 #thermal-sensor-cells = <1>;
441 };
442
Suman Anna99639ac2015-10-02 18:23:22 -0500443 dsp1_system: dsp_system@40d00000 {
444 compatible = "syscon";
445 reg = <0x40d00000 0x100>;
446 };
447
Tony Lindgreneba61302017-06-16 17:24:29 +0530448 dra7_iodelay_core: padconf@4844a000 {
449 compatible = "ti,dra7-iodelay";
450 reg = <0x4844a000 0x0d1c>;
451 #address-cells = <1>;
452 #size-cells = <0>;
453 #pinctrl-cells = <2>;
454 };
455
R Sricharan6e58b8f2013-08-14 19:08:20 +0530456 sdma: dma-controller@4a056000 {
457 compatible = "ti,omap4430-sdma";
458 reg = <0x4a056000 0x1000>;
R Sricharana46631c2014-06-26 12:55:31 +0530459 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
460 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
461 <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
462 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530463 #dma-cells = <1>;
Peter Ujfalusi08d9b322015-02-20 15:42:06 +0200464 dma-channels = <32>;
465 dma-requests = <127>;
Tony Lindgren288cdbbf2017-08-30 08:19:53 -0700466 ti,hwmods = "dma_system";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530467 };
468
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200469 edma: edma@43300000 {
470 compatible = "ti,edma3-tpcc";
471 ti,hwmods = "tpcc";
472 reg = <0x43300000 0x100000>;
473 reg-names = "edma3_cc";
474 interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>,
475 <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>,
476 <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
Robert P. J. Daya5206552016-05-24 17:20:28 -0400477 interrupt-names = "edma3_ccint", "edma3_mperr",
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200478 "edma3_ccerrint";
479 dma-requests = <64>;
480 #dma-cells = <2>;
481
482 ti,tptcs = <&edma_tptc0 7>, <&edma_tptc1 0>;
483
484 /*
485 * memcpy is disabled, can be enabled with:
486 * ti,edma-memcpy-channels = <20 21>;
487 * for example. Note that these channels need to be
488 * masked in the xbar as well.
489 */
490 };
491
492 edma_tptc0: tptc@43400000 {
493 compatible = "ti,edma3-tptc";
494 ti,hwmods = "tptc0";
495 reg = <0x43400000 0x100000>;
496 interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>;
497 interrupt-names = "edma3_tcerrint";
498 };
499
500 edma_tptc1: tptc@43500000 {
501 compatible = "ti,edma3-tptc";
502 ti,hwmods = "tptc1";
503 reg = <0x43500000 0x100000>;
504 interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>;
505 interrupt-names = "edma3_tcerrint";
506 };
507
R Sricharan6e58b8f2013-08-14 19:08:20 +0530508 gpio1: gpio@4ae10000 {
509 compatible = "ti,omap4-gpio";
510 reg = <0x4ae10000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530511 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530512 ti,hwmods = "gpio1";
513 gpio-controller;
514 #gpio-cells = <2>;
515 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700516 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530517 };
518
519 gpio2: gpio@48055000 {
520 compatible = "ti,omap4-gpio";
521 reg = <0x48055000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530522 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530523 ti,hwmods = "gpio2";
524 gpio-controller;
525 #gpio-cells = <2>;
526 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700527 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530528 };
529
530 gpio3: gpio@48057000 {
531 compatible = "ti,omap4-gpio";
532 reg = <0x48057000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530533 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530534 ti,hwmods = "gpio3";
535 gpio-controller;
536 #gpio-cells = <2>;
537 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700538 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530539 };
540
541 gpio4: gpio@48059000 {
542 compatible = "ti,omap4-gpio";
543 reg = <0x48059000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530544 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530545 ti,hwmods = "gpio4";
546 gpio-controller;
547 #gpio-cells = <2>;
548 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700549 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530550 };
551
552 gpio5: gpio@4805b000 {
553 compatible = "ti,omap4-gpio";
554 reg = <0x4805b000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530555 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530556 ti,hwmods = "gpio5";
557 gpio-controller;
558 #gpio-cells = <2>;
559 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700560 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530561 };
562
563 gpio6: gpio@4805d000 {
564 compatible = "ti,omap4-gpio";
565 reg = <0x4805d000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530566 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530567 ti,hwmods = "gpio6";
568 gpio-controller;
569 #gpio-cells = <2>;
570 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700571 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530572 };
573
574 gpio7: gpio@48051000 {
575 compatible = "ti,omap4-gpio";
576 reg = <0x48051000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530577 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530578 ti,hwmods = "gpio7";
579 gpio-controller;
580 #gpio-cells = <2>;
581 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700582 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530583 };
584
585 gpio8: gpio@48053000 {
586 compatible = "ti,omap4-gpio";
587 reg = <0x48053000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530588 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530589 ti,hwmods = "gpio8";
590 gpio-controller;
591 #gpio-cells = <2>;
592 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700593 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530594 };
595
596 uart1: serial@4806a000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530597 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530598 reg = <0x4806a000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000599 interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530600 ti,hwmods = "uart1";
601 clock-frequency = <48000000>;
602 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300603 dmas = <&sdma_xbar 49>, <&sdma_xbar 50>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200604 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530605 };
606
607 uart2: serial@4806c000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530608 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530609 reg = <0x4806c000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000610 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530611 ti,hwmods = "uart2";
612 clock-frequency = <48000000>;
613 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300614 dmas = <&sdma_xbar 51>, <&sdma_xbar 52>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200615 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530616 };
617
618 uart3: serial@48020000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530619 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530620 reg = <0x48020000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000621 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530622 ti,hwmods = "uart3";
623 clock-frequency = <48000000>;
624 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300625 dmas = <&sdma_xbar 53>, <&sdma_xbar 54>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200626 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530627 };
628
629 uart4: serial@4806e000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530630 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530631 reg = <0x4806e000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000632 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530633 ti,hwmods = "uart4";
634 clock-frequency = <48000000>;
635 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300636 dmas = <&sdma_xbar 55>, <&sdma_xbar 56>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200637 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530638 };
639
640 uart5: serial@48066000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530641 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530642 reg = <0x48066000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000643 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530644 ti,hwmods = "uart5";
645 clock-frequency = <48000000>;
646 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300647 dmas = <&sdma_xbar 63>, <&sdma_xbar 64>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200648 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530649 };
650
651 uart6: serial@48068000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530652 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530653 reg = <0x48068000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000654 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530655 ti,hwmods = "uart6";
656 clock-frequency = <48000000>;
657 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300658 dmas = <&sdma_xbar 79>, <&sdma_xbar 80>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200659 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530660 };
661
662 uart7: serial@48420000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530663 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530664 reg = <0x48420000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000665 interrupts = <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530666 ti,hwmods = "uart7";
667 clock-frequency = <48000000>;
668 status = "disabled";
669 };
670
671 uart8: serial@48422000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530672 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530673 reg = <0x48422000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000674 interrupts = <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530675 ti,hwmods = "uart8";
676 clock-frequency = <48000000>;
677 status = "disabled";
678 };
679
680 uart9: serial@48424000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530681 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530682 reg = <0x48424000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000683 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530684 ti,hwmods = "uart9";
685 clock-frequency = <48000000>;
686 status = "disabled";
687 };
688
689 uart10: serial@4ae2b000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530690 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530691 reg = <0x4ae2b000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000692 interrupts = <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530693 ti,hwmods = "uart10";
694 clock-frequency = <48000000>;
695 status = "disabled";
696 };
697
Suman Anna38baefb2014-07-11 16:44:38 -0500698 mailbox1: mailbox@4a0f4000 {
699 compatible = "ti,omap4-mailbox";
700 reg = <0x4a0f4000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600701 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
702 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
703 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500704 ti,hwmods = "mailbox1";
Suman Anna24df0452014-11-03 17:07:35 -0600705 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500706 ti,mbox-num-users = <3>;
707 ti,mbox-num-fifos = <8>;
708 status = "disabled";
709 };
710
711 mailbox2: mailbox@4883a000 {
712 compatible = "ti,omap4-mailbox";
713 reg = <0x4883a000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600714 interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>,
715 <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>,
716 <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>,
717 <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500718 ti,hwmods = "mailbox2";
Suman Anna24df0452014-11-03 17:07:35 -0600719 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500720 ti,mbox-num-users = <4>;
721 ti,mbox-num-fifos = <12>;
722 status = "disabled";
723 };
724
725 mailbox3: mailbox@4883c000 {
726 compatible = "ti,omap4-mailbox";
727 reg = <0x4883c000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600728 interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>,
729 <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>,
730 <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>,
731 <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500732 ti,hwmods = "mailbox3";
Suman Anna24df0452014-11-03 17:07:35 -0600733 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500734 ti,mbox-num-users = <4>;
735 ti,mbox-num-fifos = <12>;
736 status = "disabled";
737 };
738
739 mailbox4: mailbox@4883e000 {
740 compatible = "ti,omap4-mailbox";
741 reg = <0x4883e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600742 interrupts = <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
743 <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>,
744 <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>,
745 <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500746 ti,hwmods = "mailbox4";
Suman Anna24df0452014-11-03 17:07:35 -0600747 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500748 ti,mbox-num-users = <4>;
749 ti,mbox-num-fifos = <12>;
750 status = "disabled";
751 };
752
753 mailbox5: mailbox@48840000 {
754 compatible = "ti,omap4-mailbox";
755 reg = <0x48840000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600756 interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>,
757 <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>,
758 <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>,
759 <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500760 ti,hwmods = "mailbox5";
Suman Anna24df0452014-11-03 17:07:35 -0600761 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500762 ti,mbox-num-users = <4>;
763 ti,mbox-num-fifos = <12>;
764 status = "disabled";
765 };
766
767 mailbox6: mailbox@48842000 {
768 compatible = "ti,omap4-mailbox";
769 reg = <0x48842000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600770 interrupts = <GIC_SPI 253 IRQ_TYPE_LEVEL_HIGH>,
771 <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>,
772 <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>,
773 <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500774 ti,hwmods = "mailbox6";
Suman Anna24df0452014-11-03 17:07:35 -0600775 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500776 ti,mbox-num-users = <4>;
777 ti,mbox-num-fifos = <12>;
778 status = "disabled";
779 };
780
781 mailbox7: mailbox@48844000 {
782 compatible = "ti,omap4-mailbox";
783 reg = <0x48844000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600784 interrupts = <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>,
785 <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>,
786 <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>,
787 <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500788 ti,hwmods = "mailbox7";
Suman Anna24df0452014-11-03 17:07:35 -0600789 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500790 ti,mbox-num-users = <4>;
791 ti,mbox-num-fifos = <12>;
792 status = "disabled";
793 };
794
795 mailbox8: mailbox@48846000 {
796 compatible = "ti,omap4-mailbox";
797 reg = <0x48846000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600798 interrupts = <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>,
799 <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>,
800 <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>,
801 <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500802 ti,hwmods = "mailbox8";
Suman Anna24df0452014-11-03 17:07:35 -0600803 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500804 ti,mbox-num-users = <4>;
805 ti,mbox-num-fifos = <12>;
806 status = "disabled";
807 };
808
809 mailbox9: mailbox@4885e000 {
810 compatible = "ti,omap4-mailbox";
811 reg = <0x4885e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600812 interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>,
813 <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>,
814 <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>,
815 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500816 ti,hwmods = "mailbox9";
Suman Anna24df0452014-11-03 17:07:35 -0600817 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500818 ti,mbox-num-users = <4>;
819 ti,mbox-num-fifos = <12>;
820 status = "disabled";
821 };
822
823 mailbox10: mailbox@48860000 {
824 compatible = "ti,omap4-mailbox";
825 reg = <0x48860000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600826 interrupts = <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>,
827 <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH>,
828 <GIC_SPI 271 IRQ_TYPE_LEVEL_HIGH>,
829 <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500830 ti,hwmods = "mailbox10";
Suman Anna24df0452014-11-03 17:07:35 -0600831 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500832 ti,mbox-num-users = <4>;
833 ti,mbox-num-fifos = <12>;
834 status = "disabled";
835 };
836
837 mailbox11: mailbox@48862000 {
838 compatible = "ti,omap4-mailbox";
839 reg = <0x48862000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600840 interrupts = <GIC_SPI 273 IRQ_TYPE_LEVEL_HIGH>,
841 <GIC_SPI 274 IRQ_TYPE_LEVEL_HIGH>,
842 <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>,
843 <GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500844 ti,hwmods = "mailbox11";
Suman Anna24df0452014-11-03 17:07:35 -0600845 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500846 ti,mbox-num-users = <4>;
847 ti,mbox-num-fifos = <12>;
848 status = "disabled";
849 };
850
851 mailbox12: mailbox@48864000 {
852 compatible = "ti,omap4-mailbox";
853 reg = <0x48864000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600854 interrupts = <GIC_SPI 277 IRQ_TYPE_LEVEL_HIGH>,
855 <GIC_SPI 278 IRQ_TYPE_LEVEL_HIGH>,
856 <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
857 <GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500858 ti,hwmods = "mailbox12";
Suman Anna24df0452014-11-03 17:07:35 -0600859 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500860 ti,mbox-num-users = <4>;
861 ti,mbox-num-fifos = <12>;
862 status = "disabled";
863 };
864
865 mailbox13: mailbox@48802000 {
866 compatible = "ti,omap4-mailbox";
867 reg = <0x48802000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600868 interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>,
869 <GIC_SPI 380 IRQ_TYPE_LEVEL_HIGH>,
870 <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>,
871 <GIC_SPI 382 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500872 ti,hwmods = "mailbox13";
Suman Anna24df0452014-11-03 17:07:35 -0600873 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500874 ti,mbox-num-users = <4>;
875 ti,mbox-num-fifos = <12>;
876 status = "disabled";
877 };
878
R Sricharan6e58b8f2013-08-14 19:08:20 +0530879 timer1: timer@4ae18000 {
880 compatible = "ti,omap5430-timer";
881 reg = <0x4ae18000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530882 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530883 ti,hwmods = "timer1";
884 ti,timer-alwon;
885 };
886
887 timer2: timer@48032000 {
888 compatible = "ti,omap5430-timer";
889 reg = <0x48032000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530890 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530891 ti,hwmods = "timer2";
892 };
893
894 timer3: timer@48034000 {
895 compatible = "ti,omap5430-timer";
896 reg = <0x48034000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530897 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530898 ti,hwmods = "timer3";
899 };
900
901 timer4: timer@48036000 {
902 compatible = "ti,omap5430-timer";
903 reg = <0x48036000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530904 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530905 ti,hwmods = "timer4";
906 };
907
908 timer5: timer@48820000 {
909 compatible = "ti,omap5430-timer";
910 reg = <0x48820000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530911 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530912 ti,hwmods = "timer5";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530913 };
914
915 timer6: timer@48822000 {
916 compatible = "ti,omap5430-timer";
917 reg = <0x48822000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530918 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530919 ti,hwmods = "timer6";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530920 };
921
922 timer7: timer@48824000 {
923 compatible = "ti,omap5430-timer";
924 reg = <0x48824000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530925 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530926 ti,hwmods = "timer7";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530927 };
928
929 timer8: timer@48826000 {
930 compatible = "ti,omap5430-timer";
931 reg = <0x48826000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530932 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530933 ti,hwmods = "timer8";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530934 };
935
936 timer9: timer@4803e000 {
937 compatible = "ti,omap5430-timer";
938 reg = <0x4803e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530939 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530940 ti,hwmods = "timer9";
941 };
942
943 timer10: timer@48086000 {
944 compatible = "ti,omap5430-timer";
945 reg = <0x48086000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530946 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530947 ti,hwmods = "timer10";
948 };
949
950 timer11: timer@48088000 {
951 compatible = "ti,omap5430-timer";
952 reg = <0x48088000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530953 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530954 ti,hwmods = "timer11";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530955 };
956
Suman Annad79852a2016-04-05 16:44:10 -0500957 timer12: timer@4ae20000 {
958 compatible = "ti,omap5430-timer";
959 reg = <0x4ae20000 0x80>;
960 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
961 ti,hwmods = "timer12";
962 ti,timer-alwon;
963 ti,timer-secure;
964 };
965
R Sricharan6e58b8f2013-08-14 19:08:20 +0530966 timer13: timer@48828000 {
967 compatible = "ti,omap5430-timer";
968 reg = <0x48828000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530969 interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530970 ti,hwmods = "timer13";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530971 };
972
973 timer14: timer@4882a000 {
974 compatible = "ti,omap5430-timer";
975 reg = <0x4882a000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530976 interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530977 ti,hwmods = "timer14";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530978 };
979
980 timer15: timer@4882c000 {
981 compatible = "ti,omap5430-timer";
982 reg = <0x4882c000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530983 interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530984 ti,hwmods = "timer15";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530985 };
986
987 timer16: timer@4882e000 {
988 compatible = "ti,omap5430-timer";
989 reg = <0x4882e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530990 interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530991 ti,hwmods = "timer16";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530992 };
993
994 wdt2: wdt@4ae14000 {
Lokesh Vutlabe668832014-11-12 10:54:15 +0530995 compatible = "ti,omap3-wdt";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530996 reg = <0x4ae14000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530997 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530998 ti,hwmods = "wd_timer2";
999 };
1000
Suman Annadbd7c192014-01-13 18:26:46 -06001001 hwspinlock: spinlock@4a0f6000 {
1002 compatible = "ti,omap4-hwspinlock";
1003 reg = <0x4a0f6000 0x1000>;
1004 ti,hwmods = "spinlock";
1005 #hwlock-cells = <1>;
1006 };
1007
Archit Taneja1a5fe3c2013-12-17 15:32:21 +05301008 dmm@4e000000 {
1009 compatible = "ti,omap5-dmm";
1010 reg = <0x4e000000 0x800>;
R Sricharana46631c2014-06-26 12:55:31 +05301011 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
Archit Taneja1a5fe3c2013-12-17 15:32:21 +05301012 ti,hwmods = "dmm";
1013 };
1014
R Sricharan6e58b8f2013-08-14 19:08:20 +05301015 i2c1: i2c@48070000 {
1016 compatible = "ti,omap4-i2c";
1017 reg = <0x48070000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301018 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301019 #address-cells = <1>;
1020 #size-cells = <0>;
1021 ti,hwmods = "i2c1";
1022 status = "disabled";
1023 };
1024
1025 i2c2: i2c@48072000 {
1026 compatible = "ti,omap4-i2c";
1027 reg = <0x48072000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301028 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301029 #address-cells = <1>;
1030 #size-cells = <0>;
1031 ti,hwmods = "i2c2";
1032 status = "disabled";
1033 };
1034
1035 i2c3: i2c@48060000 {
1036 compatible = "ti,omap4-i2c";
1037 reg = <0x48060000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301038 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301039 #address-cells = <1>;
1040 #size-cells = <0>;
1041 ti,hwmods = "i2c3";
1042 status = "disabled";
1043 };
1044
1045 i2c4: i2c@4807a000 {
1046 compatible = "ti,omap4-i2c";
1047 reg = <0x4807a000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301048 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301049 #address-cells = <1>;
1050 #size-cells = <0>;
1051 ti,hwmods = "i2c4";
1052 status = "disabled";
1053 };
1054
1055 i2c5: i2c@4807c000 {
1056 compatible = "ti,omap4-i2c";
1057 reg = <0x4807c000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301058 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301059 #address-cells = <1>;
1060 #size-cells = <0>;
1061 ti,hwmods = "i2c5";
1062 status = "disabled";
1063 };
1064
1065 mmc1: mmc@4809c000 {
1066 compatible = "ti,omap4-hsmmc";
1067 reg = <0x4809c000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301068 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301069 ti,hwmods = "mmc1";
1070 ti,dual-volt;
1071 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001072 dmas = <&sdma_xbar 61>, <&sdma_xbar 62>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301073 dma-names = "tx", "rx";
1074 status = "disabled";
Balaji T Kcd042fe2014-02-19 20:26:40 +05301075 pbias-supply = <&pbias_mmc_reg>;
Kishon Vijay Abraham I866b5e42017-06-07 15:07:47 +05301076 max-frequency = <192000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301077 };
1078
Tony Lindgren288cdbbf2017-08-30 08:19:53 -07001079 hdqw1w: 1w@480b2000 {
1080 compatible = "ti,omap3-1w";
1081 reg = <0x480b2000 0x1000>;
1082 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
1083 ti,hwmods = "hdq1w";
1084 };
1085
R Sricharan6e58b8f2013-08-14 19:08:20 +05301086 mmc2: mmc@480b4000 {
1087 compatible = "ti,omap4-hsmmc";
1088 reg = <0x480b4000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301089 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301090 ti,hwmods = "mmc2";
1091 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001092 dmas = <&sdma_xbar 47>, <&sdma_xbar 48>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301093 dma-names = "tx", "rx";
1094 status = "disabled";
Kishon Vijay Abraham I866b5e42017-06-07 15:07:47 +05301095 max-frequency = <192000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301096 };
1097
1098 mmc3: mmc@480ad000 {
1099 compatible = "ti,omap4-hsmmc";
1100 reg = <0x480ad000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301101 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301102 ti,hwmods = "mmc3";
1103 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001104 dmas = <&sdma_xbar 77>, <&sdma_xbar 78>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301105 dma-names = "tx", "rx";
1106 status = "disabled";
Kishon Vijay Abraham I866b5e42017-06-07 15:07:47 +05301107 /* Errata i887 limits max-frequency of MMC3 to 64 MHz */
1108 max-frequency = <64000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301109 };
1110
1111 mmc4: mmc@480d1000 {
1112 compatible = "ti,omap4-hsmmc";
1113 reg = <0x480d1000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301114 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301115 ti,hwmods = "mmc4";
1116 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001117 dmas = <&sdma_xbar 57>, <&sdma_xbar 58>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301118 dma-names = "tx", "rx";
1119 status = "disabled";
Kishon Vijay Abraham I866b5e42017-06-07 15:07:47 +05301120 max-frequency = <192000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301121 };
1122
Suman Anna2c7e07c52015-10-02 18:23:24 -05001123 mmu0_dsp1: mmu@40d01000 {
1124 compatible = "ti,dra7-dsp-iommu";
1125 reg = <0x40d01000 0x100>;
1126 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
1127 ti,hwmods = "mmu0_dsp1";
1128 #iommu-cells = <0>;
1129 ti,syscon-mmuconfig = <&dsp1_system 0x0>;
1130 status = "disabled";
1131 };
1132
1133 mmu1_dsp1: mmu@40d02000 {
1134 compatible = "ti,dra7-dsp-iommu";
1135 reg = <0x40d02000 0x100>;
1136 interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
1137 ti,hwmods = "mmu1_dsp1";
1138 #iommu-cells = <0>;
1139 ti,syscon-mmuconfig = <&dsp1_system 0x1>;
1140 status = "disabled";
1141 };
1142
1143 mmu_ipu1: mmu@58882000 {
1144 compatible = "ti,dra7-iommu";
1145 reg = <0x58882000 0x100>;
1146 interrupts = <GIC_SPI 395 IRQ_TYPE_LEVEL_HIGH>;
1147 ti,hwmods = "mmu_ipu1";
1148 #iommu-cells = <0>;
1149 ti,iommu-bus-err-back;
1150 status = "disabled";
1151 };
1152
1153 mmu_ipu2: mmu@55082000 {
1154 compatible = "ti,dra7-iommu";
1155 reg = <0x55082000 0x100>;
1156 interrupts = <GIC_SPI 396 IRQ_TYPE_LEVEL_HIGH>;
1157 ti,hwmods = "mmu_ipu2";
1158 #iommu-cells = <0>;
1159 ti,iommu-bus-err-back;
1160 status = "disabled";
1161 };
1162
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301163 abb_mpu: regulator-abb-mpu {
1164 compatible = "ti,abb-v3";
1165 regulator-name = "abb_mpu";
1166 #address-cells = <0>;
1167 #size-cells = <0>;
1168 clocks = <&sys_clkin1>;
1169 ti,settling-time = <50>;
1170 ti,clock-cycles = <16>;
1171
1172 reg = <0x4ae07ddc 0x4>, <0x4ae07de0 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001173 <0x4ae06014 0x4>, <0x4a003b20 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301174 <0x4ae0c158 0x4>;
1175 reg-names = "setup-address", "control-address",
1176 "int-address", "efuse-address",
1177 "ldo-address";
1178 ti,tranxdone-status-mask = <0x80>;
1179 /* LDOVBBMPU_FBB_MUX_CTRL */
1180 ti,ldovbb-override-mask = <0x400>;
1181 /* LDOVBBMPU_FBB_VSET_OUT */
1182 ti,ldovbb-vset-mask = <0x1F>;
1183
1184 /*
1185 * NOTE: only FBB mode used but actual vset will
1186 * determine final biasing
1187 */
1188 ti,abb_info = <
1189 /*uV ABB efuse rbb_m fbb_m vset_m*/
1190 1060000 0 0x0 0 0x02000000 0x01F00000
1191 1160000 0 0x4 0 0x02000000 0x01F00000
1192 1210000 0 0x8 0 0x02000000 0x01F00000
1193 >;
1194 };
1195
1196 abb_ivahd: regulator-abb-ivahd {
1197 compatible = "ti,abb-v3";
1198 regulator-name = "abb_ivahd";
1199 #address-cells = <0>;
1200 #size-cells = <0>;
1201 clocks = <&sys_clkin1>;
1202 ti,settling-time = <50>;
1203 ti,clock-cycles = <16>;
1204
1205 reg = <0x4ae07e34 0x4>, <0x4ae07e24 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001206 <0x4ae06010 0x4>, <0x4a0025cc 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301207 <0x4a002470 0x4>;
1208 reg-names = "setup-address", "control-address",
1209 "int-address", "efuse-address",
1210 "ldo-address";
1211 ti,tranxdone-status-mask = <0x40000000>;
1212 /* LDOVBBIVA_FBB_MUX_CTRL */
1213 ti,ldovbb-override-mask = <0x400>;
1214 /* LDOVBBIVA_FBB_VSET_OUT */
1215 ti,ldovbb-vset-mask = <0x1F>;
1216
1217 /*
1218 * NOTE: only FBB mode used but actual vset will
1219 * determine final biasing
1220 */
1221 ti,abb_info = <
1222 /*uV ABB efuse rbb_m fbb_m vset_m*/
1223 1055000 0 0x0 0 0x02000000 0x01F00000
1224 1150000 0 0x4 0 0x02000000 0x01F00000
1225 1250000 0 0x8 0 0x02000000 0x01F00000
1226 >;
1227 };
1228
1229 abb_dspeve: regulator-abb-dspeve {
1230 compatible = "ti,abb-v3";
1231 regulator-name = "abb_dspeve";
1232 #address-cells = <0>;
1233 #size-cells = <0>;
1234 clocks = <&sys_clkin1>;
1235 ti,settling-time = <50>;
1236 ti,clock-cycles = <16>;
1237
1238 reg = <0x4ae07e30 0x4>, <0x4ae07e20 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001239 <0x4ae06010 0x4>, <0x4a0025e0 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301240 <0x4a00246c 0x4>;
1241 reg-names = "setup-address", "control-address",
1242 "int-address", "efuse-address",
1243 "ldo-address";
1244 ti,tranxdone-status-mask = <0x20000000>;
1245 /* LDOVBBDSPEVE_FBB_MUX_CTRL */
1246 ti,ldovbb-override-mask = <0x400>;
1247 /* LDOVBBDSPEVE_FBB_VSET_OUT */
1248 ti,ldovbb-vset-mask = <0x1F>;
1249
1250 /*
1251 * NOTE: only FBB mode used but actual vset will
1252 * determine final biasing
1253 */
1254 ti,abb_info = <
1255 /*uV ABB efuse rbb_m fbb_m vset_m*/
1256 1055000 0 0x0 0 0x02000000 0x01F00000
1257 1150000 0 0x4 0 0x02000000 0x01F00000
1258 1250000 0 0x8 0 0x02000000 0x01F00000
1259 >;
1260 };
1261
1262 abb_gpu: regulator-abb-gpu {
1263 compatible = "ti,abb-v3";
1264 regulator-name = "abb_gpu";
1265 #address-cells = <0>;
1266 #size-cells = <0>;
1267 clocks = <&sys_clkin1>;
1268 ti,settling-time = <50>;
1269 ti,clock-cycles = <16>;
1270
1271 reg = <0x4ae07de4 0x4>, <0x4ae07de8 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001272 <0x4ae06010 0x4>, <0x4a003b08 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301273 <0x4ae0c154 0x4>;
1274 reg-names = "setup-address", "control-address",
1275 "int-address", "efuse-address",
1276 "ldo-address";
1277 ti,tranxdone-status-mask = <0x10000000>;
1278 /* LDOVBBGPU_FBB_MUX_CTRL */
1279 ti,ldovbb-override-mask = <0x400>;
1280 /* LDOVBBGPU_FBB_VSET_OUT */
1281 ti,ldovbb-vset-mask = <0x1F>;
1282
1283 /*
1284 * NOTE: only FBB mode used but actual vset will
1285 * determine final biasing
1286 */
1287 ti,abb_info = <
1288 /*uV ABB efuse rbb_m fbb_m vset_m*/
1289 1090000 0 0x0 0 0x02000000 0x01F00000
1290 1210000 0 0x4 0 0x02000000 0x01F00000
1291 1280000 0 0x8 0 0x02000000 0x01F00000
1292 >;
1293 };
1294
R Sricharan6e58b8f2013-08-14 19:08:20 +05301295 mcspi1: spi@48098000 {
1296 compatible = "ti,omap4-mcspi";
1297 reg = <0x48098000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301298 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301299 #address-cells = <1>;
1300 #size-cells = <0>;
1301 ti,hwmods = "mcspi1";
1302 ti,spi-num-cs = <4>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001303 dmas = <&sdma_xbar 35>,
1304 <&sdma_xbar 36>,
1305 <&sdma_xbar 37>,
1306 <&sdma_xbar 38>,
1307 <&sdma_xbar 39>,
1308 <&sdma_xbar 40>,
1309 <&sdma_xbar 41>,
1310 <&sdma_xbar 42>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301311 dma-names = "tx0", "rx0", "tx1", "rx1",
1312 "tx2", "rx2", "tx3", "rx3";
1313 status = "disabled";
1314 };
1315
1316 mcspi2: spi@4809a000 {
1317 compatible = "ti,omap4-mcspi";
1318 reg = <0x4809a000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301319 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301320 #address-cells = <1>;
1321 #size-cells = <0>;
1322 ti,hwmods = "mcspi2";
1323 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001324 dmas = <&sdma_xbar 43>,
1325 <&sdma_xbar 44>,
1326 <&sdma_xbar 45>,
1327 <&sdma_xbar 46>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301328 dma-names = "tx0", "rx0", "tx1", "rx1";
1329 status = "disabled";
1330 };
1331
1332 mcspi3: spi@480b8000 {
1333 compatible = "ti,omap4-mcspi";
1334 reg = <0x480b8000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301335 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301336 #address-cells = <1>;
1337 #size-cells = <0>;
1338 ti,hwmods = "mcspi3";
1339 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001340 dmas = <&sdma_xbar 15>, <&sdma_xbar 16>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301341 dma-names = "tx0", "rx0";
1342 status = "disabled";
1343 };
1344
1345 mcspi4: spi@480ba000 {
1346 compatible = "ti,omap4-mcspi";
1347 reg = <0x480ba000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301348 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301349 #address-cells = <1>;
1350 #size-cells = <0>;
1351 ti,hwmods = "mcspi4";
1352 ti,spi-num-cs = <1>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001353 dmas = <&sdma_xbar 70>, <&sdma_xbar 71>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301354 dma-names = "tx0", "rx0";
1355 status = "disabled";
1356 };
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301357
1358 qspi: qspi@4b300000 {
1359 compatible = "ti,dra7xxx-qspi";
Vignesh R1929d0b2015-12-11 09:39:59 +05301360 reg = <0x4b300000 0x100>,
1361 <0x5c000000 0x4000000>;
1362 reg-names = "qspi_base", "qspi_mmap";
1363 syscon-chipselects = <&scm_conf 0x558>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301364 #address-cells = <1>;
1365 #size-cells = <0>;
1366 ti,hwmods = "qspi";
1367 clocks = <&qspi_gfclk_div>;
1368 clock-names = "fck";
1369 num-cs = <4>;
R Sricharana46631c2014-06-26 12:55:31 +05301370 interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301371 status = "disabled";
1372 };
Balaji T K7be80562014-05-07 14:58:58 +03001373
Balaji T K7be80562014-05-07 14:58:58 +03001374 /* OCP2SCP3 */
1375 ocp2scp@4a090000 {
1376 compatible = "ti,omap-ocp2scp";
1377 #address-cells = <1>;
1378 #size-cells = <1>;
1379 ranges;
1380 reg = <0x4a090000 0x20>;
1381 ti,hwmods = "ocp2scp3";
Mathieu Malaterre9b490b32017-12-15 13:46:51 +01001382 sata_phy: phy@4a096000 {
Balaji T K7be80562014-05-07 14:58:58 +03001383 compatible = "ti,phy-pipe3-sata";
1384 reg = <0x4A096000 0x80>, /* phy_rx */
1385 <0x4A096400 0x64>, /* phy_tx */
1386 <0x4A096800 0x40>; /* pll_ctrl */
1387 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301388 syscon-phy-power = <&scm_conf 0x374>;
Roger Quadros773c5a02015-01-13 14:23:21 +02001389 clocks = <&sys_clkin1>, <&sata_ref_clk>;
1390 clock-names = "sysclk", "refclk";
Roger Quadros257d5d9a2015-07-17 16:47:23 +03001391 syscon-pllreset = <&scm_conf 0x3fc>;
Balaji T K7be80562014-05-07 14:58:58 +03001392 #phy-cells = <0>;
1393 };
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301394
1395 pcie1_phy: pciephy@4a094000 {
1396 compatible = "ti,phy-pipe3-pcie";
1397 reg = <0x4a094000 0x80>, /* phy_rx */
1398 <0x4a094400 0x64>; /* phy_tx */
1399 reg-names = "phy_rx", "phy_tx";
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301400 syscon-phy-power = <&scm_conf_pcie 0x1c>;
1401 syscon-pcs = <&scm_conf_pcie 0x10>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301402 clocks = <&dpll_pcie_ref_ck>,
1403 <&dpll_pcie_ref_m2ldo_ck>,
1404 <&optfclk_pciephy1_32khz>,
1405 <&optfclk_pciephy1_clk>,
1406 <&optfclk_pciephy1_div_clk>,
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301407 <&optfclk_pciephy_div>,
1408 <&sys_clkin1>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301409 clock-names = "dpll_ref", "dpll_ref_m2",
1410 "wkupclk", "refclk",
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301411 "div-clk", "phy-div", "sysclk";
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301412 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301413 };
1414
1415 pcie2_phy: pciephy@4a095000 {
1416 compatible = "ti,phy-pipe3-pcie";
1417 reg = <0x4a095000 0x80>, /* phy_rx */
1418 <0x4a095400 0x64>; /* phy_tx */
1419 reg-names = "phy_rx", "phy_tx";
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301420 syscon-phy-power = <&scm_conf_pcie 0x20>;
1421 syscon-pcs = <&scm_conf_pcie 0x10>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301422 clocks = <&dpll_pcie_ref_ck>,
1423 <&dpll_pcie_ref_m2ldo_ck>,
1424 <&optfclk_pciephy2_32khz>,
1425 <&optfclk_pciephy2_clk>,
1426 <&optfclk_pciephy2_div_clk>,
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301427 <&optfclk_pciephy_div>,
1428 <&sys_clkin1>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301429 clock-names = "dpll_ref", "dpll_ref_m2",
1430 "wkupclk", "refclk",
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301431 "div-clk", "phy-div", "sysclk";
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301432 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301433 status = "disabled";
1434 };
Balaji T K7be80562014-05-07 14:58:58 +03001435 };
1436
1437 sata: sata@4a141100 {
1438 compatible = "snps,dwc-ahci";
1439 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
R Sricharana46631c2014-06-26 12:55:31 +05301440 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
Balaji T K7be80562014-05-07 14:58:58 +03001441 phys = <&sata_phy>;
1442 phy-names = "sata-phy";
1443 clocks = <&sata_ref_clk>;
1444 ti,hwmods = "sata";
Jean-Jacques Hiblot87cb1292017-01-09 13:22:15 +01001445 ports-implemented = <0x1>;
Balaji T K7be80562014-05-07 14:58:58 +03001446 };
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001447
Nishanth Menon00edd312015-04-08 18:56:27 -05001448 rtc: rtc@48838000 {
Lokesh Vutlabc078312014-11-19 17:53:08 +05301449 compatible = "ti,am3352-rtc";
1450 reg = <0x48838000 0x100>;
1451 interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
1452 <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
1453 ti,hwmods = "rtcss";
1454 clocks = <&sys_32k_ck>;
1455 };
1456
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001457 /* OCP2SCP1 */
1458 ocp2scp@4a080000 {
1459 compatible = "ti,omap-ocp2scp";
1460 #address-cells = <1>;
1461 #size-cells = <1>;
1462 ranges;
1463 reg = <0x4a080000 0x20>;
1464 ti,hwmods = "ocp2scp1";
1465
1466 usb2_phy1: phy@4a084000 {
Sekhar Nori291f1af2016-08-23 11:57:41 +03001467 compatible = "ti,dra7x-usb2", "ti,omap-usb2";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001468 reg = <0x4a084000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301469 syscon-phy-power = <&scm_conf 0x300>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001470 clocks = <&usb_phy1_always_on_clk32k>,
1471 <&usb_otg_ss1_refclk960m>;
1472 clock-names = "wkupclk",
1473 "refclk";
1474 #phy-cells = <0>;
1475 };
1476
1477 usb2_phy2: phy@4a085000 {
Kishon Vijay Abraham I4b4f52e2015-12-21 14:43:20 +05301478 compatible = "ti,dra7x-usb2-phy2",
1479 "ti,omap-usb2";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001480 reg = <0x4a085000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301481 syscon-phy-power = <&scm_conf 0xe74>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001482 clocks = <&usb_phy2_always_on_clk32k>,
1483 <&usb_otg_ss2_refclk960m>;
1484 clock-names = "wkupclk",
1485 "refclk";
1486 #phy-cells = <0>;
1487 };
1488
1489 usb3_phy1: phy@4a084400 {
1490 compatible = "ti,omap-usb3";
1491 reg = <0x4a084400 0x80>,
1492 <0x4a084800 0x64>,
1493 <0x4a084c00 0x40>;
1494 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301495 syscon-phy-power = <&scm_conf 0x370>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001496 clocks = <&usb_phy3_always_on_clk32k>,
1497 <&sys_clkin1>,
1498 <&usb_otg_ss1_refclk960m>;
1499 clock-names = "wkupclk",
1500 "sysclk",
1501 "refclk";
1502 #phy-cells = <0>;
1503 };
1504 };
1505
Tony Lindgren160ec892017-10-10 14:15:04 -07001506 target-module@4a0dd000 {
1507 compatible = "ti,sysc-omap4-sr";
1508 ti,hwmods = "smartreflex_core";
1509 reg = <0x4a0dd000 0x4>,
1510 <0x4a0dd008 0x4>;
1511 reg-names = "rev", "sysc";
1512 #address-cells = <1>;
1513 #size-cells = <1>;
1514 ranges = <0 0x4a0dd000 0x001000>;
1515
1516 /* SmartReflex child device marked reserved in TRM */
1517 };
1518
1519 target-module@4a0d9000 {
1520 compatible = "ti,sysc-omap4-sr";
1521 ti,hwmods = "smartreflex_mpu";
1522 reg = <0x4a0d9000 0x4>,
1523 <0x4a0d9008 0x4>;
1524 reg-names = "rev", "sysc";
1525 #address-cells = <1>;
1526 #size-cells = <1>;
1527 ranges = <0 0x4a0d9000 0x001000>;
1528
1529 /* SmartReflex child device marked reserved in TRM */
1530 };
1531
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001532 omap_dwc3_1: omap_dwc3_1@48880000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001533 compatible = "ti,dwc3";
1534 ti,hwmods = "usb_otg_ss1";
1535 reg = <0x48880000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301536 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001537 #address-cells = <1>;
1538 #size-cells = <1>;
1539 utmi-mode = <2>;
1540 ranges;
1541 usb1: usb@48890000 {
1542 compatible = "snps,dwc3";
1543 reg = <0x48890000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001544 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1545 <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1546 <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
1547 interrupt-names = "peripheral",
1548 "host",
1549 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001550 phys = <&usb2_phy1>, <&usb3_phy1>;
1551 phy-names = "usb2-phy", "usb3-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001552 maximum-speed = "super-speed";
1553 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001554 snps,dis_u3_susphy_quirk;
1555 snps,dis_u2_susphy_quirk;
Roger Quadrosb8c9c6f2017-10-31 15:26:00 +02001556 snps,dis_metastability_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001557 };
1558 };
1559
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001560 omap_dwc3_2: omap_dwc3_2@488c0000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001561 compatible = "ti,dwc3";
1562 ti,hwmods = "usb_otg_ss2";
1563 reg = <0x488c0000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301564 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001565 #address-cells = <1>;
1566 #size-cells = <1>;
1567 utmi-mode = <2>;
1568 ranges;
1569 usb2: usb@488d0000 {
1570 compatible = "snps,dwc3";
1571 reg = <0x488d0000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001572 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1573 <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1574 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
1575 interrupt-names = "peripheral",
1576 "host",
1577 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001578 phys = <&usb2_phy2>;
1579 phy-names = "usb2-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001580 maximum-speed = "high-speed";
1581 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001582 snps,dis_u3_susphy_quirk;
1583 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001584 };
1585 };
1586
1587 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001588 omap_dwc3_3: omap_dwc3_3@48900000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001589 compatible = "ti,dwc3";
1590 ti,hwmods = "usb_otg_ss3";
1591 reg = <0x48900000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301592 interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001593 #address-cells = <1>;
1594 #size-cells = <1>;
1595 utmi-mode = <2>;
1596 ranges;
1597 status = "disabled";
1598 usb3: usb@48910000 {
1599 compatible = "snps,dwc3";
1600 reg = <0x48910000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001601 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1602 <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1603 <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
1604 interrupt-names = "peripheral",
1605 "host",
1606 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001607 maximum-speed = "high-speed";
1608 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001609 snps,dis_u3_susphy_quirk;
1610 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001611 };
1612 };
1613
Minal Shahff66a3c2014-05-19 14:45:47 +05301614 elm: elm@48078000 {
1615 compatible = "ti,am3352-elm";
1616 reg = <0x48078000 0xfc0>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301617 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301618 ti,hwmods = "elm";
1619 status = "disabled";
1620 };
1621
1622 gpmc: gpmc@50000000 {
1623 compatible = "ti,am3352-gpmc";
1624 ti,hwmods = "gpmc";
1625 reg = <0x50000000 0x37c>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301626 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Franklin S Cooper Jr10ce2402016-05-04 12:43:55 -05001627 dmas = <&edma_xbar 4 0>;
1628 dma-names = "rxtx";
Minal Shahff66a3c2014-05-19 14:45:47 +05301629 gpmc,num-cs = <8>;
1630 gpmc,num-waitpins = <2>;
1631 #address-cells = <2>;
1632 #size-cells = <1>;
Roger Quadros488f270d2016-02-23 18:37:17 +02001633 interrupt-controller;
1634 #interrupt-cells = <2>;
Roger Quadros845b1a22016-04-07 13:25:31 +03001635 gpio-controller;
1636 #gpio-cells = <2>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301637 status = "disabled";
1638 };
Peter Ujfalusi2ca09452014-05-07 13:20:48 +03001639
1640 atl: atl@4843c000 {
1641 compatible = "ti,dra7-atl";
1642 reg = <0x4843c000 0x3ff>;
1643 ti,hwmods = "atl";
1644 ti,provided-clocks = <&atl_clkin0_ck>, <&atl_clkin1_ck>,
1645 <&atl_clkin2_ck>, <&atl_clkin3_ck>;
1646 clocks = <&atl_gfclk_mux>;
1647 clock-names = "fck";
1648 status = "disabled";
1649 };
Olof Johansson412a9bb2014-07-18 22:16:15 -07001650
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001651 mcasp1: mcasp@48460000 {
1652 compatible = "ti,dra7-mcasp-audio";
1653 ti,hwmods = "mcasp1";
1654 reg = <0x48460000 0x2000>,
1655 <0x45800000 0x1000>;
1656 reg-names = "mpu","dat";
1657 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
1658 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
1659 interrupt-names = "tx", "rx";
1660 dmas = <&edma_xbar 129 1>, <&edma_xbar 128 1>;
1661 dma-names = "tx", "rx";
1662 clocks = <&mcasp1_aux_gfclk_mux>, <&mcasp1_ahclkx_mux>,
1663 <&mcasp1_ahclkr_mux>;
1664 clock-names = "fck", "ahclkx", "ahclkr";
1665 status = "disabled";
1666 };
1667
1668 mcasp2: mcasp@48464000 {
1669 compatible = "ti,dra7-mcasp-audio";
1670 ti,hwmods = "mcasp2";
1671 reg = <0x48464000 0x2000>,
1672 <0x45c00000 0x1000>;
1673 reg-names = "mpu","dat";
1674 interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>,
1675 <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
1676 interrupt-names = "tx", "rx";
1677 dmas = <&edma_xbar 131 1>, <&edma_xbar 130 1>;
1678 dma-names = "tx", "rx";
1679 clocks = <&mcasp2_aux_gfclk_mux>, <&mcasp2_ahclkx_mux>,
1680 <&mcasp2_ahclkr_mux>;
1681 clock-names = "fck", "ahclkx", "ahclkr";
1682 status = "disabled";
1683 };
1684
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001685 mcasp3: mcasp@48468000 {
1686 compatible = "ti,dra7-mcasp-audio";
1687 ti,hwmods = "mcasp3";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001688 reg = <0x48468000 0x2000>,
1689 <0x46000000 0x1000>;
1690 reg-names = "mpu","dat";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001691 interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>,
1692 <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
1693 interrupt-names = "tx", "rx";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001694 dmas = <&edma_xbar 133 1>, <&edma_xbar 132 1>;
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001695 dma-names = "tx", "rx";
Peter Ujfalusibf05c2c2015-11-12 09:32:57 +02001696 clocks = <&mcasp3_aux_gfclk_mux>, <&mcasp3_ahclkx_mux>;
1697 clock-names = "fck", "ahclkx";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001698 status = "disabled";
1699 };
1700
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001701 mcasp4: mcasp@4846c000 {
1702 compatible = "ti,dra7-mcasp-audio";
1703 ti,hwmods = "mcasp4";
1704 reg = <0x4846c000 0x2000>,
1705 <0x48436000 0x1000>;
1706 reg-names = "mpu","dat";
1707 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
1708 <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
1709 interrupt-names = "tx", "rx";
1710 dmas = <&edma_xbar 135 1>, <&edma_xbar 134 1>;
1711 dma-names = "tx", "rx";
1712 clocks = <&mcasp4_aux_gfclk_mux>, <&mcasp4_ahclkx_mux>;
1713 clock-names = "fck", "ahclkx";
1714 status = "disabled";
1715 };
1716
1717 mcasp5: mcasp@48470000 {
1718 compatible = "ti,dra7-mcasp-audio";
1719 ti,hwmods = "mcasp5";
1720 reg = <0x48470000 0x2000>,
1721 <0x4843a000 0x1000>;
1722 reg-names = "mpu","dat";
1723 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
1724 <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
1725 interrupt-names = "tx", "rx";
1726 dmas = <&edma_xbar 137 1>, <&edma_xbar 136 1>;
1727 dma-names = "tx", "rx";
1728 clocks = <&mcasp5_aux_gfclk_mux>, <&mcasp5_ahclkx_mux>;
1729 clock-names = "fck", "ahclkx";
1730 status = "disabled";
1731 };
1732
1733 mcasp6: mcasp@48474000 {
1734 compatible = "ti,dra7-mcasp-audio";
1735 ti,hwmods = "mcasp6";
1736 reg = <0x48474000 0x2000>,
1737 <0x4844c000 0x1000>;
1738 reg-names = "mpu","dat";
1739 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
1740 <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
1741 interrupt-names = "tx", "rx";
1742 dmas = <&edma_xbar 139 1>, <&edma_xbar 138 1>;
1743 dma-names = "tx", "rx";
1744 clocks = <&mcasp6_aux_gfclk_mux>, <&mcasp6_ahclkx_mux>;
1745 clock-names = "fck", "ahclkx";
1746 status = "disabled";
1747 };
1748
1749 mcasp7: mcasp@48478000 {
1750 compatible = "ti,dra7-mcasp-audio";
1751 ti,hwmods = "mcasp7";
1752 reg = <0x48478000 0x2000>,
1753 <0x48450000 0x1000>;
1754 reg-names = "mpu","dat";
1755 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>,
1756 <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
1757 interrupt-names = "tx", "rx";
1758 dmas = <&edma_xbar 141 1>, <&edma_xbar 140 1>;
1759 dma-names = "tx", "rx";
1760 clocks = <&mcasp7_aux_gfclk_mux>, <&mcasp7_ahclkx_mux>;
1761 clock-names = "fck", "ahclkx";
1762 status = "disabled";
1763 };
1764
1765 mcasp8: mcasp@4847c000 {
1766 compatible = "ti,dra7-mcasp-audio";
1767 ti,hwmods = "mcasp8";
1768 reg = <0x4847c000 0x2000>,
1769 <0x48454000 0x1000>;
1770 reg-names = "mpu","dat";
1771 interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>,
1772 <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>;
1773 interrupt-names = "tx", "rx";
1774 dmas = <&edma_xbar 143 1>, <&edma_xbar 142 1>;
1775 dma-names = "tx", "rx";
1776 clocks = <&mcasp8_aux_gfclk_mux>, <&mcasp8_ahclkx_mux>;
1777 clock-names = "fck", "ahclkx";
1778 status = "disabled";
1779 };
1780
Marc Zyngier783d3182015-03-11 15:43:44 +00001781 crossbar_mpu: crossbar@4a002a48 {
R Sricharana46631c2014-06-26 12:55:31 +05301782 compatible = "ti,irq-crossbar";
1783 reg = <0x4a002a48 0x130>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001784 interrupt-controller;
Marc Zyngier7136d452015-03-11 15:43:49 +00001785 interrupt-parent = <&wakeupgen>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001786 #interrupt-cells = <3>;
R Sricharana46631c2014-06-26 12:55:31 +05301787 ti,max-irqs = <160>;
1788 ti,max-crossbar-sources = <MAX_SOURCES>;
1789 ti,reg-size = <2>;
1790 ti,irqs-reserved = <0 1 2 3 5 6 131 132>;
1791 ti,irqs-skip = <10 133 139 140>;
1792 ti,irqs-safe-map = <0>;
1793 };
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301794
Vishal Mahaveerc263a5b2015-08-25 13:57:49 -05001795 mac: ethernet@48484000 {
Mugunthan V Ne2095312015-08-12 15:22:54 +05301796 compatible = "ti,dra7-cpsw","ti,cpsw";
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301797 ti,hwmods = "gmac";
Grygorii Strashkoc0973382016-08-30 17:58:01 +03001798 clocks = <&gmac_main_clk>, <&gmac_rft_clk_mux>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301799 clock-names = "fck", "cpts";
1800 cpdma_channels = <8>;
1801 ale_entries = <1024>;
1802 bd_ram_size = <0x2000>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301803 mac_control = <0x20>;
1804 slaves = <2>;
1805 active_slave = <0>;
Grygorii Strashkoc0973382016-08-30 17:58:01 +03001806 cpts_clock_mult = <0x784CFE14>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301807 cpts_clock_shift = <29>;
1808 reg = <0x48484000 0x1000
1809 0x48485200 0x2E00>;
1810 #address-cells = <1>;
1811 #size-cells = <1>;
Mugunthan V N0f514e62016-03-07 01:41:22 -07001812
1813 /*
1814 * Do not allow gating of cpsw clock as workaround
1815 * for errata i877. Keeping internal clock disabled
1816 * causes the device switching characteristics
1817 * to degrade over time and eventually fail to meet
1818 * the data manual delay time/skew specs.
1819 */
1820 ti,no-idle;
1821
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301822 /*
1823 * rx_thresh_pend
1824 * rx_pend
1825 * tx_pend
1826 * misc_pend
1827 */
1828 interrupts = <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
1829 <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>,
1830 <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>,
1831 <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>;
1832 ranges;
Mugunthan V Na084e132015-09-21 15:56:52 +05301833 syscon = <&scm_conf>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301834 status = "disabled";
1835
1836 davinci_mdio: mdio@48485000 {
Grygorii Strashko9efd1a62016-06-24 21:23:55 +03001837 compatible = "ti,cpsw-mdio","ti,davinci_mdio";
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301838 #address-cells = <1>;
1839 #size-cells = <0>;
1840 ti,hwmods = "davinci_mdio";
1841 bus_freq = <1000000>;
1842 reg = <0x48485000 0x100>;
1843 };
1844
1845 cpsw_emac0: slave@48480200 {
1846 /* Filled in by U-Boot */
1847 mac-address = [ 00 00 00 00 00 00 ];
1848 };
1849
1850 cpsw_emac1: slave@48480300 {
1851 /* Filled in by U-Boot */
1852 mac-address = [ 00 00 00 00 00 00 ];
1853 };
1854
1855 phy_sel: cpsw-phy-sel@4a002554 {
1856 compatible = "ti,dra7xx-cpsw-phy-sel";
1857 reg= <0x4a002554 0x4>;
1858 reg-names = "gmii-sel";
1859 };
1860 };
1861
Roger Quadros9ec49b92014-08-15 16:08:36 +03001862 dcan1: can@481cc000 {
1863 compatible = "ti,dra7-d_can";
1864 ti,hwmods = "dcan1";
1865 reg = <0x4ae3c000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001866 syscon-raminit = <&scm_conf 0x558 0>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001867 interrupts = <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>;
1868 clocks = <&dcan1_sys_clk_mux>;
1869 status = "disabled";
1870 };
1871
1872 dcan2: can@481d0000 {
1873 compatible = "ti,dra7-d_can";
1874 ti,hwmods = "dcan2";
1875 reg = <0x48480000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001876 syscon-raminit = <&scm_conf 0x558 1>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001877 interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
1878 clocks = <&sys_clkin1>;
1879 status = "disabled";
1880 };
Tomi Valkeinen95c1cd12014-07-09 16:15:18 +05301881
1882 dss: dss@58000000 {
1883 compatible = "ti,dra7-dss";
1884 /* 'reg' defined in dra72x.dtsi and dra74x.dtsi */
1885 /* 'clocks' defined in dra72x.dtsi and dra74x.dtsi */
1886 status = "disabled";
1887 ti,hwmods = "dss_core";
1888 /* CTRL_CORE_DSS_PLL_CONTROL */
1889 syscon-pll-ctrl = <&scm_conf 0x538>;
1890 #address-cells = <1>;
1891 #size-cells = <1>;
1892 ranges;
1893
1894 dispc@58001000 {
1895 compatible = "ti,dra7-dispc";
1896 reg = <0x58001000 0x1000>;
1897 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
1898 ti,hwmods = "dss_dispc";
1899 clocks = <&dss_dss_clk>;
1900 clock-names = "fck";
1901 /* CTRL_CORE_SMA_SW_1 */
1902 syscon-pol = <&scm_conf 0x534>;
1903 };
1904
1905 hdmi: encoder@58060000 {
1906 compatible = "ti,dra7-hdmi";
1907 reg = <0x58040000 0x200>,
1908 <0x58040200 0x80>,
1909 <0x58040300 0x80>,
1910 <0x58060000 0x19000>;
1911 reg-names = "wp", "pll", "phy", "core";
1912 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
1913 status = "disabled";
1914 ti,hwmods = "dss_hdmi";
1915 clocks = <&dss_48mhz_clk>, <&dss_hdmi_clk>;
1916 clock-names = "fck", "sys_clk";
Peter Ujfalusi12397382017-11-08 14:53:23 +02001917 dmas = <&sdma_xbar 76>;
1918 dma-names = "audio_tx";
Tomi Valkeinen95c1cd12014-07-09 16:15:18 +05301919 };
1920 };
Vignesh R34370142016-05-03 10:56:55 -05001921
1922 epwmss0: epwmss@4843e000 {
1923 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1924 reg = <0x4843e000 0x30>;
1925 ti,hwmods = "epwmss0";
1926 #address-cells = <1>;
1927 #size-cells = <1>;
1928 status = "disabled";
1929 ranges;
1930
1931 ehrpwm0: pwm@4843e200 {
1932 compatible = "ti,dra746-ehrpwm",
1933 "ti,am3352-ehrpwm";
1934 #pwm-cells = <3>;
1935 reg = <0x4843e200 0x80>;
1936 clocks = <&ehrpwm0_tbclk>, <&l4_root_clk_div>;
1937 clock-names = "tbclk", "fck";
1938 status = "disabled";
1939 };
1940
1941 ecap0: ecap@4843e100 {
1942 compatible = "ti,dra746-ecap",
1943 "ti,am3352-ecap";
1944 #pwm-cells = <3>;
1945 reg = <0x4843e100 0x80>;
1946 clocks = <&l4_root_clk_div>;
1947 clock-names = "fck";
1948 status = "disabled";
1949 };
1950 };
1951
1952 epwmss1: epwmss@48440000 {
1953 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1954 reg = <0x48440000 0x30>;
1955 ti,hwmods = "epwmss1";
1956 #address-cells = <1>;
1957 #size-cells = <1>;
1958 status = "disabled";
1959 ranges;
1960
1961 ehrpwm1: pwm@48440200 {
1962 compatible = "ti,dra746-ehrpwm",
1963 "ti,am3352-ehrpwm";
1964 #pwm-cells = <3>;
1965 reg = <0x48440200 0x80>;
1966 clocks = <&ehrpwm1_tbclk>, <&l4_root_clk_div>;
1967 clock-names = "tbclk", "fck";
1968 status = "disabled";
1969 };
1970
1971 ecap1: ecap@48440100 {
1972 compatible = "ti,dra746-ecap",
1973 "ti,am3352-ecap";
1974 #pwm-cells = <3>;
1975 reg = <0x48440100 0x80>;
1976 clocks = <&l4_root_clk_div>;
1977 clock-names = "fck";
1978 status = "disabled";
1979 };
1980 };
1981
1982 epwmss2: epwmss@48442000 {
1983 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1984 reg = <0x48442000 0x30>;
1985 ti,hwmods = "epwmss2";
1986 #address-cells = <1>;
1987 #size-cells = <1>;
1988 status = "disabled";
1989 ranges;
1990
1991 ehrpwm2: pwm@48442200 {
1992 compatible = "ti,dra746-ehrpwm",
1993 "ti,am3352-ehrpwm";
1994 #pwm-cells = <3>;
1995 reg = <0x48442200 0x80>;
1996 clocks = <&ehrpwm2_tbclk>, <&l4_root_clk_div>;
1997 clock-names = "tbclk", "fck";
1998 status = "disabled";
1999 };
2000
2001 ecap2: ecap@48442100 {
2002 compatible = "ti,dra746-ecap",
2003 "ti,am3352-ecap";
2004 #pwm-cells = <3>;
2005 reg = <0x48442100 0x80>;
2006 clocks = <&l4_root_clk_div>;
2007 clock-names = "fck";
2008 status = "disabled";
2009 };
2010 };
Joel Fernandesbac9d0b2016-06-01 12:06:41 +03002011
Joel Fernandese7fd15c2016-06-01 12:06:42 +03002012 aes1: aes@4b500000 {
2013 compatible = "ti,omap4-aes";
2014 ti,hwmods = "aes1";
2015 reg = <0x4b500000 0xa0>;
2016 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
2017 dmas = <&edma_xbar 111 0>, <&edma_xbar 110 0>;
2018 dma-names = "tx", "rx";
2019 clocks = <&l3_iclk_div>;
2020 clock-names = "fck";
2021 };
2022
2023 aes2: aes@4b700000 {
2024 compatible = "ti,omap4-aes";
2025 ti,hwmods = "aes2";
2026 reg = <0x4b700000 0xa0>;
2027 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
2028 dmas = <&edma_xbar 114 0>, <&edma_xbar 113 0>;
2029 dma-names = "tx", "rx";
2030 clocks = <&l3_iclk_div>;
2031 clock-names = "fck";
2032 };
2033
Joel Fernandesbac9d0b2016-06-01 12:06:41 +03002034 des: des@480a5000 {
2035 compatible = "ti,omap4-des";
2036 ti,hwmods = "des";
2037 reg = <0x480a5000 0xa0>;
2038 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
2039 dmas = <&sdma_xbar 117>, <&sdma_xbar 116>;
2040 dma-names = "tx", "rx";
2041 clocks = <&l3_iclk_div>;
2042 clock-names = "fck";
2043 };
Lokesh Vutlada346092016-06-01 12:06:43 +03002044
2045 sham: sham@53100000 {
2046 compatible = "ti,omap5-sham";
2047 ti,hwmods = "sham";
2048 reg = <0x4b101000 0x300>;
2049 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
2050 dmas = <&edma_xbar 119 0>;
2051 dma-names = "rx";
2052 clocks = <&l3_iclk_div>;
2053 clock-names = "fck";
2054 };
Lokesh Vutla610e9c42016-06-01 12:06:44 +03002055
2056 rng: rng@48090000 {
2057 compatible = "ti,omap4-rng";
2058 ti,hwmods = "rng";
2059 reg = <0x48090000 0x2000>;
2060 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
2061 clocks = <&l3_iclk_div>;
2062 clock-names = "fck";
2063 };
R Sricharan6e58b8f2013-08-14 19:08:20 +05302064 };
Keerthyf7397ed2015-03-23 14:39:38 -05002065
2066 thermal_zones: thermal-zones {
2067 #include "omap4-cpu-thermal.dtsi"
2068 #include "omap5-gpu-thermal.dtsi"
2069 #include "omap5-core-thermal.dtsi"
Keerthy667f2592016-02-08 14:46:30 +05302070 #include "dra7-dspeve-thermal.dtsi"
2071 #include "dra7-iva-thermal.dtsi"
Keerthyf7397ed2015-03-23 14:39:38 -05002072 };
2073
2074};
2075
2076&cpu_thermal {
2077 polling-delay = <500>; /* milliseconds */
Keerthyfb51ae02017-03-09 13:35:56 +05302078 coefficients = <0 2000>;
2079};
2080
2081&gpu_thermal {
2082 coefficients = <0 2000>;
2083};
2084
2085&core_thermal {
2086 coefficients = <0 2000>;
2087};
2088
2089&dspeve_thermal {
2090 coefficients = <0 2000>;
2091};
2092
2093&iva_thermal {
2094 coefficients = <0 2000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05302095};
Tero Kristoee6c7502013-07-18 17:18:33 +03002096
Ravikumar Kattekolabca52382017-05-17 06:51:38 -07002097&cpu_crit {
2098 temperature = <120000>; /* milli Celsius */
2099};
2100
Tero Kristoee6c7502013-07-18 17:18:33 +03002101/include/ "dra7xx-clocks.dtsi"