blob: 960b2c5e0df1b398fce18b75fcf0517385c11dc4 [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
16#define DIRECT_IRQ(irq) (MAX_SOURCES + irq)
17
R Sricharan6e58b8f2013-08-14 19:08:20 +053018/ {
19 #address-cells = <1>;
20 #size-cells = <1>;
21
22 compatible = "ti,dra7xx";
23 interrupt-parent = <&gic>;
24
25 aliases {
Nishanth Menon20b80942013-10-16 15:21:03 -050026 i2c0 = &i2c1;
27 i2c1 = &i2c2;
28 i2c2 = &i2c3;
29 i2c3 = &i2c4;
30 i2c4 = &i2c5;
R Sricharan6e58b8f2013-08-14 19:08:20 +053031 serial0 = &uart1;
32 serial1 = &uart2;
33 serial2 = &uart3;
34 serial3 = &uart4;
35 serial4 = &uart5;
36 serial5 = &uart6;
Nishanth Menon065bd7f2014-10-21 11:18:15 -050037 serial6 = &uart7;
38 serial7 = &uart8;
39 serial8 = &uart9;
40 serial9 = &uart10;
Mugunthan V Nef9c5b62014-10-21 15:31:00 +053041 ethernet0 = &cpsw_emac0;
42 ethernet1 = &cpsw_emac1;
R Sricharan6e58b8f2013-08-14 19:08:20 +053043 };
44
R Sricharan6e58b8f2013-08-14 19:08:20 +053045 timer {
46 compatible = "arm,armv7-timer";
47 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
48 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
49 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
50 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
51 };
52
53 gic: interrupt-controller@48211000 {
54 compatible = "arm,cortex-a15-gic";
55 interrupt-controller;
56 #interrupt-cells = <3>;
R Sricharan51300632014-06-26 12:55:30 +053057 arm,routable-irqs = <192>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053058 reg = <0x48211000 0x1000>,
59 <0x48212000 0x1000>,
60 <0x48214000 0x2000>,
61 <0x48216000 0x2000>;
62 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
63 };
64
65 /*
Geert Uytterhoeven5c5be9d2014-03-28 11:11:37 +010066 * The soc node represents the soc top level view. It is used for IPs
R Sricharan6e58b8f2013-08-14 19:08:20 +053067 * that are not memory mapped in the MPU view or for the MPU itself.
68 */
69 soc {
70 compatible = "ti,omap-infra";
71 mpu {
72 compatible = "ti,omap5-mpu";
73 ti,hwmods = "mpu";
74 };
75 };
76
77 /*
78 * XXX: Use a flat representation of the SOC interconnect.
79 * The real OMAP interconnect network is quite complex.
Geert Uytterhoevenb7ab5242014-03-28 11:11:39 +010080 * Since it will not bring real advantage to represent that in DT for
R Sricharan6e58b8f2013-08-14 19:08:20 +053081 * the moment, just use a fake OCP bus entry to represent the whole bus
82 * hierarchy.
83 */
84 ocp {
Rajendra Nayakfba387a2014-04-10 11:34:32 -050085 compatible = "ti,dra7-l3-noc", "simple-bus";
R Sricharan6e58b8f2013-08-14 19:08:20 +053086 #address-cells = <1>;
87 #size-cells = <1>;
88 ranges;
89 ti,hwmods = "l3_main_1", "l3_main_2";
Rajendra Nayakfba387a2014-04-10 11:34:32 -050090 reg = <0x44000000 0x1000000>,
91 <0x45000000 0x1000>;
R Sricharana46631c2014-06-26 12:55:31 +053092 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
93 <GIC_SPI DIRECT_IRQ(10) IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053094
Tero Kristoee6c7502013-07-18 17:18:33 +030095 prm: prm@4ae06000 {
96 compatible = "ti,dra7-prm";
97 reg = <0x4ae06000 0x3000>;
Nishanth Menon5081ce62014-08-22 09:03:50 -050098 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
Tero Kristoee6c7502013-07-18 17:18:33 +030099
100 prm_clocks: clocks {
101 #address-cells = <1>;
102 #size-cells = <0>;
103 };
104
105 prm_clockdomains: clockdomains {
106 };
107 };
108
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530109 axi@0 {
110 compatible = "simple-bus";
111 #size-cells = <1>;
112 #address-cells = <1>;
113 ranges = <0x51000000 0x51000000 0x3000
114 0x0 0x20000000 0x10000000>;
115 pcie@51000000 {
116 compatible = "ti,dra7-pcie";
117 reg = <0x51000000 0x2000>, <0x51002000 0x14c>, <0x1000 0x2000>;
118 reg-names = "rc_dbics", "ti_conf", "config";
119 interrupts = <0 232 0x4>, <0 233 0x4>;
120 #address-cells = <3>;
121 #size-cells = <2>;
122 device_type = "pci";
123 ranges = <0x81000000 0 0 0x03000 0 0x00010000
124 0x82000000 0 0x20013000 0x13000 0 0xffed000>;
125 #interrupt-cells = <1>;
126 num-lanes = <1>;
127 ti,hwmods = "pcie1";
128 phys = <&pcie1_phy>;
129 phy-names = "pcie-phy0";
130 interrupt-map-mask = <0 0 0 7>;
131 interrupt-map = <0 0 0 1 &pcie1_intc 1>,
132 <0 0 0 2 &pcie1_intc 2>,
133 <0 0 0 3 &pcie1_intc 3>,
134 <0 0 0 4 &pcie1_intc 4>;
135 pcie1_intc: interrupt-controller {
136 interrupt-controller;
137 #address-cells = <0>;
138 #interrupt-cells = <1>;
139 };
140 };
141 };
142
143 axi@1 {
144 compatible = "simple-bus";
145 #size-cells = <1>;
146 #address-cells = <1>;
147 ranges = <0x51800000 0x51800000 0x3000
148 0x0 0x30000000 0x10000000>;
149 status = "disabled";
150 pcie@51000000 {
151 compatible = "ti,dra7-pcie";
152 reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>;
153 reg-names = "rc_dbics", "ti_conf", "config";
154 interrupts = <0 355 0x4>, <0 356 0x4>;
155 #address-cells = <3>;
156 #size-cells = <2>;
157 device_type = "pci";
158 ranges = <0x81000000 0 0 0x03000 0 0x00010000
159 0x82000000 0 0x30013000 0x13000 0 0xffed000>;
160 #interrupt-cells = <1>;
161 num-lanes = <1>;
162 ti,hwmods = "pcie2";
163 phys = <&pcie2_phy>;
164 phy-names = "pcie-phy0";
165 interrupt-map-mask = <0 0 0 7>;
166 interrupt-map = <0 0 0 1 &pcie2_intc 1>,
167 <0 0 0 2 &pcie2_intc 2>,
168 <0 0 0 3 &pcie2_intc 3>,
169 <0 0 0 4 &pcie2_intc 4>;
170 pcie2_intc: interrupt-controller {
171 interrupt-controller;
172 #address-cells = <0>;
173 #interrupt-cells = <1>;
174 };
175 };
176 };
177
Tero Kristoee6c7502013-07-18 17:18:33 +0300178 cm_core_aon: cm_core_aon@4a005000 {
179 compatible = "ti,dra7-cm-core-aon";
180 reg = <0x4a005000 0x2000>;
181
182 cm_core_aon_clocks: clocks {
183 #address-cells = <1>;
184 #size-cells = <0>;
185 };
186
187 cm_core_aon_clockdomains: clockdomains {
188 };
189 };
190
191 cm_core: cm_core@4a008000 {
192 compatible = "ti,dra7-cm-core";
193 reg = <0x4a008000 0x3000>;
194
195 cm_core_clocks: clocks {
196 #address-cells = <1>;
197 #size-cells = <0>;
198 };
199
200 cm_core_clockdomains: clockdomains {
201 };
202 };
203
R Sricharan6e58b8f2013-08-14 19:08:20 +0530204 counter32k: counter@4ae04000 {
205 compatible = "ti,omap-counter32k";
206 reg = <0x4ae04000 0x40>;
207 ti,hwmods = "counter_32k";
208 };
209
Roger Quadrosae3c0f72014-09-03 17:21:45 +0300210 dra7_ctrl_core: ctrl_core@4a002000 {
211 compatible = "syscon";
212 reg = <0x4a002000 0x6d0>;
213 };
214
Balaji T Kcd042fe2014-02-19 20:26:40 +0530215 dra7_ctrl_general: tisyscon@4a002e00 {
216 compatible = "syscon";
217 reg = <0x4a002e00 0x7c>;
218 };
219
220 pbias_regulator: pbias_regulator {
221 compatible = "ti,pbias-omap";
222 reg = <0 0x4>;
223 syscon = <&dra7_ctrl_general>;
224 pbias_mmc_reg: pbias_mmc_omap5 {
225 regulator-name = "pbias_mmc_omap5";
226 regulator-min-microvolt = <1800000>;
227 regulator-max-microvolt = <3000000>;
228 };
229 };
230
R Sricharan6e58b8f2013-08-14 19:08:20 +0530231 dra7_pmx_core: pinmux@4a003400 {
Nishanth Menon817c0372014-05-22 23:47:46 -0500232 compatible = "ti,dra7-padconf", "pinctrl-single";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530233 reg = <0x4a003400 0x0464>;
234 #address-cells = <1>;
235 #size-cells = <0>;
Nishanth Menon817c0372014-05-22 23:47:46 -0500236 #interrupt-cells = <1>;
237 interrupt-controller;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530238 pinctrl-single,register-width = <32>;
239 pinctrl-single,function-mask = <0x3fffffff>;
240 };
241
242 sdma: dma-controller@4a056000 {
243 compatible = "ti,omap4430-sdma";
244 reg = <0x4a056000 0x1000>;
R Sricharana46631c2014-06-26 12:55:31 +0530245 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
246 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
247 <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
248 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530249 #dma-cells = <1>;
250 #dma-channels = <32>;
251 #dma-requests = <127>;
252 };
253
254 gpio1: gpio@4ae10000 {
255 compatible = "ti,omap4-gpio";
256 reg = <0x4ae10000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530257 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530258 ti,hwmods = "gpio1";
259 gpio-controller;
260 #gpio-cells = <2>;
261 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700262 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530263 };
264
265 gpio2: gpio@48055000 {
266 compatible = "ti,omap4-gpio";
267 reg = <0x48055000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530268 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530269 ti,hwmods = "gpio2";
270 gpio-controller;
271 #gpio-cells = <2>;
272 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700273 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530274 };
275
276 gpio3: gpio@48057000 {
277 compatible = "ti,omap4-gpio";
278 reg = <0x48057000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530279 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530280 ti,hwmods = "gpio3";
281 gpio-controller;
282 #gpio-cells = <2>;
283 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700284 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530285 };
286
287 gpio4: gpio@48059000 {
288 compatible = "ti,omap4-gpio";
289 reg = <0x48059000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530290 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530291 ti,hwmods = "gpio4";
292 gpio-controller;
293 #gpio-cells = <2>;
294 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700295 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530296 };
297
298 gpio5: gpio@4805b000 {
299 compatible = "ti,omap4-gpio";
300 reg = <0x4805b000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530301 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530302 ti,hwmods = "gpio5";
303 gpio-controller;
304 #gpio-cells = <2>;
305 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700306 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530307 };
308
309 gpio6: gpio@4805d000 {
310 compatible = "ti,omap4-gpio";
311 reg = <0x4805d000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530312 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530313 ti,hwmods = "gpio6";
314 gpio-controller;
315 #gpio-cells = <2>;
316 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700317 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530318 };
319
320 gpio7: gpio@48051000 {
321 compatible = "ti,omap4-gpio";
322 reg = <0x48051000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530323 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530324 ti,hwmods = "gpio7";
325 gpio-controller;
326 #gpio-cells = <2>;
327 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700328 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530329 };
330
331 gpio8: gpio@48053000 {
332 compatible = "ti,omap4-gpio";
333 reg = <0x48053000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530334 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530335 ti,hwmods = "gpio8";
336 gpio-controller;
337 #gpio-cells = <2>;
338 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700339 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530340 };
341
342 uart1: serial@4806a000 {
343 compatible = "ti,omap4-uart";
344 reg = <0x4806a000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500345 interrupts-extended = <&gic GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530346 ti,hwmods = "uart1";
347 clock-frequency = <48000000>;
348 status = "disabled";
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200349 dmas = <&sdma 49>, <&sdma 50>;
350 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530351 };
352
353 uart2: serial@4806c000 {
354 compatible = "ti,omap4-uart";
355 reg = <0x4806c000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500356 interrupts-extended = <&gic GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530357 ti,hwmods = "uart2";
358 clock-frequency = <48000000>;
359 status = "disabled";
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200360 dmas = <&sdma 51>, <&sdma 52>;
361 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530362 };
363
364 uart3: serial@48020000 {
365 compatible = "ti,omap4-uart";
366 reg = <0x48020000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500367 interrupts-extended = <&gic GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530368 ti,hwmods = "uart3";
369 clock-frequency = <48000000>;
370 status = "disabled";
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200371 dmas = <&sdma 53>, <&sdma 54>;
372 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530373 };
374
375 uart4: serial@4806e000 {
376 compatible = "ti,omap4-uart";
377 reg = <0x4806e000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500378 interrupts-extended = <&gic GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530379 ti,hwmods = "uart4";
380 clock-frequency = <48000000>;
381 status = "disabled";
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200382 dmas = <&sdma 55>, <&sdma 56>;
383 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530384 };
385
386 uart5: serial@48066000 {
387 compatible = "ti,omap4-uart";
388 reg = <0x48066000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500389 interrupts-extended = <&gic GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530390 ti,hwmods = "uart5";
391 clock-frequency = <48000000>;
392 status = "disabled";
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200393 dmas = <&sdma 63>, <&sdma 64>;
394 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530395 };
396
397 uart6: serial@48068000 {
398 compatible = "ti,omap4-uart";
399 reg = <0x48068000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500400 interrupts-extended = <&gic GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530401 ti,hwmods = "uart6";
402 clock-frequency = <48000000>;
403 status = "disabled";
Sebastian Andrzej Siewiorf0199a22014-09-29 20:06:47 +0200404 dmas = <&sdma 79>, <&sdma 80>;
405 dma-names = "tx", "rx";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530406 };
407
408 uart7: serial@48420000 {
409 compatible = "ti,omap4-uart";
410 reg = <0x48420000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500411 interrupts-extended = <&gic GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530412 ti,hwmods = "uart7";
413 clock-frequency = <48000000>;
414 status = "disabled";
415 };
416
417 uart8: serial@48422000 {
418 compatible = "ti,omap4-uart";
419 reg = <0x48422000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500420 interrupts-extended = <&gic GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530421 ti,hwmods = "uart8";
422 clock-frequency = <48000000>;
423 status = "disabled";
424 };
425
426 uart9: serial@48424000 {
427 compatible = "ti,omap4-uart";
428 reg = <0x48424000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500429 interrupts-extended = <&gic GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530430 ti,hwmods = "uart9";
431 clock-frequency = <48000000>;
432 status = "disabled";
433 };
434
435 uart10: serial@4ae2b000 {
436 compatible = "ti,omap4-uart";
437 reg = <0x4ae2b000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500438 interrupts-extended = <&gic GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530439 ti,hwmods = "uart10";
440 clock-frequency = <48000000>;
441 status = "disabled";
442 };
443
Suman Anna38baefb2014-07-11 16:44:38 -0500444 mailbox1: mailbox@4a0f4000 {
445 compatible = "ti,omap4-mailbox";
446 reg = <0x4a0f4000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600447 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
448 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
449 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500450 ti,hwmods = "mailbox1";
Suman Anna24df0452014-11-03 17:07:35 -0600451 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500452 ti,mbox-num-users = <3>;
453 ti,mbox-num-fifos = <8>;
454 status = "disabled";
455 };
456
457 mailbox2: mailbox@4883a000 {
458 compatible = "ti,omap4-mailbox";
459 reg = <0x4883a000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600460 interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>,
461 <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>,
462 <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>,
463 <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500464 ti,hwmods = "mailbox2";
Suman Anna24df0452014-11-03 17:07:35 -0600465 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500466 ti,mbox-num-users = <4>;
467 ti,mbox-num-fifos = <12>;
468 status = "disabled";
469 };
470
471 mailbox3: mailbox@4883c000 {
472 compatible = "ti,omap4-mailbox";
473 reg = <0x4883c000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600474 interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>,
475 <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>,
476 <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>,
477 <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500478 ti,hwmods = "mailbox3";
Suman Anna24df0452014-11-03 17:07:35 -0600479 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500480 ti,mbox-num-users = <4>;
481 ti,mbox-num-fifos = <12>;
482 status = "disabled";
483 };
484
485 mailbox4: mailbox@4883e000 {
486 compatible = "ti,omap4-mailbox";
487 reg = <0x4883e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600488 interrupts = <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
489 <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>,
490 <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>,
491 <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500492 ti,hwmods = "mailbox4";
Suman Anna24df0452014-11-03 17:07:35 -0600493 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500494 ti,mbox-num-users = <4>;
495 ti,mbox-num-fifos = <12>;
496 status = "disabled";
497 };
498
499 mailbox5: mailbox@48840000 {
500 compatible = "ti,omap4-mailbox";
501 reg = <0x48840000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600502 interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>,
503 <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>,
504 <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>,
505 <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500506 ti,hwmods = "mailbox5";
Suman Anna24df0452014-11-03 17:07:35 -0600507 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500508 ti,mbox-num-users = <4>;
509 ti,mbox-num-fifos = <12>;
510 status = "disabled";
511 };
512
513 mailbox6: mailbox@48842000 {
514 compatible = "ti,omap4-mailbox";
515 reg = <0x48842000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600516 interrupts = <GIC_SPI 253 IRQ_TYPE_LEVEL_HIGH>,
517 <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>,
518 <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>,
519 <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500520 ti,hwmods = "mailbox6";
Suman Anna24df0452014-11-03 17:07:35 -0600521 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500522 ti,mbox-num-users = <4>;
523 ti,mbox-num-fifos = <12>;
524 status = "disabled";
525 };
526
527 mailbox7: mailbox@48844000 {
528 compatible = "ti,omap4-mailbox";
529 reg = <0x48844000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600530 interrupts = <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>,
531 <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>,
532 <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>,
533 <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500534 ti,hwmods = "mailbox7";
Suman Anna24df0452014-11-03 17:07:35 -0600535 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500536 ti,mbox-num-users = <4>;
537 ti,mbox-num-fifos = <12>;
538 status = "disabled";
539 };
540
541 mailbox8: mailbox@48846000 {
542 compatible = "ti,omap4-mailbox";
543 reg = <0x48846000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600544 interrupts = <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>,
545 <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>,
546 <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>,
547 <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500548 ti,hwmods = "mailbox8";
Suman Anna24df0452014-11-03 17:07:35 -0600549 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500550 ti,mbox-num-users = <4>;
551 ti,mbox-num-fifos = <12>;
552 status = "disabled";
553 };
554
555 mailbox9: mailbox@4885e000 {
556 compatible = "ti,omap4-mailbox";
557 reg = <0x4885e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600558 interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>,
559 <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>,
560 <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>,
561 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500562 ti,hwmods = "mailbox9";
Suman Anna24df0452014-11-03 17:07:35 -0600563 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500564 ti,mbox-num-users = <4>;
565 ti,mbox-num-fifos = <12>;
566 status = "disabled";
567 };
568
569 mailbox10: mailbox@48860000 {
570 compatible = "ti,omap4-mailbox";
571 reg = <0x48860000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600572 interrupts = <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>,
573 <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH>,
574 <GIC_SPI 271 IRQ_TYPE_LEVEL_HIGH>,
575 <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500576 ti,hwmods = "mailbox10";
Suman Anna24df0452014-11-03 17:07:35 -0600577 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500578 ti,mbox-num-users = <4>;
579 ti,mbox-num-fifos = <12>;
580 status = "disabled";
581 };
582
583 mailbox11: mailbox@48862000 {
584 compatible = "ti,omap4-mailbox";
585 reg = <0x48862000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600586 interrupts = <GIC_SPI 273 IRQ_TYPE_LEVEL_HIGH>,
587 <GIC_SPI 274 IRQ_TYPE_LEVEL_HIGH>,
588 <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>,
589 <GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500590 ti,hwmods = "mailbox11";
Suman Anna24df0452014-11-03 17:07:35 -0600591 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500592 ti,mbox-num-users = <4>;
593 ti,mbox-num-fifos = <12>;
594 status = "disabled";
595 };
596
597 mailbox12: mailbox@48864000 {
598 compatible = "ti,omap4-mailbox";
599 reg = <0x48864000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600600 interrupts = <GIC_SPI 277 IRQ_TYPE_LEVEL_HIGH>,
601 <GIC_SPI 278 IRQ_TYPE_LEVEL_HIGH>,
602 <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
603 <GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500604 ti,hwmods = "mailbox12";
Suman Anna24df0452014-11-03 17:07:35 -0600605 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500606 ti,mbox-num-users = <4>;
607 ti,mbox-num-fifos = <12>;
608 status = "disabled";
609 };
610
611 mailbox13: mailbox@48802000 {
612 compatible = "ti,omap4-mailbox";
613 reg = <0x48802000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600614 interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>,
615 <GIC_SPI 380 IRQ_TYPE_LEVEL_HIGH>,
616 <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>,
617 <GIC_SPI 382 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500618 ti,hwmods = "mailbox13";
Suman Anna24df0452014-11-03 17:07:35 -0600619 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500620 ti,mbox-num-users = <4>;
621 ti,mbox-num-fifos = <12>;
622 status = "disabled";
623 };
624
R Sricharan6e58b8f2013-08-14 19:08:20 +0530625 timer1: timer@4ae18000 {
626 compatible = "ti,omap5430-timer";
627 reg = <0x4ae18000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530628 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530629 ti,hwmods = "timer1";
630 ti,timer-alwon;
631 };
632
633 timer2: timer@48032000 {
634 compatible = "ti,omap5430-timer";
635 reg = <0x48032000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530636 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530637 ti,hwmods = "timer2";
638 };
639
640 timer3: timer@48034000 {
641 compatible = "ti,omap5430-timer";
642 reg = <0x48034000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530643 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530644 ti,hwmods = "timer3";
645 };
646
647 timer4: timer@48036000 {
648 compatible = "ti,omap5430-timer";
649 reg = <0x48036000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530650 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530651 ti,hwmods = "timer4";
652 };
653
654 timer5: timer@48820000 {
655 compatible = "ti,omap5430-timer";
656 reg = <0x48820000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530657 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530658 ti,hwmods = "timer5";
659 ti,timer-dsp;
660 };
661
662 timer6: timer@48822000 {
663 compatible = "ti,omap5430-timer";
664 reg = <0x48822000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530665 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530666 ti,hwmods = "timer6";
667 ti,timer-dsp;
668 ti,timer-pwm;
669 };
670
671 timer7: timer@48824000 {
672 compatible = "ti,omap5430-timer";
673 reg = <0x48824000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530674 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530675 ti,hwmods = "timer7";
676 ti,timer-dsp;
677 };
678
679 timer8: timer@48826000 {
680 compatible = "ti,omap5430-timer";
681 reg = <0x48826000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530682 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530683 ti,hwmods = "timer8";
684 ti,timer-dsp;
685 ti,timer-pwm;
686 };
687
688 timer9: timer@4803e000 {
689 compatible = "ti,omap5430-timer";
690 reg = <0x4803e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530691 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530692 ti,hwmods = "timer9";
693 };
694
695 timer10: timer@48086000 {
696 compatible = "ti,omap5430-timer";
697 reg = <0x48086000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530698 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530699 ti,hwmods = "timer10";
700 };
701
702 timer11: timer@48088000 {
703 compatible = "ti,omap5430-timer";
704 reg = <0x48088000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530705 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530706 ti,hwmods = "timer11";
707 ti,timer-pwm;
708 };
709
710 timer13: timer@48828000 {
711 compatible = "ti,omap5430-timer";
712 reg = <0x48828000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530713 interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530714 ti,hwmods = "timer13";
715 status = "disabled";
716 };
717
718 timer14: timer@4882a000 {
719 compatible = "ti,omap5430-timer";
720 reg = <0x4882a000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530721 interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530722 ti,hwmods = "timer14";
723 status = "disabled";
724 };
725
726 timer15: timer@4882c000 {
727 compatible = "ti,omap5430-timer";
728 reg = <0x4882c000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530729 interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530730 ti,hwmods = "timer15";
731 status = "disabled";
732 };
733
734 timer16: timer@4882e000 {
735 compatible = "ti,omap5430-timer";
736 reg = <0x4882e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530737 interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530738 ti,hwmods = "timer16";
739 status = "disabled";
740 };
741
742 wdt2: wdt@4ae14000 {
743 compatible = "ti,omap4-wdt";
744 reg = <0x4ae14000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530745 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530746 ti,hwmods = "wd_timer2";
747 };
748
Suman Annadbd7c192014-01-13 18:26:46 -0600749 hwspinlock: spinlock@4a0f6000 {
750 compatible = "ti,omap4-hwspinlock";
751 reg = <0x4a0f6000 0x1000>;
752 ti,hwmods = "spinlock";
753 #hwlock-cells = <1>;
754 };
755
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530756 dmm@4e000000 {
757 compatible = "ti,omap5-dmm";
758 reg = <0x4e000000 0x800>;
R Sricharana46631c2014-06-26 12:55:31 +0530759 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530760 ti,hwmods = "dmm";
761 };
762
R Sricharan6e58b8f2013-08-14 19:08:20 +0530763 i2c1: i2c@48070000 {
764 compatible = "ti,omap4-i2c";
765 reg = <0x48070000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530766 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530767 #address-cells = <1>;
768 #size-cells = <0>;
769 ti,hwmods = "i2c1";
770 status = "disabled";
771 };
772
773 i2c2: i2c@48072000 {
774 compatible = "ti,omap4-i2c";
775 reg = <0x48072000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530776 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530777 #address-cells = <1>;
778 #size-cells = <0>;
779 ti,hwmods = "i2c2";
780 status = "disabled";
781 };
782
783 i2c3: i2c@48060000 {
784 compatible = "ti,omap4-i2c";
785 reg = <0x48060000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530786 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530787 #address-cells = <1>;
788 #size-cells = <0>;
789 ti,hwmods = "i2c3";
790 status = "disabled";
791 };
792
793 i2c4: i2c@4807a000 {
794 compatible = "ti,omap4-i2c";
795 reg = <0x4807a000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530796 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530797 #address-cells = <1>;
798 #size-cells = <0>;
799 ti,hwmods = "i2c4";
800 status = "disabled";
801 };
802
803 i2c5: i2c@4807c000 {
804 compatible = "ti,omap4-i2c";
805 reg = <0x4807c000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530806 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530807 #address-cells = <1>;
808 #size-cells = <0>;
809 ti,hwmods = "i2c5";
810 status = "disabled";
811 };
812
813 mmc1: mmc@4809c000 {
814 compatible = "ti,omap4-hsmmc";
815 reg = <0x4809c000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530816 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530817 ti,hwmods = "mmc1";
818 ti,dual-volt;
819 ti,needs-special-reset;
820 dmas = <&sdma 61>, <&sdma 62>;
821 dma-names = "tx", "rx";
822 status = "disabled";
Balaji T Kcd042fe2014-02-19 20:26:40 +0530823 pbias-supply = <&pbias_mmc_reg>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530824 };
825
826 mmc2: mmc@480b4000 {
827 compatible = "ti,omap4-hsmmc";
828 reg = <0x480b4000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530829 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530830 ti,hwmods = "mmc2";
831 ti,needs-special-reset;
832 dmas = <&sdma 47>, <&sdma 48>;
833 dma-names = "tx", "rx";
834 status = "disabled";
835 };
836
837 mmc3: mmc@480ad000 {
838 compatible = "ti,omap4-hsmmc";
839 reg = <0x480ad000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530840 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530841 ti,hwmods = "mmc3";
842 ti,needs-special-reset;
843 dmas = <&sdma 77>, <&sdma 78>;
844 dma-names = "tx", "rx";
845 status = "disabled";
846 };
847
848 mmc4: mmc@480d1000 {
849 compatible = "ti,omap4-hsmmc";
850 reg = <0x480d1000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530851 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530852 ti,hwmods = "mmc4";
853 ti,needs-special-reset;
854 dmas = <&sdma 57>, <&sdma 58>;
855 dma-names = "tx", "rx";
856 status = "disabled";
857 };
858
Nishanth Menona1b8ee12014-03-03 20:20:23 +0530859 abb_mpu: regulator-abb-mpu {
860 compatible = "ti,abb-v3";
861 regulator-name = "abb_mpu";
862 #address-cells = <0>;
863 #size-cells = <0>;
864 clocks = <&sys_clkin1>;
865 ti,settling-time = <50>;
866 ti,clock-cycles = <16>;
867
868 reg = <0x4ae07ddc 0x4>, <0x4ae07de0 0x4>,
869 <0x4ae06014 0x4>, <0x4a003b20 0x8>,
870 <0x4ae0c158 0x4>;
871 reg-names = "setup-address", "control-address",
872 "int-address", "efuse-address",
873 "ldo-address";
874 ti,tranxdone-status-mask = <0x80>;
875 /* LDOVBBMPU_FBB_MUX_CTRL */
876 ti,ldovbb-override-mask = <0x400>;
877 /* LDOVBBMPU_FBB_VSET_OUT */
878 ti,ldovbb-vset-mask = <0x1F>;
879
880 /*
881 * NOTE: only FBB mode used but actual vset will
882 * determine final biasing
883 */
884 ti,abb_info = <
885 /*uV ABB efuse rbb_m fbb_m vset_m*/
886 1060000 0 0x0 0 0x02000000 0x01F00000
887 1160000 0 0x4 0 0x02000000 0x01F00000
888 1210000 0 0x8 0 0x02000000 0x01F00000
889 >;
890 };
891
892 abb_ivahd: regulator-abb-ivahd {
893 compatible = "ti,abb-v3";
894 regulator-name = "abb_ivahd";
895 #address-cells = <0>;
896 #size-cells = <0>;
897 clocks = <&sys_clkin1>;
898 ti,settling-time = <50>;
899 ti,clock-cycles = <16>;
900
901 reg = <0x4ae07e34 0x4>, <0x4ae07e24 0x4>,
902 <0x4ae06010 0x4>, <0x4a0025cc 0x8>,
903 <0x4a002470 0x4>;
904 reg-names = "setup-address", "control-address",
905 "int-address", "efuse-address",
906 "ldo-address";
907 ti,tranxdone-status-mask = <0x40000000>;
908 /* LDOVBBIVA_FBB_MUX_CTRL */
909 ti,ldovbb-override-mask = <0x400>;
910 /* LDOVBBIVA_FBB_VSET_OUT */
911 ti,ldovbb-vset-mask = <0x1F>;
912
913 /*
914 * NOTE: only FBB mode used but actual vset will
915 * determine final biasing
916 */
917 ti,abb_info = <
918 /*uV ABB efuse rbb_m fbb_m vset_m*/
919 1055000 0 0x0 0 0x02000000 0x01F00000
920 1150000 0 0x4 0 0x02000000 0x01F00000
921 1250000 0 0x8 0 0x02000000 0x01F00000
922 >;
923 };
924
925 abb_dspeve: regulator-abb-dspeve {
926 compatible = "ti,abb-v3";
927 regulator-name = "abb_dspeve";
928 #address-cells = <0>;
929 #size-cells = <0>;
930 clocks = <&sys_clkin1>;
931 ti,settling-time = <50>;
932 ti,clock-cycles = <16>;
933
934 reg = <0x4ae07e30 0x4>, <0x4ae07e20 0x4>,
935 <0x4ae06010 0x4>, <0x4a0025e0 0x8>,
936 <0x4a00246c 0x4>;
937 reg-names = "setup-address", "control-address",
938 "int-address", "efuse-address",
939 "ldo-address";
940 ti,tranxdone-status-mask = <0x20000000>;
941 /* LDOVBBDSPEVE_FBB_MUX_CTRL */
942 ti,ldovbb-override-mask = <0x400>;
943 /* LDOVBBDSPEVE_FBB_VSET_OUT */
944 ti,ldovbb-vset-mask = <0x1F>;
945
946 /*
947 * NOTE: only FBB mode used but actual vset will
948 * determine final biasing
949 */
950 ti,abb_info = <
951 /*uV ABB efuse rbb_m fbb_m vset_m*/
952 1055000 0 0x0 0 0x02000000 0x01F00000
953 1150000 0 0x4 0 0x02000000 0x01F00000
954 1250000 0 0x8 0 0x02000000 0x01F00000
955 >;
956 };
957
958 abb_gpu: regulator-abb-gpu {
959 compatible = "ti,abb-v3";
960 regulator-name = "abb_gpu";
961 #address-cells = <0>;
962 #size-cells = <0>;
963 clocks = <&sys_clkin1>;
964 ti,settling-time = <50>;
965 ti,clock-cycles = <16>;
966
967 reg = <0x4ae07de4 0x4>, <0x4ae07de8 0x4>,
968 <0x4ae06010 0x4>, <0x4a003b08 0x8>,
969 <0x4ae0c154 0x4>;
970 reg-names = "setup-address", "control-address",
971 "int-address", "efuse-address",
972 "ldo-address";
973 ti,tranxdone-status-mask = <0x10000000>;
974 /* LDOVBBGPU_FBB_MUX_CTRL */
975 ti,ldovbb-override-mask = <0x400>;
976 /* LDOVBBGPU_FBB_VSET_OUT */
977 ti,ldovbb-vset-mask = <0x1F>;
978
979 /*
980 * NOTE: only FBB mode used but actual vset will
981 * determine final biasing
982 */
983 ti,abb_info = <
984 /*uV ABB efuse rbb_m fbb_m vset_m*/
985 1090000 0 0x0 0 0x02000000 0x01F00000
986 1210000 0 0x4 0 0x02000000 0x01F00000
987 1280000 0 0x8 0 0x02000000 0x01F00000
988 >;
989 };
990
R Sricharan6e58b8f2013-08-14 19:08:20 +0530991 mcspi1: spi@48098000 {
992 compatible = "ti,omap4-mcspi";
993 reg = <0x48098000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530994 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530995 #address-cells = <1>;
996 #size-cells = <0>;
997 ti,hwmods = "mcspi1";
998 ti,spi-num-cs = <4>;
999 dmas = <&sdma 35>,
1000 <&sdma 36>,
1001 <&sdma 37>,
1002 <&sdma 38>,
1003 <&sdma 39>,
1004 <&sdma 40>,
1005 <&sdma 41>,
1006 <&sdma 42>;
1007 dma-names = "tx0", "rx0", "tx1", "rx1",
1008 "tx2", "rx2", "tx3", "rx3";
1009 status = "disabled";
1010 };
1011
1012 mcspi2: spi@4809a000 {
1013 compatible = "ti,omap4-mcspi";
1014 reg = <0x4809a000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301015 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301016 #address-cells = <1>;
1017 #size-cells = <0>;
1018 ti,hwmods = "mcspi2";
1019 ti,spi-num-cs = <2>;
1020 dmas = <&sdma 43>,
1021 <&sdma 44>,
1022 <&sdma 45>,
1023 <&sdma 46>;
1024 dma-names = "tx0", "rx0", "tx1", "rx1";
1025 status = "disabled";
1026 };
1027
1028 mcspi3: spi@480b8000 {
1029 compatible = "ti,omap4-mcspi";
1030 reg = <0x480b8000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301031 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301032 #address-cells = <1>;
1033 #size-cells = <0>;
1034 ti,hwmods = "mcspi3";
1035 ti,spi-num-cs = <2>;
1036 dmas = <&sdma 15>, <&sdma 16>;
1037 dma-names = "tx0", "rx0";
1038 status = "disabled";
1039 };
1040
1041 mcspi4: spi@480ba000 {
1042 compatible = "ti,omap4-mcspi";
1043 reg = <0x480ba000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301044 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301045 #address-cells = <1>;
1046 #size-cells = <0>;
1047 ti,hwmods = "mcspi4";
1048 ti,spi-num-cs = <1>;
1049 dmas = <&sdma 70>, <&sdma 71>;
1050 dma-names = "tx0", "rx0";
1051 status = "disabled";
1052 };
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301053
1054 qspi: qspi@4b300000 {
1055 compatible = "ti,dra7xxx-qspi";
1056 reg = <0x4b300000 0x100>;
1057 reg-names = "qspi_base";
1058 #address-cells = <1>;
1059 #size-cells = <0>;
1060 ti,hwmods = "qspi";
1061 clocks = <&qspi_gfclk_div>;
1062 clock-names = "fck";
1063 num-cs = <4>;
R Sricharana46631c2014-06-26 12:55:31 +05301064 interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301065 status = "disabled";
1066 };
Balaji T K7be80562014-05-07 14:58:58 +03001067
1068 omap_control_sata: control-phy@4a002374 {
1069 compatible = "ti,control-phy-pipe3";
1070 reg = <0x4a002374 0x4>;
1071 reg-names = "power";
1072 clocks = <&sys_clkin1>;
1073 clock-names = "sysclk";
1074 };
1075
1076 /* OCP2SCP3 */
1077 ocp2scp@4a090000 {
1078 compatible = "ti,omap-ocp2scp";
1079 #address-cells = <1>;
1080 #size-cells = <1>;
1081 ranges;
1082 reg = <0x4a090000 0x20>;
1083 ti,hwmods = "ocp2scp3";
1084 sata_phy: phy@4A096000 {
1085 compatible = "ti,phy-pipe3-sata";
1086 reg = <0x4A096000 0x80>, /* phy_rx */
1087 <0x4A096400 0x64>, /* phy_tx */
1088 <0x4A096800 0x40>; /* pll_ctrl */
1089 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
1090 ctrl-module = <&omap_control_sata>;
1091 clocks = <&sys_clkin1>;
1092 clock-names = "sysclk";
1093 #phy-cells = <0>;
1094 };
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301095
1096 pcie1_phy: pciephy@4a094000 {
1097 compatible = "ti,phy-pipe3-pcie";
1098 reg = <0x4a094000 0x80>, /* phy_rx */
1099 <0x4a094400 0x64>; /* phy_tx */
1100 reg-names = "phy_rx", "phy_tx";
1101 ctrl-module = <&omap_control_pcie1phy>;
1102 clocks = <&dpll_pcie_ref_ck>,
1103 <&dpll_pcie_ref_m2ldo_ck>,
1104 <&optfclk_pciephy1_32khz>,
1105 <&optfclk_pciephy1_clk>,
1106 <&optfclk_pciephy1_div_clk>,
1107 <&optfclk_pciephy_div>;
1108 clock-names = "dpll_ref", "dpll_ref_m2",
1109 "wkupclk", "refclk",
1110 "div-clk", "phy-div";
1111 #phy-cells = <0>;
1112 id = <1>;
1113 ti,hwmods = "pcie1-phy";
1114 };
1115
1116 pcie2_phy: pciephy@4a095000 {
1117 compatible = "ti,phy-pipe3-pcie";
1118 reg = <0x4a095000 0x80>, /* phy_rx */
1119 <0x4a095400 0x64>; /* phy_tx */
1120 reg-names = "phy_rx", "phy_tx";
1121 ctrl-module = <&omap_control_pcie2phy>;
1122 clocks = <&dpll_pcie_ref_ck>,
1123 <&dpll_pcie_ref_m2ldo_ck>,
1124 <&optfclk_pciephy2_32khz>,
1125 <&optfclk_pciephy2_clk>,
1126 <&optfclk_pciephy2_div_clk>,
1127 <&optfclk_pciephy_div>;
1128 clock-names = "dpll_ref", "dpll_ref_m2",
1129 "wkupclk", "refclk",
1130 "div-clk", "phy-div";
1131 #phy-cells = <0>;
1132 ti,hwmods = "pcie2-phy";
1133 id = <2>;
1134 status = "disabled";
1135 };
Balaji T K7be80562014-05-07 14:58:58 +03001136 };
1137
1138 sata: sata@4a141100 {
1139 compatible = "snps,dwc-ahci";
1140 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
R Sricharana46631c2014-06-26 12:55:31 +05301141 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
Balaji T K7be80562014-05-07 14:58:58 +03001142 phys = <&sata_phy>;
1143 phy-names = "sata-phy";
1144 clocks = <&sata_ref_clk>;
1145 ti,hwmods = "sata";
1146 };
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001147
Kishon Vijay Abraham Id1ff66b2014-07-14 16:12:21 +05301148 omap_control_pcie1phy: control-phy@0x4a003c40 {
1149 compatible = "ti,control-phy-pcie";
1150 reg = <0x4a003c40 0x4>, <0x4a003c14 0x4>, <0x4a003c34 0x4>;
1151 reg-names = "power", "control_sma", "pcie_pcs";
1152 clocks = <&sys_clkin1>;
1153 clock-names = "sysclk";
1154 };
1155
1156 omap_control_pcie2phy: control-pcie@0x4a003c44 {
1157 compatible = "ti,control-phy-pcie";
1158 reg = <0x4a003c44 0x4>, <0x4a003c14 0x4>, <0x4a003c34 0x4>;
1159 reg-names = "power", "control_sma", "pcie_pcs";
1160 clocks = <&sys_clkin1>;
1161 clock-names = "sysclk";
1162 status = "disabled";
1163 };
1164
Lokesh Vutlabc078312014-11-19 17:53:08 +05301165 rtc@48838000 {
1166 compatible = "ti,am3352-rtc";
1167 reg = <0x48838000 0x100>;
1168 interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
1169 <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
1170 ti,hwmods = "rtcss";
1171 clocks = <&sys_32k_ck>;
1172 };
1173
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001174 omap_control_usb2phy1: control-phy@4a002300 {
1175 compatible = "ti,control-phy-usb2";
1176 reg = <0x4a002300 0x4>;
1177 reg-names = "power";
1178 };
1179
1180 omap_control_usb3phy1: control-phy@4a002370 {
1181 compatible = "ti,control-phy-pipe3";
1182 reg = <0x4a002370 0x4>;
1183 reg-names = "power";
1184 };
1185
1186 omap_control_usb2phy2: control-phy@0x4a002e74 {
1187 compatible = "ti,control-phy-usb2-dra7";
1188 reg = <0x4a002e74 0x4>;
1189 reg-names = "power";
1190 };
1191
1192 /* OCP2SCP1 */
1193 ocp2scp@4a080000 {
1194 compatible = "ti,omap-ocp2scp";
1195 #address-cells = <1>;
1196 #size-cells = <1>;
1197 ranges;
1198 reg = <0x4a080000 0x20>;
1199 ti,hwmods = "ocp2scp1";
1200
1201 usb2_phy1: phy@4a084000 {
1202 compatible = "ti,omap-usb2";
1203 reg = <0x4a084000 0x400>;
1204 ctrl-module = <&omap_control_usb2phy1>;
1205 clocks = <&usb_phy1_always_on_clk32k>,
1206 <&usb_otg_ss1_refclk960m>;
1207 clock-names = "wkupclk",
1208 "refclk";
1209 #phy-cells = <0>;
1210 };
1211
1212 usb2_phy2: phy@4a085000 {
1213 compatible = "ti,omap-usb2";
1214 reg = <0x4a085000 0x400>;
1215 ctrl-module = <&omap_control_usb2phy2>;
1216 clocks = <&usb_phy2_always_on_clk32k>,
1217 <&usb_otg_ss2_refclk960m>;
1218 clock-names = "wkupclk",
1219 "refclk";
1220 #phy-cells = <0>;
1221 };
1222
1223 usb3_phy1: phy@4a084400 {
1224 compatible = "ti,omap-usb3";
1225 reg = <0x4a084400 0x80>,
1226 <0x4a084800 0x64>,
1227 <0x4a084c00 0x40>;
1228 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
1229 ctrl-module = <&omap_control_usb3phy1>;
1230 clocks = <&usb_phy3_always_on_clk32k>,
1231 <&sys_clkin1>,
1232 <&usb_otg_ss1_refclk960m>;
1233 clock-names = "wkupclk",
1234 "sysclk",
1235 "refclk";
1236 #phy-cells = <0>;
1237 };
1238 };
1239
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001240 omap_dwc3_1: omap_dwc3_1@48880000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001241 compatible = "ti,dwc3";
1242 ti,hwmods = "usb_otg_ss1";
1243 reg = <0x48880000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301244 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001245 #address-cells = <1>;
1246 #size-cells = <1>;
1247 utmi-mode = <2>;
1248 ranges;
1249 usb1: usb@48890000 {
1250 compatible = "snps,dwc3";
1251 reg = <0x48890000 0x17000>;
R Sricharana46631c2014-06-26 12:55:31 +05301252 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001253 phys = <&usb2_phy1>, <&usb3_phy1>;
1254 phy-names = "usb2-phy", "usb3-phy";
1255 tx-fifo-resize;
1256 maximum-speed = "super-speed";
1257 dr_mode = "otg";
1258 };
1259 };
1260
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001261 omap_dwc3_2: omap_dwc3_2@488c0000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001262 compatible = "ti,dwc3";
1263 ti,hwmods = "usb_otg_ss2";
1264 reg = <0x488c0000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301265 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001266 #address-cells = <1>;
1267 #size-cells = <1>;
1268 utmi-mode = <2>;
1269 ranges;
1270 usb2: usb@488d0000 {
1271 compatible = "snps,dwc3";
1272 reg = <0x488d0000 0x17000>;
R Sricharana46631c2014-06-26 12:55:31 +05301273 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001274 phys = <&usb2_phy2>;
1275 phy-names = "usb2-phy";
1276 tx-fifo-resize;
1277 maximum-speed = "high-speed";
1278 dr_mode = "otg";
1279 };
1280 };
1281
1282 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */
Felipe Balbi4f6dec72014-11-03 10:28:42 -06001283 omap_dwc3_3: omap_dwc3_3@48900000 {
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001284 compatible = "ti,dwc3";
1285 ti,hwmods = "usb_otg_ss3";
1286 reg = <0x48900000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301287 interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001288 #address-cells = <1>;
1289 #size-cells = <1>;
1290 utmi-mode = <2>;
1291 ranges;
1292 status = "disabled";
1293 usb3: usb@48910000 {
1294 compatible = "snps,dwc3";
1295 reg = <0x48910000 0x17000>;
R Sricharana46631c2014-06-26 12:55:31 +05301296 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001297 tx-fifo-resize;
1298 maximum-speed = "high-speed";
1299 dr_mode = "otg";
1300 };
1301 };
1302
Minal Shahff66a3c2014-05-19 14:45:47 +05301303 elm: elm@48078000 {
1304 compatible = "ti,am3352-elm";
1305 reg = <0x48078000 0xfc0>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301306 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301307 ti,hwmods = "elm";
1308 status = "disabled";
1309 };
1310
1311 gpmc: gpmc@50000000 {
1312 compatible = "ti,am3352-gpmc";
1313 ti,hwmods = "gpmc";
1314 reg = <0x50000000 0x37c>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301315 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301316 gpmc,num-cs = <8>;
1317 gpmc,num-waitpins = <2>;
1318 #address-cells = <2>;
1319 #size-cells = <1>;
1320 status = "disabled";
1321 };
Peter Ujfalusi2ca09452014-05-07 13:20:48 +03001322
1323 atl: atl@4843c000 {
1324 compatible = "ti,dra7-atl";
1325 reg = <0x4843c000 0x3ff>;
1326 ti,hwmods = "atl";
1327 ti,provided-clocks = <&atl_clkin0_ck>, <&atl_clkin1_ck>,
1328 <&atl_clkin2_ck>, <&atl_clkin3_ck>;
1329 clocks = <&atl_gfclk_mux>;
1330 clock-names = "fck";
1331 status = "disabled";
1332 };
Olof Johansson412a9bb2014-07-18 22:16:15 -07001333
R Sricharana46631c2014-06-26 12:55:31 +05301334 crossbar_mpu: crossbar@4a020000 {
1335 compatible = "ti,irq-crossbar";
1336 reg = <0x4a002a48 0x130>;
1337 ti,max-irqs = <160>;
1338 ti,max-crossbar-sources = <MAX_SOURCES>;
1339 ti,reg-size = <2>;
1340 ti,irqs-reserved = <0 1 2 3 5 6 131 132>;
1341 ti,irqs-skip = <10 133 139 140>;
1342 ti,irqs-safe-map = <0>;
1343 };
Mugunthan V Nef9c5b62014-10-21 15:31:00 +05301344
1345 mac: ethernet@4a100000 {
1346 compatible = "ti,cpsw";
1347 ti,hwmods = "gmac";
1348 clocks = <&dpll_gmac_ck>, <&gmac_gmii_ref_clk_div>;
1349 clock-names = "fck", "cpts";
1350 cpdma_channels = <8>;
1351 ale_entries = <1024>;
1352 bd_ram_size = <0x2000>;
1353 no_bd_ram = <0>;
1354 rx_descs = <64>;
1355 mac_control = <0x20>;
1356 slaves = <2>;
1357 active_slave = <0>;
1358 cpts_clock_mult = <0x80000000>;
1359 cpts_clock_shift = <29>;
1360 reg = <0x48484000 0x1000
1361 0x48485200 0x2E00>;
1362 #address-cells = <1>;
1363 #size-cells = <1>;
1364 /*
1365 * rx_thresh_pend
1366 * rx_pend
1367 * tx_pend
1368 * misc_pend
1369 */
1370 interrupts = <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
1371 <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>,
1372 <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>,
1373 <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>;
1374 ranges;
1375 status = "disabled";
1376
1377 davinci_mdio: mdio@48485000 {
1378 compatible = "ti,davinci_mdio";
1379 #address-cells = <1>;
1380 #size-cells = <0>;
1381 ti,hwmods = "davinci_mdio";
1382 bus_freq = <1000000>;
1383 reg = <0x48485000 0x100>;
1384 };
1385
1386 cpsw_emac0: slave@48480200 {
1387 /* Filled in by U-Boot */
1388 mac-address = [ 00 00 00 00 00 00 ];
1389 };
1390
1391 cpsw_emac1: slave@48480300 {
1392 /* Filled in by U-Boot */
1393 mac-address = [ 00 00 00 00 00 00 ];
1394 };
1395
1396 phy_sel: cpsw-phy-sel@4a002554 {
1397 compatible = "ti,dra7xx-cpsw-phy-sel";
1398 reg= <0x4a002554 0x4>;
1399 reg-names = "gmii-sel";
1400 };
1401 };
1402
R Sricharan6e58b8f2013-08-14 19:08:20 +05301403 };
1404};
Tero Kristoee6c7502013-07-18 17:18:33 +03001405
1406/include/ "dra7xx-clocks.dtsi"