blob: 51ddc981b00b9dc50d2063703e4fba9d80116f98 [file] [log] [blame]
R Sricharan6e58b8f2013-08-14 19:08:20 +05301/*
2 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 * Based on "omap4.dtsi"
8 */
9
10#include <dt-bindings/interrupt-controller/arm-gic.h>
11#include <dt-bindings/pinctrl/dra.h>
12
13#include "skeleton.dtsi"
14
R Sricharana46631c2014-06-26 12:55:31 +053015#define MAX_SOURCES 400
R Sricharana46631c2014-06-26 12:55:31 +053016
R Sricharan6e58b8f2013-08-14 19:08:20 +053017/ {
18 #address-cells = <1>;
19 #size-cells = <1>;
20
21 compatible = "ti,dra7xx";
Marc Zyngier783d3182015-03-11 15:43:44 +000022 interrupt-parent = <&crossbar_mpu>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053023
24 aliases {
Nishanth Menon20b80942013-10-16 15:21:03 -050025 i2c0 = &i2c1;
26 i2c1 = &i2c2;
27 i2c2 = &i2c3;
28 i2c3 = &i2c4;
29 i2c4 = &i2c5;
R Sricharan6e58b8f2013-08-14 19:08:20 +053030 serial0 = &uart1;
31 serial1 = &uart2;
32 serial2 = &uart3;
33 serial3 = &uart4;
34 serial4 = &uart5;
35 serial5 = &uart6;
Nishanth Menon065bd7f2014-10-21 11:18:15 -050036 serial6 = &uart7;
37 serial7 = &uart8;
38 serial8 = &uart9;
39 serial9 = &uart10;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +053040 ethernet0 = &cpsw_emac0;
41 ethernet1 = &cpsw_emac1;
Roger Quadros9ec49b92014-08-15 16:08:36 +030042 d_can0 = &dcan1;
43 d_can1 = &dcan2;
Mugunthan V N480b2b32015-11-19 12:31:01 +053044 spi0 = &qspi;
R Sricharan6e58b8f2013-08-14 19:08:20 +053045 };
46
R Sricharan6e58b8f2013-08-14 19:08:20 +053047 timer {
48 compatible = "arm,armv7-timer";
49 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
50 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
51 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
52 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
Marc Zyngier783d3182015-03-11 15:43:44 +000053 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053054 };
55
56 gic: interrupt-controller@48211000 {
57 compatible = "arm,cortex-a15-gic";
58 interrupt-controller;
59 #interrupt-cells = <3>;
60 reg = <0x48211000 0x1000>,
61 <0x48212000 0x1000>,
62 <0x48214000 0x2000>,
63 <0x48216000 0x2000>;
64 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
Marc Zyngier783d3182015-03-11 15:43:44 +000065 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053066 };
67
Marc Zyngier7136d452015-03-11 15:43:49 +000068 wakeupgen: interrupt-controller@48281000 {
69 compatible = "ti,omap5-wugen-mpu", "ti,omap4-wugen-mpu";
70 interrupt-controller;
71 #interrupt-cells = <3>;
72 reg = <0x48281000 0x1000>;
73 interrupt-parent = <&gic>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053074 };
75
76 /*
Geert Uytterhoeven5c5be9d2014-03-28 11:11:37 +010077 * The soc node represents the soc top level view. It is used for IPs
R Sricharan6e58b8f2013-08-14 19:08:20 +053078 * that are not memory mapped in the MPU view or for the MPU itself.
79 */
80 soc {
81 compatible = "ti,omap-infra";
82 mpu {
83 compatible = "ti,omap5-mpu";
84 ti,hwmods = "mpu";
85 };
86 };
87
88 /*
89 * XXX: Use a flat representation of the SOC interconnect.
90 * The real OMAP interconnect network is quite complex.
Geert Uytterhoevenb7ab5242014-03-28 11:11:39 +010091 * Since it will not bring real advantage to represent that in DT for
R Sricharan6e58b8f2013-08-14 19:08:20 +053092 * the moment, just use a fake OCP bus entry to represent the whole bus
93 * hierarchy.
94 */
95 ocp {
Rajendra Nayakfba387a2014-04-10 11:34:32 -050096 compatible = "ti,dra7-l3-noc", "simple-bus";
R Sricharan6e58b8f2013-08-14 19:08:20 +053097 #address-cells = <1>;
98 #size-cells = <1>;
99 ranges;
100 ti,hwmods = "l3_main_1", "l3_main_2";
Rajendra Nayakfba387a2014-04-10 11:34:32 -0500101 reg = <0x44000000 0x1000000>,
102 <0x45000000 0x1000>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000103 interrupts-extended = <&crossbar_mpu GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
Marc Zyngier7136d452015-03-11 15:43:49 +0000104 <&wakeupgen GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530105
Tero Kristod9195012015-02-12 11:37:13 +0200106 l4_cfg: l4@4a000000 {
107 compatible = "ti,dra7-l4-cfg", "simple-bus";
108 #address-cells = <1>;
109 #size-cells = <1>;
110 ranges = <0 0x4a000000 0x22c000>;
Tero Kristoee6c7502013-07-18 17:18:33 +0300111
Tero Kristod9195012015-02-12 11:37:13 +0200112 scm: scm@2000 {
113 compatible = "ti,dra7-scm-core", "simple-bus";
114 reg = <0x2000 0x2000>;
Tero Kristoee6c7502013-07-18 17:18:33 +0300115 #address-cells = <1>;
Tero Kristod9195012015-02-12 11:37:13 +0200116 #size-cells = <1>;
117 ranges = <0 0x2000 0x2000>;
118
119 scm_conf: scm_conf@0 {
Kishon Vijay Abraham Icd455672015-07-27 17:46:41 +0530120 compatible = "syscon", "simple-bus";
Tero Kristod9195012015-02-12 11:37:13 +0200121 reg = <0x0 0x1400>;
122 #address-cells = <1>;
123 #size-cells = <1>;
Kishon Vijay Abraham I9a5e3f22015-09-04 17:38:24 +0530124 ranges = <0 0x0 0x1400>;
Tero Kristod9195012015-02-12 11:37:13 +0200125
126 pbias_regulator: pbias_regulator {
Kishon Vijay Abraham I737f1462015-09-04 17:30:25 +0530127 compatible = "ti,pbias-dra7", "ti,pbias-omap";
Tero Kristod9195012015-02-12 11:37:13 +0200128 reg = <0xe00 0x4>;
129 syscon = <&scm_conf>;
130 pbias_mmc_reg: pbias_mmc_omap5 {
131 regulator-name = "pbias_mmc_omap5";
132 regulator-min-microvolt = <1800000>;
133 regulator-max-microvolt = <3000000>;
134 };
135 };
Tomi Valkeinen2d5a3c82015-02-23 12:53:56 +0200136
137 scm_conf_clocks: clocks {
138 #address-cells = <1>;
139 #size-cells = <0>;
140 };
Tero Kristod9195012015-02-12 11:37:13 +0200141 };
142
143 dra7_pmx_core: pinmux@1400 {
144 compatible = "ti,dra7-padconf",
145 "pinctrl-single";
Roger Quadros1c5cb6f2015-07-27 13:27:29 +0300146 reg = <0x1400 0x0468>;
Tero Kristod9195012015-02-12 11:37:13 +0200147 #address-cells = <1>;
148 #size-cells = <0>;
149 #interrupt-cells = <1>;
150 interrupt-controller;
151 pinctrl-single,register-width = <32>;
152 pinctrl-single,function-mask = <0x3fffffff>;
153 };
Roger Quadros33cb3a12015-08-04 12:10:14 +0300154
155 scm_conf1: scm_conf@1c04 {
156 compatible = "syscon";
157 reg = <0x1c04 0x0020>;
158 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300159 };
160
Tero Kristod9195012015-02-12 11:37:13 +0200161 cm_core_aon: cm_core_aon@5000 {
162 compatible = "ti,dra7-cm-core-aon";
163 reg = <0x5000 0x2000>;
164
165 cm_core_aon_clocks: clocks {
166 #address-cells = <1>;
167 #size-cells = <0>;
168 };
169
170 cm_core_aon_clockdomains: clockdomains {
171 };
172 };
173
174 cm_core: cm_core@8000 {
175 compatible = "ti,dra7-cm-core";
176 reg = <0x8000 0x3000>;
177
178 cm_core_clocks: clocks {
179 #address-cells = <1>;
180 #size-cells = <0>;
181 };
182
183 cm_core_clockdomains: clockdomains {
184 };
185 };
186 };
187
188 l4_wkup: l4@4ae00000 {
189 compatible = "ti,dra7-l4-wkup", "simple-bus";
190 #address-cells = <1>;
191 #size-cells = <1>;
192 ranges = <0 0x4ae00000 0x3f000>;
193
194 counter32k: counter@4000 {
195 compatible = "ti,omap-counter32k";
196 reg = <0x4000 0x40>;
197 ti,hwmods = "counter_32k";
198 };
199
200 prm: prm@6000 {
201 compatible = "ti,dra7-prm";
202 reg = <0x6000 0x3000>;
203 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
204
205 prm_clocks: clocks {
206 #address-cells = <1>;
207 #size-cells = <0>;
208 };
209
210 prm_clockdomains: clockdomains {
211 };
Tero Kristoee6c7502013-07-18 17:18:33 +0300212 };
213 };
214
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530215 axi@0 {
216 compatible = "simple-bus";
217 #size-cells = <1>;
218 #address-cells = <1>;
219 ranges = <0x51000000 0x51000000 0x3000
220 0x0 0x20000000 0x10000000>;
Kishon Vijay Abraham I73c8f0c2015-07-28 19:09:10 +0530221 pcie1: pcie@51000000 {
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530222 compatible = "ti,dra7-pcie";
223 reg = <0x51000000 0x2000>, <0x51002000 0x14c>, <0x1000 0x2000>;
224 reg-names = "rc_dbics", "ti_conf", "config";
225 interrupts = <0 232 0x4>, <0 233 0x4>;
226 #address-cells = <3>;
227 #size-cells = <2>;
228 device_type = "pci";
229 ranges = <0x81000000 0 0 0x03000 0 0x00010000
230 0x82000000 0 0x20013000 0x13000 0 0xffed000>;
231 #interrupt-cells = <1>;
232 num-lanes = <1>;
233 ti,hwmods = "pcie1";
234 phys = <&pcie1_phy>;
235 phy-names = "pcie-phy0";
236 interrupt-map-mask = <0 0 0 7>;
237 interrupt-map = <0 0 0 1 &pcie1_intc 1>,
238 <0 0 0 2 &pcie1_intc 2>,
239 <0 0 0 3 &pcie1_intc 3>,
240 <0 0 0 4 &pcie1_intc 4>;
241 pcie1_intc: interrupt-controller {
242 interrupt-controller;
243 #address-cells = <0>;
244 #interrupt-cells = <1>;
245 };
246 };
247 };
248
249 axi@1 {
250 compatible = "simple-bus";
251 #size-cells = <1>;
252 #address-cells = <1>;
253 ranges = <0x51800000 0x51800000 0x3000
254 0x0 0x30000000 0x10000000>;
255 status = "disabled";
256 pcie@51000000 {
257 compatible = "ti,dra7-pcie";
258 reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>;
259 reg-names = "rc_dbics", "ti_conf", "config";
260 interrupts = <0 355 0x4>, <0 356 0x4>;
261 #address-cells = <3>;
262 #size-cells = <2>;
263 device_type = "pci";
264 ranges = <0x81000000 0 0 0x03000 0 0x00010000
265 0x82000000 0 0x30013000 0x13000 0 0xffed000>;
266 #interrupt-cells = <1>;
267 num-lanes = <1>;
268 ti,hwmods = "pcie2";
269 phys = <&pcie2_phy>;
270 phy-names = "pcie-phy0";
271 interrupt-map-mask = <0 0 0 7>;
272 interrupt-map = <0 0 0 1 &pcie2_intc 1>,
273 <0 0 0 2 &pcie2_intc 2>,
274 <0 0 0 3 &pcie2_intc 3>,
275 <0 0 0 4 &pcie2_intc 4>;
276 pcie2_intc: interrupt-controller {
277 interrupt-controller;
278 #address-cells = <0>;
279 #interrupt-cells = <1>;
280 };
281 };
282 };
283
Keerthyf7397ed2015-03-23 14:39:38 -0500284 bandgap: bandgap@4a0021e0 {
285 reg = <0x4a0021e0 0xc
286 0x4a00232c 0xc
287 0x4a002380 0x2c
288 0x4a0023C0 0x3c
289 0x4a002564 0x8
290 0x4a002574 0x50>;
291 compatible = "ti,dra752-bandgap";
292 interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
293 #thermal-sensor-cells = <1>;
294 };
295
Suman Anna99639ac2015-10-02 18:23:22 -0500296 dsp1_system: dsp_system@40d00000 {
297 compatible = "syscon";
298 reg = <0x40d00000 0x100>;
299 };
300
R Sricharan6e58b8f2013-08-14 19:08:20 +0530301 sdma: dma-controller@4a056000 {
302 compatible = "ti,omap4430-sdma";
303 reg = <0x4a056000 0x1000>;
R Sricharana46631c2014-06-26 12:55:31 +0530304 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
305 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
306 <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
307 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530308 #dma-cells = <1>;
Peter Ujfalusi08d9b322015-02-20 15:42:06 +0200309 dma-channels = <32>;
310 dma-requests = <127>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530311 };
312
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300313 sdma_xbar: dma-router@4a002b78 {
314 compatible = "ti,dra7-dma-crossbar";
315 reg = <0x4a002b78 0xfc>;
316 #dma-cells = <1>;
317 dma-requests = <205>;
318 ti,dma-safe-map = <0>;
319 dma-masters = <&sdma>;
320 };
321
R Sricharan6e58b8f2013-08-14 19:08:20 +0530322 gpio1: gpio@4ae10000 {
323 compatible = "ti,omap4-gpio";
324 reg = <0x4ae10000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530325 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530326 ti,hwmods = "gpio1";
327 gpio-controller;
328 #gpio-cells = <2>;
329 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700330 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530331 };
332
333 gpio2: gpio@48055000 {
334 compatible = "ti,omap4-gpio";
335 reg = <0x48055000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530336 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530337 ti,hwmods = "gpio2";
338 gpio-controller;
339 #gpio-cells = <2>;
340 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700341 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530342 };
343
344 gpio3: gpio@48057000 {
345 compatible = "ti,omap4-gpio";
346 reg = <0x48057000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530347 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530348 ti,hwmods = "gpio3";
349 gpio-controller;
350 #gpio-cells = <2>;
351 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700352 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530353 };
354
355 gpio4: gpio@48059000 {
356 compatible = "ti,omap4-gpio";
357 reg = <0x48059000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530358 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530359 ti,hwmods = "gpio4";
360 gpio-controller;
361 #gpio-cells = <2>;
362 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700363 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530364 };
365
366 gpio5: gpio@4805b000 {
367 compatible = "ti,omap4-gpio";
368 reg = <0x4805b000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530369 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530370 ti,hwmods = "gpio5";
371 gpio-controller;
372 #gpio-cells = <2>;
373 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700374 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530375 };
376
377 gpio6: gpio@4805d000 {
378 compatible = "ti,omap4-gpio";
379 reg = <0x4805d000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530380 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530381 ti,hwmods = "gpio6";
382 gpio-controller;
383 #gpio-cells = <2>;
384 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700385 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530386 };
387
388 gpio7: gpio@48051000 {
389 compatible = "ti,omap4-gpio";
390 reg = <0x48051000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530391 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530392 ti,hwmods = "gpio7";
393 gpio-controller;
394 #gpio-cells = <2>;
395 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700396 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530397 };
398
399 gpio8: gpio@48053000 {
400 compatible = "ti,omap4-gpio";
401 reg = <0x48053000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530402 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530403 ti,hwmods = "gpio8";
404 gpio-controller;
405 #gpio-cells = <2>;
406 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700407 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530408 };
409
410 uart1: serial@4806a000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530411 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530412 reg = <0x4806a000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000413 interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530414 ti,hwmods = "uart1";
415 clock-frequency = <48000000>;
416 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300417 dmas = <&sdma_xbar 49>, <&sdma_xbar 50>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200418 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530419 };
420
421 uart2: serial@4806c000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530422 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530423 reg = <0x4806c000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000424 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530425 ti,hwmods = "uart2";
426 clock-frequency = <48000000>;
427 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300428 dmas = <&sdma_xbar 51>, <&sdma_xbar 52>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200429 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530430 };
431
432 uart3: serial@48020000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530433 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530434 reg = <0x48020000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000435 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530436 ti,hwmods = "uart3";
437 clock-frequency = <48000000>;
438 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300439 dmas = <&sdma_xbar 53>, <&sdma_xbar 54>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200440 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530441 };
442
443 uart4: serial@4806e000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530444 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530445 reg = <0x4806e000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000446 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530447 ti,hwmods = "uart4";
448 clock-frequency = <48000000>;
449 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300450 dmas = <&sdma_xbar 55>, <&sdma_xbar 56>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200451 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530452 };
453
454 uart5: serial@48066000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530455 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530456 reg = <0x48066000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000457 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530458 ti,hwmods = "uart5";
459 clock-frequency = <48000000>;
460 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300461 dmas = <&sdma_xbar 63>, <&sdma_xbar 64>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200462 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530463 };
464
465 uart6: serial@48068000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530466 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530467 reg = <0x48068000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000468 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530469 ti,hwmods = "uart6";
470 clock-frequency = <48000000>;
471 status = "disabled";
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300472 dmas = <&sdma_xbar 79>, <&sdma_xbar 80>;
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200473 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530474 };
475
476 uart7: serial@48420000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530477 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530478 reg = <0x48420000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000479 interrupts = <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530480 ti,hwmods = "uart7";
481 clock-frequency = <48000000>;
482 status = "disabled";
483 };
484
485 uart8: serial@48422000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530486 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530487 reg = <0x48422000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000488 interrupts = <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530489 ti,hwmods = "uart8";
490 clock-frequency = <48000000>;
491 status = "disabled";
492 };
493
494 uart9: serial@48424000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530495 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530496 reg = <0x48424000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000497 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530498 ti,hwmods = "uart9";
499 clock-frequency = <48000000>;
500 status = "disabled";
501 };
502
503 uart10: serial@4ae2b000 {
Sekhar Nori2a0e5ef2015-07-30 18:27:47 +0530504 compatible = "ti,dra742-uart", "ti,omap4-uart";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530505 reg = <0x4ae2b000 0x100>;
Marc Zyngier783d3182015-03-11 15:43:44 +0000506 interrupts = <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530507 ti,hwmods = "uart10";
508 clock-frequency = <48000000>;
509 status = "disabled";
510 };
511
Suman Anna38baefb2014-07-11 16:44:38 -0500512 mailbox1: mailbox@4a0f4000 {
513 compatible = "ti,omap4-mailbox";
514 reg = <0x4a0f4000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600515 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
516 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
517 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500518 ti,hwmods = "mailbox1";
Suman Anna24df0452014-11-03 17:07:35 -0600519 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500520 ti,mbox-num-users = <3>;
521 ti,mbox-num-fifos = <8>;
522 status = "disabled";
523 };
524
525 mailbox2: mailbox@4883a000 {
526 compatible = "ti,omap4-mailbox";
527 reg = <0x4883a000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600528 interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>,
529 <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>,
530 <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>,
531 <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500532 ti,hwmods = "mailbox2";
Suman Anna24df0452014-11-03 17:07:35 -0600533 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500534 ti,mbox-num-users = <4>;
535 ti,mbox-num-fifos = <12>;
536 status = "disabled";
537 };
538
539 mailbox3: mailbox@4883c000 {
540 compatible = "ti,omap4-mailbox";
541 reg = <0x4883c000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600542 interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>,
543 <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>,
544 <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>,
545 <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500546 ti,hwmods = "mailbox3";
Suman Anna24df0452014-11-03 17:07:35 -0600547 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500548 ti,mbox-num-users = <4>;
549 ti,mbox-num-fifos = <12>;
550 status = "disabled";
551 };
552
553 mailbox4: mailbox@4883e000 {
554 compatible = "ti,omap4-mailbox";
555 reg = <0x4883e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600556 interrupts = <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
557 <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>,
558 <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>,
559 <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500560 ti,hwmods = "mailbox4";
Suman Anna24df0452014-11-03 17:07:35 -0600561 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500562 ti,mbox-num-users = <4>;
563 ti,mbox-num-fifos = <12>;
564 status = "disabled";
565 };
566
567 mailbox5: mailbox@48840000 {
568 compatible = "ti,omap4-mailbox";
569 reg = <0x48840000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600570 interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>,
571 <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>,
572 <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>,
573 <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500574 ti,hwmods = "mailbox5";
Suman Anna24df0452014-11-03 17:07:35 -0600575 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500576 ti,mbox-num-users = <4>;
577 ti,mbox-num-fifos = <12>;
578 status = "disabled";
579 };
580
581 mailbox6: mailbox@48842000 {
582 compatible = "ti,omap4-mailbox";
583 reg = <0x48842000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600584 interrupts = <GIC_SPI 253 IRQ_TYPE_LEVEL_HIGH>,
585 <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>,
586 <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>,
587 <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500588 ti,hwmods = "mailbox6";
Suman Anna24df0452014-11-03 17:07:35 -0600589 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500590 ti,mbox-num-users = <4>;
591 ti,mbox-num-fifos = <12>;
592 status = "disabled";
593 };
594
595 mailbox7: mailbox@48844000 {
596 compatible = "ti,omap4-mailbox";
597 reg = <0x48844000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600598 interrupts = <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>,
599 <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>,
600 <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>,
601 <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500602 ti,hwmods = "mailbox7";
Suman Anna24df0452014-11-03 17:07:35 -0600603 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500604 ti,mbox-num-users = <4>;
605 ti,mbox-num-fifos = <12>;
606 status = "disabled";
607 };
608
609 mailbox8: mailbox@48846000 {
610 compatible = "ti,omap4-mailbox";
611 reg = <0x48846000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600612 interrupts = <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>,
613 <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>,
614 <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>,
615 <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500616 ti,hwmods = "mailbox8";
Suman Anna24df0452014-11-03 17:07:35 -0600617 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500618 ti,mbox-num-users = <4>;
619 ti,mbox-num-fifos = <12>;
620 status = "disabled";
621 };
622
623 mailbox9: mailbox@4885e000 {
624 compatible = "ti,omap4-mailbox";
625 reg = <0x4885e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600626 interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>,
627 <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>,
628 <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>,
629 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500630 ti,hwmods = "mailbox9";
Suman Anna24df0452014-11-03 17:07:35 -0600631 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500632 ti,mbox-num-users = <4>;
633 ti,mbox-num-fifos = <12>;
634 status = "disabled";
635 };
636
637 mailbox10: mailbox@48860000 {
638 compatible = "ti,omap4-mailbox";
639 reg = <0x48860000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600640 interrupts = <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>,
641 <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH>,
642 <GIC_SPI 271 IRQ_TYPE_LEVEL_HIGH>,
643 <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500644 ti,hwmods = "mailbox10";
Suman Anna24df0452014-11-03 17:07:35 -0600645 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500646 ti,mbox-num-users = <4>;
647 ti,mbox-num-fifos = <12>;
648 status = "disabled";
649 };
650
651 mailbox11: mailbox@48862000 {
652 compatible = "ti,omap4-mailbox";
653 reg = <0x48862000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600654 interrupts = <GIC_SPI 273 IRQ_TYPE_LEVEL_HIGH>,
655 <GIC_SPI 274 IRQ_TYPE_LEVEL_HIGH>,
656 <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>,
657 <GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500658 ti,hwmods = "mailbox11";
Suman Anna24df0452014-11-03 17:07:35 -0600659 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500660 ti,mbox-num-users = <4>;
661 ti,mbox-num-fifos = <12>;
662 status = "disabled";
663 };
664
665 mailbox12: mailbox@48864000 {
666 compatible = "ti,omap4-mailbox";
667 reg = <0x48864000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600668 interrupts = <GIC_SPI 277 IRQ_TYPE_LEVEL_HIGH>,
669 <GIC_SPI 278 IRQ_TYPE_LEVEL_HIGH>,
670 <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
671 <GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500672 ti,hwmods = "mailbox12";
Suman Anna24df0452014-11-03 17:07:35 -0600673 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500674 ti,mbox-num-users = <4>;
675 ti,mbox-num-fifos = <12>;
676 status = "disabled";
677 };
678
679 mailbox13: mailbox@48802000 {
680 compatible = "ti,omap4-mailbox";
681 reg = <0x48802000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600682 interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>,
683 <GIC_SPI 380 IRQ_TYPE_LEVEL_HIGH>,
684 <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>,
685 <GIC_SPI 382 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500686 ti,hwmods = "mailbox13";
Suman Anna24df0452014-11-03 17:07:35 -0600687 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500688 ti,mbox-num-users = <4>;
689 ti,mbox-num-fifos = <12>;
690 status = "disabled";
691 };
692
R Sricharan6e58b8f2013-08-14 19:08:20 +0530693 timer1: timer@4ae18000 {
694 compatible = "ti,omap5430-timer";
695 reg = <0x4ae18000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530696 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530697 ti,hwmods = "timer1";
698 ti,timer-alwon;
699 };
700
701 timer2: timer@48032000 {
702 compatible = "ti,omap5430-timer";
703 reg = <0x48032000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530704 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530705 ti,hwmods = "timer2";
706 };
707
708 timer3: timer@48034000 {
709 compatible = "ti,omap5430-timer";
710 reg = <0x48034000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530711 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530712 ti,hwmods = "timer3";
713 };
714
715 timer4: timer@48036000 {
716 compatible = "ti,omap5430-timer";
717 reg = <0x48036000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530718 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530719 ti,hwmods = "timer4";
720 };
721
722 timer5: timer@48820000 {
723 compatible = "ti,omap5430-timer";
724 reg = <0x48820000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530725 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530726 ti,hwmods = "timer5";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530727 };
728
729 timer6: timer@48822000 {
730 compatible = "ti,omap5430-timer";
731 reg = <0x48822000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530732 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530733 ti,hwmods = "timer6";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530734 };
735
736 timer7: timer@48824000 {
737 compatible = "ti,omap5430-timer";
738 reg = <0x48824000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530739 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530740 ti,hwmods = "timer7";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530741 };
742
743 timer8: timer@48826000 {
744 compatible = "ti,omap5430-timer";
745 reg = <0x48826000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530746 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530747 ti,hwmods = "timer8";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530748 };
749
750 timer9: timer@4803e000 {
751 compatible = "ti,omap5430-timer";
752 reg = <0x4803e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530753 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530754 ti,hwmods = "timer9";
755 };
756
757 timer10: timer@48086000 {
758 compatible = "ti,omap5430-timer";
759 reg = <0x48086000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530760 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530761 ti,hwmods = "timer10";
762 };
763
764 timer11: timer@48088000 {
765 compatible = "ti,omap5430-timer";
766 reg = <0x48088000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530767 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530768 ti,hwmods = "timer11";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530769 };
770
771 timer13: timer@48828000 {
772 compatible = "ti,omap5430-timer";
773 reg = <0x48828000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530774 interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530775 ti,hwmods = "timer13";
776 status = "disabled";
777 };
778
779 timer14: timer@4882a000 {
780 compatible = "ti,omap5430-timer";
781 reg = <0x4882a000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530782 interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530783 ti,hwmods = "timer14";
784 status = "disabled";
785 };
786
787 timer15: timer@4882c000 {
788 compatible = "ti,omap5430-timer";
789 reg = <0x4882c000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530790 interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530791 ti,hwmods = "timer15";
792 status = "disabled";
793 };
794
795 timer16: timer@4882e000 {
796 compatible = "ti,omap5430-timer";
797 reg = <0x4882e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530798 interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530799 ti,hwmods = "timer16";
800 status = "disabled";
801 };
802
803 wdt2: wdt@4ae14000 {
Lokesh Vutlabe668832014-11-12 10:54:15 +0530804 compatible = "ti,omap3-wdt";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530805 reg = <0x4ae14000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530806 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530807 ti,hwmods = "wd_timer2";
808 };
809
Suman Annadbd7c192014-01-13 18:26:46 -0600810 hwspinlock: spinlock@4a0f6000 {
811 compatible = "ti,omap4-hwspinlock";
812 reg = <0x4a0f6000 0x1000>;
813 ti,hwmods = "spinlock";
814 #hwlock-cells = <1>;
815 };
816
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530817 dmm@4e000000 {
818 compatible = "ti,omap5-dmm";
819 reg = <0x4e000000 0x800>;
R Sricharana46631c2014-06-26 12:55:31 +0530820 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530821 ti,hwmods = "dmm";
822 };
823
R Sricharan6e58b8f2013-08-14 19:08:20 +0530824 i2c1: i2c@48070000 {
825 compatible = "ti,omap4-i2c";
826 reg = <0x48070000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530827 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530828 #address-cells = <1>;
829 #size-cells = <0>;
830 ti,hwmods = "i2c1";
831 status = "disabled";
832 };
833
834 i2c2: i2c@48072000 {
835 compatible = "ti,omap4-i2c";
836 reg = <0x48072000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530837 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530838 #address-cells = <1>;
839 #size-cells = <0>;
840 ti,hwmods = "i2c2";
841 status = "disabled";
842 };
843
844 i2c3: i2c@48060000 {
845 compatible = "ti,omap4-i2c";
846 reg = <0x48060000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530847 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530848 #address-cells = <1>;
849 #size-cells = <0>;
850 ti,hwmods = "i2c3";
851 status = "disabled";
852 };
853
854 i2c4: i2c@4807a000 {
855 compatible = "ti,omap4-i2c";
856 reg = <0x4807a000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530857 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530858 #address-cells = <1>;
859 #size-cells = <0>;
860 ti,hwmods = "i2c4";
861 status = "disabled";
862 };
863
864 i2c5: i2c@4807c000 {
865 compatible = "ti,omap4-i2c";
866 reg = <0x4807c000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530867 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530868 #address-cells = <1>;
869 #size-cells = <0>;
870 ti,hwmods = "i2c5";
871 status = "disabled";
872 };
873
874 mmc1: mmc@4809c000 {
875 compatible = "ti,omap4-hsmmc";
876 reg = <0x4809c000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530877 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530878 ti,hwmods = "mmc1";
879 ti,dual-volt;
880 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300881 dmas = <&sdma_xbar 61>, <&sdma_xbar 62>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530882 dma-names = "tx", "rx";
883 status = "disabled";
Balaji T Kcd042fe2014-02-19 20:26:40 +0530884 pbias-supply = <&pbias_mmc_reg>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530885 };
886
887 mmc2: mmc@480b4000 {
888 compatible = "ti,omap4-hsmmc";
889 reg = <0x480b4000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530890 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530891 ti,hwmods = "mmc2";
892 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300893 dmas = <&sdma_xbar 47>, <&sdma_xbar 48>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530894 dma-names = "tx", "rx";
895 status = "disabled";
896 };
897
898 mmc3: mmc@480ad000 {
899 compatible = "ti,omap4-hsmmc";
900 reg = <0x480ad000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530901 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530902 ti,hwmods = "mmc3";
903 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300904 dmas = <&sdma_xbar 77>, <&sdma_xbar 78>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530905 dma-names = "tx", "rx";
906 status = "disabled";
907 };
908
909 mmc4: mmc@480d1000 {
910 compatible = "ti,omap4-hsmmc";
911 reg = <0x480d1000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530912 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530913 ti,hwmods = "mmc4";
914 ti,needs-special-reset;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +0300915 dmas = <&sdma_xbar 57>, <&sdma_xbar 58>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530916 dma-names = "tx", "rx";
917 status = "disabled";
918 };
919
Suman Anna2c7e07c52015-10-02 18:23:24 -0500920 mmu0_dsp1: mmu@40d01000 {
921 compatible = "ti,dra7-dsp-iommu";
922 reg = <0x40d01000 0x100>;
923 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
924 ti,hwmods = "mmu0_dsp1";
925 #iommu-cells = <0>;
926 ti,syscon-mmuconfig = <&dsp1_system 0x0>;
927 status = "disabled";
928 };
929
930 mmu1_dsp1: mmu@40d02000 {
931 compatible = "ti,dra7-dsp-iommu";
932 reg = <0x40d02000 0x100>;
933 interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
934 ti,hwmods = "mmu1_dsp1";
935 #iommu-cells = <0>;
936 ti,syscon-mmuconfig = <&dsp1_system 0x1>;
937 status = "disabled";
938 };
939
940 mmu_ipu1: mmu@58882000 {
941 compatible = "ti,dra7-iommu";
942 reg = <0x58882000 0x100>;
943 interrupts = <GIC_SPI 395 IRQ_TYPE_LEVEL_HIGH>;
944 ti,hwmods = "mmu_ipu1";
945 #iommu-cells = <0>;
946 ti,iommu-bus-err-back;
947 status = "disabled";
948 };
949
950 mmu_ipu2: mmu@55082000 {
951 compatible = "ti,dra7-iommu";
952 reg = <0x55082000 0x100>;
953 interrupts = <GIC_SPI 396 IRQ_TYPE_LEVEL_HIGH>;
954 ti,hwmods = "mmu_ipu2";
955 #iommu-cells = <0>;
956 ti,iommu-bus-err-back;
957 status = "disabled";
958 };
959
Nishanth Menona1b8ee12014-03-03 20:20:23 +0530960 abb_mpu: regulator-abb-mpu {
961 compatible = "ti,abb-v3";
962 regulator-name = "abb_mpu";
963 #address-cells = <0>;
964 #size-cells = <0>;
965 clocks = <&sys_clkin1>;
966 ti,settling-time = <50>;
967 ti,clock-cycles = <16>;
968
969 reg = <0x4ae07ddc 0x4>, <0x4ae07de0 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -0500970 <0x4ae06014 0x4>, <0x4a003b20 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +0530971 <0x4ae0c158 0x4>;
972 reg-names = "setup-address", "control-address",
973 "int-address", "efuse-address",
974 "ldo-address";
975 ti,tranxdone-status-mask = <0x80>;
976 /* LDOVBBMPU_FBB_MUX_CTRL */
977 ti,ldovbb-override-mask = <0x400>;
978 /* LDOVBBMPU_FBB_VSET_OUT */
979 ti,ldovbb-vset-mask = <0x1F>;
980
981 /*
982 * NOTE: only FBB mode used but actual vset will
983 * determine final biasing
984 */
985 ti,abb_info = <
986 /*uV ABB efuse rbb_m fbb_m vset_m*/
987 1060000 0 0x0 0 0x02000000 0x01F00000
988 1160000 0 0x4 0 0x02000000 0x01F00000
989 1210000 0 0x8 0 0x02000000 0x01F00000
990 >;
991 };
992
993 abb_ivahd: regulator-abb-ivahd {
994 compatible = "ti,abb-v3";
995 regulator-name = "abb_ivahd";
996 #address-cells = <0>;
997 #size-cells = <0>;
998 clocks = <&sys_clkin1>;
999 ti,settling-time = <50>;
1000 ti,clock-cycles = <16>;
1001
1002 reg = <0x4ae07e34 0x4>, <0x4ae07e24 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001003 <0x4ae06010 0x4>, <0x4a0025cc 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301004 <0x4a002470 0x4>;
1005 reg-names = "setup-address", "control-address",
1006 "int-address", "efuse-address",
1007 "ldo-address";
1008 ti,tranxdone-status-mask = <0x40000000>;
1009 /* LDOVBBIVA_FBB_MUX_CTRL */
1010 ti,ldovbb-override-mask = <0x400>;
1011 /* LDOVBBIVA_FBB_VSET_OUT */
1012 ti,ldovbb-vset-mask = <0x1F>;
1013
1014 /*
1015 * NOTE: only FBB mode used but actual vset will
1016 * determine final biasing
1017 */
1018 ti,abb_info = <
1019 /*uV ABB efuse rbb_m fbb_m vset_m*/
1020 1055000 0 0x0 0 0x02000000 0x01F00000
1021 1150000 0 0x4 0 0x02000000 0x01F00000
1022 1250000 0 0x8 0 0x02000000 0x01F00000
1023 >;
1024 };
1025
1026 abb_dspeve: regulator-abb-dspeve {
1027 compatible = "ti,abb-v3";
1028 regulator-name = "abb_dspeve";
1029 #address-cells = <0>;
1030 #size-cells = <0>;
1031 clocks = <&sys_clkin1>;
1032 ti,settling-time = <50>;
1033 ti,clock-cycles = <16>;
1034
1035 reg = <0x4ae07e30 0x4>, <0x4ae07e20 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001036 <0x4ae06010 0x4>, <0x4a0025e0 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301037 <0x4a00246c 0x4>;
1038 reg-names = "setup-address", "control-address",
1039 "int-address", "efuse-address",
1040 "ldo-address";
1041 ti,tranxdone-status-mask = <0x20000000>;
1042 /* LDOVBBDSPEVE_FBB_MUX_CTRL */
1043 ti,ldovbb-override-mask = <0x400>;
1044 /* LDOVBBDSPEVE_FBB_VSET_OUT */
1045 ti,ldovbb-vset-mask = <0x1F>;
1046
1047 /*
1048 * NOTE: only FBB mode used but actual vset will
1049 * determine final biasing
1050 */
1051 ti,abb_info = <
1052 /*uV ABB efuse rbb_m fbb_m vset_m*/
1053 1055000 0 0x0 0 0x02000000 0x01F00000
1054 1150000 0 0x4 0 0x02000000 0x01F00000
1055 1250000 0 0x8 0 0x02000000 0x01F00000
1056 >;
1057 };
1058
1059 abb_gpu: regulator-abb-gpu {
1060 compatible = "ti,abb-v3";
1061 regulator-name = "abb_gpu";
1062 #address-cells = <0>;
1063 #size-cells = <0>;
1064 clocks = <&sys_clkin1>;
1065 ti,settling-time = <50>;
1066 ti,clock-cycles = <16>;
1067
1068 reg = <0x4ae07de4 0x4>, <0x4ae07de8 0x4>,
Nishanth Menon18227342015-04-16 16:56:33 -05001069 <0x4ae06010 0x4>, <0x4a003b08 0xc>,
Nishanth Menona1b8ee12014-03-03 20:20:23 +05301070 <0x4ae0c154 0x4>;
1071 reg-names = "setup-address", "control-address",
1072 "int-address", "efuse-address",
1073 "ldo-address";
1074 ti,tranxdone-status-mask = <0x10000000>;
1075 /* LDOVBBGPU_FBB_MUX_CTRL */
1076 ti,ldovbb-override-mask = <0x400>;
1077 /* LDOVBBGPU_FBB_VSET_OUT */
1078 ti,ldovbb-vset-mask = <0x1F>;
1079
1080 /*
1081 * NOTE: only FBB mode used but actual vset will
1082 * determine final biasing
1083 */
1084 ti,abb_info = <
1085 /*uV ABB efuse rbb_m fbb_m vset_m*/
1086 1090000 0 0x0 0 0x02000000 0x01F00000
1087 1210000 0 0x4 0 0x02000000 0x01F00000
1088 1280000 0 0x8 0 0x02000000 0x01F00000
1089 >;
1090 };
1091
R Sricharan6e58b8f2013-08-14 19:08:20 +05301092 mcspi1: spi@48098000 {
1093 compatible = "ti,omap4-mcspi";
1094 reg = <0x48098000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301095 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301096 #address-cells = <1>;
1097 #size-cells = <0>;
1098 ti,hwmods = "mcspi1";
1099 ti,spi-num-cs = <4>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001100 dmas = <&sdma_xbar 35>,
1101 <&sdma_xbar 36>,
1102 <&sdma_xbar 37>,
1103 <&sdma_xbar 38>,
1104 <&sdma_xbar 39>,
1105 <&sdma_xbar 40>,
1106 <&sdma_xbar 41>,
1107 <&sdma_xbar 42>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301108 dma-names = "tx0", "rx0", "tx1", "rx1",
1109 "tx2", "rx2", "tx3", "rx3";
1110 status = "disabled";
1111 };
1112
1113 mcspi2: spi@4809a000 {
1114 compatible = "ti,omap4-mcspi";
1115 reg = <0x4809a000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301116 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301117 #address-cells = <1>;
1118 #size-cells = <0>;
1119 ti,hwmods = "mcspi2";
1120 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001121 dmas = <&sdma_xbar 43>,
1122 <&sdma_xbar 44>,
1123 <&sdma_xbar 45>,
1124 <&sdma_xbar 46>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301125 dma-names = "tx0", "rx0", "tx1", "rx1";
1126 status = "disabled";
1127 };
1128
1129 mcspi3: spi@480b8000 {
1130 compatible = "ti,omap4-mcspi";
1131 reg = <0x480b8000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301132 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301133 #address-cells = <1>;
1134 #size-cells = <0>;
1135 ti,hwmods = "mcspi3";
1136 ti,spi-num-cs = <2>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001137 dmas = <&sdma_xbar 15>, <&sdma_xbar 16>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301138 dma-names = "tx0", "rx0";
1139 status = "disabled";
1140 };
1141
1142 mcspi4: spi@480ba000 {
1143 compatible = "ti,omap4-mcspi";
1144 reg = <0x480ba000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301145 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301146 #address-cells = <1>;
1147 #size-cells = <0>;
1148 ti,hwmods = "mcspi4";
1149 ti,spi-num-cs = <1>;
Peter Ujfalusi3a0830d2015-04-09 12:35:54 +03001150 dmas = <&sdma_xbar 70>, <&sdma_xbar 71>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301151 dma-names = "tx0", "rx0";
1152 status = "disabled";
1153 };
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301154
1155 qspi: qspi@4b300000 {
1156 compatible = "ti,dra7xxx-qspi";
Vignesh R1929d0b2015-12-11 09:39:59 +05301157 reg = <0x4b300000 0x100>,
1158 <0x5c000000 0x4000000>;
1159 reg-names = "qspi_base", "qspi_mmap";
1160 syscon-chipselects = <&scm_conf 0x558>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301161 #address-cells = <1>;
1162 #size-cells = <0>;
1163 ti,hwmods = "qspi";
1164 clocks = <&qspi_gfclk_div>;
1165 clock-names = "fck";
1166 num-cs = <4>;
R Sricharana46631c2014-06-26 12:55:31 +05301167 interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301168 status = "disabled";
1169 };
Balaji T K7be80562014-05-07 14:58:58 +03001170
1171 omap_control_sata: control-phy@4a002374 {
1172 compatible = "ti,control-phy-pipe3";
1173 reg = <0x4a002374 0x4>;
1174 reg-names = "power";
1175 clocks = <&sys_clkin1>;
1176 clock-names = "sysclk";
1177 };
1178
1179 /* OCP2SCP3 */
1180 ocp2scp@4a090000 {
1181 compatible = "ti,omap-ocp2scp";
1182 #address-cells = <1>;
1183 #size-cells = <1>;
1184 ranges;
1185 reg = <0x4a090000 0x20>;
1186 ti,hwmods = "ocp2scp3";
1187 sata_phy: phy@4A096000 {
1188 compatible = "ti,phy-pipe3-sata";
1189 reg = <0x4A096000 0x80>, /* phy_rx */
1190 <0x4A096400 0x64>, /* phy_tx */
1191 <0x4A096800 0x40>; /* pll_ctrl */
1192 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
1193 ctrl-module = <&omap_control_sata>;
Roger Quadros773c5a02015-01-13 14:23:21 +02001194 clocks = <&sys_clkin1>, <&sata_ref_clk>;
1195 clock-names = "sysclk", "refclk";
Roger Quadros257d5d92015-07-17 16:47:23 +03001196 syscon-pllreset = <&scm_conf 0x3fc>;
Balaji T K7be80562014-05-07 14:58:58 +03001197 #phy-cells = <0>;
1198 };
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301199
1200 pcie1_phy: pciephy@4a094000 {
1201 compatible = "ti,phy-pipe3-pcie";
1202 reg = <0x4a094000 0x80>, /* phy_rx */
1203 <0x4a094400 0x64>; /* phy_tx */
1204 reg-names = "phy_rx", "phy_tx";
1205 ctrl-module = <&omap_control_pcie1phy>;
1206 clocks = <&dpll_pcie_ref_ck>,
1207 <&dpll_pcie_ref_m2ldo_ck>,
1208 <&optfclk_pciephy1_32khz>,
1209 <&optfclk_pciephy1_clk>,
1210 <&optfclk_pciephy1_div_clk>,
1211 <&optfclk_pciephy_div>;
1212 clock-names = "dpll_ref", "dpll_ref_m2",
1213 "wkupclk", "refclk",
1214 "div-clk", "phy-div";
1215 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301216 };
1217
1218 pcie2_phy: pciephy@4a095000 {
1219 compatible = "ti,phy-pipe3-pcie";
1220 reg = <0x4a095000 0x80>, /* phy_rx */
1221 <0x4a095400 0x64>; /* phy_tx */
1222 reg-names = "phy_rx", "phy_tx";
1223 ctrl-module = <&omap_control_pcie2phy>;
1224 clocks = <&dpll_pcie_ref_ck>,
1225 <&dpll_pcie_ref_m2ldo_ck>,
1226 <&optfclk_pciephy2_32khz>,
1227 <&optfclk_pciephy2_clk>,
1228 <&optfclk_pciephy2_div_clk>,
1229 <&optfclk_pciephy_div>;
1230 clock-names = "dpll_ref", "dpll_ref_m2",
1231 "wkupclk", "refclk",
1232 "div-clk", "phy-div";
1233 #phy-cells = <0>;
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301234 status = "disabled";
1235 };
Balaji T K7be80562014-05-07 14:58:58 +03001236 };
1237
1238 sata: sata@4a141100 {
1239 compatible = "snps,dwc-ahci";
1240 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
R Sricharana46631c2014-06-26 12:55:31 +05301241 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
Balaji T K7be80562014-05-07 14:58:58 +03001242 phys = <&sata_phy>;
1243 phy-names = "sata-phy";
1244 clocks = <&sata_ref_clk>;
1245 ti,hwmods = "sata";
1246 };
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001247
Kishon Vijay Abraham Id1ff66b2014-07-14 16:12:21 +05301248 omap_control_pcie1phy: control-phy@0x4a003c40 {
1249 compatible = "ti,control-phy-pcie";
1250 reg = <0x4a003c40 0x4>, <0x4a003c14 0x4>, <0x4a003c34 0x4>;
1251 reg-names = "power", "control_sma", "pcie_pcs";
1252 clocks = <&sys_clkin1>;
1253 clock-names = "sysclk";
1254 };
1255
1256 omap_control_pcie2phy: control-pcie@0x4a003c44 {
1257 compatible = "ti,control-phy-pcie";
1258 reg = <0x4a003c44 0x4>, <0x4a003c14 0x4>, <0x4a003c34 0x4>;
1259 reg-names = "power", "control_sma", "pcie_pcs";
1260 clocks = <&sys_clkin1>;
1261 clock-names = "sysclk";
1262 status = "disabled";
1263 };
1264
Nishanth Menon00edd312015-04-08 18:56:27 -05001265 rtc: rtc@48838000 {
Lokesh Vutlabc078312014-11-19 17:53:08 +05301266 compatible = "ti,am3352-rtc";
1267 reg = <0x48838000 0x100>;
1268 interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
1269 <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
1270 ti,hwmods = "rtcss";
1271 clocks = <&sys_32k_ck>;
1272 };
1273
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001274 omap_control_usb2phy1: control-phy@4a002300 {
1275 compatible = "ti,control-phy-usb2";
1276 reg = <0x4a002300 0x4>;
1277 reg-names = "power";
1278 };
1279
1280 omap_control_usb3phy1: control-phy@4a002370 {
1281 compatible = "ti,control-phy-pipe3";
1282 reg = <0x4a002370 0x4>;
1283 reg-names = "power";
1284 };
1285
1286 omap_control_usb2phy2: control-phy@0x4a002e74 {
1287 compatible = "ti,control-phy-usb2-dra7";
1288 reg = <0x4a002e74 0x4>;
1289 reg-names = "power";
1290 };
1291
1292 /* OCP2SCP1 */
1293 ocp2scp@4a080000 {
1294 compatible = "ti,omap-ocp2scp";
1295 #address-cells = <1>;
1296 #size-cells = <1>;
1297 ranges;
1298 reg = <0x4a080000 0x20>;
1299 ti,hwmods = "ocp2scp1";
1300
1301 usb2_phy1: phy@4a084000 {
1302 compatible = "ti,omap-usb2";
1303 reg = <0x4a084000 0x400>;
1304 ctrl-module = <&omap_control_usb2phy1>;
1305 clocks = <&usb_phy1_always_on_clk32k>,
1306 <&usb_otg_ss1_refclk960m>;
1307 clock-names = "wkupclk",
1308 "refclk";
1309 #phy-cells = <0>;
1310 };
1311
1312 usb2_phy2: phy@4a085000 {
1313 compatible = "ti,omap-usb2";
1314 reg = <0x4a085000 0x400>;
1315 ctrl-module = <&omap_control_usb2phy2>;
1316 clocks = <&usb_phy2_always_on_clk32k>,
1317 <&usb_otg_ss2_refclk960m>;
1318 clock-names = "wkupclk",
1319 "refclk";
1320 #phy-cells = <0>;
1321 };
1322
1323 usb3_phy1: phy@4a084400 {
1324 compatible = "ti,omap-usb3";
1325 reg = <0x4a084400 0x80>,
1326 <0x4a084800 0x64>,
1327 <0x4a084c00 0x40>;
1328 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
1329 ctrl-module = <&omap_control_usb3phy1>;
1330 clocks = <&usb_phy3_always_on_clk32k>,
1331 <&sys_clkin1>,
1332 <&usb_otg_ss1_refclk960m>;
1333 clock-names = "wkupclk",
1334 "sysclk",
1335 "refclk";
1336 #phy-cells = <0>;
1337 };
1338 };
1339
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001340 omap_dwc3_1: omap_dwc3_1@48880000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001341 compatible = "ti,dwc3";
1342 ti,hwmods = "usb_otg_ss1";
1343 reg = <0x48880000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301344 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001345 #address-cells = <1>;
1346 #size-cells = <1>;
1347 utmi-mode = <2>;
1348 ranges;
1349 usb1: usb@48890000 {
1350 compatible = "snps,dwc3";
1351 reg = <0x48890000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001352 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1353 <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1354 <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
1355 interrupt-names = "peripheral",
1356 "host",
1357 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001358 phys = <&usb2_phy1>, <&usb3_phy1>;
1359 phy-names = "usb2-phy", "usb3-phy";
1360 tx-fifo-resize;
1361 maximum-speed = "super-speed";
1362 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001363 snps,dis_u3_susphy_quirk;
1364 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001365 };
1366 };
1367
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001368 omap_dwc3_2: omap_dwc3_2@488c0000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001369 compatible = "ti,dwc3";
1370 ti,hwmods = "usb_otg_ss2";
1371 reg = <0x488c0000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301372 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001373 #address-cells = <1>;
1374 #size-cells = <1>;
1375 utmi-mode = <2>;
1376 ranges;
1377 usb2: usb@488d0000 {
1378 compatible = "snps,dwc3";
1379 reg = <0x488d0000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001380 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1381 <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1382 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
1383 interrupt-names = "peripheral",
1384 "host",
1385 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001386 phys = <&usb2_phy2>;
1387 phy-names = "usb2-phy";
1388 tx-fifo-resize;
1389 maximum-speed = "high-speed";
1390 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001391 snps,dis_u3_susphy_quirk;
1392 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001393 };
1394 };
1395
1396 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001397 omap_dwc3_3: omap_dwc3_3@48900000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001398 compatible = "ti,dwc3";
1399 ti,hwmods = "usb_otg_ss3";
1400 reg = <0x48900000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301401 interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001402 #address-cells = <1>;
1403 #size-cells = <1>;
1404 utmi-mode = <2>;
1405 ranges;
1406 status = "disabled";
1407 usb3: usb@48910000 {
1408 compatible = "snps,dwc3";
1409 reg = <0x48910000 0x17000>;
Roger Quadros964927f2015-07-08 13:42:32 +03001410 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1411 <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1412 <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
1413 interrupt-names = "peripheral",
1414 "host",
1415 "otg";
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001416 tx-fifo-resize;
1417 maximum-speed = "high-speed";
1418 dr_mode = "otg";
Felipe Balbi8c606732015-01-15 09:38:03 -06001419 snps,dis_u3_susphy_quirk;
1420 snps,dis_u2_susphy_quirk;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001421 };
1422 };
1423
Minal Shahff66a3c2014-05-19 14:45:47 +05301424 elm: elm@48078000 {
1425 compatible = "ti,am3352-elm";
1426 reg = <0x48078000 0xfc0>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301427 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301428 ti,hwmods = "elm";
1429 status = "disabled";
1430 };
1431
1432 gpmc: gpmc@50000000 {
1433 compatible = "ti,am3352-gpmc";
1434 ti,hwmods = "gpmc";
1435 reg = <0x50000000 0x37c>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301436 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301437 gpmc,num-cs = <8>;
1438 gpmc,num-waitpins = <2>;
1439 #address-cells = <2>;
1440 #size-cells = <1>;
Roger Quadros488f2702016-02-23 18:37:17 +02001441 interrupt-controller;
1442 #interrupt-cells = <2>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301443 status = "disabled";
1444 };
Peter Ujfalusi2ca09452014-05-07 13:20:48 +03001445
1446 atl: atl@4843c000 {
1447 compatible = "ti,dra7-atl";
1448 reg = <0x4843c000 0x3ff>;
1449 ti,hwmods = "atl";
1450 ti,provided-clocks = <&atl_clkin0_ck>, <&atl_clkin1_ck>,
1451 <&atl_clkin2_ck>, <&atl_clkin3_ck>;
1452 clocks = <&atl_gfclk_mux>;
1453 clock-names = "fck";
1454 status = "disabled";
1455 };
Olof Johansson412a9bb2014-07-18 22:16:15 -07001456
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001457 mcasp3: mcasp@48468000 {
1458 compatible = "ti,dra7-mcasp-audio";
1459 ti,hwmods = "mcasp3";
1460 reg = <0x48468000 0x2000>;
1461 reg-names = "mpu";
1462 interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>,
1463 <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
1464 interrupt-names = "tx", "rx";
1465 dmas = <&sdma_xbar 133>, <&sdma_xbar 132>;
1466 dma-names = "tx", "rx";
Peter Ujfalusibf05c2c2015-11-12 09:32:57 +02001467 clocks = <&mcasp3_aux_gfclk_mux>, <&mcasp3_ahclkx_mux>;
1468 clock-names = "fck", "ahclkx";
Peter Ujfalusi026d4d62015-08-24 10:19:58 +03001469 status = "disabled";
1470 };
1471
Marc Zyngier783d3182015-03-11 15:43:44 +00001472 crossbar_mpu: crossbar@4a002a48 {
R Sricharana46631c2014-06-26 12:55:31 +05301473 compatible = "ti,irq-crossbar";
1474 reg = <0x4a002a48 0x130>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001475 interrupt-controller;
Marc Zyngier7136d452015-03-11 15:43:49 +00001476 interrupt-parent = <&wakeupgen>;
Marc Zyngier783d3182015-03-11 15:43:44 +00001477 #interrupt-cells = <3>;
R Sricharana46631c2014-06-26 12:55:31 +05301478 ti,max-irqs = <160>;
1479 ti,max-crossbar-sources = <MAX_SOURCES>;
1480 ti,reg-size = <2>;
1481 ti,irqs-reserved = <0 1 2 3 5 6 131 132>;
1482 ti,irqs-skip = <10 133 139 140>;
1483 ti,irqs-safe-map = <0>;
1484 };
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301485
Vishal Mahaveerc263a5b2015-08-25 13:57:49 -05001486 mac: ethernet@48484000 {
Mugunthan V Ne2095312015-08-12 15:22:54 +05301487 compatible = "ti,dra7-cpsw","ti,cpsw";
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301488 ti,hwmods = "gmac";
1489 clocks = <&dpll_gmac_ck>, <&gmac_gmii_ref_clk_div>;
1490 clock-names = "fck", "cpts";
1491 cpdma_channels = <8>;
1492 ale_entries = <1024>;
1493 bd_ram_size = <0x2000>;
1494 no_bd_ram = <0>;
1495 rx_descs = <64>;
1496 mac_control = <0x20>;
1497 slaves = <2>;
1498 active_slave = <0>;
1499 cpts_clock_mult = <0x80000000>;
1500 cpts_clock_shift = <29>;
1501 reg = <0x48484000 0x1000
1502 0x48485200 0x2E00>;
1503 #address-cells = <1>;
1504 #size-cells = <1>;
1505 /*
1506 * rx_thresh_pend
1507 * rx_pend
1508 * tx_pend
1509 * misc_pend
1510 */
1511 interrupts = <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
1512 <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>,
1513 <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>,
1514 <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>;
1515 ranges;
Mugunthan V Na084e132015-09-21 15:56:52 +05301516 syscon = <&scm_conf>;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301517 status = "disabled";
1518
1519 davinci_mdio: mdio@48485000 {
1520 compatible = "ti,davinci_mdio";
1521 #address-cells = <1>;
1522 #size-cells = <0>;
1523 ti,hwmods = "davinci_mdio";
1524 bus_freq = <1000000>;
1525 reg = <0x48485000 0x100>;
1526 };
1527
1528 cpsw_emac0: slave@48480200 {
1529 /* Filled in by U-Boot */
1530 mac-address = [ 00 00 00 00 00 00 ];
1531 };
1532
1533 cpsw_emac1: slave@48480300 {
1534 /* Filled in by U-Boot */
1535 mac-address = [ 00 00 00 00 00 00 ];
1536 };
1537
1538 phy_sel: cpsw-phy-sel@4a002554 {
1539 compatible = "ti,dra7xx-cpsw-phy-sel";
1540 reg= <0x4a002554 0x4>;
1541 reg-names = "gmii-sel";
1542 };
1543 };
1544
Roger Quadros9ec49b92014-08-15 16:08:36 +03001545 dcan1: can@481cc000 {
1546 compatible = "ti,dra7-d_can";
1547 ti,hwmods = "dcan1";
1548 reg = <0x4ae3c000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001549 syscon-raminit = <&scm_conf 0x558 0>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001550 interrupts = <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>;
1551 clocks = <&dcan1_sys_clk_mux>;
1552 status = "disabled";
1553 };
1554
1555 dcan2: can@481d0000 {
1556 compatible = "ti,dra7-d_can";
1557 ti,hwmods = "dcan2";
1558 reg = <0x48480000 0x2000>;
Tero Kristod9195012015-02-12 11:37:13 +02001559 syscon-raminit = <&scm_conf 0x558 1>;
Roger Quadros9ec49b92014-08-15 16:08:36 +03001560 interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
1561 clocks = <&sys_clkin1>;
1562 status = "disabled";
1563 };
Tomi Valkeinen95c1cd12014-07-09 16:15:18 +05301564
1565 dss: dss@58000000 {
1566 compatible = "ti,dra7-dss";
1567 /* 'reg' defined in dra72x.dtsi and dra74x.dtsi */
1568 /* 'clocks' defined in dra72x.dtsi and dra74x.dtsi */
1569 status = "disabled";
1570 ti,hwmods = "dss_core";
1571 /* CTRL_CORE_DSS_PLL_CONTROL */
1572 syscon-pll-ctrl = <&scm_conf 0x538>;
1573 #address-cells = <1>;
1574 #size-cells = <1>;
1575 ranges;
1576
1577 dispc@58001000 {
1578 compatible = "ti,dra7-dispc";
1579 reg = <0x58001000 0x1000>;
1580 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
1581 ti,hwmods = "dss_dispc";
1582 clocks = <&dss_dss_clk>;
1583 clock-names = "fck";
1584 /* CTRL_CORE_SMA_SW_1 */
1585 syscon-pol = <&scm_conf 0x534>;
1586 };
1587
1588 hdmi: encoder@58060000 {
1589 compatible = "ti,dra7-hdmi";
1590 reg = <0x58040000 0x200>,
1591 <0x58040200 0x80>,
1592 <0x58040300 0x80>,
1593 <0x58060000 0x19000>;
1594 reg-names = "wp", "pll", "phy", "core";
1595 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
1596 status = "disabled";
1597 ti,hwmods = "dss_hdmi";
1598 clocks = <&dss_48mhz_clk>, <&dss_hdmi_clk>;
1599 clock-names = "fck", "sys_clk";
1600 };
1601 };
R Sricharan6e58b8f2013-08-14 19:08:20 +05301602 };
Keerthyf7397ed2015-03-23 14:39:38 -05001603
1604 thermal_zones: thermal-zones {
1605 #include "omap4-cpu-thermal.dtsi"
1606 #include "omap5-gpu-thermal.dtsi"
1607 #include "omap5-core-thermal.dtsi"
1608 };
1609
1610};
1611
1612&cpu_thermal {
1613 polling-delay = <500>; /* milliseconds */
R Sricharan6e58b8f2013-08-14 19:08:20 +05301614};
Tero Kristoee6c7502013-07-18 17:18:33 +03001615
1616/include/ "dra7xx-clocks.dtsi"