blob: 2af786794d7321f85767a21e9182f60a9d83bdd6 [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;
37 };
38
R Sricharan6e58b8f2013-08-14 19:08:20 +053039 timer {
40 compatible = "arm,armv7-timer";
41 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
42 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
43 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
44 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
45 };
46
47 gic: interrupt-controller@48211000 {
48 compatible = "arm,cortex-a15-gic";
49 interrupt-controller;
50 #interrupt-cells = <3>;
R Sricharan51300632014-06-26 12:55:30 +053051 arm,routable-irqs = <192>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053052 reg = <0x48211000 0x1000>,
53 <0x48212000 0x1000>,
54 <0x48214000 0x2000>,
55 <0x48216000 0x2000>;
56 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
57 };
58
59 /*
Geert Uytterhoeven5c5be9d2014-03-28 11:11:37 +010060 * The soc node represents the soc top level view. It is used for IPs
R Sricharan6e58b8f2013-08-14 19:08:20 +053061 * that are not memory mapped in the MPU view or for the MPU itself.
62 */
63 soc {
64 compatible = "ti,omap-infra";
65 mpu {
66 compatible = "ti,omap5-mpu";
67 ti,hwmods = "mpu";
68 };
69 };
70
71 /*
72 * XXX: Use a flat representation of the SOC interconnect.
73 * The real OMAP interconnect network is quite complex.
Geert Uytterhoevenb7ab5242014-03-28 11:11:39 +010074 * Since it will not bring real advantage to represent that in DT for
R Sricharan6e58b8f2013-08-14 19:08:20 +053075 * the moment, just use a fake OCP bus entry to represent the whole bus
76 * hierarchy.
77 */
78 ocp {
Rajendra Nayakfba387a2014-04-10 11:34:32 -050079 compatible = "ti,dra7-l3-noc", "simple-bus";
R Sricharan6e58b8f2013-08-14 19:08:20 +053080 #address-cells = <1>;
81 #size-cells = <1>;
82 ranges;
83 ti,hwmods = "l3_main_1", "l3_main_2";
Rajendra Nayakfba387a2014-04-10 11:34:32 -050084 reg = <0x44000000 0x1000000>,
85 <0x45000000 0x1000>;
R Sricharana46631c2014-06-26 12:55:31 +053086 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
87 <GIC_SPI DIRECT_IRQ(10) IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +053088
Tero Kristoee6c7502013-07-18 17:18:33 +030089 prm: prm@4ae06000 {
90 compatible = "ti,dra7-prm";
91 reg = <0x4ae06000 0x3000>;
Nishanth Menon5081ce62014-08-22 09:03:50 -050092 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
Tero Kristoee6c7502013-07-18 17:18:33 +030093
94 prm_clocks: clocks {
95 #address-cells = <1>;
96 #size-cells = <0>;
97 };
98
99 prm_clockdomains: clockdomains {
100 };
101 };
102
Kishon Vijay Abraham I18dcd792014-07-14 16:12:23 +0530103 axi@0 {
104 compatible = "simple-bus";
105 #size-cells = <1>;
106 #address-cells = <1>;
107 ranges = <0x51000000 0x51000000 0x3000
108 0x0 0x20000000 0x10000000>;
109 pcie@51000000 {
110 compatible = "ti,dra7-pcie";
111 reg = <0x51000000 0x2000>, <0x51002000 0x14c>, <0x1000 0x2000>;
112 reg-names = "rc_dbics", "ti_conf", "config";
113 interrupts = <0 232 0x4>, <0 233 0x4>;
114 #address-cells = <3>;
115 #size-cells = <2>;
116 device_type = "pci";
117 ranges = <0x81000000 0 0 0x03000 0 0x00010000
118 0x82000000 0 0x20013000 0x13000 0 0xffed000>;
119 #interrupt-cells = <1>;
120 num-lanes = <1>;
121 ti,hwmods = "pcie1";
122 phys = <&pcie1_phy>;
123 phy-names = "pcie-phy0";
124 interrupt-map-mask = <0 0 0 7>;
125 interrupt-map = <0 0 0 1 &pcie1_intc 1>,
126 <0 0 0 2 &pcie1_intc 2>,
127 <0 0 0 3 &pcie1_intc 3>,
128 <0 0 0 4 &pcie1_intc 4>;
129 pcie1_intc: interrupt-controller {
130 interrupt-controller;
131 #address-cells = <0>;
132 #interrupt-cells = <1>;
133 };
134 };
135 };
136
137 axi@1 {
138 compatible = "simple-bus";
139 #size-cells = <1>;
140 #address-cells = <1>;
141 ranges = <0x51800000 0x51800000 0x3000
142 0x0 0x30000000 0x10000000>;
143 status = "disabled";
144 pcie@51000000 {
145 compatible = "ti,dra7-pcie";
146 reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>;
147 reg-names = "rc_dbics", "ti_conf", "config";
148 interrupts = <0 355 0x4>, <0 356 0x4>;
149 #address-cells = <3>;
150 #size-cells = <2>;
151 device_type = "pci";
152 ranges = <0x81000000 0 0 0x03000 0 0x00010000
153 0x82000000 0 0x30013000 0x13000 0 0xffed000>;
154 #interrupt-cells = <1>;
155 num-lanes = <1>;
156 ti,hwmods = "pcie2";
157 phys = <&pcie2_phy>;
158 phy-names = "pcie-phy0";
159 interrupt-map-mask = <0 0 0 7>;
160 interrupt-map = <0 0 0 1 &pcie2_intc 1>,
161 <0 0 0 2 &pcie2_intc 2>,
162 <0 0 0 3 &pcie2_intc 3>,
163 <0 0 0 4 &pcie2_intc 4>;
164 pcie2_intc: interrupt-controller {
165 interrupt-controller;
166 #address-cells = <0>;
167 #interrupt-cells = <1>;
168 };
169 };
170 };
171
Tero Kristoee6c7502013-07-18 17:18:33 +0300172 cm_core_aon: cm_core_aon@4a005000 {
173 compatible = "ti,dra7-cm-core-aon";
174 reg = <0x4a005000 0x2000>;
175
176 cm_core_aon_clocks: clocks {
177 #address-cells = <1>;
178 #size-cells = <0>;
179 };
180
181 cm_core_aon_clockdomains: clockdomains {
182 };
183 };
184
185 cm_core: cm_core@4a008000 {
186 compatible = "ti,dra7-cm-core";
187 reg = <0x4a008000 0x3000>;
188
189 cm_core_clocks: clocks {
190 #address-cells = <1>;
191 #size-cells = <0>;
192 };
193
194 cm_core_clockdomains: clockdomains {
195 };
196 };
197
R Sricharan6e58b8f2013-08-14 19:08:20 +0530198 counter32k: counter@4ae04000 {
199 compatible = "ti,omap-counter32k";
200 reg = <0x4ae04000 0x40>;
201 ti,hwmods = "counter_32k";
202 };
203
Balaji T Kcd042fe2014-02-19 20:26:40 +0530204 dra7_ctrl_general: tisyscon@4a002e00 {
205 compatible = "syscon";
206 reg = <0x4a002e00 0x7c>;
207 };
208
209 pbias_regulator: pbias_regulator {
210 compatible = "ti,pbias-omap";
211 reg = <0 0x4>;
212 syscon = <&dra7_ctrl_general>;
213 pbias_mmc_reg: pbias_mmc_omap5 {
214 regulator-name = "pbias_mmc_omap5";
215 regulator-min-microvolt = <1800000>;
216 regulator-max-microvolt = <3000000>;
217 };
218 };
219
R Sricharan6e58b8f2013-08-14 19:08:20 +0530220 dra7_pmx_core: pinmux@4a003400 {
Nishanth Menon817c0372014-05-22 23:47:46 -0500221 compatible = "ti,dra7-padconf", "pinctrl-single";
R Sricharan6e58b8f2013-08-14 19:08:20 +0530222 reg = <0x4a003400 0x0464>;
223 #address-cells = <1>;
224 #size-cells = <0>;
Nishanth Menon817c0372014-05-22 23:47:46 -0500225 #interrupt-cells = <1>;
226 interrupt-controller;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530227 pinctrl-single,register-width = <32>;
228 pinctrl-single,function-mask = <0x3fffffff>;
229 };
230
231 sdma: dma-controller@4a056000 {
232 compatible = "ti,omap4430-sdma";
233 reg = <0x4a056000 0x1000>;
R Sricharana46631c2014-06-26 12:55:31 +0530234 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
235 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
236 <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
237 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530238 #dma-cells = <1>;
239 #dma-channels = <32>;
240 #dma-requests = <127>;
241 };
242
243 gpio1: gpio@4ae10000 {
244 compatible = "ti,omap4-gpio";
245 reg = <0x4ae10000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530246 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530247 ti,hwmods = "gpio1";
248 gpio-controller;
249 #gpio-cells = <2>;
250 interrupt-controller;
Nishanth Menone49d5192014-08-25 16:15:34 -0700251 #interrupt-cells = <2>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530252 };
253
254 gpio2: gpio@48055000 {
255 compatible = "ti,omap4-gpio";
256 reg = <0x48055000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530257 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530258 ti,hwmods = "gpio2";
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 gpio3: gpio@48057000 {
266 compatible = "ti,omap4-gpio";
267 reg = <0x48057000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530268 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530269 ti,hwmods = "gpio3";
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 gpio4: gpio@48059000 {
277 compatible = "ti,omap4-gpio";
278 reg = <0x48059000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530279 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530280 ti,hwmods = "gpio4";
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 gpio5: gpio@4805b000 {
288 compatible = "ti,omap4-gpio";
289 reg = <0x4805b000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530290 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530291 ti,hwmods = "gpio5";
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 gpio6: gpio@4805d000 {
299 compatible = "ti,omap4-gpio";
300 reg = <0x4805d000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530301 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530302 ti,hwmods = "gpio6";
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 gpio7: gpio@48051000 {
310 compatible = "ti,omap4-gpio";
311 reg = <0x48051000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530312 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530313 ti,hwmods = "gpio7";
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 gpio8: gpio@48053000 {
321 compatible = "ti,omap4-gpio";
322 reg = <0x48053000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530323 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530324 ti,hwmods = "gpio8";
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 uart1: serial@4806a000 {
332 compatible = "ti,omap4-uart";
333 reg = <0x4806a000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500334 interrupts-extended = <&gic GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530335 ti,hwmods = "uart1";
336 clock-frequency = <48000000>;
337 status = "disabled";
338 };
339
340 uart2: serial@4806c000 {
341 compatible = "ti,omap4-uart";
342 reg = <0x4806c000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500343 interrupts-extended = <&gic GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530344 ti,hwmods = "uart2";
345 clock-frequency = <48000000>;
346 status = "disabled";
347 };
348
349 uart3: serial@48020000 {
350 compatible = "ti,omap4-uart";
351 reg = <0x48020000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500352 interrupts-extended = <&gic GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530353 ti,hwmods = "uart3";
354 clock-frequency = <48000000>;
355 status = "disabled";
356 };
357
358 uart4: serial@4806e000 {
359 compatible = "ti,omap4-uart";
360 reg = <0x4806e000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500361 interrupts-extended = <&gic GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530362 ti,hwmods = "uart4";
363 clock-frequency = <48000000>;
364 status = "disabled";
365 };
366
367 uart5: serial@48066000 {
368 compatible = "ti,omap4-uart";
369 reg = <0x48066000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500370 interrupts-extended = <&gic GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530371 ti,hwmods = "uart5";
372 clock-frequency = <48000000>;
373 status = "disabled";
374 };
375
376 uart6: serial@48068000 {
377 compatible = "ti,omap4-uart";
378 reg = <0x48068000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500379 interrupts-extended = <&gic GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530380 ti,hwmods = "uart6";
381 clock-frequency = <48000000>;
382 status = "disabled";
383 };
384
385 uart7: serial@48420000 {
386 compatible = "ti,omap4-uart";
387 reg = <0x48420000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500388 interrupts-extended = <&gic GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530389 ti,hwmods = "uart7";
390 clock-frequency = <48000000>;
391 status = "disabled";
392 };
393
394 uart8: serial@48422000 {
395 compatible = "ti,omap4-uart";
396 reg = <0x48422000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500397 interrupts-extended = <&gic GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530398 ti,hwmods = "uart8";
399 clock-frequency = <48000000>;
400 status = "disabled";
401 };
402
403 uart9: serial@48424000 {
404 compatible = "ti,omap4-uart";
405 reg = <0x48424000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500406 interrupts-extended = <&gic GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530407 ti,hwmods = "uart9";
408 clock-frequency = <48000000>;
409 status = "disabled";
410 };
411
412 uart10: serial@4ae2b000 {
413 compatible = "ti,omap4-uart";
414 reg = <0x4ae2b000 0x100>;
Nishanth Menone2265ab2014-05-23 00:04:02 -0500415 interrupts-extended = <&gic GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530416 ti,hwmods = "uart10";
417 clock-frequency = <48000000>;
418 status = "disabled";
419 };
420
Suman Anna38baefb2014-07-11 16:44:38 -0500421 mailbox1: mailbox@4a0f4000 {
422 compatible = "ti,omap4-mailbox";
423 reg = <0x4a0f4000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600424 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
425 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
426 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500427 ti,hwmods = "mailbox1";
Suman Anna24df0452014-11-03 17:07:35 -0600428 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500429 ti,mbox-num-users = <3>;
430 ti,mbox-num-fifos = <8>;
431 status = "disabled";
432 };
433
434 mailbox2: mailbox@4883a000 {
435 compatible = "ti,omap4-mailbox";
436 reg = <0x4883a000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600437 interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>,
438 <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>,
439 <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>,
440 <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500441 ti,hwmods = "mailbox2";
Suman Anna24df0452014-11-03 17:07:35 -0600442 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500443 ti,mbox-num-users = <4>;
444 ti,mbox-num-fifos = <12>;
445 status = "disabled";
446 };
447
448 mailbox3: mailbox@4883c000 {
449 compatible = "ti,omap4-mailbox";
450 reg = <0x4883c000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600451 interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>,
452 <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>,
453 <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>,
454 <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500455 ti,hwmods = "mailbox3";
Suman Anna24df0452014-11-03 17:07:35 -0600456 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500457 ti,mbox-num-users = <4>;
458 ti,mbox-num-fifos = <12>;
459 status = "disabled";
460 };
461
462 mailbox4: mailbox@4883e000 {
463 compatible = "ti,omap4-mailbox";
464 reg = <0x4883e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600465 interrupts = <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
466 <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>,
467 <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>,
468 <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500469 ti,hwmods = "mailbox4";
Suman Anna24df0452014-11-03 17:07:35 -0600470 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500471 ti,mbox-num-users = <4>;
472 ti,mbox-num-fifos = <12>;
473 status = "disabled";
474 };
475
476 mailbox5: mailbox@48840000 {
477 compatible = "ti,omap4-mailbox";
478 reg = <0x48840000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600479 interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>,
480 <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>,
481 <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>,
482 <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500483 ti,hwmods = "mailbox5";
Suman Anna24df0452014-11-03 17:07:35 -0600484 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500485 ti,mbox-num-users = <4>;
486 ti,mbox-num-fifos = <12>;
487 status = "disabled";
488 };
489
490 mailbox6: mailbox@48842000 {
491 compatible = "ti,omap4-mailbox";
492 reg = <0x48842000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600493 interrupts = <GIC_SPI 253 IRQ_TYPE_LEVEL_HIGH>,
494 <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>,
495 <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>,
496 <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500497 ti,hwmods = "mailbox6";
Suman Anna24df0452014-11-03 17:07:35 -0600498 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500499 ti,mbox-num-users = <4>;
500 ti,mbox-num-fifos = <12>;
501 status = "disabled";
502 };
503
504 mailbox7: mailbox@48844000 {
505 compatible = "ti,omap4-mailbox";
506 reg = <0x48844000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600507 interrupts = <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>,
508 <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>,
509 <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>,
510 <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500511 ti,hwmods = "mailbox7";
Suman Anna24df0452014-11-03 17:07:35 -0600512 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500513 ti,mbox-num-users = <4>;
514 ti,mbox-num-fifos = <12>;
515 status = "disabled";
516 };
517
518 mailbox8: mailbox@48846000 {
519 compatible = "ti,omap4-mailbox";
520 reg = <0x48846000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600521 interrupts = <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>,
522 <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>,
523 <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>,
524 <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500525 ti,hwmods = "mailbox8";
Suman Anna24df0452014-11-03 17:07:35 -0600526 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500527 ti,mbox-num-users = <4>;
528 ti,mbox-num-fifos = <12>;
529 status = "disabled";
530 };
531
532 mailbox9: mailbox@4885e000 {
533 compatible = "ti,omap4-mailbox";
534 reg = <0x4885e000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600535 interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>,
536 <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>,
537 <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>,
538 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500539 ti,hwmods = "mailbox9";
Suman Anna24df0452014-11-03 17:07:35 -0600540 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500541 ti,mbox-num-users = <4>;
542 ti,mbox-num-fifos = <12>;
543 status = "disabled";
544 };
545
546 mailbox10: mailbox@48860000 {
547 compatible = "ti,omap4-mailbox";
548 reg = <0x48860000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600549 interrupts = <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>,
550 <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH>,
551 <GIC_SPI 271 IRQ_TYPE_LEVEL_HIGH>,
552 <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500553 ti,hwmods = "mailbox10";
Suman Anna24df0452014-11-03 17:07:35 -0600554 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500555 ti,mbox-num-users = <4>;
556 ti,mbox-num-fifos = <12>;
557 status = "disabled";
558 };
559
560 mailbox11: mailbox@48862000 {
561 compatible = "ti,omap4-mailbox";
562 reg = <0x48862000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600563 interrupts = <GIC_SPI 273 IRQ_TYPE_LEVEL_HIGH>,
564 <GIC_SPI 274 IRQ_TYPE_LEVEL_HIGH>,
565 <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>,
566 <GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500567 ti,hwmods = "mailbox11";
Suman Anna24df0452014-11-03 17:07:35 -0600568 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500569 ti,mbox-num-users = <4>;
570 ti,mbox-num-fifos = <12>;
571 status = "disabled";
572 };
573
574 mailbox12: mailbox@48864000 {
575 compatible = "ti,omap4-mailbox";
576 reg = <0x48864000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600577 interrupts = <GIC_SPI 277 IRQ_TYPE_LEVEL_HIGH>,
578 <GIC_SPI 278 IRQ_TYPE_LEVEL_HIGH>,
579 <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
580 <GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500581 ti,hwmods = "mailbox12";
Suman Anna24df0452014-11-03 17:07:35 -0600582 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500583 ti,mbox-num-users = <4>;
584 ti,mbox-num-fifos = <12>;
585 status = "disabled";
586 };
587
588 mailbox13: mailbox@48802000 {
589 compatible = "ti,omap4-mailbox";
590 reg = <0x48802000 0x200>;
Suman Annab46a6ae2014-11-03 17:07:34 -0600591 interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>,
592 <GIC_SPI 380 IRQ_TYPE_LEVEL_HIGH>,
593 <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>,
594 <GIC_SPI 382 IRQ_TYPE_LEVEL_HIGH>;
Suman Anna38baefb2014-07-11 16:44:38 -0500595 ti,hwmods = "mailbox13";
Suman Anna24df0452014-11-03 17:07:35 -0600596 #mbox-cells = <1>;
Suman Anna38baefb2014-07-11 16:44:38 -0500597 ti,mbox-num-users = <4>;
598 ti,mbox-num-fifos = <12>;
599 status = "disabled";
600 };
601
R Sricharan6e58b8f2013-08-14 19:08:20 +0530602 timer1: timer@4ae18000 {
603 compatible = "ti,omap5430-timer";
604 reg = <0x4ae18000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530605 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530606 ti,hwmods = "timer1";
607 ti,timer-alwon;
608 };
609
610 timer2: timer@48032000 {
611 compatible = "ti,omap5430-timer";
612 reg = <0x48032000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530613 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530614 ti,hwmods = "timer2";
615 };
616
617 timer3: timer@48034000 {
618 compatible = "ti,omap5430-timer";
619 reg = <0x48034000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530620 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530621 ti,hwmods = "timer3";
622 };
623
624 timer4: timer@48036000 {
625 compatible = "ti,omap5430-timer";
626 reg = <0x48036000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530627 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530628 ti,hwmods = "timer4";
629 };
630
631 timer5: timer@48820000 {
632 compatible = "ti,omap5430-timer";
633 reg = <0x48820000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530634 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530635 ti,hwmods = "timer5";
636 ti,timer-dsp;
637 };
638
639 timer6: timer@48822000 {
640 compatible = "ti,omap5430-timer";
641 reg = <0x48822000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530642 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530643 ti,hwmods = "timer6";
644 ti,timer-dsp;
645 ti,timer-pwm;
646 };
647
648 timer7: timer@48824000 {
649 compatible = "ti,omap5430-timer";
650 reg = <0x48824000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530651 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530652 ti,hwmods = "timer7";
653 ti,timer-dsp;
654 };
655
656 timer8: timer@48826000 {
657 compatible = "ti,omap5430-timer";
658 reg = <0x48826000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530659 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530660 ti,hwmods = "timer8";
661 ti,timer-dsp;
662 ti,timer-pwm;
663 };
664
665 timer9: timer@4803e000 {
666 compatible = "ti,omap5430-timer";
667 reg = <0x4803e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530668 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530669 ti,hwmods = "timer9";
670 };
671
672 timer10: timer@48086000 {
673 compatible = "ti,omap5430-timer";
674 reg = <0x48086000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530675 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530676 ti,hwmods = "timer10";
677 };
678
679 timer11: timer@48088000 {
680 compatible = "ti,omap5430-timer";
681 reg = <0x48088000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530682 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530683 ti,hwmods = "timer11";
684 ti,timer-pwm;
685 };
686
687 timer13: timer@48828000 {
688 compatible = "ti,omap5430-timer";
689 reg = <0x48828000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530690 interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530691 ti,hwmods = "timer13";
692 status = "disabled";
693 };
694
695 timer14: timer@4882a000 {
696 compatible = "ti,omap5430-timer";
697 reg = <0x4882a000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530698 interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530699 ti,hwmods = "timer14";
700 status = "disabled";
701 };
702
703 timer15: timer@4882c000 {
704 compatible = "ti,omap5430-timer";
705 reg = <0x4882c000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530706 interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530707 ti,hwmods = "timer15";
708 status = "disabled";
709 };
710
711 timer16: timer@4882e000 {
712 compatible = "ti,omap5430-timer";
713 reg = <0x4882e000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530714 interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530715 ti,hwmods = "timer16";
716 status = "disabled";
717 };
718
719 wdt2: wdt@4ae14000 {
720 compatible = "ti,omap4-wdt";
721 reg = <0x4ae14000 0x80>;
R Sricharana46631c2014-06-26 12:55:31 +0530722 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530723 ti,hwmods = "wd_timer2";
724 };
725
Suman Annadbd7c192014-01-13 18:26:46 -0600726 hwspinlock: spinlock@4a0f6000 {
727 compatible = "ti,omap4-hwspinlock";
728 reg = <0x4a0f6000 0x1000>;
729 ti,hwmods = "spinlock";
730 #hwlock-cells = <1>;
731 };
732
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530733 dmm@4e000000 {
734 compatible = "ti,omap5-dmm";
735 reg = <0x4e000000 0x800>;
R Sricharana46631c2014-06-26 12:55:31 +0530736 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530737 ti,hwmods = "dmm";
738 };
739
R Sricharan6e58b8f2013-08-14 19:08:20 +0530740 i2c1: i2c@48070000 {
741 compatible = "ti,omap4-i2c";
742 reg = <0x48070000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530743 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530744 #address-cells = <1>;
745 #size-cells = <0>;
746 ti,hwmods = "i2c1";
747 status = "disabled";
748 };
749
750 i2c2: i2c@48072000 {
751 compatible = "ti,omap4-i2c";
752 reg = <0x48072000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530753 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530754 #address-cells = <1>;
755 #size-cells = <0>;
756 ti,hwmods = "i2c2";
757 status = "disabled";
758 };
759
760 i2c3: i2c@48060000 {
761 compatible = "ti,omap4-i2c";
762 reg = <0x48060000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530763 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530764 #address-cells = <1>;
765 #size-cells = <0>;
766 ti,hwmods = "i2c3";
767 status = "disabled";
768 };
769
770 i2c4: i2c@4807a000 {
771 compatible = "ti,omap4-i2c";
772 reg = <0x4807a000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530773 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530774 #address-cells = <1>;
775 #size-cells = <0>;
776 ti,hwmods = "i2c4";
777 status = "disabled";
778 };
779
780 i2c5: i2c@4807c000 {
781 compatible = "ti,omap4-i2c";
782 reg = <0x4807c000 0x100>;
R Sricharana46631c2014-06-26 12:55:31 +0530783 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530784 #address-cells = <1>;
785 #size-cells = <0>;
786 ti,hwmods = "i2c5";
787 status = "disabled";
788 };
789
790 mmc1: mmc@4809c000 {
791 compatible = "ti,omap4-hsmmc";
792 reg = <0x4809c000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530793 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530794 ti,hwmods = "mmc1";
795 ti,dual-volt;
796 ti,needs-special-reset;
797 dmas = <&sdma 61>, <&sdma 62>;
798 dma-names = "tx", "rx";
799 status = "disabled";
Balaji T Kcd042fe2014-02-19 20:26:40 +0530800 pbias-supply = <&pbias_mmc_reg>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530801 };
802
803 mmc2: mmc@480b4000 {
804 compatible = "ti,omap4-hsmmc";
805 reg = <0x480b4000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530806 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530807 ti,hwmods = "mmc2";
808 ti,needs-special-reset;
809 dmas = <&sdma 47>, <&sdma 48>;
810 dma-names = "tx", "rx";
811 status = "disabled";
812 };
813
814 mmc3: mmc@480ad000 {
815 compatible = "ti,omap4-hsmmc";
816 reg = <0x480ad000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530817 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530818 ti,hwmods = "mmc3";
819 ti,needs-special-reset;
820 dmas = <&sdma 77>, <&sdma 78>;
821 dma-names = "tx", "rx";
822 status = "disabled";
823 };
824
825 mmc4: mmc@480d1000 {
826 compatible = "ti,omap4-hsmmc";
827 reg = <0x480d1000 0x400>;
R Sricharana46631c2014-06-26 12:55:31 +0530828 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530829 ti,hwmods = "mmc4";
830 ti,needs-special-reset;
831 dmas = <&sdma 57>, <&sdma 58>;
832 dma-names = "tx", "rx";
833 status = "disabled";
834 };
835
Nishanth Menona1b8ee12014-03-03 20:20:23 +0530836 abb_mpu: regulator-abb-mpu {
837 compatible = "ti,abb-v3";
838 regulator-name = "abb_mpu";
839 #address-cells = <0>;
840 #size-cells = <0>;
841 clocks = <&sys_clkin1>;
842 ti,settling-time = <50>;
843 ti,clock-cycles = <16>;
844
845 reg = <0x4ae07ddc 0x4>, <0x4ae07de0 0x4>,
846 <0x4ae06014 0x4>, <0x4a003b20 0x8>,
847 <0x4ae0c158 0x4>;
848 reg-names = "setup-address", "control-address",
849 "int-address", "efuse-address",
850 "ldo-address";
851 ti,tranxdone-status-mask = <0x80>;
852 /* LDOVBBMPU_FBB_MUX_CTRL */
853 ti,ldovbb-override-mask = <0x400>;
854 /* LDOVBBMPU_FBB_VSET_OUT */
855 ti,ldovbb-vset-mask = <0x1F>;
856
857 /*
858 * NOTE: only FBB mode used but actual vset will
859 * determine final biasing
860 */
861 ti,abb_info = <
862 /*uV ABB efuse rbb_m fbb_m vset_m*/
863 1060000 0 0x0 0 0x02000000 0x01F00000
864 1160000 0 0x4 0 0x02000000 0x01F00000
865 1210000 0 0x8 0 0x02000000 0x01F00000
866 >;
867 };
868
869 abb_ivahd: regulator-abb-ivahd {
870 compatible = "ti,abb-v3";
871 regulator-name = "abb_ivahd";
872 #address-cells = <0>;
873 #size-cells = <0>;
874 clocks = <&sys_clkin1>;
875 ti,settling-time = <50>;
876 ti,clock-cycles = <16>;
877
878 reg = <0x4ae07e34 0x4>, <0x4ae07e24 0x4>,
879 <0x4ae06010 0x4>, <0x4a0025cc 0x8>,
880 <0x4a002470 0x4>;
881 reg-names = "setup-address", "control-address",
882 "int-address", "efuse-address",
883 "ldo-address";
884 ti,tranxdone-status-mask = <0x40000000>;
885 /* LDOVBBIVA_FBB_MUX_CTRL */
886 ti,ldovbb-override-mask = <0x400>;
887 /* LDOVBBIVA_FBB_VSET_OUT */
888 ti,ldovbb-vset-mask = <0x1F>;
889
890 /*
891 * NOTE: only FBB mode used but actual vset will
892 * determine final biasing
893 */
894 ti,abb_info = <
895 /*uV ABB efuse rbb_m fbb_m vset_m*/
896 1055000 0 0x0 0 0x02000000 0x01F00000
897 1150000 0 0x4 0 0x02000000 0x01F00000
898 1250000 0 0x8 0 0x02000000 0x01F00000
899 >;
900 };
901
902 abb_dspeve: regulator-abb-dspeve {
903 compatible = "ti,abb-v3";
904 regulator-name = "abb_dspeve";
905 #address-cells = <0>;
906 #size-cells = <0>;
907 clocks = <&sys_clkin1>;
908 ti,settling-time = <50>;
909 ti,clock-cycles = <16>;
910
911 reg = <0x4ae07e30 0x4>, <0x4ae07e20 0x4>,
912 <0x4ae06010 0x4>, <0x4a0025e0 0x8>,
913 <0x4a00246c 0x4>;
914 reg-names = "setup-address", "control-address",
915 "int-address", "efuse-address",
916 "ldo-address";
917 ti,tranxdone-status-mask = <0x20000000>;
918 /* LDOVBBDSPEVE_FBB_MUX_CTRL */
919 ti,ldovbb-override-mask = <0x400>;
920 /* LDOVBBDSPEVE_FBB_VSET_OUT */
921 ti,ldovbb-vset-mask = <0x1F>;
922
923 /*
924 * NOTE: only FBB mode used but actual vset will
925 * determine final biasing
926 */
927 ti,abb_info = <
928 /*uV ABB efuse rbb_m fbb_m vset_m*/
929 1055000 0 0x0 0 0x02000000 0x01F00000
930 1150000 0 0x4 0 0x02000000 0x01F00000
931 1250000 0 0x8 0 0x02000000 0x01F00000
932 >;
933 };
934
935 abb_gpu: regulator-abb-gpu {
936 compatible = "ti,abb-v3";
937 regulator-name = "abb_gpu";
938 #address-cells = <0>;
939 #size-cells = <0>;
940 clocks = <&sys_clkin1>;
941 ti,settling-time = <50>;
942 ti,clock-cycles = <16>;
943
944 reg = <0x4ae07de4 0x4>, <0x4ae07de8 0x4>,
945 <0x4ae06010 0x4>, <0x4a003b08 0x8>,
946 <0x4ae0c154 0x4>;
947 reg-names = "setup-address", "control-address",
948 "int-address", "efuse-address",
949 "ldo-address";
950 ti,tranxdone-status-mask = <0x10000000>;
951 /* LDOVBBGPU_FBB_MUX_CTRL */
952 ti,ldovbb-override-mask = <0x400>;
953 /* LDOVBBGPU_FBB_VSET_OUT */
954 ti,ldovbb-vset-mask = <0x1F>;
955
956 /*
957 * NOTE: only FBB mode used but actual vset will
958 * determine final biasing
959 */
960 ti,abb_info = <
961 /*uV ABB efuse rbb_m fbb_m vset_m*/
962 1090000 0 0x0 0 0x02000000 0x01F00000
963 1210000 0 0x4 0 0x02000000 0x01F00000
964 1280000 0 0x8 0 0x02000000 0x01F00000
965 >;
966 };
967
R Sricharan6e58b8f2013-08-14 19:08:20 +0530968 mcspi1: spi@48098000 {
969 compatible = "ti,omap4-mcspi";
970 reg = <0x48098000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530971 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530972 #address-cells = <1>;
973 #size-cells = <0>;
974 ti,hwmods = "mcspi1";
975 ti,spi-num-cs = <4>;
976 dmas = <&sdma 35>,
977 <&sdma 36>,
978 <&sdma 37>,
979 <&sdma 38>,
980 <&sdma 39>,
981 <&sdma 40>,
982 <&sdma 41>,
983 <&sdma 42>;
984 dma-names = "tx0", "rx0", "tx1", "rx1",
985 "tx2", "rx2", "tx3", "rx3";
986 status = "disabled";
987 };
988
989 mcspi2: spi@4809a000 {
990 compatible = "ti,omap4-mcspi";
991 reg = <0x4809a000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +0530992 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +0530993 #address-cells = <1>;
994 #size-cells = <0>;
995 ti,hwmods = "mcspi2";
996 ti,spi-num-cs = <2>;
997 dmas = <&sdma 43>,
998 <&sdma 44>,
999 <&sdma 45>,
1000 <&sdma 46>;
1001 dma-names = "tx0", "rx0", "tx1", "rx1";
1002 status = "disabled";
1003 };
1004
1005 mcspi3: spi@480b8000 {
1006 compatible = "ti,omap4-mcspi";
1007 reg = <0x480b8000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301008 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301009 #address-cells = <1>;
1010 #size-cells = <0>;
1011 ti,hwmods = "mcspi3";
1012 ti,spi-num-cs = <2>;
1013 dmas = <&sdma 15>, <&sdma 16>;
1014 dma-names = "tx0", "rx0";
1015 status = "disabled";
1016 };
1017
1018 mcspi4: spi@480ba000 {
1019 compatible = "ti,omap4-mcspi";
1020 reg = <0x480ba000 0x200>;
R Sricharana46631c2014-06-26 12:55:31 +05301021 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6e58b8f2013-08-14 19:08:20 +05301022 #address-cells = <1>;
1023 #size-cells = <0>;
1024 ti,hwmods = "mcspi4";
1025 ti,spi-num-cs = <1>;
1026 dmas = <&sdma 70>, <&sdma 71>;
1027 dma-names = "tx0", "rx0";
1028 status = "disabled";
1029 };
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301030
1031 qspi: qspi@4b300000 {
1032 compatible = "ti,dra7xxx-qspi";
1033 reg = <0x4b300000 0x100>;
1034 reg-names = "qspi_base";
1035 #address-cells = <1>;
1036 #size-cells = <0>;
1037 ti,hwmods = "qspi";
1038 clocks = <&qspi_gfclk_div>;
1039 clock-names = "fck";
1040 num-cs = <4>;
R Sricharana46631c2014-06-26 12:55:31 +05301041 interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>;
Sourav Poddardc2dd5b2014-05-06 16:37:24 +05301042 status = "disabled";
1043 };
Balaji T K7be80562014-05-07 14:58:58 +03001044
1045 omap_control_sata: control-phy@4a002374 {
1046 compatible = "ti,control-phy-pipe3";
1047 reg = <0x4a002374 0x4>;
1048 reg-names = "power";
1049 clocks = <&sys_clkin1>;
1050 clock-names = "sysclk";
1051 };
1052
1053 /* OCP2SCP3 */
1054 ocp2scp@4a090000 {
1055 compatible = "ti,omap-ocp2scp";
1056 #address-cells = <1>;
1057 #size-cells = <1>;
1058 ranges;
1059 reg = <0x4a090000 0x20>;
1060 ti,hwmods = "ocp2scp3";
1061 sata_phy: phy@4A096000 {
1062 compatible = "ti,phy-pipe3-sata";
1063 reg = <0x4A096000 0x80>, /* phy_rx */
1064 <0x4A096400 0x64>, /* phy_tx */
1065 <0x4A096800 0x40>; /* pll_ctrl */
1066 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
1067 ctrl-module = <&omap_control_sata>;
1068 clocks = <&sys_clkin1>;
1069 clock-names = "sysclk";
1070 #phy-cells = <0>;
1071 };
Kishon Vijay Abraham I692df0e2014-07-14 16:12:22 +05301072
1073 pcie1_phy: pciephy@4a094000 {
1074 compatible = "ti,phy-pipe3-pcie";
1075 reg = <0x4a094000 0x80>, /* phy_rx */
1076 <0x4a094400 0x64>; /* phy_tx */
1077 reg-names = "phy_rx", "phy_tx";
1078 ctrl-module = <&omap_control_pcie1phy>;
1079 clocks = <&dpll_pcie_ref_ck>,
1080 <&dpll_pcie_ref_m2ldo_ck>,
1081 <&optfclk_pciephy1_32khz>,
1082 <&optfclk_pciephy1_clk>,
1083 <&optfclk_pciephy1_div_clk>,
1084 <&optfclk_pciephy_div>;
1085 clock-names = "dpll_ref", "dpll_ref_m2",
1086 "wkupclk", "refclk",
1087 "div-clk", "phy-div";
1088 #phy-cells = <0>;
1089 id = <1>;
1090 ti,hwmods = "pcie1-phy";
1091 };
1092
1093 pcie2_phy: pciephy@4a095000 {
1094 compatible = "ti,phy-pipe3-pcie";
1095 reg = <0x4a095000 0x80>, /* phy_rx */
1096 <0x4a095400 0x64>; /* phy_tx */
1097 reg-names = "phy_rx", "phy_tx";
1098 ctrl-module = <&omap_control_pcie2phy>;
1099 clocks = <&dpll_pcie_ref_ck>,
1100 <&dpll_pcie_ref_m2ldo_ck>,
1101 <&optfclk_pciephy2_32khz>,
1102 <&optfclk_pciephy2_clk>,
1103 <&optfclk_pciephy2_div_clk>,
1104 <&optfclk_pciephy_div>;
1105 clock-names = "dpll_ref", "dpll_ref_m2",
1106 "wkupclk", "refclk",
1107 "div-clk", "phy-div";
1108 #phy-cells = <0>;
1109 ti,hwmods = "pcie2-phy";
1110 id = <2>;
1111 status = "disabled";
1112 };
Balaji T K7be80562014-05-07 14:58:58 +03001113 };
1114
1115 sata: sata@4a141100 {
1116 compatible = "snps,dwc-ahci";
1117 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
R Sricharana46631c2014-06-26 12:55:31 +05301118 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
Balaji T K7be80562014-05-07 14:58:58 +03001119 phys = <&sata_phy>;
1120 phy-names = "sata-phy";
1121 clocks = <&sata_ref_clk>;
1122 ti,hwmods = "sata";
1123 };
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001124
Kishon Vijay Abraham Id1ff66b2014-07-14 16:12:21 +05301125 omap_control_pcie1phy: control-phy@0x4a003c40 {
1126 compatible = "ti,control-phy-pcie";
1127 reg = <0x4a003c40 0x4>, <0x4a003c14 0x4>, <0x4a003c34 0x4>;
1128 reg-names = "power", "control_sma", "pcie_pcs";
1129 clocks = <&sys_clkin1>;
1130 clock-names = "sysclk";
1131 };
1132
1133 omap_control_pcie2phy: control-pcie@0x4a003c44 {
1134 compatible = "ti,control-phy-pcie";
1135 reg = <0x4a003c44 0x4>, <0x4a003c14 0x4>, <0x4a003c34 0x4>;
1136 reg-names = "power", "control_sma", "pcie_pcs";
1137 clocks = <&sys_clkin1>;
1138 clock-names = "sysclk";
1139 status = "disabled";
1140 };
1141
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001142 omap_control_usb2phy1: control-phy@4a002300 {
1143 compatible = "ti,control-phy-usb2";
1144 reg = <0x4a002300 0x4>;
1145 reg-names = "power";
1146 };
1147
1148 omap_control_usb3phy1: control-phy@4a002370 {
1149 compatible = "ti,control-phy-pipe3";
1150 reg = <0x4a002370 0x4>;
1151 reg-names = "power";
1152 };
1153
1154 omap_control_usb2phy2: control-phy@0x4a002e74 {
1155 compatible = "ti,control-phy-usb2-dra7";
1156 reg = <0x4a002e74 0x4>;
1157 reg-names = "power";
1158 };
1159
1160 /* OCP2SCP1 */
1161 ocp2scp@4a080000 {
1162 compatible = "ti,omap-ocp2scp";
1163 #address-cells = <1>;
1164 #size-cells = <1>;
1165 ranges;
1166 reg = <0x4a080000 0x20>;
1167 ti,hwmods = "ocp2scp1";
1168
1169 usb2_phy1: phy@4a084000 {
1170 compatible = "ti,omap-usb2";
1171 reg = <0x4a084000 0x400>;
1172 ctrl-module = <&omap_control_usb2phy1>;
1173 clocks = <&usb_phy1_always_on_clk32k>,
1174 <&usb_otg_ss1_refclk960m>;
1175 clock-names = "wkupclk",
1176 "refclk";
1177 #phy-cells = <0>;
1178 };
1179
1180 usb2_phy2: phy@4a085000 {
1181 compatible = "ti,omap-usb2";
1182 reg = <0x4a085000 0x400>;
1183 ctrl-module = <&omap_control_usb2phy2>;
1184 clocks = <&usb_phy2_always_on_clk32k>,
1185 <&usb_otg_ss2_refclk960m>;
1186 clock-names = "wkupclk",
1187 "refclk";
1188 #phy-cells = <0>;
1189 };
1190
1191 usb3_phy1: phy@4a084400 {
1192 compatible = "ti,omap-usb3";
1193 reg = <0x4a084400 0x80>,
1194 <0x4a084800 0x64>,
1195 <0x4a084c00 0x40>;
1196 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
1197 ctrl-module = <&omap_control_usb3phy1>;
1198 clocks = <&usb_phy3_always_on_clk32k>,
1199 <&sys_clkin1>,
1200 <&usb_otg_ss1_refclk960m>;
1201 clock-names = "wkupclk",
1202 "sysclk",
1203 "refclk";
1204 #phy-cells = <0>;
1205 };
1206 };
1207
1208 omap_dwc3_1@48880000 {
1209 compatible = "ti,dwc3";
1210 ti,hwmods = "usb_otg_ss1";
1211 reg = <0x48880000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301212 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001213 #address-cells = <1>;
1214 #size-cells = <1>;
1215 utmi-mode = <2>;
1216 ranges;
1217 usb1: usb@48890000 {
1218 compatible = "snps,dwc3";
1219 reg = <0x48890000 0x17000>;
R Sricharana46631c2014-06-26 12:55:31 +05301220 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001221 phys = <&usb2_phy1>, <&usb3_phy1>;
1222 phy-names = "usb2-phy", "usb3-phy";
1223 tx-fifo-resize;
1224 maximum-speed = "super-speed";
1225 dr_mode = "otg";
1226 };
1227 };
1228
1229 omap_dwc3_2@488c0000 {
1230 compatible = "ti,dwc3";
1231 ti,hwmods = "usb_otg_ss2";
1232 reg = <0x488c0000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301233 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001234 #address-cells = <1>;
1235 #size-cells = <1>;
1236 utmi-mode = <2>;
1237 ranges;
1238 usb2: usb@488d0000 {
1239 compatible = "snps,dwc3";
1240 reg = <0x488d0000 0x17000>;
R Sricharana46631c2014-06-26 12:55:31 +05301241 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001242 phys = <&usb2_phy2>;
1243 phy-names = "usb2-phy";
1244 tx-fifo-resize;
1245 maximum-speed = "high-speed";
1246 dr_mode = "otg";
1247 };
1248 };
1249
1250 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */
1251 omap_dwc3_3@48900000 {
1252 compatible = "ti,dwc3";
1253 ti,hwmods = "usb_otg_ss3";
1254 reg = <0x48900000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301255 interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001256 #address-cells = <1>;
1257 #size-cells = <1>;
1258 utmi-mode = <2>;
1259 ranges;
1260 status = "disabled";
1261 usb3: usb@48910000 {
1262 compatible = "snps,dwc3";
1263 reg = <0x48910000 0x17000>;
R Sricharana46631c2014-06-26 12:55:31 +05301264 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001265 tx-fifo-resize;
1266 maximum-speed = "high-speed";
1267 dr_mode = "otg";
1268 };
1269 };
1270
1271 omap_dwc3_4@48940000 {
1272 compatible = "ti,dwc3";
1273 ti,hwmods = "usb_otg_ss4";
1274 reg = <0x48940000 0x10000>;
R Sricharana46631c2014-06-26 12:55:31 +05301275 interrupts = <GIC_SPI 346 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001276 #address-cells = <1>;
1277 #size-cells = <1>;
1278 utmi-mode = <2>;
1279 ranges;
1280 status = "disabled";
1281 usb4: usb@48950000 {
1282 compatible = "snps,dwc3";
1283 reg = <0x48950000 0x17000>;
R Sricharana46631c2014-06-26 12:55:31 +05301284 interrupts = <GIC_SPI 345 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosfbf3e552014-05-05 12:54:45 +03001285 tx-fifo-resize;
1286 maximum-speed = "high-speed";
1287 dr_mode = "otg";
1288 };
1289 };
Minal Shahff66a3c2014-05-19 14:45:47 +05301290
1291 elm: elm@48078000 {
1292 compatible = "ti,am3352-elm";
1293 reg = <0x48078000 0xfc0>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301294 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301295 ti,hwmods = "elm";
1296 status = "disabled";
1297 };
1298
1299 gpmc: gpmc@50000000 {
1300 compatible = "ti,am3352-gpmc";
1301 ti,hwmods = "gpmc";
1302 reg = <0x50000000 0x37c>; /* device IO registers */
R Sricharana46631c2014-06-26 12:55:31 +05301303 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Minal Shahff66a3c2014-05-19 14:45:47 +05301304 gpmc,num-cs = <8>;
1305 gpmc,num-waitpins = <2>;
1306 #address-cells = <2>;
1307 #size-cells = <1>;
1308 status = "disabled";
1309 };
Peter Ujfalusi2ca09452014-05-07 13:20:48 +03001310
1311 atl: atl@4843c000 {
1312 compatible = "ti,dra7-atl";
1313 reg = <0x4843c000 0x3ff>;
1314 ti,hwmods = "atl";
1315 ti,provided-clocks = <&atl_clkin0_ck>, <&atl_clkin1_ck>,
1316 <&atl_clkin2_ck>, <&atl_clkin3_ck>;
1317 clocks = <&atl_gfclk_mux>;
1318 clock-names = "fck";
1319 status = "disabled";
1320 };
Olof Johansson412a9bb2014-07-18 22:16:15 -07001321
R Sricharana46631c2014-06-26 12:55:31 +05301322 crossbar_mpu: crossbar@4a020000 {
1323 compatible = "ti,irq-crossbar";
1324 reg = <0x4a002a48 0x130>;
1325 ti,max-irqs = <160>;
1326 ti,max-crossbar-sources = <MAX_SOURCES>;
1327 ti,reg-size = <2>;
1328 ti,irqs-reserved = <0 1 2 3 5 6 131 132>;
1329 ti,irqs-skip = <10 133 139 140>;
1330 ti,irqs-safe-map = <0>;
1331 };
R Sricharan6e58b8f2013-08-14 19:08:20 +05301332 };
1333};
Tero Kristoee6c7502013-07-18 17:18:33 +03001334
1335/include/ "dra7xx-clocks.dtsi"