blob: 24c104d1360a80bc1cb48a8201b801ef33f39da2 [file] [log] [blame]
R Sricharan6e58b8f2013-08-14 19:08:20 +05301/*
2 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 * Based on "omap4.dtsi"
8 */
9
10#include <dt-bindings/interrupt-controller/arm-gic.h>
11#include <dt-bindings/pinctrl/dra.h>
12
R Sricharana46631c2014-06-26 12:55:31 +053013#define MAX_SOURCES 400
R Sricharana46631c2014-06-26 12:55:31 +053014
R Sricharan6e58b8f2013-08-14 19:08:20 +053015/ {
Lokesh Vutladae320e2016-02-24 15:41:04 +053016 #address-cells = <2>;
17 #size-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053018
19 compatible = "ti,dra7xx";
Marc Zyngier783d3182015-03-11 15:43:44 +000020 interrupt-parent = <&crossbar_mpu>;
Javier Martinez Canillas7f6c8572016-12-19 11:44:41 -030021 chosen { };
R Sricharan6e58b8f2013-08-14 19:08:20 +053022
23 aliases {
Nishanth Menon20b80942013-10-16 15:21:03 -050024 i2c0 = &i2c1;
25 i2c1 = &i2c2;
26 i2c2 = &i2c3;
27 i2c3 = &i2c4;
28 i2c4 = &i2c5;
R Sricharan6e58b8f2013-08-14 19:08:20 +053029 serial0 = &uart1;
30 serial1 = &uart2;
31 serial2 = &uart3;
32 serial3 = &uart4;
33 serial4 = &uart5;
34 serial5 = &uart6;
Nishanth Menon065bd7f2014-10-21 11:18:15 -050035 serial6 = &uart7;
36 serial7 = &uart8;
37 serial8 = &uart9;
38 serial9 = &uart10;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +053039 ethernet0 = &cpsw_emac0;
40 ethernet1 = &cpsw_emac1;
Roger Quadros9ec49b92014-08-15 16:08:36 +030041 d_can0 = &dcan1;
42 d_can1 = &dcan2;
Mugunthan V N480b2b32015-11-19 12:31:01 +053043 spi0 = &qspi;
R Sricharan6e58b8f2013-08-14 19:08:20 +053044 };
45
R Sricharan6e58b8f2013-08-14 19:08:20 +053046 timer {
47 compatible = "arm,armv7-timer";
48 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
49 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
50 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
51 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
Marc Zyngier783d3182015-03-11 15:43:44 +000052 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053053 };
54
55 gic: interrupt-controller@48211000 {
56 compatible = "arm,cortex-a15-gic";
57 interrupt-controller;
58 #interrupt-cells = <3>;
Lokesh Vutladae320e2016-02-24 15:41:04 +053059 reg = <0x0 0x48211000 0x0 0x1000>,
Marc Zyngier387720c2017-01-18 09:27:28 +000060 <0x0 0x48212000 0x0 0x2000>,
Lokesh Vutladae320e2016-02-24 15:41:04 +053061 <0x0 0x48214000 0x0 0x2000>,
62 <0x0 0x48216000 0x0 0x2000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053063 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
Marc Zyngier783d3182015-03-11 15:43:44 +000064 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053065 };
66
Marc Zyngier7136d452015-03-11 15:43:49 +000067 wakeupgen: interrupt-controller@48281000 {
68 compatible = "ti,omap5-wugen-mpu", "ti,omap4-wugen-mpu";
69 interrupt-controller;
70 #interrupt-cells = <3>;
Lokesh Vutladae320e2016-02-24 15:41:04 +053071 reg = <0x0 0x48281000 0x0 0x1000>;
Marc Zyngier7136d452015-03-11 15:43:49 +000072 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053073 };
74
Dave Gerlachb82ffb32016-05-18 18:36:32 -050075 cpus {
76 #address-cells = <1>;
77 #size-cells = <0>;
78
79 cpu0: cpu@0 {
80 device_type = "cpu";
81 compatible = "arm,cortex-a15";
82 reg = <0>;
83
Dave Gerlacha4e5e9f2017-03-06 09:23:41 -060084 operating-points-v2 = <&cpu0_opp_table>;
Dave Gerlachb82ffb32016-05-18 18:36:32 -050085
86 clocks = <&dpll_mpu_ck>;
87 clock-names = "cpu";
88
89 clock-latency = <300000>; /* From omap-cpufreq driver */
90
91 /* cooling options */
92 cooling-min-level = <0>;
93 cooling-max-level = <2>;
94 #cooling-cells = <2>; /* min followed by max */
95 };
96 };
97
Dave Gerlacha4e5e9f2017-03-06 09:23:41 -060098 cpu0_opp_table: opp-table {
99 compatible = "operating-points-v2-ti-cpu";
100 syscon = <&scm_wkup>;
101
Viresh Kumarb9cb2ba2017-04-20 16:25:06 +0530102 opp_nom-1000000000 {
Dave Gerlacha4e5e9f2017-03-06 09:23:41 -0600103 opp-hz = /bits/ 64 <1000000000>;
104 opp-microvolt = <1060000 850000 1150000>;
105 opp-supported-hw = <0xFF 0x01>;
106 opp-suspend;
107 };
108
Viresh Kumarb9cb2ba2017-04-20 16:25:06 +0530109 opp_od-1176000000 {
Dave Gerlacha4e5e9f2017-03-06 09:23:41 -0600110 opp-hz = /bits/ 64 <1176000000>;
111 opp-microvolt = <1160000 885000 1160000>;
112 opp-supported-hw = <0xFF 0x02>;
113 };
114 };
115
R Sricharan6e58b8f2013-08-14 19:08:20 +0530116 /*
Geert Uytterhoeven5c5be9d2014-03-28 11:11:37 +0100117 * The soc node represents the soc top level view. It is used for IPs
R Sricharan6e58b8f2013-08-14 19:08:20 +0530118 * that are not memory mapped in the MPU view or for the MPU itself.
119 */
120 soc {
121 compatible = "ti,omap-infra";
122 mpu {
123 compatible = "ti,omap5-mpu";
124 ti,hwmods = "mpu";
125 };
126 };
127
128 /*
129 * XXX: Use a flat representation of the SOC interconnect.
130 * The real OMAP interconnect network is quite complex.
Geert Uytterhoevenb7ab5242014-03-28 11:11:39 +0100131 * Since it will not bring real advantage to represent that in DT for
R Sricharan6e58b8f2013-08-14 19:08:20 +0530132 * the moment, just use a fake OCP bus entry to represent the whole bus
133 * hierarchy.
134 */
135 ocp {
Rajendra Nayakfba387a2014-04-10 11:34:32 -0500136 compatible = "ti,dra7-l3-noc", "simple-bus";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530137 #address-cells = <1>;
138 #size-cells = <1>;
Lokesh Vutladae320e2016-02-24 15:41:04 +0530139 ranges = <0x0 0x0 0x0 0xc0000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530140 ti,hwmods = "l3_main_1", "l3_main_2";
Lokesh Vutladae320e2016-02-24 15:41:04 +0530141 reg = <0x0 0x44000000 0x0 0x1000000>,
142 <0x0 0x45000000 0x0 0x1000>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000143 interrupts-extended = <&crossbar_mpu GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
Marc Zyngier7136d452015-03-11 15:43:49 +0000144 <&wakeupgen GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530145
Tero Kristod9195012015-02-12 11:37:13 +0200146 l4_cfg: l4@4a000000 {
147 compatible = "ti,dra7-l4-cfg", "simple-bus";
148 #address-cells = <1>;
149 #size-cells = <1>;
150 ranges = <0 0x4a000000 0x22c000>;
Tero Kristoee6c7502013-07-18 17:18:33 +0300151
Tero Kristod9195012015-02-12 11:37:13 +0200152 scm: scm@2000 {
153 compatible = "ti,dra7-scm-core", "simple-bus";
154 reg = <0x2000 0x2000>;
Tero Kristoee6c7502013-07-18 17:18:33 +0300155 #address-cells = <1>;
Tero Kristod9195012015-02-12 11:37:13 +0200156 #size-cells = <1>;
157 ranges = <0 0x2000 0x2000>;
158
159 scm_conf: scm_conf@0 {
Kishon Vijay Abraham Icd455672015-07-27 17:46:41 +0530160 compatible = "syscon", "simple-bus";
Tero Kristod9195012015-02-12 11:37:13 +0200161 reg = <0x0 0x1400>;
162 #address-cells = <1>;
163 #size-cells = <1>;
Kishon Vijay Abraham I9a5e3f22015-09-04 17:38:24 +0530164 ranges = <0 0x0 0x1400>;
Tero Kristod9195012015-02-12 11:37:13 +0200165
Javier Martinez Canillas308cfda2016-04-01 16:20:18 -0400166 pbias_regulator: pbias_regulator@e00 {
Kishon Vijay Abraham I737f1462015-09-04 17:30:25 +0530167 compatible = "ti,pbias-dra7", "ti,pbias-omap";
Tero Kristod9195012015-02-12 11:37:13 +0200168 reg = <0xe00 0x4>;
169 syscon = <&scm_conf>;
170 pbias_mmc_reg: pbias_mmc_omap5 {
171 regulator-name = "pbias_mmc_omap5";
172 regulator-min-microvolt = <1800000>;
Ravikumar Kattekolafa40d422017-10-09 11:23:11 +0530173 regulator-max-microvolt = <3300000>;
Tero Kristod9195012015-02-12 11:37:13 +0200174 };
175 };
Tomi Valkeinen2d5a3c82015-02-23 12:53:56 +0200176
177 scm_conf_clocks: clocks {
178 #address-cells = <1>;
179 #size-cells = <0>;
180 };
Tero Kristod9195012015-02-12 11:37:13 +0200181 };
182
183 dra7_pmx_core: pinmux@1400 {
184 compatible = "ti,dra7-padconf",
185 "pinctrl-single";
Roger Quadros1c5cb6f2015-07-27 13:27:29 +0300186 reg = <0x1400 0x0468>;
Tero Kristod9195012015-02-12 11:37:13 +0200187 #address-cells = <1>;
188 #size-cells = <0>;
Tony Lindgrenbe76fd32016-11-07 08:27:49 -0700189 #pinctrl-cells = <1>;
Tero Kristod9195012015-02-12 11:37:13 +0200190 #interrupt-cells = <1>;
191 interrupt-controller;
192 pinctrl-single,register-width = <32>;
193 pinctrl-single,function-mask = <0x3fffffff>;
194 };
Roger Quadros33cb3a12015-08-04 12:10:14 +0300195
196 scm_conf1: scm_conf@1c04 {
197 compatible = "syscon";
198 reg = <0x1c04 0x0020>;
Kishon Vijay Abraham Id23f3832017-08-08 11:10:24 +0530199 #syscon-cells = <2>;
Roger Quadros33cb3a12015-08-04 12:10:14 +0300200 };
Kishon Vijay Abraham I43acf162015-12-21 14:43:18 +0530201
202 scm_conf_pcie: scm_conf@1c24 {
203 compatible = "syscon";
204 reg = <0x1c24 0x0024>;
205 };
Peter Ujfalusi3d2a58b2016-03-07 17:17:28 +0200206
207 sdma_xbar: dma-router@b78 {
208 compatible = "ti,dra7-dma-crossbar";
209 reg = <0xb78 0xfc>;
210 #dma-cells = <1>;
211 dma-requests = <205>;
212 ti,dma-safe-map = <0>;
213 dma-masters = <&sdma>;
214 };
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200215
216 edma_xbar: dma-router@c78 {
217 compatible = "ti,dra7-dma-crossbar";
218 reg = <0xc78 0x7c>;
219 #dma-cells = <2>;
220 dma-requests = <204>;
221 ti,dma-safe-map = <0>;
222 dma-masters = <&edma>;
223 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300224 };
225
Tero Kristod9195012015-02-12 11:37:13 +0200226 cm_core_aon: cm_core_aon@5000 {
227 compatible = "ti,dra7-cm-core-aon";
228 reg = <0x5000 0x2000>;
229
230 cm_core_aon_clocks: clocks {
231 #address-cells = <1>;
232 #size-cells = <0>;
233 };
234
235 cm_core_aon_clockdomains: clockdomains {
236 };
237 };
238
239 cm_core: cm_core@8000 {
240 compatible = "ti,dra7-cm-core";
241 reg = <0x8000 0x3000>;
242
243 cm_core_clocks: clocks {
244 #address-cells = <1>;
245 #size-cells = <0>;
246 };
247
248 cm_core_clockdomains: clockdomains {
249 };
250 };
251 };
252
253 l4_wkup: l4@4ae00000 {
254 compatible = "ti,dra7-l4-wkup", "simple-bus";
255 #address-cells = <1>;
256 #size-cells = <1>;
257 ranges = <0 0x4ae00000 0x3f000>;
258
259 counter32k: counter@4000 {
260 compatible = "ti,omap-counter32k";
261 reg = <0x4000 0x40>;
262 ti,hwmods = "counter_32k";
263 };
264
265 prm: prm@6000 {
266 compatible = "ti,dra7-prm";
267 reg = <0x6000 0x3000>;
268 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
269
270 prm_clocks: clocks {
271 #address-cells = <1>;
272 #size-cells = <0>;
273 };
274
275 prm_clockdomains: clockdomains {
276 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300277 };
Dave Gerlach62e4fee2016-05-18 18:36:31 -0500278
279 scm_wkup: scm_conf@c000 {
280 compatible = "syscon";
281 reg = <0xc000 0x1000>;
282 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300283 };
284
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530285 axi@0 {
286 compatible = "simple-bus";
287 #size-cells = <1>;
288 #address-cells = <1>;
289 ranges = <0x51000000 0x51000000 0x3000
290 0x0 0x20000000 0x10000000>;
Kishon Vijay Abraham Id23f3832017-08-08 11:10:24 +0530291 /**
292 * To enable PCI endpoint mode, disable the pcie1_rc
293 * node and enable pcie1_ep mode.
294 */
295 pcie1_rc: pcie@51000000 {
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530296 compatible = "ti,dra7-pcie";
297 reg = <0x51000000 0x2000>, <0x51002000 0x14c>, <0x1000 0x2000>;
298 reg-names = "rc_dbics", "ti_conf", "config";
299 interrupts = <0 232 0x4>, <0 233 0x4>;
300 #address-cells = <3>;
301 #size-cells = <2>;
302 device_type = "pci";
303 ranges = <0x81000000 0 0 0x03000 0 0x00010000
304 0x82000000 0 0x20013000 0x13000 0 0xffed000>;
Rob Herring7d79f602017-03-21 21:03:01 -0500305 bus-range = <0x00 0xff>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530306 #interrupt-cells = <1>;
307 num-lanes = <1>;
Kishon Vijay Abraham Ibed596d2016-08-10 18:03:18 +0530308 linux,pci-domain = <0>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530309 ti,hwmods = "pcie1";
310 phys = <&pcie1_phy>;
311 phy-names = "pcie-phy0";
Kishon Vijay Abraham I4ece93c2017-12-19 15:01:27 +0530312 ti,syscon-lane-conf = <&scm_conf 0x558>;
313 ti,syscon-lane-sel = <&scm_conf_pcie 0x18>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530314 interrupt-map-mask = <0 0 0 7>;
315 interrupt-map = <0 0 0 1 &pcie1_intc 1>,
316 <0 0 0 2 &pcie1_intc 2>,
317 <0 0 0 3 &pcie1_intc 3>,
318 <0 0 0 4 &pcie1_intc 4>;
Kishon Vijay Abraham Id23f3832017-08-08 11:10:24 +0530319 status = "disabled";
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530320 pcie1_intc: interrupt-controller {
321 interrupt-controller;
322 #address-cells = <0>;
323 #interrupt-cells = <1>;
324 };
325 };
Kishon Vijay Abraham Id23f3832017-08-08 11:10:24 +0530326
327 pcie1_ep: pcie_ep@51000000 {
328 compatible = "ti,dra7-pcie-ep";
329 reg = <0x51000000 0x28>, <0x51002000 0x14c>, <0x51001000 0x28>, <0x1000 0x10000000>;
330 reg-names = "ep_dbics", "ti_conf", "ep_dbics2", "addr_space";
331 interrupts = <0 232 0x4>;
332 num-lanes = <1>;
333 num-ib-windows = <4>;
334 num-ob-windows = <16>;
335 ti,hwmods = "pcie1";
336 phys = <&pcie1_phy>;
337 phy-names = "pcie-phy0";
338 ti,syscon-unaligned-access = <&scm_conf1 0x14 2>;
Kishon Vijay Abraham I4ece93c2017-12-19 15:01:27 +0530339 ti,syscon-lane-conf = <&scm_conf 0x558>;
340 ti,syscon-lane-sel = <&scm_conf_pcie 0x18>;
Kishon Vijay Abraham Id23f3832017-08-08 11:10:24 +0530341 status = "disabled";
342 };
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530343 };
344
345 axi@1 {
346 compatible = "simple-bus";
347 #size-cells = <1>;
348 #address-cells = <1>;
349 ranges = <0x51800000 0x51800000 0x3000
350 0x0 0x30000000 0x10000000>;
351 status = "disabled";
Kishon Vijay Abraham I605b3d32016-06-09 20:43:55 +0530352 pcie@51800000 {
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530353 compatible = "ti,dra7-pcie";
354 reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>;
355 reg-names = "rc_dbics", "ti_conf", "config";
356 interrupts = <0 355 0x4>, <0 356 0x4>;
357 #address-cells = <3>;
358 #size-cells = <2>;
359 device_type = "pci";
360 ranges = <0x81000000 0 0 0x03000 0 0x00010000
361 0x82000000 0 0x30013000 0x13000 0 0xffed000>;
Rob Herring7d79f602017-03-21 21:03:01 -0500362 bus-range = <0x00 0xff>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530363 #interrupt-cells = <1>;
364 num-lanes = <1>;
Kishon Vijay Abraham Ibed596d2016-08-10 18:03:18 +0530365 linux,pci-domain = <1>;
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530366 ti,hwmods = "pcie2";
367 phys = <&pcie2_phy>;
368 phy-names = "pcie-phy0";
369 interrupt-map-mask = <0 0 0 7>;
370 interrupt-map = <0 0 0 1 &pcie2_intc 1>,
371 <0 0 0 2 &pcie2_intc 2>,
372 <0 0 0 3 &pcie2_intc 3>,
373 <0 0 0 4 &pcie2_intc 4>;
374 pcie2_intc: interrupt-controller {
375 interrupt-controller;
376 #address-cells = <0>;
377 #interrupt-cells = <1>;
378 };
379 };
380 };
381
Dave Gerlacha5fa09b2016-05-10 14:49:41 -0500382 ocmcram1: ocmcram@40300000 {
383 compatible = "mmio-sram";
384 reg = <0x40300000 0x80000>;
385 ranges = <0x0 0x40300000 0x80000>;
386 #address-cells = <1>;
387 #size-cells = <1>;
Dave Gerlachfae3a9f2016-05-10 14:49:42 -0500388 /*
389 * This is a placeholder for an optional reserved
390 * region for use by secure software. The size
391 * of this region is not known until runtime so it
392 * is set as zero to either be updated to reserve
393 * space or left unchanged to leave all SRAM for use.
394 * On HS parts that that require the reserved region
395 * either the bootloader can update the size to
396 * the required amount or the node can be overridden
397 * from the board dts file for the secure platform.
398 */
399 sram-hs@0 {
400 compatible = "ti,secure-ram";
401 reg = <0x0 0x0>;
402 };
Dave Gerlacha5fa09b2016-05-10 14:49:41 -0500403 };
404
405 /*
406 * NOTE: ocmcram2 and ocmcram3 are not available on all
407 * DRA7xx and AM57xx variants. Confirm availability in
408 * the data manual for the exact part number in use
409 * before enabling these nodes in the board dts file.
410 */
411 ocmcram2: ocmcram@40400000 {
412 status = "disabled";
413 compatible = "mmio-sram";
414 reg = <0x40400000 0x100000>;
415 ranges = <0x0 0x40400000 0x100000>;
416 #address-cells = <1>;
417 #size-cells = <1>;
418 };
419
420 ocmcram3: ocmcram@40500000 {
421 status = "disabled";
422 compatible = "mmio-sram";
423 reg = <0x40500000 0x100000>;
424 ranges = <0x0 0x40500000 0x100000>;
425 #address-cells = <1>;
426 #size-cells = <1>;
427 };
428
Keerthyf7397ed2015-03-23 14:39:38 -0500429 bandgap: bandgap@4a0021e0 {
430 reg = <0x4a0021e0 0xc
431 0x4a00232c 0xc
432 0x4a002380 0x2c
433 0x4a0023C0 0x3c
434 0x4a002564 0x8
435 0x4a002574 0x50>;
436 compatible = "ti,dra752-bandgap";
437 interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
438 #thermal-sensor-cells = <1>;
439 };
440
Suman Anna99639ac2015-10-02 18:23:22 -0500441 dsp1_system: dsp_system@40d00000 {
442 compatible = "syscon";
443 reg = <0x40d00000 0x100>;
444 };
445
Tony Lindgreneba61302017-06-16 17:24:29 +0530446 dra7_iodelay_core: padconf@4844a000 {
447 compatible = "ti,dra7-iodelay";
448 reg = <0x4844a000 0x0d1c>;
449 #address-cells = <1>;
450 #size-cells = <0>;
451 #pinctrl-cells = <2>;
452 };
453
R Sricharan6e58b8f2013-08-14 19:08:20 +0530454 sdma: dma-controller@4a056000 {
455 compatible = "ti,omap4430-sdma";
456 reg = <0x4a056000 0x1000>;
R Sricharana46631c2014-06-26 12:55:31 +0530457 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
458 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
459 <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
460 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530461 #dma-cells = <1>;
Peter Ujfalusi08d9b322015-02-20 15:42:06 +0200462 dma-channels = <32>;
463 dma-requests = <127>;
Tony Lindgren288cdbbf2017-08-30 08:19:53 -0700464 ti,hwmods = "dma_system";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530465 };
466
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200467 edma: edma@43300000 {
468 compatible = "ti,edma3-tpcc";
469 ti,hwmods = "tpcc";
470 reg = <0x43300000 0x100000>;
471 reg-names = "edma3_cc";
472 interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>,
473 <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>,
474 <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
Robert P. J. Daya5206552016-05-24 17:20:28 -0400475 interrupt-names = "edma3_ccint", "edma3_mperr",
Peter Ujfalusi248948f2016-03-07 17:17:29 +0200476 "edma3_ccerrint";
477 dma-requests = <64>;
478 #dma-cells = <2>;
479
480 ti,tptcs = <&edma_tptc0 7>, <&edma_tptc1 0>;
481
482 /*
483 * memcpy is disabled, can be enabled with:
484 * ti,edma-memcpy-channels = <20 21>;
485 * for example. Note that these channels need to be
486 * masked in the xbar as well.
487 */
488 };
489
490 edma_tptc0: tptc@43400000 {
491 compatible = "ti,edma3-tptc";
492 ti,hwmods = "tptc0";
493 reg = <0x43400000 0x100000>;
494 interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>;
495 interrupt-names = "edma3_tcerrint";
496 };
497
498 edma_tptc1: tptc@43500000 {
499 compatible = "ti,edma3-tptc";
500 ti,hwmods = "tptc1";
501 reg = <0x43500000 0x100000>;
502 interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>;
503 interrupt-names = "edma3_tcerrint";
504 };
505
R Sricharan6e58b8f2013-08-14 19:08:20 +0530506 gpio1: gpio@4ae10000 {
507 compatible = "ti,omap4-gpio";
508 reg = <0x4ae10000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530509 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530510 ti,hwmods = "gpio1";
511 gpio-controller;
512 #gpio-cells = <2>;
513 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700514 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530515 };
516
517 gpio2: gpio@48055000 {
518 compatible = "ti,omap4-gpio";
519 reg = <0x48055000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530520 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530521 ti,hwmods = "gpio2";
522 gpio-controller;
523 #gpio-cells = <2>;
524 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700525 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530526 };
527
528 gpio3: gpio@48057000 {
529 compatible = "ti,omap4-gpio";
530 reg = <0x48057000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530531 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530532 ti,hwmods = "gpio3";
533 gpio-controller;
534 #gpio-cells = <2>;
535 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700536 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530537 };
538
539 gpio4: gpio@48059000 {
540 compatible = "ti,omap4-gpio";
541 reg = <0x48059000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530542 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530543 ti,hwmods = "gpio4";
544 gpio-controller;
545 #gpio-cells = <2>;
546 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700547 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530548 };
549
550 gpio5: gpio@4805b000 {
551 compatible = "ti,omap4-gpio";
552 reg = <0x4805b000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530553 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530554 ti,hwmods = "gpio5";
555 gpio-controller;
556 #gpio-cells = <2>;
557 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700558 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530559 };
560
561 gpio6: gpio@4805d000 {
562 compatible = "ti,omap4-gpio";
563 reg = <0x4805d000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530564 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530565 ti,hwmods = "gpio6";
566 gpio-controller;
567 #gpio-cells = <2>;
568 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700569 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530570 };
571
572 gpio7: gpio@48051000 {
573 compatible = "ti,omap4-gpio";
574 reg = <0x48051000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530575 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530576 ti,hwmods = "gpio7";
577 gpio-controller;
578 #gpio-cells = <2>;
579 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700580 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530581 };
582
583 gpio8: gpio@48053000 {
584 compatible = "ti,omap4-gpio";
585 reg = <0x48053000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530586 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530587 ti,hwmods = "gpio8";
588 gpio-controller;
589 #gpio-cells = <2>;
590 interrupt-controller;
Nishanth Menone49d519c2014-08-25 16:15:34 -0700591 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530592 };
593
594 uart1: serial@4806a000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530595 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530596 reg = <0x4806a000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000597 interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530598 ti,hwmods = "uart1";
599 clock-frequency = <48000000>;
600 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300601 dmas = <&sdma_xbar 49>, <&sdma_xbar 50>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200602 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530603 };
604
605 uart2: serial@4806c000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530606 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530607 reg = <0x4806c000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000608 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530609 ti,hwmods = "uart2";
610 clock-frequency = <48000000>;
611 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300612 dmas = <&sdma_xbar 51>, <&sdma_xbar 52>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200613 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530614 };
615
616 uart3: serial@48020000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530617 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530618 reg = <0x48020000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000619 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530620 ti,hwmods = "uart3";
621 clock-frequency = <48000000>;
622 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300623 dmas = <&sdma_xbar 53>, <&sdma_xbar 54>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200624 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530625 };
626
627 uart4: serial@4806e000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530628 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530629 reg = <0x4806e000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000630 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530631 ti,hwmods = "uart4";
632 clock-frequency = <48000000>;
633 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300634 dmas = <&sdma_xbar 55>, <&sdma_xbar 56>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200635 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530636 };
637
638 uart5: serial@48066000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530639 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530640 reg = <0x48066000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000641 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530642 ti,hwmods = "uart5";
643 clock-frequency = <48000000>;
644 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300645 dmas = <&sdma_xbar 63>, <&sdma_xbar 64>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200646 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530647 };
648
649 uart6: serial@48068000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530650 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530651 reg = <0x48068000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000652 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530653 ti,hwmods = "uart6";
654 clock-frequency = <48000000>;
655 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300656 dmas = <&sdma_xbar 79>, <&sdma_xbar 80>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200657 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530658 };
659
660 uart7: serial@48420000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530661 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530662 reg = <0x48420000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000663 interrupts = <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530664 ti,hwmods = "uart7";
665 clock-frequency = <48000000>;
666 status = "disabled";
667 };
668
669 uart8: serial@48422000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530670 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530671 reg = <0x48422000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000672 interrupts = <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530673 ti,hwmods = "uart8";
674 clock-frequency = <48000000>;
675 status = "disabled";
676 };
677
678 uart9: serial@48424000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530679 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530680 reg = <0x48424000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000681 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530682 ti,hwmods = "uart9";
683 clock-frequency = <48000000>;
684 status = "disabled";
685 };
686
687 uart10: serial@4ae2b000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530688 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530689 reg = <0x4ae2b000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000690 interrupts = <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530691 ti,hwmods = "uart10";
692 clock-frequency = <48000000>;
693 status = "disabled";
694 };
695
Suman Anna38baefb2014-07-11 16:44:38 -0500696 mailbox1: mailbox@4a0f4000 {
697 compatible = "ti,omap4-mailbox";
698 reg = <0x4a0f4000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600699 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
700 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
701 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500702 ti,hwmods = "mailbox1";
Suman Anna24df0452014-11-03 17:07:35 -0600703 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500704 ti,mbox-num-users = <3>;
705 ti,mbox-num-fifos = <8>;
706 status = "disabled";
707 };
708
709 mailbox2: mailbox@4883a000 {
710 compatible = "ti,omap4-mailbox";
711 reg = <0x4883a000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600712 interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>,
713 <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>,
714 <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>,
715 <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500716 ti,hwmods = "mailbox2";
Suman Anna24df0452014-11-03 17:07:35 -0600717 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500718 ti,mbox-num-users = <4>;
719 ti,mbox-num-fifos = <12>;
720 status = "disabled";
721 };
722
723 mailbox3: mailbox@4883c000 {
724 compatible = "ti,omap4-mailbox";
725 reg = <0x4883c000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600726 interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>,
727 <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>,
728 <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>,
729 <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500730 ti,hwmods = "mailbox3";
Suman Anna24df0452014-11-03 17:07:35 -0600731 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500732 ti,mbox-num-users = <4>;
733 ti,mbox-num-fifos = <12>;
734 status = "disabled";
735 };
736
737 mailbox4: mailbox@4883e000 {
738 compatible = "ti,omap4-mailbox";
739 reg = <0x4883e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600740 interrupts = <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
741 <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>,
742 <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>,
743 <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500744 ti,hwmods = "mailbox4";
Suman Anna24df0452014-11-03 17:07:35 -0600745 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500746 ti,mbox-num-users = <4>;
747 ti,mbox-num-fifos = <12>;
748 status = "disabled";
749 };
750
751 mailbox5: mailbox@48840000 {
752 compatible = "ti,omap4-mailbox";
753 reg = <0x48840000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600754 interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>,
755 <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>,
756 <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>,
757 <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500758 ti,hwmods = "mailbox5";
Suman Anna24df0452014-11-03 17:07:35 -0600759 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500760 ti,mbox-num-users = <4>;
761 ti,mbox-num-fifos = <12>;
762 status = "disabled";
763 };
764
765 mailbox6: mailbox@48842000 {
766 compatible = "ti,omap4-mailbox";
767 reg = <0x48842000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600768 interrupts = <GIC_SPI 253 IRQ_TYPE_LEVEL_HIGH>,
769 <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>,
770 <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>,
771 <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500772 ti,hwmods = "mailbox6";
Suman Anna24df0452014-11-03 17:07:35 -0600773 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500774 ti,mbox-num-users = <4>;
775 ti,mbox-num-fifos = <12>;
776 status = "disabled";
777 };
778
779 mailbox7: mailbox@48844000 {
780 compatible = "ti,omap4-mailbox";
781 reg = <0x48844000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600782 interrupts = <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>,
783 <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>,
784 <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>,
785 <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500786 ti,hwmods = "mailbox7";
Suman Anna24df0452014-11-03 17:07:35 -0600787 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500788 ti,mbox-num-users = <4>;
789 ti,mbox-num-fifos = <12>;
790 status = "disabled";
791 };
792
793 mailbox8: mailbox@48846000 {
794 compatible = "ti,omap4-mailbox";
795 reg = <0x48846000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600796 interrupts = <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>,
797 <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>,
798 <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>,
799 <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500800 ti,hwmods = "mailbox8";
Suman Anna24df0452014-11-03 17:07:35 -0600801 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500802 ti,mbox-num-users = <4>;
803 ti,mbox-num-fifos = <12>;
804 status = "disabled";
805 };
806
807 mailbox9: mailbox@4885e000 {
808 compatible = "ti,omap4-mailbox";
809 reg = <0x4885e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600810 interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>,
811 <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>,
812 <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>,
813 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500814 ti,hwmods = "mailbox9";
Suman Anna24df0452014-11-03 17:07:35 -0600815 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500816 ti,mbox-num-users = <4>;
817 ti,mbox-num-fifos = <12>;
818 status = "disabled";
819 };
820
821 mailbox10: mailbox@48860000 {
822 compatible = "ti,omap4-mailbox";
823 reg = <0x48860000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600824 interrupts = <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>,
825 <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH>,
826 <GIC_SPI 271 IRQ_TYPE_LEVEL_HIGH>,
827 <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500828 ti,hwmods = "mailbox10";
Suman Anna24df0452014-11-03 17:07:35 -0600829 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500830 ti,mbox-num-users = <4>;
831 ti,mbox-num-fifos = <12>;
832 status = "disabled";
833 };
834
835 mailbox11: mailbox@48862000 {
836 compatible = "ti,omap4-mailbox";
837 reg = <0x48862000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600838 interrupts = <GIC_SPI 273 IRQ_TYPE_LEVEL_HIGH>,
839 <GIC_SPI 274 IRQ_TYPE_LEVEL_HIGH>,
840 <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>,
841 <GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500842 ti,hwmods = "mailbox11";
Suman Anna24df0452014-11-03 17:07:35 -0600843 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500844 ti,mbox-num-users = <4>;
845 ti,mbox-num-fifos = <12>;
846 status = "disabled";
847 };
848
849 mailbox12: mailbox@48864000 {
850 compatible = "ti,omap4-mailbox";
851 reg = <0x48864000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600852 interrupts = <GIC_SPI 277 IRQ_TYPE_LEVEL_HIGH>,
853 <GIC_SPI 278 IRQ_TYPE_LEVEL_HIGH>,
854 <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
855 <GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500856 ti,hwmods = "mailbox12";
Suman Anna24df0452014-11-03 17:07:35 -0600857 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500858 ti,mbox-num-users = <4>;
859 ti,mbox-num-fifos = <12>;
860 status = "disabled";
861 };
862
863 mailbox13: mailbox@48802000 {
864 compatible = "ti,omap4-mailbox";
865 reg = <0x48802000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600866 interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>,
867 <GIC_SPI 380 IRQ_TYPE_LEVEL_HIGH>,
868 <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>,
869 <GIC_SPI 382 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500870 ti,hwmods = "mailbox13";
Suman Anna24df0452014-11-03 17:07:35 -0600871 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500872 ti,mbox-num-users = <4>;
873 ti,mbox-num-fifos = <12>;
874 status = "disabled";
875 };
876
R Sricharan6e58b8f2013-08-14 19:08:20 +0530877 timer1: timer@4ae18000 {
878 compatible = "ti,omap5430-timer";
879 reg = <0x4ae18000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530880 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530881 ti,hwmods = "timer1";
882 ti,timer-alwon;
883 };
884
885 timer2: timer@48032000 {
886 compatible = "ti,omap5430-timer";
887 reg = <0x48032000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530888 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530889 ti,hwmods = "timer2";
890 };
891
892 timer3: timer@48034000 {
893 compatible = "ti,omap5430-timer";
894 reg = <0x48034000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530895 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530896 ti,hwmods = "timer3";
897 };
898
899 timer4: timer@48036000 {
900 compatible = "ti,omap5430-timer";
901 reg = <0x48036000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530902 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530903 ti,hwmods = "timer4";
904 };
905
906 timer5: timer@48820000 {
907 compatible = "ti,omap5430-timer";
908 reg = <0x48820000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530909 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530910 ti,hwmods = "timer5";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530911 };
912
913 timer6: timer@48822000 {
914 compatible = "ti,omap5430-timer";
915 reg = <0x48822000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530916 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530917 ti,hwmods = "timer6";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530918 };
919
920 timer7: timer@48824000 {
921 compatible = "ti,omap5430-timer";
922 reg = <0x48824000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530923 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530924 ti,hwmods = "timer7";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530925 };
926
927 timer8: timer@48826000 {
928 compatible = "ti,omap5430-timer";
929 reg = <0x48826000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530930 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530931 ti,hwmods = "timer8";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530932 };
933
934 timer9: timer@4803e000 {
935 compatible = "ti,omap5430-timer";
936 reg = <0x4803e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530937 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530938 ti,hwmods = "timer9";
939 };
940
941 timer10: timer@48086000 {
942 compatible = "ti,omap5430-timer";
943 reg = <0x48086000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530944 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530945 ti,hwmods = "timer10";
946 };
947
948 timer11: timer@48088000 {
949 compatible = "ti,omap5430-timer";
950 reg = <0x48088000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530951 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530952 ti,hwmods = "timer11";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530953 };
954
Suman Annad79852a2016-04-05 16:44:10 -0500955 timer12: timer@4ae20000 {
956 compatible = "ti,omap5430-timer";
957 reg = <0x4ae20000 0x80>;
958 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
959 ti,hwmods = "timer12";
960 ti,timer-alwon;
961 ti,timer-secure;
962 };
963
R Sricharan6e58b8f2013-08-14 19:08:20 +0530964 timer13: timer@48828000 {
965 compatible = "ti,omap5430-timer";
966 reg = <0x48828000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530967 interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530968 ti,hwmods = "timer13";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530969 };
970
971 timer14: timer@4882a000 {
972 compatible = "ti,omap5430-timer";
973 reg = <0x4882a000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530974 interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530975 ti,hwmods = "timer14";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530976 };
977
978 timer15: timer@4882c000 {
979 compatible = "ti,omap5430-timer";
980 reg = <0x4882c000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530981 interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530982 ti,hwmods = "timer15";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530983 };
984
985 timer16: timer@4882e000 {
986 compatible = "ti,omap5430-timer";
987 reg = <0x4882e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530988 interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530989 ti,hwmods = "timer16";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530990 };
991
992 wdt2: wdt@4ae14000 {
Lokesh Vutlabe668832014-11-12 10:54:15 +0530993 compatible = "ti,omap3-wdt";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530994 reg = <0x4ae14000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530995 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530996 ti,hwmods = "wd_timer2";
997 };
998
Suman Annadbd7c192014-01-13 18:26:46 -0600999 hwspinlock: spinlock@4a0f6000 {
1000 compatible = "ti,omap4-hwspinlock";
1001 reg = <0x4a0f6000 0x1000>;
1002 ti,hwmods = "spinlock";
1003 #hwlock-cells = <1>;
1004 };
1005
Archit Taneja1a5fe3c2013-12-17 15:32:21 +05301006 dmm@4e000000 {
1007 compatible = "ti,omap5-dmm";
1008 reg = <0x4e000000 0x800>;
R Sricharana46631c2014-06-26 12:55:31 +05301009 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
Archit Taneja1a5fe3c2013-12-17 15:32:21 +05301010 ti,hwmods = "dmm";
1011 };
1012
R Sricharan6e58b8f2013-08-14 19:08:20 +05301013 i2c1: i2c@48070000 {
1014 compatible = "ti,omap4-i2c";
1015 reg = <0x48070000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301016 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301017 #address-cells = <1>;
1018 #size-cells = <0>;
1019 ti,hwmods = "i2c1";
1020 status = "disabled";
1021 };
1022
1023 i2c2: i2c@48072000 {
1024 compatible = "ti,omap4-i2c";
1025 reg = <0x48072000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301026 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301027 #address-cells = <1>;
1028 #size-cells = <0>;
1029 ti,hwmods = "i2c2";
1030 status = "disabled";
1031 };
1032
1033 i2c3: i2c@48060000 {
1034 compatible = "ti,omap4-i2c";
1035 reg = <0x48060000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301036 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301037 #address-cells = <1>;
1038 #size-cells = <0>;
1039 ti,hwmods = "i2c3";
1040 status = "disabled";
1041 };
1042
1043 i2c4: i2c@4807a000 {
1044 compatible = "ti,omap4-i2c";
1045 reg = <0x4807a000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301046 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301047 #address-cells = <1>;
1048 #size-cells = <0>;
1049 ti,hwmods = "i2c4";
1050 status = "disabled";
1051 };
1052
1053 i2c5: i2c@4807c000 {
1054 compatible = "ti,omap4-i2c";
1055 reg = <0x4807c000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +05301056 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301057 #address-cells = <1>;
1058 #size-cells = <0>;
1059 ti,hwmods = "i2c5";
1060 status = "disabled";
1061 };
1062
1063 mmc1: mmc@4809c000 {
1064 compatible = "ti,omap4-hsmmc";
1065 reg = <0x4809c000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301066 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301067 ti,hwmods = "mmc1";
1068 ti,dual-volt;
1069 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001070 dmas = <&sdma_xbar 61>, <&sdma_xbar 62>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301071 dma-names = "tx", "rx";
1072 status = "disabled";
Balaji T Kcd042fe2014-02-19 20:26:40 +05301073 pbias-supply = <&pbias_mmc_reg>;
Kishon Vijay Abraham I866b5e42017-06-07 15:07:47 +05301074 max-frequency = <192000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301075 };
1076
Tony Lindgren288cdbbf2017-08-30 08:19:53 -07001077 hdqw1w: 1w@480b2000 {
1078 compatible = "ti,omap3-1w";
1079 reg = <0x480b2000 0x1000>;
1080 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
1081 ti,hwmods = "hdq1w";
1082 };
1083
R Sricharan6e58b8f2013-08-14 19:08:20 +05301084 mmc2: mmc@480b4000 {
1085 compatible = "ti,omap4-hsmmc";
1086 reg = <0x480b4000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301087 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301088 ti,hwmods = "mmc2";
1089 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001090 dmas = <&sdma_xbar 47>, <&sdma_xbar 48>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301091 dma-names = "tx", "rx";
1092 status = "disabled";
Kishon Vijay Abraham I866b5e42017-06-07 15:07:47 +05301093 max-frequency = <192000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301094 };
1095
1096 mmc3: mmc@480ad000 {
1097 compatible = "ti,omap4-hsmmc";
1098 reg = <0x480ad000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301099 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301100 ti,hwmods = "mmc3";
1101 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001102 dmas = <&sdma_xbar 77>, <&sdma_xbar 78>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301103 dma-names = "tx", "rx";
1104 status = "disabled";
Kishon Vijay Abraham I866b5e42017-06-07 15:07:47 +05301105 /* Errata i887 limits max-frequency of MMC3 to 64 MHz */
1106 max-frequency = <64000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301107 };
1108
1109 mmc4: mmc@480d1000 {
1110 compatible = "ti,omap4-hsmmc";
1111 reg = <0x480d1000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +05301112 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301113 ti,hwmods = "mmc4";
1114 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001115 dmas = <&sdma_xbar 57>, <&sdma_xbar 58>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301116 dma-names = "tx", "rx";
1117 status = "disabled";
Kishon Vijay Abraham I866b5e42017-06-07 15:07:47 +05301118 max-frequency = <192000000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301119 };
1120
Suman Anna2c7e07c52015-10-02 18:23:24 -05001121 mmu0_dsp1: mmu@40d01000 {
1122 compatible = "ti,dra7-dsp-iommu";
1123 reg = <0x40d01000 0x100>;
1124 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
1125 ti,hwmods = "mmu0_dsp1";
1126 #iommu-cells = <0>;
1127 ti,syscon-mmuconfig = <&dsp1_system 0x0>;
1128 status = "disabled";
1129 };
1130
1131 mmu1_dsp1: mmu@40d02000 {
1132 compatible = "ti,dra7-dsp-iommu";
1133 reg = <0x40d02000 0x100>;
1134 interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
1135 ti,hwmods = "mmu1_dsp1";
1136 #iommu-cells = <0>;
1137 ti,syscon-mmuconfig = <&dsp1_system 0x1>;
1138 status = "disabled";
1139 };
1140
1141 mmu_ipu1: mmu@58882000 {
1142 compatible = "ti,dra7-iommu";
1143 reg = <0x58882000 0x100>;
1144 interrupts = <GIC_SPI 395 IRQ_TYPE_LEVEL_HIGH>;
1145 ti,hwmods = "mmu_ipu1";
1146 #iommu-cells = <0>;
1147 ti,iommu-bus-err-back;
1148 status = "disabled";
1149 };
1150
1151 mmu_ipu2: mmu@55082000 {
1152 compatible = "ti,dra7-iommu";
1153 reg = <0x55082000 0x100>;
1154 interrupts = <GIC_SPI 396 IRQ_TYPE_LEVEL_HIGH>;
1155 ti,hwmods = "mmu_ipu2";
1156 #iommu-cells = <0>;
1157 ti,iommu-bus-err-back;
1158 status = "disabled";
1159 };
1160
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301161 abb_mpu: regulator-abb-mpu {
1162 compatible = "ti,abb-v3";
1163 regulator-name = "abb_mpu";
1164 #address-cells = <0>;
1165 #size-cells = <0>;
1166 clocks = <&sys_clkin1>;
1167 ti,settling-time = <50>;
1168 ti,clock-cycles = <16>;
1169
1170 reg = <0x4ae07ddc 0x4>, <0x4ae07de0 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001171 <0x4ae06014 0x4>, <0x4a003b20 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301172 <0x4ae0c158 0x4>;
1173 reg-names = "setup-address", "control-address",
1174 "int-address", "efuse-address",
1175 "ldo-address";
1176 ti,tranxdone-status-mask = <0x80>;
1177 /* LDOVBBMPU_FBB_MUX_CTRL */
1178 ti,ldovbb-override-mask = <0x400>;
1179 /* LDOVBBMPU_FBB_VSET_OUT */
1180 ti,ldovbb-vset-mask = <0x1F>;
1181
1182 /*
1183 * NOTE: only FBB mode used but actual vset will
1184 * determine final biasing
1185 */
1186 ti,abb_info = <
1187 /*uV ABB efuse rbb_m fbb_m vset_m*/
1188 1060000 0 0x0 0 0x02000000 0x01F00000
1189 1160000 0 0x4 0 0x02000000 0x01F00000
1190 1210000 0 0x8 0 0x02000000 0x01F00000
1191 >;
1192 };
1193
1194 abb_ivahd: regulator-abb-ivahd {
1195 compatible = "ti,abb-v3";
1196 regulator-name = "abb_ivahd";
1197 #address-cells = <0>;
1198 #size-cells = <0>;
1199 clocks = <&sys_clkin1>;
1200 ti,settling-time = <50>;
1201 ti,clock-cycles = <16>;
1202
1203 reg = <0x4ae07e34 0x4>, <0x4ae07e24 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001204 <0x4ae06010 0x4>, <0x4a0025cc 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301205 <0x4a002470 0x4>;
1206 reg-names = "setup-address", "control-address",
1207 "int-address", "efuse-address",
1208 "ldo-address";
1209 ti,tranxdone-status-mask = <0x40000000>;
1210 /* LDOVBBIVA_FBB_MUX_CTRL */
1211 ti,ldovbb-override-mask = <0x400>;
1212 /* LDOVBBIVA_FBB_VSET_OUT */
1213 ti,ldovbb-vset-mask = <0x1F>;
1214
1215 /*
1216 * NOTE: only FBB mode used but actual vset will
1217 * determine final biasing
1218 */
1219 ti,abb_info = <
1220 /*uV ABB efuse rbb_m fbb_m vset_m*/
1221 1055000 0 0x0 0 0x02000000 0x01F00000
1222 1150000 0 0x4 0 0x02000000 0x01F00000
1223 1250000 0 0x8 0 0x02000000 0x01F00000
1224 >;
1225 };
1226
1227 abb_dspeve: regulator-abb-dspeve {
1228 compatible = "ti,abb-v3";
1229 regulator-name = "abb_dspeve";
1230 #address-cells = <0>;
1231 #size-cells = <0>;
1232 clocks = <&sys_clkin1>;
1233 ti,settling-time = <50>;
1234 ti,clock-cycles = <16>;
1235
1236 reg = <0x4ae07e30 0x4>, <0x4ae07e20 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001237 <0x4ae06010 0x4>, <0x4a0025e0 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301238 <0x4a00246c 0x4>;
1239 reg-names = "setup-address", "control-address",
1240 "int-address", "efuse-address",
1241 "ldo-address";
1242 ti,tranxdone-status-mask = <0x20000000>;
1243 /* LDOVBBDSPEVE_FBB_MUX_CTRL */
1244 ti,ldovbb-override-mask = <0x400>;
1245 /* LDOVBBDSPEVE_FBB_VSET_OUT */
1246 ti,ldovbb-vset-mask = <0x1F>;
1247
1248 /*
1249 * NOTE: only FBB mode used but actual vset will
1250 * determine final biasing
1251 */
1252 ti,abb_info = <
1253 /*uV ABB efuse rbb_m fbb_m vset_m*/
1254 1055000 0 0x0 0 0x02000000 0x01F00000
1255 1150000 0 0x4 0 0x02000000 0x01F00000
1256 1250000 0 0x8 0 0x02000000 0x01F00000
1257 >;
1258 };
1259
1260 abb_gpu: regulator-abb-gpu {
1261 compatible = "ti,abb-v3";
1262 regulator-name = "abb_gpu";
1263 #address-cells = <0>;
1264 #size-cells = <0>;
1265 clocks = <&sys_clkin1>;
1266 ti,settling-time = <50>;
1267 ti,clock-cycles = <16>;
1268
1269 reg = <0x4ae07de4 0x4>, <0x4ae07de8 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001270 <0x4ae06010 0x4>, <0x4a003b08 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301271 <0x4ae0c154 0x4>;
1272 reg-names = "setup-address", "control-address",
1273 "int-address", "efuse-address",
1274 "ldo-address";
1275 ti,tranxdone-status-mask = <0x10000000>;
1276 /* LDOVBBGPU_FBB_MUX_CTRL */
1277 ti,ldovbb-override-mask = <0x400>;
1278 /* LDOVBBGPU_FBB_VSET_OUT */
1279 ti,ldovbb-vset-mask = <0x1F>;
1280
1281 /*
1282 * NOTE: only FBB mode used but actual vset will
1283 * determine final biasing
1284 */
1285 ti,abb_info = <
1286 /*uV ABB efuse rbb_m fbb_m vset_m*/
1287 1090000 0 0x0 0 0x02000000 0x01F00000
1288 1210000 0 0x4 0 0x02000000 0x01F00000
1289 1280000 0 0x8 0 0x02000000 0x01F00000
1290 >;
1291 };
1292
R Sricharan6e58b8f2013-08-14 19:08:20 +05301293 mcspi1: spi@48098000 {
1294 compatible = "ti,omap4-mcspi";
1295 reg = <0x48098000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301296 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301297 #address-cells = <1>;
1298 #size-cells = <0>;
1299 ti,hwmods = "mcspi1";
1300 ti,spi-num-cs = <4>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001301 dmas = <&sdma_xbar 35>,
1302 <&sdma_xbar 36>,
1303 <&sdma_xbar 37>,
1304 <&sdma_xbar 38>,
1305 <&sdma_xbar 39>,
1306 <&sdma_xbar 40>,
1307 <&sdma_xbar 41>,
1308 <&sdma_xbar 42>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301309 dma-names = "tx0", "rx0", "tx1", "rx1",
1310 "tx2", "rx2", "tx3", "rx3";
1311 status = "disabled";
1312 };
1313
1314 mcspi2: spi@4809a000 {
1315 compatible = "ti,omap4-mcspi";
1316 reg = <0x4809a000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301317 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301318 #address-cells = <1>;
1319 #size-cells = <0>;
1320 ti,hwmods = "mcspi2";
1321 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001322 dmas = <&sdma_xbar 43>,
1323 <&sdma_xbar 44>,
1324 <&sdma_xbar 45>,
1325 <&sdma_xbar 46>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301326 dma-names = "tx0", "rx0", "tx1", "rx1";
1327 status = "disabled";
1328 };
1329
1330 mcspi3: spi@480b8000 {
1331 compatible = "ti,omap4-mcspi";
1332 reg = <0x480b8000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301333 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301334 #address-cells = <1>;
1335 #size-cells = <0>;
1336 ti,hwmods = "mcspi3";
1337 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001338 dmas = <&sdma_xbar 15>, <&sdma_xbar 16>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301339 dma-names = "tx0", "rx0";
1340 status = "disabled";
1341 };
1342
1343 mcspi4: spi@480ba000 {
1344 compatible = "ti,omap4-mcspi";
1345 reg = <0x480ba000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301346 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301347 #address-cells = <1>;
1348 #size-cells = <0>;
1349 ti,hwmods = "mcspi4";
1350 ti,spi-num-cs = <1>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001351 dmas = <&sdma_xbar 70>, <&sdma_xbar 71>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301352 dma-names = "tx0", "rx0";
1353 status = "disabled";
1354 };
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301355
1356 qspi: qspi@4b300000 {
1357 compatible = "ti,dra7xxx-qspi";
Vignesh R1929d0b2015-12-11 09:39:59 +05301358 reg = <0x4b300000 0x100>,
1359 <0x5c000000 0x4000000>;
1360 reg-names = "qspi_base", "qspi_mmap";
1361 syscon-chipselects = <&scm_conf 0x558>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301362 #address-cells = <1>;
1363 #size-cells = <0>;
1364 ti,hwmods = "qspi";
1365 clocks = <&qspi_gfclk_div>;
1366 clock-names = "fck";
1367 num-cs = <4>;
R Sricharana46631c2014-06-26 12:55:31 +05301368 interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301369 status = "disabled";
1370 };
Balaji T K7be80562014-05-07 14:58:58 +03001371
Balaji T K7be80562014-05-07 14:58:58 +03001372 /* OCP2SCP3 */
1373 ocp2scp@4a090000 {
1374 compatible = "ti,omap-ocp2scp";
1375 #address-cells = <1>;
1376 #size-cells = <1>;
1377 ranges;
1378 reg = <0x4a090000 0x20>;
1379 ti,hwmods = "ocp2scp3";
Mathieu Malaterre9b490b32017-12-15 13:46:51 +01001380 sata_phy: phy@4a096000 {
Balaji T K7be80562014-05-07 14:58:58 +03001381 compatible = "ti,phy-pipe3-sata";
1382 reg = <0x4A096000 0x80>, /* phy_rx */
1383 <0x4A096400 0x64>, /* phy_tx */
1384 <0x4A096800 0x40>; /* pll_ctrl */
1385 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301386 syscon-phy-power = <&scm_conf 0x374>;
Roger Quadros773c5a02015-01-13 14:23:21 +02001387 clocks = <&sys_clkin1>, <&sata_ref_clk>;
1388 clock-names = "sysclk", "refclk";
Roger Quadros257d5d9a2015-07-17 16:47:23 +03001389 syscon-pllreset = <&scm_conf 0x3fc>;
Balaji T K7be80562014-05-07 14:58:58 +03001390 #phy-cells = <0>;
1391 };
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301392
1393 pcie1_phy: pciephy@4a094000 {
1394 compatible = "ti,phy-pipe3-pcie";
1395 reg = <0x4a094000 0x80>, /* phy_rx */
1396 <0x4a094400 0x64>; /* phy_tx */
1397 reg-names = "phy_rx", "phy_tx";
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301398 syscon-phy-power = <&scm_conf_pcie 0x1c>;
1399 syscon-pcs = <&scm_conf_pcie 0x10>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301400 clocks = <&dpll_pcie_ref_ck>,
1401 <&dpll_pcie_ref_m2ldo_ck>,
1402 <&optfclk_pciephy1_32khz>,
1403 <&optfclk_pciephy1_clk>,
1404 <&optfclk_pciephy1_div_clk>,
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301405 <&optfclk_pciephy_div>,
1406 <&sys_clkin1>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301407 clock-names = "dpll_ref", "dpll_ref_m2",
1408 "wkupclk", "refclk",
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301409 "div-clk", "phy-div", "sysclk";
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301410 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301411 };
1412
1413 pcie2_phy: pciephy@4a095000 {
1414 compatible = "ti,phy-pipe3-pcie";
1415 reg = <0x4a095000 0x80>, /* phy_rx */
1416 <0x4a095400 0x64>; /* phy_tx */
1417 reg-names = "phy_rx", "phy_tx";
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301418 syscon-phy-power = <&scm_conf_pcie 0x20>;
1419 syscon-pcs = <&scm_conf_pcie 0x10>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301420 clocks = <&dpll_pcie_ref_ck>,
1421 <&dpll_pcie_ref_m2ldo_ck>,
1422 <&optfclk_pciephy2_32khz>,
1423 <&optfclk_pciephy2_clk>,
1424 <&optfclk_pciephy2_div_clk>,
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301425 <&optfclk_pciephy_div>,
1426 <&sys_clkin1>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301427 clock-names = "dpll_ref", "dpll_ref_m2",
1428 "wkupclk", "refclk",
Kishon Vijay Abraham I6921e582015-12-21 14:43:19 +05301429 "div-clk", "phy-div", "sysclk";
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301430 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301431 status = "disabled";
1432 };
Balaji T K7be80562014-05-07 14:58:58 +03001433 };
1434
1435 sata: sata@4a141100 {
1436 compatible = "snps,dwc-ahci";
1437 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
R Sricharana46631c2014-06-26 12:55:31 +05301438 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
Balaji T K7be80562014-05-07 14:58:58 +03001439 phys = <&sata_phy>;
1440 phy-names = "sata-phy";
1441 clocks = <&sata_ref_clk>;
1442 ti,hwmods = "sata";
Jean-Jacques Hiblot87cb1292017-01-09 13:22:15 +01001443 ports-implemented = <0x1>;
Balaji T K7be80562014-05-07 14:58:58 +03001444 };
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001445
Nishanth Menon00edd312015-04-08 18:56:27 -05001446 rtc: rtc@48838000 {
Lokesh Vutlabc078312014-11-19 17:53:08 +05301447 compatible = "ti,am3352-rtc";
1448 reg = <0x48838000 0x100>;
1449 interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
1450 <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
1451 ti,hwmods = "rtcss";
1452 clocks = <&sys_32k_ck>;
1453 };
1454
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001455 /* OCP2SCP1 */
1456 ocp2scp@4a080000 {
1457 compatible = "ti,omap-ocp2scp";
1458 #address-cells = <1>;
1459 #size-cells = <1>;
1460 ranges;
1461 reg = <0x4a080000 0x20>;
1462 ti,hwmods = "ocp2scp1";
1463
1464 usb2_phy1: phy@4a084000 {
Sekhar Nori291f1af2016-08-23 11:57:41 +03001465 compatible = "ti,dra7x-usb2", "ti,omap-usb2";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001466 reg = <0x4a084000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301467 syscon-phy-power = <&scm_conf 0x300>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001468 clocks = <&usb_phy1_always_on_clk32k>,
1469 <&usb_otg_ss1_refclk960m>;
1470 clock-names = "wkupclk",
1471 "refclk";
1472 #phy-cells = <0>;
1473 };
1474
1475 usb2_phy2: phy@4a085000 {
Kishon Vijay Abraham I4b4f52e2015-12-21 14:43:20 +05301476 compatible = "ti,dra7x-usb2-phy2",
1477 "ti,omap-usb2";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001478 reg = <0x4a085000 0x400>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301479 syscon-phy-power = <&scm_conf 0xe74>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001480 clocks = <&usb_phy2_always_on_clk32k>,
1481 <&usb_otg_ss2_refclk960m>;
1482 clock-names = "wkupclk",
1483 "refclk";
1484 #phy-cells = <0>;
1485 };
1486
1487 usb3_phy1: phy@4a084400 {
1488 compatible = "ti,omap-usb3";
1489 reg = <0x4a084400 0x80>,
1490 <0x4a084800 0x64>,
1491 <0x4a084c00 0x40>;
1492 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +05301493 syscon-phy-power = <&scm_conf 0x370>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001494 clocks = <&usb_phy3_always_on_clk32k>,
1495 <&sys_clkin1>,
1496 <&usb_otg_ss1_refclk960m>;
1497 clock-names = "wkupclk",
1498 "sysclk",
1499 "refclk";
1500 #phy-cells = <0>;
1501 };
1502 };
1503
Tony Lindgren160ec892017-10-10 14:15:04 -07001504 target-module@4a0dd000 {
1505 compatible = "ti,sysc-omap4-sr";
1506 ti,hwmods = "smartreflex_core";
1507 reg = <0x4a0dd000 0x4>,
1508 <0x4a0dd008 0x4>;
1509 reg-names = "rev", "sysc";
1510 #address-cells = <1>;
1511 #size-cells = <1>;
1512 ranges = <0 0x4a0dd000 0x001000>;
1513
1514 /* SmartReflex child device marked reserved in TRM */
1515 };
1516
1517 target-module@4a0d9000 {
1518 compatible = "ti,sysc-omap4-sr";
1519 ti,hwmods = "smartreflex_mpu";
1520 reg = <0x4a0d9000 0x4>,
1521 <0x4a0d9008 0x4>;
1522 reg-names = "rev", "sysc";
1523 #address-cells = <1>;
1524 #size-cells = <1>;
1525 ranges = <0 0x4a0d9000 0x001000>;
1526
1527 /* SmartReflex child device marked reserved in TRM */
1528 };
1529
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001530 omap_dwc3_1: omap_dwc3_1@48880000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001531 compatible = "ti,dwc3";
1532 ti,hwmods = "usb_otg_ss1";
1533 reg = <0x48880000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301534 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001535 #address-cells = <1>;
1536 #size-cells = <1>;
1537 utmi-mode = <2>;
1538 ranges;
1539 usb1: usb@48890000 {
1540 compatible = "snps,dwc3";
1541 reg = <0x48890000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001542 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1543 <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1544 <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
1545 interrupt-names = "peripheral",
1546 "host",
1547 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001548 phys = <&usb2_phy1>, <&usb3_phy1>;
1549 phy-names = "usb2-phy", "usb3-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001550 maximum-speed = "super-speed";
1551 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001552 snps,dis_u3_susphy_quirk;
1553 snps,dis_u2_susphy_quirk;
Roger Quadrosb8c9c6f2017-10-31 15:26:00 +02001554 snps,dis_metastability_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001555 };
1556 };
1557
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001558 omap_dwc3_2: omap_dwc3_2@488c0000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001559 compatible = "ti,dwc3";
1560 ti,hwmods = "usb_otg_ss2";
1561 reg = <0x488c0000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301562 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001563 #address-cells = <1>;
1564 #size-cells = <1>;
1565 utmi-mode = <2>;
1566 ranges;
1567 usb2: usb@488d0000 {
1568 compatible = "snps,dwc3";
1569 reg = <0x488d0000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001570 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1571 <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1572 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
1573 interrupt-names = "peripheral",
1574 "host",
1575 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001576 phys = <&usb2_phy2>;
1577 phy-names = "usb2-phy";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001578 maximum-speed = "high-speed";
1579 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001580 snps,dis_u3_susphy_quirk;
1581 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001582 };
1583 };
1584
1585 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001586 omap_dwc3_3: omap_dwc3_3@48900000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001587 compatible = "ti,dwc3";
1588 ti,hwmods = "usb_otg_ss3";
1589 reg = <0x48900000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301590 interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001591 #address-cells = <1>;
1592 #size-cells = <1>;
1593 utmi-mode = <2>;
1594 ranges;
1595 status = "disabled";
1596 usb3: usb@48910000 {
1597 compatible = "snps,dwc3";
1598 reg = <0x48910000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001599 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1600 <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1601 <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
1602 interrupt-names = "peripheral",
1603 "host",
1604 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001605 maximum-speed = "high-speed";
1606 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001607 snps,dis_u3_susphy_quirk;
1608 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001609 };
1610 };
1611
Minal Shahff66a3c2014-05-19 14:45:47 +05301612 elm: elm@48078000 {
1613 compatible = "ti,am3352-elm";
1614 reg = <0x48078000 0xfc0>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301615 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301616 ti,hwmods = "elm";
1617 status = "disabled";
1618 };
1619
1620 gpmc: gpmc@50000000 {
1621 compatible = "ti,am3352-gpmc";
1622 ti,hwmods = "gpmc";
1623 reg = <0x50000000 0x37c>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301624 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Franklin S Cooper Jr10ce2402016-05-04 12:43:55 -05001625 dmas = <&edma_xbar 4 0>;
1626 dma-names = "rxtx";
Minal Shahff66a3c2014-05-19 14:45:47 +05301627 gpmc,num-cs = <8>;
1628 gpmc,num-waitpins = <2>;
1629 #address-cells = <2>;
1630 #size-cells = <1>;
Roger Quadros488f270d2016-02-23 18:37:17 +02001631 interrupt-controller;
1632 #interrupt-cells = <2>;
Roger Quadros845b1a22016-04-07 13:25:31 +03001633 gpio-controller;
1634 #gpio-cells = <2>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301635 status = "disabled";
1636 };
Peter Ujfalusi2ca09452014-05-07 13:20:48 +03001637
1638 atl: atl@4843c000 {
1639 compatible = "ti,dra7-atl";
1640 reg = <0x4843c000 0x3ff>;
1641 ti,hwmods = "atl";
1642 ti,provided-clocks = <&atl_clkin0_ck>, <&atl_clkin1_ck>,
1643 <&atl_clkin2_ck>, <&atl_clkin3_ck>;
1644 clocks = <&atl_gfclk_mux>;
1645 clock-names = "fck";
1646 status = "disabled";
1647 };
Olof Johansson412a9bb2014-07-18 22:16:15 -07001648
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001649 mcasp1: mcasp@48460000 {
1650 compatible = "ti,dra7-mcasp-audio";
1651 ti,hwmods = "mcasp1";
1652 reg = <0x48460000 0x2000>,
1653 <0x45800000 0x1000>;
1654 reg-names = "mpu","dat";
1655 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
1656 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
1657 interrupt-names = "tx", "rx";
1658 dmas = <&edma_xbar 129 1>, <&edma_xbar 128 1>;
1659 dma-names = "tx", "rx";
1660 clocks = <&mcasp1_aux_gfclk_mux>, <&mcasp1_ahclkx_mux>,
1661 <&mcasp1_ahclkr_mux>;
1662 clock-names = "fck", "ahclkx", "ahclkr";
1663 status = "disabled";
1664 };
1665
1666 mcasp2: mcasp@48464000 {
1667 compatible = "ti,dra7-mcasp-audio";
1668 ti,hwmods = "mcasp2";
1669 reg = <0x48464000 0x2000>,
1670 <0x45c00000 0x1000>;
1671 reg-names = "mpu","dat";
1672 interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>,
1673 <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
1674 interrupt-names = "tx", "rx";
1675 dmas = <&edma_xbar 131 1>, <&edma_xbar 130 1>;
1676 dma-names = "tx", "rx";
1677 clocks = <&mcasp2_aux_gfclk_mux>, <&mcasp2_ahclkx_mux>,
1678 <&mcasp2_ahclkr_mux>;
1679 clock-names = "fck", "ahclkx", "ahclkr";
1680 status = "disabled";
1681 };
1682
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001683 mcasp3: mcasp@48468000 {
1684 compatible = "ti,dra7-mcasp-audio";
1685 ti,hwmods = "mcasp3";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001686 reg = <0x48468000 0x2000>,
1687 <0x46000000 0x1000>;
1688 reg-names = "mpu","dat";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001689 interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>,
1690 <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
1691 interrupt-names = "tx", "rx";
Misael Lopez Cruz0c92de22016-03-07 17:17:30 +02001692 dmas = <&edma_xbar 133 1>, <&edma_xbar 132 1>;
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001693 dma-names = "tx", "rx";
Peter Ujfalusibf05c2c2015-11-12 09:32:57 +02001694 clocks = <&mcasp3_aux_gfclk_mux>, <&mcasp3_ahclkx_mux>;
1695 clock-names = "fck", "ahclkx";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001696 status = "disabled";
1697 };
1698
Peter Ujfalusi296ea972016-03-07 17:17:37 +02001699 mcasp4: mcasp@4846c000 {
1700 compatible = "ti,dra7-mcasp-audio";
1701 ti,hwmods = "mcasp4";
1702 reg = <0x4846c000 0x2000>,
1703 <0x48436000 0x1000>;
1704 reg-names = "mpu","dat";
1705 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
1706 <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
1707 interrupt-names = "tx", "rx";
1708 dmas = <&edma_xbar 135 1>, <&edma_xbar 134 1>;
1709 dma-names = "tx", "rx";
1710 clocks = <&mcasp4_aux_gfclk_mux>, <&mcasp4_ahclkx_mux>;
1711 clock-names = "fck", "ahclkx";
1712 status = "disabled";
1713 };
1714
1715 mcasp5: mcasp@48470000 {
1716 compatible = "ti,dra7-mcasp-audio";
1717 ti,hwmods = "mcasp5";
1718 reg = <0x48470000 0x2000>,
1719 <0x4843a000 0x1000>;
1720 reg-names = "mpu","dat";
1721 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
1722 <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
1723 interrupt-names = "tx", "rx";
1724 dmas = <&edma_xbar 137 1>, <&edma_xbar 136 1>;
1725 dma-names = "tx", "rx";
1726 clocks = <&mcasp5_aux_gfclk_mux>, <&mcasp5_ahclkx_mux>;
1727 clock-names = "fck", "ahclkx";
1728 status = "disabled";
1729 };
1730
1731 mcasp6: mcasp@48474000 {
1732 compatible = "ti,dra7-mcasp-audio";
1733 ti,hwmods = "mcasp6";
1734 reg = <0x48474000 0x2000>,
1735 <0x4844c000 0x1000>;
1736 reg-names = "mpu","dat";
1737 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
1738 <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
1739 interrupt-names = "tx", "rx";
1740 dmas = <&edma_xbar 139 1>, <&edma_xbar 138 1>;
1741 dma-names = "tx", "rx";
1742 clocks = <&mcasp6_aux_gfclk_mux>, <&mcasp6_ahclkx_mux>;
1743 clock-names = "fck", "ahclkx";
1744 status = "disabled";
1745 };
1746
1747 mcasp7: mcasp@48478000 {
1748 compatible = "ti,dra7-mcasp-audio";
1749 ti,hwmods = "mcasp7";
1750 reg = <0x48478000 0x2000>,
1751 <0x48450000 0x1000>;
1752 reg-names = "mpu","dat";
1753 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>,
1754 <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
1755 interrupt-names = "tx", "rx";
1756 dmas = <&edma_xbar 141 1>, <&edma_xbar 140 1>;
1757 dma-names = "tx", "rx";
1758 clocks = <&mcasp7_aux_gfclk_mux>, <&mcasp7_ahclkx_mux>;
1759 clock-names = "fck", "ahclkx";
1760 status = "disabled";
1761 };
1762
1763 mcasp8: mcasp@4847c000 {
1764 compatible = "ti,dra7-mcasp-audio";
1765 ti,hwmods = "mcasp8";
1766 reg = <0x4847c000 0x2000>,
1767 <0x48454000 0x1000>;
1768 reg-names = "mpu","dat";
1769 interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>,
1770 <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>;
1771 interrupt-names = "tx", "rx";
1772 dmas = <&edma_xbar 143 1>, <&edma_xbar 142 1>;
1773 dma-names = "tx", "rx";
1774 clocks = <&mcasp8_aux_gfclk_mux>, <&mcasp8_ahclkx_mux>;
1775 clock-names = "fck", "ahclkx";
1776 status = "disabled";
1777 };
1778
Marc Zyngier783d3182015-03-11 15:43:44 +00001779 crossbar_mpu: crossbar@4a002a48 {
R Sricharana46631c2014-06-26 12:55:31 +05301780 compatible = "ti,irq-crossbar";
1781 reg = <0x4a002a48 0x130>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001782 interrupt-controller;
Marc Zyngier7136d452015-03-11 15:43:49 +00001783 interrupt-parent = <&wakeupgen>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001784 #interrupt-cells = <3>;
R Sricharana46631c2014-06-26 12:55:31 +05301785 ti,max-irqs = <160>;
1786 ti,max-crossbar-sources = <MAX_SOURCES>;
1787 ti,reg-size = <2>;
1788 ti,irqs-reserved = <0 1 2 3 5 6 131 132>;
1789 ti,irqs-skip = <10 133 139 140>;
1790 ti,irqs-safe-map = <0>;
1791 };
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301792
Vishal Mahaveerc263a5b2015-08-25 13:57:49 -05001793 mac: ethernet@48484000 {
Mugunthan V Ne2095312015-08-12 15:22:54 +05301794 compatible = "ti,dra7-cpsw","ti,cpsw";
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301795 ti,hwmods = "gmac";
Grygorii Strashkoc0973382016-08-30 17:58:01 +03001796 clocks = <&gmac_main_clk>, <&gmac_rft_clk_mux>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301797 clock-names = "fck", "cpts";
1798 cpdma_channels = <8>;
1799 ale_entries = <1024>;
1800 bd_ram_size = <0x2000>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301801 mac_control = <0x20>;
1802 slaves = <2>;
1803 active_slave = <0>;
Grygorii Strashkoc0973382016-08-30 17:58:01 +03001804 cpts_clock_mult = <0x784CFE14>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301805 cpts_clock_shift = <29>;
1806 reg = <0x48484000 0x1000
1807 0x48485200 0x2E00>;
1808 #address-cells = <1>;
1809 #size-cells = <1>;
Mugunthan V N0f514e62016-03-07 01:41:22 -07001810
1811 /*
1812 * Do not allow gating of cpsw clock as workaround
1813 * for errata i877. Keeping internal clock disabled
1814 * causes the device switching characteristics
1815 * to degrade over time and eventually fail to meet
1816 * the data manual delay time/skew specs.
1817 */
1818 ti,no-idle;
1819
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301820 /*
1821 * rx_thresh_pend
1822 * rx_pend
1823 * tx_pend
1824 * misc_pend
1825 */
1826 interrupts = <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
1827 <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>,
1828 <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>,
1829 <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>;
1830 ranges;
Mugunthan V Na084e132015-09-21 15:56:52 +05301831 syscon = <&scm_conf>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301832 status = "disabled";
1833
1834 davinci_mdio: mdio@48485000 {
Grygorii Strashko9efd1a62016-06-24 21:23:55 +03001835 compatible = "ti,cpsw-mdio","ti,davinci_mdio";
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301836 #address-cells = <1>;
1837 #size-cells = <0>;
1838 ti,hwmods = "davinci_mdio";
1839 bus_freq = <1000000>;
1840 reg = <0x48485000 0x100>;
1841 };
1842
1843 cpsw_emac0: slave@48480200 {
1844 /* Filled in by U-Boot */
1845 mac-address = [ 00 00 00 00 00 00 ];
1846 };
1847
1848 cpsw_emac1: slave@48480300 {
1849 /* Filled in by U-Boot */
1850 mac-address = [ 00 00 00 00 00 00 ];
1851 };
1852
1853 phy_sel: cpsw-phy-sel@4a002554 {
1854 compatible = "ti,dra7xx-cpsw-phy-sel";
1855 reg= <0x4a002554 0x4>;
1856 reg-names = "gmii-sel";
1857 };
1858 };
1859
Roger Quadros9ec49b92014-08-15 16:08:36 +03001860 dcan1: can@481cc000 {
1861 compatible = "ti,dra7-d_can";
1862 ti,hwmods = "dcan1";
1863 reg = <0x4ae3c000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001864 syscon-raminit = <&scm_conf 0x558 0>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001865 interrupts = <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>;
1866 clocks = <&dcan1_sys_clk_mux>;
1867 status = "disabled";
1868 };
1869
1870 dcan2: can@481d0000 {
1871 compatible = "ti,dra7-d_can";
1872 ti,hwmods = "dcan2";
1873 reg = <0x48480000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001874 syscon-raminit = <&scm_conf 0x558 1>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001875 interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
1876 clocks = <&sys_clkin1>;
1877 status = "disabled";
1878 };
Tomi Valkeinen95c1cd12014-07-09 16:15:18 +05301879
1880 dss: dss@58000000 {
1881 compatible = "ti,dra7-dss";
1882 /* 'reg' defined in dra72x.dtsi and dra74x.dtsi */
1883 /* 'clocks' defined in dra72x.dtsi and dra74x.dtsi */
1884 status = "disabled";
1885 ti,hwmods = "dss_core";
1886 /* CTRL_CORE_DSS_PLL_CONTROL */
1887 syscon-pll-ctrl = <&scm_conf 0x538>;
1888 #address-cells = <1>;
1889 #size-cells = <1>;
1890 ranges;
1891
1892 dispc@58001000 {
1893 compatible = "ti,dra7-dispc";
1894 reg = <0x58001000 0x1000>;
1895 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
1896 ti,hwmods = "dss_dispc";
1897 clocks = <&dss_dss_clk>;
1898 clock-names = "fck";
1899 /* CTRL_CORE_SMA_SW_1 */
1900 syscon-pol = <&scm_conf 0x534>;
1901 };
1902
1903 hdmi: encoder@58060000 {
1904 compatible = "ti,dra7-hdmi";
1905 reg = <0x58040000 0x200>,
1906 <0x58040200 0x80>,
1907 <0x58040300 0x80>,
1908 <0x58060000 0x19000>;
1909 reg-names = "wp", "pll", "phy", "core";
1910 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
1911 status = "disabled";
1912 ti,hwmods = "dss_hdmi";
1913 clocks = <&dss_48mhz_clk>, <&dss_hdmi_clk>;
1914 clock-names = "fck", "sys_clk";
Peter Ujfalusi12397382017-11-08 14:53:23 +02001915 dmas = <&sdma_xbar 76>;
1916 dma-names = "audio_tx";
Tomi Valkeinen95c1cd12014-07-09 16:15:18 +05301917 };
1918 };
Vignesh R34370142016-05-03 10:56:55 -05001919
1920 epwmss0: epwmss@4843e000 {
1921 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1922 reg = <0x4843e000 0x30>;
1923 ti,hwmods = "epwmss0";
1924 #address-cells = <1>;
1925 #size-cells = <1>;
1926 status = "disabled";
1927 ranges;
1928
1929 ehrpwm0: pwm@4843e200 {
1930 compatible = "ti,dra746-ehrpwm",
1931 "ti,am3352-ehrpwm";
1932 #pwm-cells = <3>;
1933 reg = <0x4843e200 0x80>;
1934 clocks = <&ehrpwm0_tbclk>, <&l4_root_clk_div>;
1935 clock-names = "tbclk", "fck";
1936 status = "disabled";
1937 };
1938
1939 ecap0: ecap@4843e100 {
1940 compatible = "ti,dra746-ecap",
1941 "ti,am3352-ecap";
1942 #pwm-cells = <3>;
1943 reg = <0x4843e100 0x80>;
1944 clocks = <&l4_root_clk_div>;
1945 clock-names = "fck";
1946 status = "disabled";
1947 };
1948 };
1949
1950 epwmss1: epwmss@48440000 {
1951 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1952 reg = <0x48440000 0x30>;
1953 ti,hwmods = "epwmss1";
1954 #address-cells = <1>;
1955 #size-cells = <1>;
1956 status = "disabled";
1957 ranges;
1958
1959 ehrpwm1: pwm@48440200 {
1960 compatible = "ti,dra746-ehrpwm",
1961 "ti,am3352-ehrpwm";
1962 #pwm-cells = <3>;
1963 reg = <0x48440200 0x80>;
1964 clocks = <&ehrpwm1_tbclk>, <&l4_root_clk_div>;
1965 clock-names = "tbclk", "fck";
1966 status = "disabled";
1967 };
1968
1969 ecap1: ecap@48440100 {
1970 compatible = "ti,dra746-ecap",
1971 "ti,am3352-ecap";
1972 #pwm-cells = <3>;
1973 reg = <0x48440100 0x80>;
1974 clocks = <&l4_root_clk_div>;
1975 clock-names = "fck";
1976 status = "disabled";
1977 };
1978 };
1979
1980 epwmss2: epwmss@48442000 {
1981 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1982 reg = <0x48442000 0x30>;
1983 ti,hwmods = "epwmss2";
1984 #address-cells = <1>;
1985 #size-cells = <1>;
1986 status = "disabled";
1987 ranges;
1988
1989 ehrpwm2: pwm@48442200 {
1990 compatible = "ti,dra746-ehrpwm",
1991 "ti,am3352-ehrpwm";
1992 #pwm-cells = <3>;
1993 reg = <0x48442200 0x80>;
1994 clocks = <&ehrpwm2_tbclk>, <&l4_root_clk_div>;
1995 clock-names = "tbclk", "fck";
1996 status = "disabled";
1997 };
1998
1999 ecap2: ecap@48442100 {
2000 compatible = "ti,dra746-ecap",
2001 "ti,am3352-ecap";
2002 #pwm-cells = <3>;
2003 reg = <0x48442100 0x80>;
2004 clocks = <&l4_root_clk_div>;
2005 clock-names = "fck";
2006 status = "disabled";
2007 };
2008 };
Joel Fernandesbac9d0b2016-06-01 12:06:41 +03002009
Joel Fernandese7fd15c2016-06-01 12:06:42 +03002010 aes1: aes@4b500000 {
2011 compatible = "ti,omap4-aes";
2012 ti,hwmods = "aes1";
2013 reg = <0x4b500000 0xa0>;
2014 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
2015 dmas = <&edma_xbar 111 0>, <&edma_xbar 110 0>;
2016 dma-names = "tx", "rx";
2017 clocks = <&l3_iclk_div>;
2018 clock-names = "fck";
2019 };
2020
2021 aes2: aes@4b700000 {
2022 compatible = "ti,omap4-aes";
2023 ti,hwmods = "aes2";
2024 reg = <0x4b700000 0xa0>;
2025 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
2026 dmas = <&edma_xbar 114 0>, <&edma_xbar 113 0>;
2027 dma-names = "tx", "rx";
2028 clocks = <&l3_iclk_div>;
2029 clock-names = "fck";
2030 };
2031
Joel Fernandesbac9d0b2016-06-01 12:06:41 +03002032 des: des@480a5000 {
2033 compatible = "ti,omap4-des";
2034 ti,hwmods = "des";
2035 reg = <0x480a5000 0xa0>;
2036 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
2037 dmas = <&sdma_xbar 117>, <&sdma_xbar 116>;
2038 dma-names = "tx", "rx";
2039 clocks = <&l3_iclk_div>;
2040 clock-names = "fck";
2041 };
Lokesh Vutlada346092016-06-01 12:06:43 +03002042
2043 sham: sham@53100000 {
2044 compatible = "ti,omap5-sham";
2045 ti,hwmods = "sham";
2046 reg = <0x4b101000 0x300>;
2047 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
2048 dmas = <&edma_xbar 119 0>;
2049 dma-names = "rx";
2050 clocks = <&l3_iclk_div>;
2051 clock-names = "fck";
2052 };
Lokesh Vutla610e9c42016-06-01 12:06:44 +03002053
2054 rng: rng@48090000 {
2055 compatible = "ti,omap4-rng";
2056 ti,hwmods = "rng";
2057 reg = <0x48090000 0x2000>;
2058 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
2059 clocks = <&l3_iclk_div>;
2060 clock-names = "fck";
2061 };
R Sricharan6e58b8f2013-08-14 19:08:20 +05302062 };
Keerthyf7397ed2015-03-23 14:39:38 -05002063
2064 thermal_zones: thermal-zones {
2065 #include "omap4-cpu-thermal.dtsi"
2066 #include "omap5-gpu-thermal.dtsi"
2067 #include "omap5-core-thermal.dtsi"
Keerthy667f2592016-02-08 14:46:30 +05302068 #include "dra7-dspeve-thermal.dtsi"
2069 #include "dra7-iva-thermal.dtsi"
Keerthyf7397ed2015-03-23 14:39:38 -05002070 };
2071
2072};
2073
2074&cpu_thermal {
2075 polling-delay = <500>; /* milliseconds */
Keerthyfb51ae02017-03-09 13:35:56 +05302076 coefficients = <0 2000>;
2077};
2078
2079&gpu_thermal {
2080 coefficients = <0 2000>;
2081};
2082
2083&core_thermal {
2084 coefficients = <0 2000>;
2085};
2086
2087&dspeve_thermal {
2088 coefficients = <0 2000>;
2089};
2090
2091&iva_thermal {
2092 coefficients = <0 2000>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05302093};
Tero Kristoee6c7502013-07-18 17:18:33 +03002094
Ravikumar Kattekolabca52382017-05-17 06:51:38 -07002095&cpu_crit {
2096 temperature = <120000>; /* milli Celsius */
2097};
2098
Tero Kristoee6c7502013-07-18 17:18:33 +03002099/include/ "dra7xx-clocks.dtsi"