blob: 2b0a541f7f1dcaffcfdeb56305319680a4d72cf8 [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
Tony Lindgrene14d7e52018-01-11 16:04:03 -080010#include <dt-bindings/bus/ti-sysc.h>
11#include <dt-bindings/clock/dra7.h>
R Sricharan6e58b8f2013-08-14 19:08:20 +053012#include <dt-bindings/interrupt-controller/arm-gic.h>
13#include <dt-bindings/pinctrl/dra.h>
Tero Kristo18395332017-12-08 17:17:29 +020014#include <dt-bindings/clock/dra7.h>
R Sricharan6e58b8f2013-08-14 19:08:20 +053015
R Sricharana46631c2014-06-26 12:55:31 +053016#define MAX_SOURCES 400
R Sricharana46631c2014-06-26 12:55:31 +053017
R Sricharan6e58b8f2013-08-14 19:08:20 +053018/ {
Lokesh Vutladae320e2016-02-24 15:41:04 +053019 #address-cells = <2>;
20 #size-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053021
22 compatible = "ti,dra7xx";
Marc Zyngier783d3182015-03-11 15:43:44 +000023 interrupt-parent = <&crossbar_mpu>;
Javier Martinez Canillas7f6c8572016-12-19 11:44:41 -030024 chosen { };
R Sricharan6e58b8f2013-08-14 19:08:20 +053025
26 aliases {
Nishanth Menon20b80942013-10-16 15:21:03 -050027 i2c0 = &i2c1;
28 i2c1 = &i2c2;
29 i2c2 = &i2c3;
30 i2c3 = &i2c4;
31 i2c4 = &i2c5;
R Sricharan6e58b8f2013-08-14 19:08:20 +053032 serial0 = &uart1;
33 serial1 = &uart2;
34 serial2 = &uart3;
35 serial3 = &uart4;
36 serial4 = &uart5;
37 serial5 = &uart6;
Nishanth Menon065bd7f2014-10-21 11:18:15 -050038 serial6 = &uart7;
39 serial7 = &uart8;
40 serial8 = &uart9;
41 serial9 = &uart10;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +053042 ethernet0 = &cpsw_emac0;
43 ethernet1 = &cpsw_emac1;
Roger Quadros9ec49b92014-08-15 16:08:36 +030044 d_can0 = &dcan1;
45 d_can1 = &dcan2;
Mugunthan V N480b2b32015-11-19 12:31:01 +053046 spi0 = &qspi;
R Sricharan6e58b8f2013-08-14 19:08:20 +053047 };
48
R Sricharan6e58b8f2013-08-14 19:08:20 +053049 timer {
50 compatible = "arm,armv7-timer";
51 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
52 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
53 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
54 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
Marc Zyngier783d3182015-03-11 15:43:44 +000055 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053056 };
57
58 gic: interrupt-controller@48211000 {
59 compatible = "arm,cortex-a15-gic";
60 interrupt-controller;
61 #interrupt-cells = <3>;
Lokesh Vutladae320e2016-02-24 15:41:04 +053062 reg = <0x0 0x48211000 0x0 0x1000>,
Marc Zyngier387720c2017-01-18 09:27:28 +000063 <0x0 0x48212000 0x0 0x2000>,
Lokesh Vutladae320e2016-02-24 15:41:04 +053064 <0x0 0x48214000 0x0 0x2000>,
65 <0x0 0x48216000 0x0 0x2000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053066 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
Marc Zyngier783d3182015-03-11 15:43:44 +000067 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053068 };
69
Marc Zyngier7136d452015-03-11 15:43:49 +000070 wakeupgen: interrupt-controller@48281000 {
71 compatible = "ti,omap5-wugen-mpu", "ti,omap4-wugen-mpu";
72 interrupt-controller;
73 #interrupt-cells = <3>;
Lokesh Vutladae320e2016-02-24 15:41:04 +053074 reg = <0x0 0x48281000 0x0 0x1000>;
Marc Zyngier7136d452015-03-11 15:43:49 +000075 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053076 };
77
Dave Gerlachb82ffb32016-05-18 18:36:32 -050078 cpus {
79 #address-cells = <1>;
80 #size-cells = <0>;
81
82 cpu0: cpu@0 {
83 device_type = "cpu";
84 compatible = "arm,cortex-a15";
85 reg = <0>;
86
Dave Gerlacha4e5e9f2017-03-06 09:23:41 -060087 operating-points-v2 = <&cpu0_opp_table>;
Dave Gerlachb82ffb32016-05-18 18:36:32 -050088
89 clocks = <&dpll_mpu_ck>;
90 clock-names = "cpu";
91
92 clock-latency = <300000>; /* From omap-cpufreq driver */
93
94 /* cooling options */
95 cooling-min-level = <0>;
96 cooling-max-level = <2>;
97 #cooling-cells = <2>; /* min followed by max */
98 };
99 };
100
Dave Gerlacha4e5e9f2017-03-06 09:23:41 -0600101 cpu0_opp_table: opp-table {
102 compatible = "operating-points-v2-ti-cpu";
103 syscon = <&scm_wkup>;
104
Viresh Kumarb9cb2ba2017-04-20 16:25:06 +0530105 opp_nom-1000000000 {
Dave Gerlacha4e5e9f2017-03-06 09:23:41 -0600106 opp-hz = /bits/ 64 <1000000000>;
107 opp-microvolt = <1060000 850000 1150000>;
108 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>;
114 opp-microvolt = <1160000 885000 1160000>;
115 opp-supported-hw = <0xFF 0x02>;
116 };
117 };
118
R Sricharan6e58b8f2013-08-14 19:08:20 +0530119 /*
Geert Uytterhoeven5c5be9d2014-03-28 11:11:37 +0100120 * The soc node represents the soc top level view. It is used for IPs
R Sricharan6e58b8f2013-08-14 19:08:20 +0530121 * that are not memory mapped in the MPU view or for the MPU itself.
122 */
123 soc {
124 compatible = "ti,omap-infra";
125 mpu {
126 compatible = "ti,omap5-mpu";
127 ti,hwmods = "mpu";
128 };
129 };
130
131 /*
132 * XXX: Use a flat representation of the SOC interconnect.
133 * The real OMAP interconnect network is quite complex.
Geert Uytterhoevenb7ab5242014-03-28 11:11:39 +0100134 * Since it will not bring real advantage to represent that in DT for
R Sricharan6e58b8f2013-08-14 19:08:20 +0530135 * the moment, just use a fake OCP bus entry to represent the whole bus
136 * hierarchy.
137 */
138 ocp {
Rajendra Nayakfba387a2014-04-10 11:34:32 -0500139 compatible = "ti,dra7-l3-noc", "simple-bus";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530140 #address-cells = <1>;
141 #size-cells = <1>;
Lokesh Vutladae320e2016-02-24 15:41:04 +0530142 ranges = <0x0 0x0 0x0 0xc0000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530143 ti,hwmods = "l3_main_1", "l3_main_2";
Lokesh Vutladae320e2016-02-24 15:41:04 +0530144 reg = <0x0 0x44000000 0x0 0x1000000>,
145 <0x0 0x45000000 0x0 0x1000>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000146 interrupts-extended = <&crossbar_mpu GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
Marc Zyngier7136d452015-03-11 15:43:49 +0000147 <&wakeupgen GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530148
Tero Kristod9195012015-02-12 11:37:13 +0200149 l4_cfg: l4@4a000000 {
150 compatible = "ti,dra7-l4-cfg", "simple-bus";
151 #address-cells = <1>;
152 #size-cells = <1>;
153 ranges = <0 0x4a000000 0x22c000>;
Tero Kristoee6c7502013-07-18 17:18:33 +0300154
Tero Kristod9195012015-02-12 11:37:13 +0200155 scm: scm@2000 {
156 compatible = "ti,dra7-scm-core", "simple-bus";
157 reg = <0x2000 0x2000>;
Tero Kristoee6c7502013-07-18 17:18:33 +0300158 #address-cells = <1>;
Tero Kristod9195012015-02-12 11:37:13 +0200159 #size-cells = <1>;
160 ranges = <0 0x2000 0x2000>;
161
162 scm_conf: scm_conf@0 {
Kishon Vijay Abraham Icd455672015-07-27 17:46:41 +0530163 compatible = "syscon", "simple-bus";
Tero Kristod9195012015-02-12 11:37:13 +0200164 reg = <0x0 0x1400>;
165 #address-cells = <1>;
166 #size-cells = <1>;
Kishon Vijay Abraham I9a5e3f22015-09-04 17:38:24 +0530167 ranges = <0 0x0 0x1400>;
Tero Kristod9195012015-02-12 11:37:13 +0200168
Javier Martinez Canillas308cfda2016-04-01 16:20:18 -0400169 pbias_regulator: pbias_regulator@e00 {
Kishon Vijay Abraham I737f1462015-09-04 17:30:25 +0530170 compatible = "ti,pbias-dra7", "ti,pbias-omap";
Tero Kristod9195012015-02-12 11:37:13 +0200171 reg = <0xe00 0x4>;
172 syscon = <&scm_conf>;
173 pbias_mmc_reg: pbias_mmc_omap5 {
174 regulator-name = "pbias_mmc_omap5";
175 regulator-min-microvolt = <1800000>;
Ravikumar Kattekolafa40d422017-10-09 11:23:11 +0530176 regulator-max-microvolt = <3300000>;
Tero Kristod9195012015-02-12 11:37:13 +0200177 };
178 };
Tomi Valkeinen2d5a3c82015-02-23 12:53:56 +0200179
180 scm_conf_clocks: clocks {
181 #address-cells = <1>;
182 #size-cells = <0>;
183 };
Tero Kristod9195012015-02-12 11:37:13 +0200184 };
185
186 dra7_pmx_core: pinmux@1400 {
187 compatible = "ti,dra7-padconf",
188 "pinctrl-single";
Roger Quadros1c5cb6f2015-07-27 13:27:29 +0300189 reg = <0x1400 0x0468>;
Tero Kristod9195012015-02-12 11:37:13 +0200190 #address-cells = <1>;
191 #size-cells = <0>;
Tony Lindgrenbe76fd32016-11-07 08:27:49 -0700192 #pinctrl-cells = <1>;
Tero Kristod9195012015-02-12 11:37:13 +0200193 #interrupt-cells = <1>;
194 interrupt-controller;
195 pinctrl-single,register-width = <32>;
196 pinctrl-single,function-mask = <0x3fffffff>;
197 };
Roger Quadros33cb3a12015-08-04 12:10:14 +0300198
199 scm_conf1: scm_conf@1c04 {
200 compatible = "syscon";
201 reg = <0x1c04 0x0020>;
Kishon Vijay Abraham Id23f3832017-08-08 11:10:24 +0530202 #syscon-cells = <2>;
Roger Quadros33cb3a12015-08-04 12:10:14 +0300203 };
Kishon Vijay Abraham I43acf162015-12-21 14:43:18 +0530204
205 scm_conf_pcie: scm_conf@1c24 {
206 compatible = "syscon";
207 reg = <0x1c24 0x0024>;
208 };
Peter Ujfalusi3d2a58b2016-03-07 17:17:28 +0200209
210 sdma_xbar: dma-router@b78 {
211 compatible = "ti,dra7-dma-crossbar";
212 reg = <0xb78 0xfc>;
213 #dma-cells = <1>;
214 dma-requests = <205>;
215 ti,dma-safe-map = <0>;
216 dma-masters = <&sdma>;
217 };
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200218
219 edma_xbar: dma-router@c78 {
220 compatible = "ti,dra7-dma-crossbar";
221 reg = <0xc78 0x7c>;
222 #dma-cells = <2>;
223 dma-requests = <204>;
224 ti,dma-safe-map = <0>;
225 dma-masters = <&edma>;
226 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300227 };
228
Tero Kristod9195012015-02-12 11:37:13 +0200229 cm_core_aon: cm_core_aon@5000 {
Tero Kristoaa29e3a2017-12-07 10:46:43 +0200230 compatible = "ti,dra7-cm-core-aon",
231 "simple-bus";
232 #address-cells = <1>;
233 #size-cells = <1>;
Tero Kristod9195012015-02-12 11:37:13 +0200234 reg = <0x5000 0x2000>;
Tero Kristoaa29e3a2017-12-07 10:46:43 +0200235 ranges = <0 0x5000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +0200236
237 cm_core_aon_clocks: clocks {
238 #address-cells = <1>;
239 #size-cells = <0>;
240 };
241
242 cm_core_aon_clockdomains: clockdomains {
243 };
244 };
245
246 cm_core: cm_core@8000 {
Tero Kristoaa29e3a2017-12-07 10:46:43 +0200247 compatible = "ti,dra7-cm-core", "simple-bus";
248 #address-cells = <1>;
249 #size-cells = <1>;
Tero Kristod9195012015-02-12 11:37:13 +0200250 reg = <0x8000 0x3000>;
Tero Kristoaa29e3a2017-12-07 10:46:43 +0200251 ranges = <0 0x8000 0x3000>;
Tero Kristod9195012015-02-12 11:37:13 +0200252
253 cm_core_clocks: clocks {
254 #address-cells = <1>;
255 #size-cells = <0>;
256 };
257
258 cm_core_clockdomains: clockdomains {
259 };
260 };
261 };
262
263 l4_wkup: l4@4ae00000 {
264 compatible = "ti,dra7-l4-wkup", "simple-bus";
265 #address-cells = <1>;
266 #size-cells = <1>;
267 ranges = <0 0x4ae00000 0x3f000>;
268
269 counter32k: counter@4000 {
270 compatible = "ti,omap-counter32k";
271 reg = <0x4000 0x40>;
272 ti,hwmods = "counter_32k";
273 };
274
275 prm: prm@6000 {
Tero Kristoaa29e3a2017-12-07 10:46:43 +0200276 compatible = "ti,dra7-prm", "simple-bus";
Tero Kristod9195012015-02-12 11:37:13 +0200277 reg = <0x6000 0x3000>;
278 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
Tero Kristoaa29e3a2017-12-07 10:46:43 +0200279 #address-cells = <1>;
280 #size-cells = <1>;
281 ranges = <0 0x6000 0x3000>;
Tero Kristod9195012015-02-12 11:37:13 +0200282
283 prm_clocks: clocks {
284 #address-cells = <1>;
285 #size-cells = <0>;
286 };
287
288 prm_clockdomains: clockdomains {
289 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300290 };
Dave Gerlach62e4fee2016-05-18 18:36:31 -0500291
292 scm_wkup: scm_conf@c000 {
293 compatible = "syscon";
294 reg = <0xc000 0x1000>;
295 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300296 };
297
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530298 axi@0 {
299 compatible = "simple-bus";
300 #size-cells = <1>;
301 #address-cells = <1>;
302 ranges = <0x51000000 0x51000000 0x3000
303 0x0 0x20000000 0x10000000>;
Kishon Vijay Abraham Id23f3832017-08-08 11:10:24 +0530304 /**
305 * To enable PCI endpoint mode, disable the pcie1_rc
306 * node and enable pcie1_ep mode.
307 */
308 pcie1_rc: pcie@51000000 {
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530309 compatible = "ti,dra7-pcie";
310 reg = <0x51000000 0x2000>, <0x51002000 0x14c>, <0x1000 0x2000>;
311 reg-names = "rc_dbics", "ti_conf", "config";
312 interrupts = <0 232 0x4>, <0 233 0x4>;
313 #address-cells = <3>;
314 #size-cells = <2>;
315 device_type = "pci";
316 ranges = <0x81000000 0 0 0x03000 0 0x00010000
317 0x82000000 0 0x20013000 0x13000 0 0xffed000>;
Rob Herring7d79f602017-03-21 21:03:01 -0500318 bus-range = <0x00 0xff>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530319 #interrupt-cells = <1>;
320 num-lanes = <1>;
Kishon Vijay Abraham Ibed596d2016-08-10 18:03:18 +0530321 linux,pci-domain = <0>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530322 ti,hwmods = "pcie1";
323 phys = <&pcie1_phy>;
324 phy-names = "pcie-phy0";
325 interrupt-map-mask = <0 0 0 7>;
326 interrupt-map = <0 0 0 1 &pcie1_intc 1>,
327 <0 0 0 2 &pcie1_intc 2>,
328 <0 0 0 3 &pcie1_intc 3>,
329 <0 0 0 4 &pcie1_intc 4>;
Kishon Vijay Abraham Id23f3832017-08-08 11:10:24 +0530330 status = "disabled";
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530331 pcie1_intc: interrupt-controller {
332 interrupt-controller;
333 #address-cells = <0>;
334 #interrupt-cells = <1>;
335 };
336 };
Kishon Vijay Abraham Id23f3832017-08-08 11:10:24 +0530337
338 pcie1_ep: pcie_ep@51000000 {
339 compatible = "ti,dra7-pcie-ep";
340 reg = <0x51000000 0x28>, <0x51002000 0x14c>, <0x51001000 0x28>, <0x1000 0x10000000>;
341 reg-names = "ep_dbics", "ti_conf", "ep_dbics2", "addr_space";
342 interrupts = <0 232 0x4>;
343 num-lanes = <1>;
344 num-ib-windows = <4>;
345 num-ob-windows = <16>;
346 ti,hwmods = "pcie1";
347 phys = <&pcie1_phy>;
348 phy-names = "pcie-phy0";
349 ti,syscon-unaligned-access = <&scm_conf1 0x14 2>;
350 status = "disabled";
351 };
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530352 };
353
354 axi@1 {
355 compatible = "simple-bus";
356 #size-cells = <1>;
357 #address-cells = <1>;
358 ranges = <0x51800000 0x51800000 0x3000
359 0x0 0x30000000 0x10000000>;
360 status = "disabled";
Kishon Vijay Abraham I605b3d32016-06-09 20:43:55 +0530361 pcie@51800000 {
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530362 compatible = "ti,dra7-pcie";
363 reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>;
364 reg-names = "rc_dbics", "ti_conf", "config";
365 interrupts = <0 355 0x4>, <0 356 0x4>;
366 #address-cells = <3>;
367 #size-cells = <2>;
368 device_type = "pci";
369 ranges = <0x81000000 0 0 0x03000 0 0x00010000
370 0x82000000 0 0x30013000 0x13000 0 0xffed000>;
Rob Herring7d79f602017-03-21 21:03:01 -0500371 bus-range = <0x00 0xff>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530372 #interrupt-cells = <1>;
373 num-lanes = <1>;
Kishon Vijay Abraham Ibed596d2016-08-10 18:03:18 +0530374 linux,pci-domain = <1>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530375 ti,hwmods = "pcie2";
376 phys = <&pcie2_phy>;
377 phy-names = "pcie-phy0";
378 interrupt-map-mask = <0 0 0 7>;
379 interrupt-map = <0 0 0 1 &pcie2_intc 1>,
380 <0 0 0 2 &pcie2_intc 2>,
381 <0 0 0 3 &pcie2_intc 3>,
382 <0 0 0 4 &pcie2_intc 4>;
383 pcie2_intc: interrupt-controller {
384 interrupt-controller;
385 #address-cells = <0>;
386 #interrupt-cells = <1>;
387 };
388 };
389 };
390
Dave Gerlacha5fa09b2016-05-10 14:49:41 -0500391 ocmcram1: ocmcram@40300000 {
392 compatible = "mmio-sram";
393 reg = <0x40300000 0x80000>;
394 ranges = <0x0 0x40300000 0x80000>;
395 #address-cells = <1>;
396 #size-cells = <1>;
Dave Gerlachfae3a9f2016-05-10 14:49:42 -0500397 /*
398 * This is a placeholder for an optional reserved
399 * region for use by secure software. The size
400 * of this region is not known until runtime so it
401 * is set as zero to either be updated to reserve
402 * space or left unchanged to leave all SRAM for use.
403 * On HS parts that that require the reserved region
404 * either the bootloader can update the size to
405 * the required amount or the node can be overridden
406 * from the board dts file for the secure platform.
407 */
408 sram-hs@0 {
409 compatible = "ti,secure-ram";
410 reg = <0x0 0x0>;
411 };
Dave Gerlacha5fa09b2016-05-10 14:49:41 -0500412 };
413
414 /*
415 * NOTE: ocmcram2 and ocmcram3 are not available on all
416 * DRA7xx and AM57xx variants. Confirm availability in
417 * the data manual for the exact part number in use
418 * before enabling these nodes in the board dts file.
419 */
420 ocmcram2: ocmcram@40400000 {
421 status = "disabled";
422 compatible = "mmio-sram";
423 reg = <0x40400000 0x100000>;
424 ranges = <0x0 0x40400000 0x100000>;
425 #address-cells = <1>;
426 #size-cells = <1>;
427 };
428
429 ocmcram3: ocmcram@40500000 {
430 status = "disabled";
431 compatible = "mmio-sram";
432 reg = <0x40500000 0x100000>;
433 ranges = <0x0 0x40500000 0x100000>;
434 #address-cells = <1>;
435 #size-cells = <1>;
436 };
437
Keerthyf7397ed2015-03-23 14:39:38 -0500438 bandgap: bandgap@4a0021e0 {
439 reg = <0x4a0021e0 0xc
440 0x4a00232c 0xc
441 0x4a002380 0x2c
442 0x4a0023C0 0x3c
443 0x4a002564 0x8
444 0x4a002574 0x50>;
445 compatible = "ti,dra752-bandgap";
446 interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
447 #thermal-sensor-cells = <1>;
448 };
449
Suman Anna99639ac2015-10-02 18:23:22 -0500450 dsp1_system: dsp_system@40d00000 {
451 compatible = "syscon";
452 reg = <0x40d00000 0x100>;
453 };
454
Tony Lindgreneba61302017-06-16 17:24:29 +0530455 dra7_iodelay_core: padconf@4844a000 {
456 compatible = "ti,dra7-iodelay";
457 reg = <0x4844a000 0x0d1c>;
458 #address-cells = <1>;
459 #size-cells = <0>;
460 #pinctrl-cells = <2>;
461 };
462
R Sricharan6e58b8f2013-08-14 19:08:20 +0530463 sdma: dma-controller@4a056000 {
464 compatible = "ti,omap4430-sdma";
465 reg = <0x4a056000 0x1000>;
R Sricharana46631c2014-06-26 12:55:31 +0530466 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
467 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
468 <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
469 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530470 #dma-cells = <1>;
Peter Ujfalusi08d9b322015-02-20 15:42:06 +0200471 dma-channels = <32>;
472 dma-requests = <127>;
Tony Lindgren288cdbbf2017-08-30 08:19:53 -0700473 ti,hwmods = "dma_system";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530474 };
475
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200476 edma: edma@43300000 {
477 compatible = "ti,edma3-tpcc";
478 ti,hwmods = "tpcc";
479 reg = <0x43300000 0x100000>;
480 reg-names = "edma3_cc";
481 interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>,
482 <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>,
483 <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
Robert P. J. Daya5206552016-05-24 17:20:28 -0400484 interrupt-names = "edma3_ccint", "edma3_mperr",
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200485 "edma3_ccerrint";
486 dma-requests = <64>;
487 #dma-cells = <2>;
488
489 ti,tptcs = <&edma_tptc0 7>, <&edma_tptc1 0>;
490
491 /*
492 * memcpy is disabled, can be enabled with:
493 * ti,edma-memcpy-channels = <20 21>;
494 * for example. Note that these channels need to be
495 * masked in the xbar as well.
496 */
497 };
498
499 edma_tptc0: tptc@43400000 {
500 compatible = "ti,edma3-tptc";
501 ti,hwmods = "tptc0";
502 reg = <0x43400000 0x100000>;
503 interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>;
504 interrupt-names = "edma3_tcerrint";
505 };
506
507 edma_tptc1: tptc@43500000 {
508 compatible = "ti,edma3-tptc";
509 ti,hwmods = "tptc1";
510 reg = <0x43500000 0x100000>;
511 interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>;
512 interrupt-names = "edma3_tcerrint";
513 };
514
R Sricharan6e58b8f2013-08-14 19:08:20 +0530515 gpio1: gpio@4ae10000 {
516 compatible = "ti,omap4-gpio";
517 reg = <0x4ae10000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530518 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530519 ti,hwmods = "gpio1";
520 gpio-controller;
521 #gpio-cells = <2>;
522 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700523 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530524 };
525
526 gpio2: gpio@48055000 {
527 compatible = "ti,omap4-gpio";
528 reg = <0x48055000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530529 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530530 ti,hwmods = "gpio2";
531 gpio-controller;
532 #gpio-cells = <2>;
533 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700534 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530535 };
536
537 gpio3: gpio@48057000 {
538 compatible = "ti,omap4-gpio";
539 reg = <0x48057000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530540 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530541 ti,hwmods = "gpio3";
542 gpio-controller;
543 #gpio-cells = <2>;
544 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700545 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530546 };
547
548 gpio4: gpio@48059000 {
549 compatible = "ti,omap4-gpio";
550 reg = <0x48059000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530551 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530552 ti,hwmods = "gpio4";
553 gpio-controller;
554 #gpio-cells = <2>;
555 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700556 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530557 };
558
559 gpio5: gpio@4805b000 {
560 compatible = "ti,omap4-gpio";
561 reg = <0x4805b000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530562 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530563 ti,hwmods = "gpio5";
564 gpio-controller;
565 #gpio-cells = <2>;
566 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700567 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530568 };
569
570 gpio6: gpio@4805d000 {
571 compatible = "ti,omap4-gpio";
572 reg = <0x4805d000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530573 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530574 ti,hwmods = "gpio6";
575 gpio-controller;
576 #gpio-cells = <2>;
577 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700578 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530579 };
580
581 gpio7: gpio@48051000 {
582 compatible = "ti,omap4-gpio";
583 reg = <0x48051000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530584 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530585 ti,hwmods = "gpio7";
586 gpio-controller;
587 #gpio-cells = <2>;
588 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700589 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530590 };
591
592 gpio8: gpio@48053000 {
593 compatible = "ti,omap4-gpio";
594 reg = <0x48053000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530595 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530596 ti,hwmods = "gpio8";
597 gpio-controller;
598 #gpio-cells = <2>;
599 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700600 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530601 };
602
603 uart1: serial@4806a000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530604 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530605 reg = <0x4806a000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000606 interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530607 ti,hwmods = "uart1";
608 clock-frequency = <48000000>;
609 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300610 dmas = <&sdma_xbar 49>, <&sdma_xbar 50>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200611 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530612 };
613
614 uart2: serial@4806c000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530615 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530616 reg = <0x4806c000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000617 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530618 ti,hwmods = "uart2";
619 clock-frequency = <48000000>;
620 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300621 dmas = <&sdma_xbar 51>, <&sdma_xbar 52>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200622 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530623 };
624
625 uart3: serial@48020000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530626 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530627 reg = <0x48020000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000628 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530629 ti,hwmods = "uart3";
630 clock-frequency = <48000000>;
631 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300632 dmas = <&sdma_xbar 53>, <&sdma_xbar 54>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200633 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530634 };
635
636 uart4: serial@4806e000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530637 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530638 reg = <0x4806e000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000639 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530640 ti,hwmods = "uart4";
641 clock-frequency = <48000000>;
642 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300643 dmas = <&sdma_xbar 55>, <&sdma_xbar 56>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200644 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530645 };
646
647 uart5: serial@48066000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530648 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530649 reg = <0x48066000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000650 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530651 ti,hwmods = "uart5";
652 clock-frequency = <48000000>;
653 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300654 dmas = <&sdma_xbar 63>, <&sdma_xbar 64>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200655 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530656 };
657
658 uart6: serial@48068000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530659 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530660 reg = <0x48068000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000661 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530662 ti,hwmods = "uart6";
663 clock-frequency = <48000000>;
664 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300665 dmas = <&sdma_xbar 79>, <&sdma_xbar 80>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200666 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530667 };
668
669 uart7: serial@48420000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530670 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530671 reg = <0x48420000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000672 interrupts = <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530673 ti,hwmods = "uart7";
674 clock-frequency = <48000000>;
675 status = "disabled";
676 };
677
678 uart8: serial@48422000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530679 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530680 reg = <0x48422000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000681 interrupts = <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530682 ti,hwmods = "uart8";
683 clock-frequency = <48000000>;
684 status = "disabled";
685 };
686
687 uart9: serial@48424000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530688 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530689 reg = <0x48424000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000690 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530691 ti,hwmods = "uart9";
692 clock-frequency = <48000000>;
693 status = "disabled";
694 };
695
696 uart10: serial@4ae2b000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530697 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530698 reg = <0x4ae2b000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000699 interrupts = <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530700 ti,hwmods = "uart10";
701 clock-frequency = <48000000>;
702 status = "disabled";
703 };
704
Suman Anna38baefb2014-07-11 16:44:38 -0500705 mailbox1: mailbox@4a0f4000 {
706 compatible = "ti,omap4-mailbox";
707 reg = <0x4a0f4000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600708 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
709 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
710 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500711 ti,hwmods = "mailbox1";
Suman Anna24df0452014-11-03 17:07:35 -0600712 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500713 ti,mbox-num-users = <3>;
714 ti,mbox-num-fifos = <8>;
715 status = "disabled";
716 };
717
718 mailbox2: mailbox@4883a000 {
719 compatible = "ti,omap4-mailbox";
720 reg = <0x4883a000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600721 interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>,
722 <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>,
723 <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>,
724 <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500725 ti,hwmods = "mailbox2";
Suman Anna24df0452014-11-03 17:07:35 -0600726 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500727 ti,mbox-num-users = <4>;
728 ti,mbox-num-fifos = <12>;
729 status = "disabled";
730 };
731
732 mailbox3: mailbox@4883c000 {
733 compatible = "ti,omap4-mailbox";
734 reg = <0x4883c000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600735 interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>,
736 <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>,
737 <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>,
738 <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500739 ti,hwmods = "mailbox3";
Suman Anna24df0452014-11-03 17:07:35 -0600740 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500741 ti,mbox-num-users = <4>;
742 ti,mbox-num-fifos = <12>;
743 status = "disabled";
744 };
745
746 mailbox4: mailbox@4883e000 {
747 compatible = "ti,omap4-mailbox";
748 reg = <0x4883e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600749 interrupts = <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
750 <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>,
751 <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>,
752 <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500753 ti,hwmods = "mailbox4";
Suman Anna24df0452014-11-03 17:07:35 -0600754 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500755 ti,mbox-num-users = <4>;
756 ti,mbox-num-fifos = <12>;
757 status = "disabled";
758 };
759
760 mailbox5: mailbox@48840000 {
761 compatible = "ti,omap4-mailbox";
762 reg = <0x48840000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600763 interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>,
764 <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>,
765 <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>,
766 <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500767 ti,hwmods = "mailbox5";
Suman Anna24df0452014-11-03 17:07:35 -0600768 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500769 ti,mbox-num-users = <4>;
770 ti,mbox-num-fifos = <12>;
771 status = "disabled";
772 };
773
774 mailbox6: mailbox@48842000 {
775 compatible = "ti,omap4-mailbox";
776 reg = <0x48842000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600777 interrupts = <GIC_SPI 253 IRQ_TYPE_LEVEL_HIGH>,
778 <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>,
779 <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>,
780 <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500781 ti,hwmods = "mailbox6";
Suman Anna24df0452014-11-03 17:07:35 -0600782 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500783 ti,mbox-num-users = <4>;
784 ti,mbox-num-fifos = <12>;
785 status = "disabled";
786 };
787
788 mailbox7: mailbox@48844000 {
789 compatible = "ti,omap4-mailbox";
790 reg = <0x48844000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600791 interrupts = <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>,
792 <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>,
793 <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>,
794 <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500795 ti,hwmods = "mailbox7";
Suman Anna24df0452014-11-03 17:07:35 -0600796 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500797 ti,mbox-num-users = <4>;
798 ti,mbox-num-fifos = <12>;
799 status = "disabled";
800 };
801
802 mailbox8: mailbox@48846000 {
803 compatible = "ti,omap4-mailbox";
804 reg = <0x48846000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600805 interrupts = <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>,
806 <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>,
807 <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>,
808 <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500809 ti,hwmods = "mailbox8";
Suman Anna24df0452014-11-03 17:07:35 -0600810 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500811 ti,mbox-num-users = <4>;
812 ti,mbox-num-fifos = <12>;
813 status = "disabled";
814 };
815
816 mailbox9: mailbox@4885e000 {
817 compatible = "ti,omap4-mailbox";
818 reg = <0x4885e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600819 interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>,
820 <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>,
821 <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>,
822 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500823 ti,hwmods = "mailbox9";
Suman Anna24df0452014-11-03 17:07:35 -0600824 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500825 ti,mbox-num-users = <4>;
826 ti,mbox-num-fifos = <12>;
827 status = "disabled";
828 };
829
830 mailbox10: mailbox@48860000 {
831 compatible = "ti,omap4-mailbox";
832 reg = <0x48860000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600833 interrupts = <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>,
834 <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH>,
835 <GIC_SPI 271 IRQ_TYPE_LEVEL_HIGH>,
836 <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500837 ti,hwmods = "mailbox10";
Suman Anna24df0452014-11-03 17:07:35 -0600838 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500839 ti,mbox-num-users = <4>;
840 ti,mbox-num-fifos = <12>;
841 status = "disabled";
842 };
843
844 mailbox11: mailbox@48862000 {
845 compatible = "ti,omap4-mailbox";
846 reg = <0x48862000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600847 interrupts = <GIC_SPI 273 IRQ_TYPE_LEVEL_HIGH>,
848 <GIC_SPI 274 IRQ_TYPE_LEVEL_HIGH>,
849 <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>,
850 <GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500851 ti,hwmods = "mailbox11";
Suman Anna24df0452014-11-03 17:07:35 -0600852 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500853 ti,mbox-num-users = <4>;
854 ti,mbox-num-fifos = <12>;
855 status = "disabled";
856 };
857
858 mailbox12: mailbox@48864000 {
859 compatible = "ti,omap4-mailbox";
860 reg = <0x48864000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600861 interrupts = <GIC_SPI 277 IRQ_TYPE_LEVEL_HIGH>,
862 <GIC_SPI 278 IRQ_TYPE_LEVEL_HIGH>,
863 <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
864 <GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500865 ti,hwmods = "mailbox12";
Suman Anna24df0452014-11-03 17:07:35 -0600866 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500867 ti,mbox-num-users = <4>;
868 ti,mbox-num-fifos = <12>;
869 status = "disabled";
870 };
871
872 mailbox13: mailbox@48802000 {
873 compatible = "ti,omap4-mailbox";
874 reg = <0x48802000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600875 interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>,
876 <GIC_SPI 380 IRQ_TYPE_LEVEL_HIGH>,
877 <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>,
878 <GIC_SPI 382 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500879 ti,hwmods = "mailbox13";
Suman Anna24df0452014-11-03 17:07:35 -0600880 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500881 ti,mbox-num-users = <4>;
882 ti,mbox-num-fifos = <12>;
883 status = "disabled";
884 };
885
R Sricharan6e58b8f2013-08-14 19:08:20 +0530886 timer1: timer@4ae18000 {
887 compatible = "ti,omap5430-timer";
888 reg = <0x4ae18000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530889 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530890 ti,hwmods = "timer1";
891 ti,timer-alwon;
Tero Kristo139e9a62017-12-07 10:46:38 +0200892 clock-names = "fck";
Tero Kristo18395332017-12-08 17:17:29 +0200893 clocks = <&wkupaon_clkctrl DRA7_TIMER1_CLKCTRL 24>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530894 };
895
896 timer2: timer@48032000 {
897 compatible = "ti,omap5430-timer";
898 reg = <0x48032000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530899 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530900 ti,hwmods = "timer2";
901 };
902
903 timer3: timer@48034000 {
904 compatible = "ti,omap5430-timer";
905 reg = <0x48034000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530906 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530907 ti,hwmods = "timer3";
908 };
909
910 timer4: timer@48036000 {
911 compatible = "ti,omap5430-timer";
912 reg = <0x48036000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530913 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530914 ti,hwmods = "timer4";
915 };
916
917 timer5: timer@48820000 {
918 compatible = "ti,omap5430-timer";
919 reg = <0x48820000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530920 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530921 ti,hwmods = "timer5";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530922 };
923
924 timer6: timer@48822000 {
925 compatible = "ti,omap5430-timer";
926 reg = <0x48822000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530927 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530928 ti,hwmods = "timer6";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530929 };
930
931 timer7: timer@48824000 {
932 compatible = "ti,omap5430-timer";
933 reg = <0x48824000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530934 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530935 ti,hwmods = "timer7";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530936 };
937
938 timer8: timer@48826000 {
939 compatible = "ti,omap5430-timer";
940 reg = <0x48826000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530941 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530942 ti,hwmods = "timer8";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530943 };
944
945 timer9: timer@4803e000 {
946 compatible = "ti,omap5430-timer";
947 reg = <0x4803e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530948 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530949 ti,hwmods = "timer9";
950 };
951
952 timer10: timer@48086000 {
953 compatible = "ti,omap5430-timer";
954 reg = <0x48086000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530955 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530956 ti,hwmods = "timer10";
957 };
958
959 timer11: timer@48088000 {
960 compatible = "ti,omap5430-timer";
961 reg = <0x48088000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530962 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530963 ti,hwmods = "timer11";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530964 };
965
Suman Annad79852a2016-04-05 16:44:10 -0500966 timer12: timer@4ae20000 {
967 compatible = "ti,omap5430-timer";
968 reg = <0x4ae20000 0x80>;
969 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
970 ti,hwmods = "timer12";
971 ti,timer-alwon;
972 ti,timer-secure;
973 };
974
R Sricharan6e58b8f2013-08-14 19:08:20 +0530975 timer13: timer@48828000 {
976 compatible = "ti,omap5430-timer";
977 reg = <0x48828000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530978 interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530979 ti,hwmods = "timer13";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530980 };
981
982 timer14: timer@4882a000 {
983 compatible = "ti,omap5430-timer";
984 reg = <0x4882a000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530985 interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530986 ti,hwmods = "timer14";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530987 };
988
989 timer15: timer@4882c000 {
990 compatible = "ti,omap5430-timer";
991 reg = <0x4882c000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530992 interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530993 ti,hwmods = "timer15";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530994 };
995
996 timer16: timer@4882e000 {
997 compatible = "ti,omap5430-timer";
998 reg = <0x4882e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530999 interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301000 ti,hwmods = "timer16";
R Sricharan6e58b8f2013-08-14 19:08:20 +05301001 };
1002
1003 wdt2: wdt@4ae14000 {
Lokesh Vutlabe668832014-11-12 10:54:15 +05301004 compatible = "ti,omap3-wdt";
R Sricharan6e58b8f2013-08-14 19:08:20 +05301005 reg = <0x4ae14000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +05301006 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301007 ti,hwmods = "wd_timer2";
1008 };
1009
Suman Annadbd7c192014-01-13 18:26:46 -06001010 hwspinlock: spinlock@4a0f6000 {
1011 compatible = "ti,omap4-hwspinlock";
1012 reg = <0x4a0f6000 0x1000>;
1013 ti,hwmods = "spinlock";
1014 #hwlock-cells = <1>;
1015 };
1016
Archit Taneja1a5fe3c2013-12-17 15:32:21 +05301017 dmm@4e000000 {
1018 compatible = "ti,omap5-dmm";
1019 reg = <0x4e000000 0x800>;
R Sricharana46631c2014-06-26 12:55:31 +05301020 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
Archit Taneja1a5fe3c2013-12-17 15:32:21 +05301021 ti,hwmods = "dmm";
1022 };
1023
R Sricharan6e58b8f2013-08-14 19:08:20 +05301024 i2c1: i2c@48070000 {
1025 compatible = "ti,omap4-i2c";
1026 reg = <0x48070000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301027 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301028 #address-cells = <1>;
1029 #size-cells = <0>;
1030 ti,hwmods = "i2c1";
1031 status = "disabled";
1032 };
1033
1034 i2c2: i2c@48072000 {
1035 compatible = "ti,omap4-i2c";
1036 reg = <0x48072000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301037 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301038 #address-cells = <1>;
1039 #size-cells = <0>;
1040 ti,hwmods = "i2c2";
1041 status = "disabled";
1042 };
1043
1044 i2c3: i2c@48060000 {
1045 compatible = "ti,omap4-i2c";
1046 reg = <0x48060000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301047 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301048 #address-cells = <1>;
1049 #size-cells = <0>;
1050 ti,hwmods = "i2c3";
1051 status = "disabled";
1052 };
1053
1054 i2c4: i2c@4807a000 {
1055 compatible = "ti,omap4-i2c";
1056 reg = <0x4807a000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301057 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301058 #address-cells = <1>;
1059 #size-cells = <0>;
1060 ti,hwmods = "i2c4";
1061 status = "disabled";
1062 };
1063
1064 i2c5: i2c@4807c000 {
1065 compatible = "ti,omap4-i2c";
1066 reg = <0x4807c000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301067 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301068 #address-cells = <1>;
1069 #size-cells = <0>;
1070 ti,hwmods = "i2c5";
1071 status = "disabled";
1072 };
1073
1074 mmc1: mmc@4809c000 {
1075 compatible = "ti,omap4-hsmmc";
1076 reg = <0x4809c000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301077 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301078 ti,hwmods = "mmc1";
1079 ti,dual-volt;
1080 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001081 dmas = <&sdma_xbar 61>, <&sdma_xbar 62>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301082 dma-names = "tx", "rx";
1083 status = "disabled";
Balaji T Kcd042fe2014-02-19 20:26:40 +05301084 pbias-supply = <&pbias_mmc_reg>;
Kishon Vijay Abraham I866b5e42017-06-07 15:07:47 +05301085 max-frequency = <192000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301086 };
1087
Tony Lindgren288cdbbf2017-08-30 08:19:53 -07001088 hdqw1w: 1w@480b2000 {
1089 compatible = "ti,omap3-1w";
1090 reg = <0x480b2000 0x1000>;
1091 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
1092 ti,hwmods = "hdq1w";
1093 };
1094
R Sricharan6e58b8f2013-08-14 19:08:20 +05301095 mmc2: mmc@480b4000 {
1096 compatible = "ti,omap4-hsmmc";
1097 reg = <0x480b4000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301098 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301099 ti,hwmods = "mmc2";
1100 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001101 dmas = <&sdma_xbar 47>, <&sdma_xbar 48>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301102 dma-names = "tx", "rx";
1103 status = "disabled";
Kishon Vijay Abraham I866b5e42017-06-07 15:07:47 +05301104 max-frequency = <192000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301105 };
1106
1107 mmc3: mmc@480ad000 {
1108 compatible = "ti,omap4-hsmmc";
1109 reg = <0x480ad000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301110 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301111 ti,hwmods = "mmc3";
1112 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001113 dmas = <&sdma_xbar 77>, <&sdma_xbar 78>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301114 dma-names = "tx", "rx";
1115 status = "disabled";
Kishon Vijay Abraham I866b5e42017-06-07 15:07:47 +05301116 /* Errata i887 limits max-frequency of MMC3 to 64 MHz */
1117 max-frequency = <64000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301118 };
1119
1120 mmc4: mmc@480d1000 {
1121 compatible = "ti,omap4-hsmmc";
1122 reg = <0x480d1000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301123 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301124 ti,hwmods = "mmc4";
1125 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001126 dmas = <&sdma_xbar 57>, <&sdma_xbar 58>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301127 dma-names = "tx", "rx";
1128 status = "disabled";
Kishon Vijay Abraham I866b5e42017-06-07 15:07:47 +05301129 max-frequency = <192000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301130 };
1131
Suman Anna2c7e07c52015-10-02 18:23:24 -05001132 mmu0_dsp1: mmu@40d01000 {
1133 compatible = "ti,dra7-dsp-iommu";
1134 reg = <0x40d01000 0x100>;
1135 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
1136 ti,hwmods = "mmu0_dsp1";
1137 #iommu-cells = <0>;
1138 ti,syscon-mmuconfig = <&dsp1_system 0x0>;
1139 status = "disabled";
1140 };
1141
1142 mmu1_dsp1: mmu@40d02000 {
1143 compatible = "ti,dra7-dsp-iommu";
1144 reg = <0x40d02000 0x100>;
1145 interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
1146 ti,hwmods = "mmu1_dsp1";
1147 #iommu-cells = <0>;
1148 ti,syscon-mmuconfig = <&dsp1_system 0x1>;
1149 status = "disabled";
1150 };
1151
1152 mmu_ipu1: mmu@58882000 {
1153 compatible = "ti,dra7-iommu";
1154 reg = <0x58882000 0x100>;
1155 interrupts = <GIC_SPI 395 IRQ_TYPE_LEVEL_HIGH>;
1156 ti,hwmods = "mmu_ipu1";
1157 #iommu-cells = <0>;
1158 ti,iommu-bus-err-back;
1159 status = "disabled";
1160 };
1161
1162 mmu_ipu2: mmu@55082000 {
1163 compatible = "ti,dra7-iommu";
1164 reg = <0x55082000 0x100>;
1165 interrupts = <GIC_SPI 396 IRQ_TYPE_LEVEL_HIGH>;
1166 ti,hwmods = "mmu_ipu2";
1167 #iommu-cells = <0>;
1168 ti,iommu-bus-err-back;
1169 status = "disabled";
1170 };
1171
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301172 abb_mpu: regulator-abb-mpu {
1173 compatible = "ti,abb-v3";
1174 regulator-name = "abb_mpu";
1175 #address-cells = <0>;
1176 #size-cells = <0>;
1177 clocks = <&sys_clkin1>;
1178 ti,settling-time = <50>;
1179 ti,clock-cycles = <16>;
1180
1181 reg = <0x4ae07ddc 0x4>, <0x4ae07de0 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001182 <0x4ae06014 0x4>, <0x4a003b20 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301183 <0x4ae0c158 0x4>;
1184 reg-names = "setup-address", "control-address",
1185 "int-address", "efuse-address",
1186 "ldo-address";
1187 ti,tranxdone-status-mask = <0x80>;
1188 /* LDOVBBMPU_FBB_MUX_CTRL */
1189 ti,ldovbb-override-mask = <0x400>;
1190 /* LDOVBBMPU_FBB_VSET_OUT */
1191 ti,ldovbb-vset-mask = <0x1F>;
1192
1193 /*
1194 * NOTE: only FBB mode used but actual vset will
1195 * determine final biasing
1196 */
1197 ti,abb_info = <
1198 /*uV ABB efuse rbb_m fbb_m vset_m*/
1199 1060000 0 0x0 0 0x02000000 0x01F00000
1200 1160000 0 0x4 0 0x02000000 0x01F00000
1201 1210000 0 0x8 0 0x02000000 0x01F00000
1202 >;
1203 };
1204
1205 abb_ivahd: regulator-abb-ivahd {
1206 compatible = "ti,abb-v3";
1207 regulator-name = "abb_ivahd";
1208 #address-cells = <0>;
1209 #size-cells = <0>;
1210 clocks = <&sys_clkin1>;
1211 ti,settling-time = <50>;
1212 ti,clock-cycles = <16>;
1213
1214 reg = <0x4ae07e34 0x4>, <0x4ae07e24 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001215 <0x4ae06010 0x4>, <0x4a0025cc 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301216 <0x4a002470 0x4>;
1217 reg-names = "setup-address", "control-address",
1218 "int-address", "efuse-address",
1219 "ldo-address";
1220 ti,tranxdone-status-mask = <0x40000000>;
1221 /* LDOVBBIVA_FBB_MUX_CTRL */
1222 ti,ldovbb-override-mask = <0x400>;
1223 /* LDOVBBIVA_FBB_VSET_OUT */
1224 ti,ldovbb-vset-mask = <0x1F>;
1225
1226 /*
1227 * NOTE: only FBB mode used but actual vset will
1228 * determine final biasing
1229 */
1230 ti,abb_info = <
1231 /*uV ABB efuse rbb_m fbb_m vset_m*/
1232 1055000 0 0x0 0 0x02000000 0x01F00000
1233 1150000 0 0x4 0 0x02000000 0x01F00000
1234 1250000 0 0x8 0 0x02000000 0x01F00000
1235 >;
1236 };
1237
1238 abb_dspeve: regulator-abb-dspeve {
1239 compatible = "ti,abb-v3";
1240 regulator-name = "abb_dspeve";
1241 #address-cells = <0>;
1242 #size-cells = <0>;
1243 clocks = <&sys_clkin1>;
1244 ti,settling-time = <50>;
1245 ti,clock-cycles = <16>;
1246
1247 reg = <0x4ae07e30 0x4>, <0x4ae07e20 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001248 <0x4ae06010 0x4>, <0x4a0025e0 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301249 <0x4a00246c 0x4>;
1250 reg-names = "setup-address", "control-address",
1251 "int-address", "efuse-address",
1252 "ldo-address";
1253 ti,tranxdone-status-mask = <0x20000000>;
1254 /* LDOVBBDSPEVE_FBB_MUX_CTRL */
1255 ti,ldovbb-override-mask = <0x400>;
1256 /* LDOVBBDSPEVE_FBB_VSET_OUT */
1257 ti,ldovbb-vset-mask = <0x1F>;
1258
1259 /*
1260 * NOTE: only FBB mode used but actual vset will
1261 * determine final biasing
1262 */
1263 ti,abb_info = <
1264 /*uV ABB efuse rbb_m fbb_m vset_m*/
1265 1055000 0 0x0 0 0x02000000 0x01F00000
1266 1150000 0 0x4 0 0x02000000 0x01F00000
1267 1250000 0 0x8 0 0x02000000 0x01F00000
1268 >;
1269 };
1270
1271 abb_gpu: regulator-abb-gpu {
1272 compatible = "ti,abb-v3";
1273 regulator-name = "abb_gpu";
1274 #address-cells = <0>;
1275 #size-cells = <0>;
1276 clocks = <&sys_clkin1>;
1277 ti,settling-time = <50>;
1278 ti,clock-cycles = <16>;
1279
1280 reg = <0x4ae07de4 0x4>, <0x4ae07de8 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001281 <0x4ae06010 0x4>, <0x4a003b08 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301282 <0x4ae0c154 0x4>;
1283 reg-names = "setup-address", "control-address",
1284 "int-address", "efuse-address",
1285 "ldo-address";
1286 ti,tranxdone-status-mask = <0x10000000>;
1287 /* LDOVBBGPU_FBB_MUX_CTRL */
1288 ti,ldovbb-override-mask = <0x400>;
1289 /* LDOVBBGPU_FBB_VSET_OUT */
1290 ti,ldovbb-vset-mask = <0x1F>;
1291
1292 /*
1293 * NOTE: only FBB mode used but actual vset will
1294 * determine final biasing
1295 */
1296 ti,abb_info = <
1297 /*uV ABB efuse rbb_m fbb_m vset_m*/
1298 1090000 0 0x0 0 0x02000000 0x01F00000
1299 1210000 0 0x4 0 0x02000000 0x01F00000
1300 1280000 0 0x8 0 0x02000000 0x01F00000
1301 >;
1302 };
1303
R Sricharan6e58b8f2013-08-14 19:08:20 +05301304 mcspi1: spi@48098000 {
1305 compatible = "ti,omap4-mcspi";
1306 reg = <0x48098000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301307 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301308 #address-cells = <1>;
1309 #size-cells = <0>;
1310 ti,hwmods = "mcspi1";
1311 ti,spi-num-cs = <4>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001312 dmas = <&sdma_xbar 35>,
1313 <&sdma_xbar 36>,
1314 <&sdma_xbar 37>,
1315 <&sdma_xbar 38>,
1316 <&sdma_xbar 39>,
1317 <&sdma_xbar 40>,
1318 <&sdma_xbar 41>,
1319 <&sdma_xbar 42>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301320 dma-names = "tx0", "rx0", "tx1", "rx1",
1321 "tx2", "rx2", "tx3", "rx3";
1322 status = "disabled";
1323 };
1324
1325 mcspi2: spi@4809a000 {
1326 compatible = "ti,omap4-mcspi";
1327 reg = <0x4809a000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301328 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301329 #address-cells = <1>;
1330 #size-cells = <0>;
1331 ti,hwmods = "mcspi2";
1332 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001333 dmas = <&sdma_xbar 43>,
1334 <&sdma_xbar 44>,
1335 <&sdma_xbar 45>,
1336 <&sdma_xbar 46>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301337 dma-names = "tx0", "rx0", "tx1", "rx1";
1338 status = "disabled";
1339 };
1340
1341 mcspi3: spi@480b8000 {
1342 compatible = "ti,omap4-mcspi";
1343 reg = <0x480b8000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301344 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301345 #address-cells = <1>;
1346 #size-cells = <0>;
1347 ti,hwmods = "mcspi3";
1348 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001349 dmas = <&sdma_xbar 15>, <&sdma_xbar 16>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301350 dma-names = "tx0", "rx0";
1351 status = "disabled";
1352 };
1353
1354 mcspi4: spi@480ba000 {
1355 compatible = "ti,omap4-mcspi";
1356 reg = <0x480ba000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301357 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301358 #address-cells = <1>;
1359 #size-cells = <0>;
1360 ti,hwmods = "mcspi4";
1361 ti,spi-num-cs = <1>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001362 dmas = <&sdma_xbar 70>, <&sdma_xbar 71>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301363 dma-names = "tx0", "rx0";
1364 status = "disabled";
1365 };
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301366
1367 qspi: qspi@4b300000 {
1368 compatible = "ti,dra7xxx-qspi";
Vignesh R1929d0b2015-12-11 09:39:59 +05301369 reg = <0x4b300000 0x100>,
1370 <0x5c000000 0x4000000>;
1371 reg-names = "qspi_base", "qspi_mmap";
1372 syscon-chipselects = <&scm_conf 0x558>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301373 #address-cells = <1>;
1374 #size-cells = <0>;
1375 ti,hwmods = "qspi";
Tero Kristo18395332017-12-08 17:17:29 +02001376 clocks = <&l4per_clkctrl DRA7_QSPI_CLKCTRL 25>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301377 clock-names = "fck";
1378 num-cs = <4>;
R Sricharana46631c2014-06-26 12:55:31 +05301379 interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301380 status = "disabled";
1381 };
Balaji T K7be80562014-05-07 14:58:58 +03001382
Balaji T K7be80562014-05-07 14:58:58 +03001383 /* OCP2SCP3 */
1384 ocp2scp@4a090000 {
1385 compatible = "ti,omap-ocp2scp";
1386 #address-cells = <1>;
1387 #size-cells = <1>;
1388 ranges;
1389 reg = <0x4a090000 0x20>;
1390 ti,hwmods = "ocp2scp3";
1391 sata_phy: phy@4A096000 {
1392 compatible = "ti,phy-pipe3-sata";
1393 reg = <0x4A096000 0x80>, /* phy_rx */
1394 <0x4A096400 0x64>, /* phy_tx */
1395 <0x4A096800 0x40>; /* pll_ctrl */
1396 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301397 syscon-phy-power = <&scm_conf 0x374>;
Tero Kristo18395332017-12-08 17:17:29 +02001398 clocks = <&sys_clkin1>,
1399 <&l3init_clkctrl DRA7_SATA_CLKCTRL 8>;
Roger Quadros773c5a02015-01-13 14:23:21 +02001400 clock-names = "sysclk", "refclk";
Roger Quadros257d5d9a2015-07-17 16:47:23 +03001401 syscon-pllreset = <&scm_conf 0x3fc>;
Balaji T K7be80562014-05-07 14:58:58 +03001402 #phy-cells = <0>;
1403 };
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301404
1405 pcie1_phy: pciephy@4a094000 {
1406 compatible = "ti,phy-pipe3-pcie";
1407 reg = <0x4a094000 0x80>, /* phy_rx */
1408 <0x4a094400 0x64>; /* phy_tx */
1409 reg-names = "phy_rx", "phy_tx";
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301410 syscon-phy-power = <&scm_conf_pcie 0x1c>;
1411 syscon-pcs = <&scm_conf_pcie 0x10>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301412 clocks = <&dpll_pcie_ref_ck>,
1413 <&dpll_pcie_ref_m2ldo_ck>,
Tero Kristo18395332017-12-08 17:17:29 +02001414 <&l3init_clkctrl DRA7_PCIE1_CLKCTRL 8>,
1415 <&l3init_clkctrl DRA7_PCIE1_CLKCTRL 9>,
1416 <&l3init_clkctrl DRA7_PCIE1_CLKCTRL 10>,
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301417 <&optfclk_pciephy_div>,
1418 <&sys_clkin1>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301419 clock-names = "dpll_ref", "dpll_ref_m2",
1420 "wkupclk", "refclk",
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301421 "div-clk", "phy-div", "sysclk";
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301422 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301423 };
1424
1425 pcie2_phy: pciephy@4a095000 {
1426 compatible = "ti,phy-pipe3-pcie";
1427 reg = <0x4a095000 0x80>, /* phy_rx */
1428 <0x4a095400 0x64>; /* phy_tx */
1429 reg-names = "phy_rx", "phy_tx";
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301430 syscon-phy-power = <&scm_conf_pcie 0x20>;
1431 syscon-pcs = <&scm_conf_pcie 0x10>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301432 clocks = <&dpll_pcie_ref_ck>,
1433 <&dpll_pcie_ref_m2ldo_ck>,
Tero Kristo18395332017-12-08 17:17:29 +02001434 <&l3init_clkctrl DRA7_PCIE2_CLKCTRL 8>,
1435 <&l3init_clkctrl DRA7_PCIE2_CLKCTRL 9>,
1436 <&l3init_clkctrl DRA7_PCIE2_CLKCTRL 10>,
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301437 <&optfclk_pciephy_div>,
1438 <&sys_clkin1>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301439 clock-names = "dpll_ref", "dpll_ref_m2",
1440 "wkupclk", "refclk",
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301441 "div-clk", "phy-div", "sysclk";
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301442 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301443 status = "disabled";
1444 };
Balaji T K7be80562014-05-07 14:58:58 +03001445 };
1446
1447 sata: sata@4a141100 {
1448 compatible = "snps,dwc-ahci";
1449 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
R Sricharana46631c2014-06-26 12:55:31 +05301450 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
Balaji T K7be80562014-05-07 14:58:58 +03001451 phys = <&sata_phy>;
1452 phy-names = "sata-phy";
Tero Kristo18395332017-12-08 17:17:29 +02001453 clocks = <&l3init_clkctrl DRA7_SATA_CLKCTRL 8>;
Balaji T K7be80562014-05-07 14:58:58 +03001454 ti,hwmods = "sata";
Jean-Jacques Hiblot87cb1292017-01-09 13:22:15 +01001455 ports-implemented = <0x1>;
Balaji T K7be80562014-05-07 14:58:58 +03001456 };
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001457
Nishanth Menon00edd312015-04-08 18:56:27 -05001458 rtc: rtc@48838000 {
Lokesh Vutlabc078312014-11-19 17:53:08 +05301459 compatible = "ti,am3352-rtc";
1460 reg = <0x48838000 0x100>;
1461 interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
1462 <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
1463 ti,hwmods = "rtcss";
1464 clocks = <&sys_32k_ck>;
1465 };
1466
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001467 /* OCP2SCP1 */
1468 ocp2scp@4a080000 {
1469 compatible = "ti,omap-ocp2scp";
1470 #address-cells = <1>;
1471 #size-cells = <1>;
1472 ranges;
1473 reg = <0x4a080000 0x20>;
1474 ti,hwmods = "ocp2scp1";
1475
1476 usb2_phy1: phy@4a084000 {
Sekhar Nori291f1af2016-08-23 11:57:41 +03001477 compatible = "ti,dra7x-usb2", "ti,omap-usb2";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001478 reg = <0x4a084000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301479 syscon-phy-power = <&scm_conf 0x300>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001480 clocks = <&usb_phy1_always_on_clk32k>,
Tero Kristo18395332017-12-08 17:17:29 +02001481 <&l3init_clkctrl DRA7_USB_OTG_SS1_CLKCTRL 8>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001482 clock-names = "wkupclk",
1483 "refclk";
1484 #phy-cells = <0>;
1485 };
1486
1487 usb2_phy2: phy@4a085000 {
Kishon Vijay Abraham I4b4f52e2015-12-21 14:43:20 +05301488 compatible = "ti,dra7x-usb2-phy2",
1489 "ti,omap-usb2";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001490 reg = <0x4a085000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301491 syscon-phy-power = <&scm_conf 0xe74>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001492 clocks = <&usb_phy2_always_on_clk32k>,
Tero Kristo18395332017-12-08 17:17:29 +02001493 <&l3init_clkctrl DRA7_USB_OTG_SS2_CLKCTRL 8>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001494 clock-names = "wkupclk",
1495 "refclk";
1496 #phy-cells = <0>;
1497 };
1498
1499 usb3_phy1: phy@4a084400 {
1500 compatible = "ti,omap-usb3";
1501 reg = <0x4a084400 0x80>,
1502 <0x4a084800 0x64>,
1503 <0x4a084c00 0x40>;
1504 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301505 syscon-phy-power = <&scm_conf 0x370>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001506 clocks = <&usb_phy3_always_on_clk32k>,
1507 <&sys_clkin1>,
Tero Kristo18395332017-12-08 17:17:29 +02001508 <&l3init_clkctrl DRA7_USB_OTG_SS1_CLKCTRL 8>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001509 clock-names = "wkupclk",
1510 "sysclk",
1511 "refclk";
1512 #phy-cells = <0>;
1513 };
1514 };
1515
Tony Lindgren160ec892017-10-10 14:15:04 -07001516 target-module@4a0dd000 {
1517 compatible = "ti,sysc-omap4-sr";
1518 ti,hwmods = "smartreflex_core";
Tony Lindgrene14d7e52018-01-11 16:04:03 -08001519 reg = <0x4a0dd038 0x4>;
1520 reg-names = "sysc";
1521 ti,sysc-mask = <SYSC_OMAP3_SR_ENAWAKEUP>;
1522 ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1523 <SYSC_IDLE_NO>,
1524 <SYSC_IDLE_SMART>,
1525 <SYSC_IDLE_SMART_WKUP>;
1526 clocks = <&coreaon_clkctrl DRA7_SMARTREFLEX_CORE_CLKCTRL 0>;
1527 clock-names = "fck";
Tony Lindgren160ec892017-10-10 14:15:04 -07001528 #address-cells = <1>;
1529 #size-cells = <1>;
1530 ranges = <0 0x4a0dd000 0x001000>;
1531
1532 /* SmartReflex child device marked reserved in TRM */
1533 };
1534
1535 target-module@4a0d9000 {
1536 compatible = "ti,sysc-omap4-sr";
1537 ti,hwmods = "smartreflex_mpu";
Tony Lindgrene14d7e52018-01-11 16:04:03 -08001538 reg = <0x4a0d9038 0x4>;
1539 reg-names = "sysc";
1540 ti,sysc-mask = <SYSC_OMAP3_SR_ENAWAKEUP>;
1541 ti,sysc-sidle = <SYSC_IDLE_FORCE>,
1542 <SYSC_IDLE_NO>,
1543 <SYSC_IDLE_SMART>,
1544 <SYSC_IDLE_SMART_WKUP>;
1545 clocks = <&coreaon_clkctrl DRA7_SMARTREFLEX_MPU_CLKCTRL 0>;
1546 clock-names = "fck";
Tony Lindgren160ec892017-10-10 14:15:04 -07001547 #address-cells = <1>;
1548 #size-cells = <1>;
1549 ranges = <0 0x4a0d9000 0x001000>;
1550
1551 /* SmartReflex child device marked reserved in TRM */
1552 };
1553
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001554 omap_dwc3_1: omap_dwc3_1@48880000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001555 compatible = "ti,dwc3";
1556 ti,hwmods = "usb_otg_ss1";
1557 reg = <0x48880000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301558 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001559 #address-cells = <1>;
1560 #size-cells = <1>;
1561 utmi-mode = <2>;
1562 ranges;
1563 usb1: usb@48890000 {
1564 compatible = "snps,dwc3";
1565 reg = <0x48890000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001566 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1567 <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1568 <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
1569 interrupt-names = "peripheral",
1570 "host",
1571 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001572 phys = <&usb2_phy1>, <&usb3_phy1>;
1573 phy-names = "usb2-phy", "usb3-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001574 maximum-speed = "super-speed";
1575 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001576 snps,dis_u3_susphy_quirk;
1577 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001578 };
1579 };
1580
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001581 omap_dwc3_2: omap_dwc3_2@488c0000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001582 compatible = "ti,dwc3";
1583 ti,hwmods = "usb_otg_ss2";
1584 reg = <0x488c0000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301585 interrupts = <GIC_SPI 87 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 usb2: usb@488d0000 {
1591 compatible = "snps,dwc3";
1592 reg = <0x488d0000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001593 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1594 <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1595 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
1596 interrupt-names = "peripheral",
1597 "host",
1598 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001599 phys = <&usb2_phy2>;
1600 phy-names = "usb2-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001601 maximum-speed = "high-speed";
1602 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001603 snps,dis_u3_susphy_quirk;
1604 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001605 };
1606 };
1607
1608 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001609 omap_dwc3_3: omap_dwc3_3@48900000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001610 compatible = "ti,dwc3";
1611 ti,hwmods = "usb_otg_ss3";
1612 reg = <0x48900000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301613 interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001614 #address-cells = <1>;
1615 #size-cells = <1>;
1616 utmi-mode = <2>;
1617 ranges;
1618 status = "disabled";
1619 usb3: usb@48910000 {
1620 compatible = "snps,dwc3";
1621 reg = <0x48910000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001622 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1623 <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1624 <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
1625 interrupt-names = "peripheral",
1626 "host",
1627 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001628 maximum-speed = "high-speed";
1629 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001630 snps,dis_u3_susphy_quirk;
1631 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001632 };
1633 };
1634
Minal Shahff66a3c2014-05-19 14:45:47 +05301635 elm: elm@48078000 {
1636 compatible = "ti,am3352-elm";
1637 reg = <0x48078000 0xfc0>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301638 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301639 ti,hwmods = "elm";
1640 status = "disabled";
1641 };
1642
1643 gpmc: gpmc@50000000 {
1644 compatible = "ti,am3352-gpmc";
1645 ti,hwmods = "gpmc";
1646 reg = <0x50000000 0x37c>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301647 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Franklin S Cooper Jr10ce2402016-05-04 12:43:55 -05001648 dmas = <&edma_xbar 4 0>;
1649 dma-names = "rxtx";
Minal Shahff66a3c2014-05-19 14:45:47 +05301650 gpmc,num-cs = <8>;
1651 gpmc,num-waitpins = <2>;
1652 #address-cells = <2>;
1653 #size-cells = <1>;
Roger Quadros488f270d2016-02-23 18:37:17 +02001654 interrupt-controller;
1655 #interrupt-cells = <2>;
Roger Quadros845b1a22016-04-07 13:25:31 +03001656 gpio-controller;
1657 #gpio-cells = <2>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301658 status = "disabled";
1659 };
Peter Ujfalusi2ca09452014-05-07 13:20:48 +03001660
1661 atl: atl@4843c000 {
1662 compatible = "ti,dra7-atl";
1663 reg = <0x4843c000 0x3ff>;
1664 ti,hwmods = "atl";
1665 ti,provided-clocks = <&atl_clkin0_ck>, <&atl_clkin1_ck>,
1666 <&atl_clkin2_ck>, <&atl_clkin3_ck>;
Tero Kristo18395332017-12-08 17:17:29 +02001667 clocks = <&atl_clkctrl DRA7_ATL_CLKCTRL 26>;
Peter Ujfalusi2ca09452014-05-07 13:20:48 +03001668 clock-names = "fck";
1669 status = "disabled";
1670 };
Olof Johansson412a9bb2014-07-18 22:16:15 -07001671
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001672 mcasp1: mcasp@48460000 {
1673 compatible = "ti,dra7-mcasp-audio";
1674 ti,hwmods = "mcasp1";
1675 reg = <0x48460000 0x2000>,
1676 <0x45800000 0x1000>;
1677 reg-names = "mpu","dat";
1678 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
1679 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
1680 interrupt-names = "tx", "rx";
1681 dmas = <&edma_xbar 129 1>, <&edma_xbar 128 1>;
1682 dma-names = "tx", "rx";
Tero Kristo18395332017-12-08 17:17:29 +02001683 clocks = <&ipu_clkctrl DRA7_MCASP1_CLKCTRL 22>, <&ipu_clkctrl DRA7_MCASP1_CLKCTRL 24>,
1684 <&ipu_clkctrl DRA7_MCASP1_CLKCTRL 28>;
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001685 clock-names = "fck", "ahclkx", "ahclkr";
1686 status = "disabled";
1687 };
1688
1689 mcasp2: mcasp@48464000 {
1690 compatible = "ti,dra7-mcasp-audio";
1691 ti,hwmods = "mcasp2";
1692 reg = <0x48464000 0x2000>,
1693 <0x45c00000 0x1000>;
1694 reg-names = "mpu","dat";
1695 interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>,
1696 <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
1697 interrupt-names = "tx", "rx";
1698 dmas = <&edma_xbar 131 1>, <&edma_xbar 130 1>;
1699 dma-names = "tx", "rx";
Tero Kristo18395332017-12-08 17:17:29 +02001700 clocks = <&l4per_clkctrl DRA7_MCASP2_CLKCTRL 22>,
1701 <&l4per_clkctrl DRA7_MCASP2_CLKCTRL 24>,
1702 <&l4per_clkctrl DRA7_MCASP2_CLKCTRL 28>;
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001703 clock-names = "fck", "ahclkx", "ahclkr";
1704 status = "disabled";
1705 };
1706
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001707 mcasp3: mcasp@48468000 {
1708 compatible = "ti,dra7-mcasp-audio";
1709 ti,hwmods = "mcasp3";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001710 reg = <0x48468000 0x2000>,
1711 <0x46000000 0x1000>;
1712 reg-names = "mpu","dat";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001713 interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>,
1714 <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
1715 interrupt-names = "tx", "rx";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001716 dmas = <&edma_xbar 133 1>, <&edma_xbar 132 1>;
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001717 dma-names = "tx", "rx";
Tero Kristo18395332017-12-08 17:17:29 +02001718 clocks = <&l4per_clkctrl DRA7_MCASP3_CLKCTRL 22>,
1719 <&l4per_clkctrl DRA7_MCASP3_CLKCTRL 24>;
Peter Ujfalusibf05c2c2015-11-12 09:32:57 +02001720 clock-names = "fck", "ahclkx";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001721 status = "disabled";
1722 };
1723
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001724 mcasp4: mcasp@4846c000 {
1725 compatible = "ti,dra7-mcasp-audio";
1726 ti,hwmods = "mcasp4";
1727 reg = <0x4846c000 0x2000>,
1728 <0x48436000 0x1000>;
1729 reg-names = "mpu","dat";
1730 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
1731 <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
1732 interrupt-names = "tx", "rx";
1733 dmas = <&edma_xbar 135 1>, <&edma_xbar 134 1>;
1734 dma-names = "tx", "rx";
Tero Kristo18395332017-12-08 17:17:29 +02001735 clocks = <&l4per_clkctrl DRA7_MCASP4_CLKCTRL 22>,
1736 <&l4per_clkctrl DRA7_MCASP4_CLKCTRL 24>;
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001737 clock-names = "fck", "ahclkx";
1738 status = "disabled";
1739 };
1740
1741 mcasp5: mcasp@48470000 {
1742 compatible = "ti,dra7-mcasp-audio";
1743 ti,hwmods = "mcasp5";
1744 reg = <0x48470000 0x2000>,
1745 <0x4843a000 0x1000>;
1746 reg-names = "mpu","dat";
1747 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
1748 <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
1749 interrupt-names = "tx", "rx";
1750 dmas = <&edma_xbar 137 1>, <&edma_xbar 136 1>;
1751 dma-names = "tx", "rx";
Tero Kristo18395332017-12-08 17:17:29 +02001752 clocks = <&l4per_clkctrl DRA7_MCASP5_CLKCTRL 22>,
1753 <&l4per_clkctrl DRA7_MCASP5_CLKCTRL 24>;
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001754 clock-names = "fck", "ahclkx";
1755 status = "disabled";
1756 };
1757
1758 mcasp6: mcasp@48474000 {
1759 compatible = "ti,dra7-mcasp-audio";
1760 ti,hwmods = "mcasp6";
1761 reg = <0x48474000 0x2000>,
1762 <0x4844c000 0x1000>;
1763 reg-names = "mpu","dat";
1764 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
1765 <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
1766 interrupt-names = "tx", "rx";
1767 dmas = <&edma_xbar 139 1>, <&edma_xbar 138 1>;
1768 dma-names = "tx", "rx";
Tero Kristo18395332017-12-08 17:17:29 +02001769 clocks = <&l4per_clkctrl DRA7_MCASP6_CLKCTRL 22>,
1770 <&l4per_clkctrl DRA7_MCASP6_CLKCTRL 24>;
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001771 clock-names = "fck", "ahclkx";
1772 status = "disabled";
1773 };
1774
1775 mcasp7: mcasp@48478000 {
1776 compatible = "ti,dra7-mcasp-audio";
1777 ti,hwmods = "mcasp7";
1778 reg = <0x48478000 0x2000>,
1779 <0x48450000 0x1000>;
1780 reg-names = "mpu","dat";
1781 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>,
1782 <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
1783 interrupt-names = "tx", "rx";
1784 dmas = <&edma_xbar 141 1>, <&edma_xbar 140 1>;
1785 dma-names = "tx", "rx";
Tero Kristo18395332017-12-08 17:17:29 +02001786 clocks = <&l4per_clkctrl DRA7_MCASP7_CLKCTRL 22>,
1787 <&l4per_clkctrl DRA7_MCASP7_CLKCTRL 24>;
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001788 clock-names = "fck", "ahclkx";
1789 status = "disabled";
1790 };
1791
1792 mcasp8: mcasp@4847c000 {
1793 compatible = "ti,dra7-mcasp-audio";
1794 ti,hwmods = "mcasp8";
1795 reg = <0x4847c000 0x2000>,
1796 <0x48454000 0x1000>;
1797 reg-names = "mpu","dat";
1798 interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>,
1799 <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>;
1800 interrupt-names = "tx", "rx";
1801 dmas = <&edma_xbar 143 1>, <&edma_xbar 142 1>;
1802 dma-names = "tx", "rx";
Tero Kristo18395332017-12-08 17:17:29 +02001803 clocks = <&l4per_clkctrl DRA7_MCASP8_CLKCTRL 22>,
1804 <&l4per_clkctrl DRA7_MCASP8_CLKCTRL 24>;
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001805 clock-names = "fck", "ahclkx";
1806 status = "disabled";
1807 };
1808
Marc Zyngier783d3182015-03-11 15:43:44 +00001809 crossbar_mpu: crossbar@4a002a48 {
R Sricharana46631c2014-06-26 12:55:31 +05301810 compatible = "ti,irq-crossbar";
1811 reg = <0x4a002a48 0x130>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001812 interrupt-controller;
Marc Zyngier7136d452015-03-11 15:43:49 +00001813 interrupt-parent = <&wakeupgen>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001814 #interrupt-cells = <3>;
R Sricharana46631c2014-06-26 12:55:31 +05301815 ti,max-irqs = <160>;
1816 ti,max-crossbar-sources = <MAX_SOURCES>;
1817 ti,reg-size = <2>;
1818 ti,irqs-reserved = <0 1 2 3 5 6 131 132>;
1819 ti,irqs-skip = <10 133 139 140>;
1820 ti,irqs-safe-map = <0>;
1821 };
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301822
Vishal Mahaveerc263a5b2015-08-25 13:57:49 -05001823 mac: ethernet@48484000 {
Mugunthan V Ne2095312015-08-12 15:22:54 +05301824 compatible = "ti,dra7-cpsw","ti,cpsw";
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301825 ti,hwmods = "gmac";
Tero Kristo18395332017-12-08 17:17:29 +02001826 clocks = <&gmac_main_clk>, <&l3init_clkctrl DRA7_GMAC_CLKCTRL 25>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301827 clock-names = "fck", "cpts";
1828 cpdma_channels = <8>;
1829 ale_entries = <1024>;
1830 bd_ram_size = <0x2000>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301831 mac_control = <0x20>;
1832 slaves = <2>;
1833 active_slave = <0>;
Grygorii Strashkoc0973382016-08-30 17:58:01 +03001834 cpts_clock_mult = <0x784CFE14>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301835 cpts_clock_shift = <29>;
1836 reg = <0x48484000 0x1000
1837 0x48485200 0x2E00>;
1838 #address-cells = <1>;
1839 #size-cells = <1>;
Mugunthan V N0f514e62016-03-07 01:41:22 -07001840
1841 /*
1842 * Do not allow gating of cpsw clock as workaround
1843 * for errata i877. Keeping internal clock disabled
1844 * causes the device switching characteristics
1845 * to degrade over time and eventually fail to meet
1846 * the data manual delay time/skew specs.
1847 */
1848 ti,no-idle;
1849
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301850 /*
1851 * rx_thresh_pend
1852 * rx_pend
1853 * tx_pend
1854 * misc_pend
1855 */
1856 interrupts = <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
1857 <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>,
1858 <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>,
1859 <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>;
1860 ranges;
Mugunthan V Na084e132015-09-21 15:56:52 +05301861 syscon = <&scm_conf>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301862 status = "disabled";
1863
1864 davinci_mdio: mdio@48485000 {
Grygorii Strashko9efd1a62016-06-24 21:23:55 +03001865 compatible = "ti,cpsw-mdio","ti,davinci_mdio";
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301866 #address-cells = <1>;
1867 #size-cells = <0>;
1868 ti,hwmods = "davinci_mdio";
1869 bus_freq = <1000000>;
1870 reg = <0x48485000 0x100>;
1871 };
1872
1873 cpsw_emac0: slave@48480200 {
1874 /* Filled in by U-Boot */
1875 mac-address = [ 00 00 00 00 00 00 ];
1876 };
1877
1878 cpsw_emac1: slave@48480300 {
1879 /* Filled in by U-Boot */
1880 mac-address = [ 00 00 00 00 00 00 ];
1881 };
1882
1883 phy_sel: cpsw-phy-sel@4a002554 {
1884 compatible = "ti,dra7xx-cpsw-phy-sel";
1885 reg= <0x4a002554 0x4>;
1886 reg-names = "gmii-sel";
1887 };
1888 };
1889
Roger Quadros9ec49b92014-08-15 16:08:36 +03001890 dcan1: can@481cc000 {
1891 compatible = "ti,dra7-d_can";
1892 ti,hwmods = "dcan1";
1893 reg = <0x4ae3c000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001894 syscon-raminit = <&scm_conf 0x558 0>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001895 interrupts = <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>;
Tero Kristo18395332017-12-08 17:17:29 +02001896 clocks = <&wkupaon_clkctrl DRA7_DCAN1_CLKCTRL 24>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001897 status = "disabled";
1898 };
1899
1900 dcan2: can@481d0000 {
1901 compatible = "ti,dra7-d_can";
1902 ti,hwmods = "dcan2";
1903 reg = <0x48480000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001904 syscon-raminit = <&scm_conf 0x558 1>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001905 interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
1906 clocks = <&sys_clkin1>;
1907 status = "disabled";
1908 };
Tomi Valkeinen95c1cd12014-07-09 16:15:18 +05301909
1910 dss: dss@58000000 {
1911 compatible = "ti,dra7-dss";
1912 /* 'reg' defined in dra72x.dtsi and dra74x.dtsi */
1913 /* 'clocks' defined in dra72x.dtsi and dra74x.dtsi */
1914 status = "disabled";
1915 ti,hwmods = "dss_core";
1916 /* CTRL_CORE_DSS_PLL_CONTROL */
1917 syscon-pll-ctrl = <&scm_conf 0x538>;
1918 #address-cells = <1>;
1919 #size-cells = <1>;
1920 ranges;
1921
1922 dispc@58001000 {
1923 compatible = "ti,dra7-dispc";
1924 reg = <0x58001000 0x1000>;
1925 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
1926 ti,hwmods = "dss_dispc";
Tero Kristo18395332017-12-08 17:17:29 +02001927 clocks = <&dss_clkctrl DRA7_DSS_CORE_CLKCTRL 8>;
Tomi Valkeinen95c1cd12014-07-09 16:15:18 +05301928 clock-names = "fck";
1929 /* CTRL_CORE_SMA_SW_1 */
1930 syscon-pol = <&scm_conf 0x534>;
1931 };
1932
1933 hdmi: encoder@58060000 {
1934 compatible = "ti,dra7-hdmi";
1935 reg = <0x58040000 0x200>,
1936 <0x58040200 0x80>,
1937 <0x58040300 0x80>,
1938 <0x58060000 0x19000>;
1939 reg-names = "wp", "pll", "phy", "core";
1940 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
1941 status = "disabled";
1942 ti,hwmods = "dss_hdmi";
Tero Kristo18395332017-12-08 17:17:29 +02001943 clocks = <&dss_clkctrl DRA7_DSS_CORE_CLKCTRL 9>,
1944 <&dss_clkctrl DRA7_DSS_CORE_CLKCTRL 10>;
Tomi Valkeinen95c1cd12014-07-09 16:15:18 +05301945 clock-names = "fck", "sys_clk";
1946 };
1947 };
Vignesh R34370142016-05-03 10:56:55 -05001948
1949 epwmss0: epwmss@4843e000 {
1950 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1951 reg = <0x4843e000 0x30>;
1952 ti,hwmods = "epwmss0";
1953 #address-cells = <1>;
1954 #size-cells = <1>;
1955 status = "disabled";
1956 ranges;
1957
1958 ehrpwm0: pwm@4843e200 {
1959 compatible = "ti,dra746-ehrpwm",
1960 "ti,am3352-ehrpwm";
1961 #pwm-cells = <3>;
1962 reg = <0x4843e200 0x80>;
1963 clocks = <&ehrpwm0_tbclk>, <&l4_root_clk_div>;
1964 clock-names = "tbclk", "fck";
1965 status = "disabled";
1966 };
1967
1968 ecap0: ecap@4843e100 {
1969 compatible = "ti,dra746-ecap",
1970 "ti,am3352-ecap";
1971 #pwm-cells = <3>;
1972 reg = <0x4843e100 0x80>;
1973 clocks = <&l4_root_clk_div>;
1974 clock-names = "fck";
1975 status = "disabled";
1976 };
1977 };
1978
1979 epwmss1: epwmss@48440000 {
1980 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1981 reg = <0x48440000 0x30>;
1982 ti,hwmods = "epwmss1";
1983 #address-cells = <1>;
1984 #size-cells = <1>;
1985 status = "disabled";
1986 ranges;
1987
1988 ehrpwm1: pwm@48440200 {
1989 compatible = "ti,dra746-ehrpwm",
1990 "ti,am3352-ehrpwm";
1991 #pwm-cells = <3>;
1992 reg = <0x48440200 0x80>;
1993 clocks = <&ehrpwm1_tbclk>, <&l4_root_clk_div>;
1994 clock-names = "tbclk", "fck";
1995 status = "disabled";
1996 };
1997
1998 ecap1: ecap@48440100 {
1999 compatible = "ti,dra746-ecap",
2000 "ti,am3352-ecap";
2001 #pwm-cells = <3>;
2002 reg = <0x48440100 0x80>;
2003 clocks = <&l4_root_clk_div>;
2004 clock-names = "fck";
2005 status = "disabled";
2006 };
2007 };
2008
2009 epwmss2: epwmss@48442000 {
2010 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
2011 reg = <0x48442000 0x30>;
2012 ti,hwmods = "epwmss2";
2013 #address-cells = <1>;
2014 #size-cells = <1>;
2015 status = "disabled";
2016 ranges;
2017
2018 ehrpwm2: pwm@48442200 {
2019 compatible = "ti,dra746-ehrpwm",
2020 "ti,am3352-ehrpwm";
2021 #pwm-cells = <3>;
2022 reg = <0x48442200 0x80>;
2023 clocks = <&ehrpwm2_tbclk>, <&l4_root_clk_div>;
2024 clock-names = "tbclk", "fck";
2025 status = "disabled";
2026 };
2027
2028 ecap2: ecap@48442100 {
2029 compatible = "ti,dra746-ecap",
2030 "ti,am3352-ecap";
2031 #pwm-cells = <3>;
2032 reg = <0x48442100 0x80>;
2033 clocks = <&l4_root_clk_div>;
2034 clock-names = "fck";
2035 status = "disabled";
2036 };
2037 };
Joel Fernandesbac9d0b2016-06-01 12:06:41 +03002038
Joel Fernandese7fd15c2016-06-01 12:06:42 +03002039 aes1: aes@4b500000 {
2040 compatible = "ti,omap4-aes";
2041 ti,hwmods = "aes1";
2042 reg = <0x4b500000 0xa0>;
2043 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
2044 dmas = <&edma_xbar 111 0>, <&edma_xbar 110 0>;
2045 dma-names = "tx", "rx";
2046 clocks = <&l3_iclk_div>;
2047 clock-names = "fck";
2048 };
2049
2050 aes2: aes@4b700000 {
2051 compatible = "ti,omap4-aes";
2052 ti,hwmods = "aes2";
2053 reg = <0x4b700000 0xa0>;
2054 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
2055 dmas = <&edma_xbar 114 0>, <&edma_xbar 113 0>;
2056 dma-names = "tx", "rx";
2057 clocks = <&l3_iclk_div>;
2058 clock-names = "fck";
2059 };
2060
Joel Fernandesbac9d0b2016-06-01 12:06:41 +03002061 des: des@480a5000 {
2062 compatible = "ti,omap4-des";
2063 ti,hwmods = "des";
2064 reg = <0x480a5000 0xa0>;
2065 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
2066 dmas = <&sdma_xbar 117>, <&sdma_xbar 116>;
2067 dma-names = "tx", "rx";
2068 clocks = <&l3_iclk_div>;
2069 clock-names = "fck";
2070 };
Lokesh Vutlada346092016-06-01 12:06:43 +03002071
2072 sham: sham@53100000 {
2073 compatible = "ti,omap5-sham";
2074 ti,hwmods = "sham";
2075 reg = <0x4b101000 0x300>;
2076 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
2077 dmas = <&edma_xbar 119 0>;
2078 dma-names = "rx";
2079 clocks = <&l3_iclk_div>;
2080 clock-names = "fck";
2081 };
Lokesh Vutla610e9c42016-06-01 12:06:44 +03002082
2083 rng: rng@48090000 {
2084 compatible = "ti,omap4-rng";
2085 ti,hwmods = "rng";
2086 reg = <0x48090000 0x2000>;
2087 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
2088 clocks = <&l3_iclk_div>;
2089 clock-names = "fck";
2090 };
R Sricharan6e58b8f2013-08-14 19:08:20 +05302091 };
Keerthyf7397ed2015-03-23 14:39:38 -05002092
2093 thermal_zones: thermal-zones {
2094 #include "omap4-cpu-thermal.dtsi"
2095 #include "omap5-gpu-thermal.dtsi"
2096 #include "omap5-core-thermal.dtsi"
Keerthy667f2592016-02-08 14:46:30 +05302097 #include "dra7-dspeve-thermal.dtsi"
2098 #include "dra7-iva-thermal.dtsi"
Keerthyf7397ed2015-03-23 14:39:38 -05002099 };
2100
2101};
2102
2103&cpu_thermal {
2104 polling-delay = <500>; /* milliseconds */
Keerthyfb51ae02017-03-09 13:35:56 +05302105 coefficients = <0 2000>;
2106};
2107
2108&gpu_thermal {
2109 coefficients = <0 2000>;
2110};
2111
2112&core_thermal {
2113 coefficients = <0 2000>;
2114};
2115
2116&dspeve_thermal {
2117 coefficients = <0 2000>;
2118};
2119
2120&iva_thermal {
2121 coefficients = <0 2000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05302122};
Tero Kristoee6c7502013-07-18 17:18:33 +03002123
Ravikumar Kattekolabca52382017-05-17 06:51:38 -07002124&cpu_crit {
2125 temperature = <120000>; /* milli Celsius */
2126};
2127
Tero Kristo18395332017-12-08 17:17:29 +02002128#include "dra7xx-clocks.dtsi"