ARM: dts: sun4i: gemei-g9: Add accelerometer (bma250) IRQ
[deliverable/linux.git] / arch / arm / boot / dts / omap5.dtsi
CommitLineData
6b5de091
S
1/*
2 * Copyright (C) 2012 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
6d624eab 10#include <dt-bindings/gpio/gpio.h>
8fea7d5a 11#include <dt-bindings/interrupt-controller/arm-gic.h>
bcd3cca7 12#include <dt-bindings/pinctrl/omap.h>
6b5de091 13
98ef7957 14#include "skeleton.dtsi"
6b5de091
S
15
16/ {
ba1829bc
SS
17 #address-cells = <1>;
18 #size-cells = <1>;
19
6b5de091 20 compatible = "ti,omap5";
7136d457 21 interrupt-parent = <&wakeupgen>;
6b5de091
S
22
23 aliases {
20b80942
NM
24 i2c0 = &i2c1;
25 i2c1 = &i2c2;
26 i2c2 = &i2c3;
27 i2c3 = &i2c4;
28 i2c4 = &i2c5;
6b5de091
S
29 serial0 = &uart1;
30 serial1 = &uart2;
31 serial2 = &uart3;
32 serial3 = &uart4;
33 serial4 = &uart5;
34 serial5 = &uart6;
35 };
36
37 cpus {
eeb25fd5
LP
38 #address-cells = <1>;
39 #size-cells = <0>;
40
b8981d71 41 cpu0: cpu@0 {
eeb25fd5 42 device_type = "cpu";
6b5de091 43 compatible = "arm,cortex-a15";
eeb25fd5 44 reg = <0x0>;
6c24894d
K
45
46 operating-points = <
47 /* kHz uV */
6c24894d
K
48 1000000 1060000
49 1500000 1250000
50 >;
8d766fa2
NM
51
52 clocks = <&dpll_mpu_ck>;
53 clock-names = "cpu";
54
55 clock-latency = <300000>; /* From omap-cpufreq driver */
56
2cd29f63
EV
57 /* cooling options */
58 cooling-min-level = <0>;
59 cooling-max-level = <2>;
60 #cooling-cells = <2>; /* min followed by max */
6b5de091
S
61 };
62 cpu@1 {
eeb25fd5 63 device_type = "cpu";
6b5de091 64 compatible = "arm,cortex-a15";
eeb25fd5 65 reg = <0x1>;
6b5de091
S
66 };
67 };
68
1b761fc5
EV
69 thermal-zones {
70 #include "omap4-cpu-thermal.dtsi"
71 #include "omap5-gpu-thermal.dtsi"
72 #include "omap5-core-thermal.dtsi"
73 };
74
b45ccc4e
SS
75 timer {
76 compatible = "arm,armv7-timer";
8fea7d5a
FV
77 /* PPI secure/nonsecure IRQ */
78 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_LOW)>,
79 <GIC_PPI 14 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_LOW)>,
80 <GIC_PPI 11 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_LOW)>,
81 <GIC_PPI 10 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_LOW)>;
7136d457 82 interrupt-parent = <&gic>;
b45ccc4e
SS
83 };
84
69a126cb
NL
85 pmu {
86 compatible = "arm,cortex-a15-pmu";
87 interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
88 <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>;
89 };
90
ba1829bc
SS
91 gic: interrupt-controller@48211000 {
92 compatible = "arm,cortex-a15-gic";
93 interrupt-controller;
94 #interrupt-cells = <3>;
95 reg = <0x48211000 0x1000>,
0129c16c
SS
96 <0x48212000 0x1000>,
97 <0x48214000 0x2000>,
98 <0x48216000 0x2000>;
7136d457
MZ
99 interrupt-parent = <&gic>;
100 };
101
102 wakeupgen: interrupt-controller@48281000 {
103 compatible = "ti,omap5-wugen-mpu", "ti,omap4-wugen-mpu";
104 interrupt-controller;
105 #interrupt-cells = <3>;
106 reg = <0x48281000 0x1000>;
107 interrupt-parent = <&gic>;
ba1829bc
SS
108 };
109
6b5de091 110 /*
5c5be9db 111 * The soc node represents the soc top level view. It is used for IPs
6b5de091
S
112 * that are not memory mapped in the MPU view or for the MPU itself.
113 */
114 soc {
115 compatible = "ti,omap-infra";
116 mpu {
1306c08a 117 compatible = "ti,omap4-mpu";
6b5de091 118 ti,hwmods = "mpu";
1306c08a 119 sram = <&ocmcram>;
6b5de091
S
120 };
121 };
122
123 /*
124 * XXX: Use a flat representation of the OMAP3 interconnect.
125 * The real OMAP interconnect network is quite complex.
b7ab524b 126 * Since it will not bring real advantage to represent that in DT for
6b5de091
S
127 * the moment, just use a fake OCP bus entry to represent the whole bus
128 * hierarchy.
129 */
130 ocp {
e7309c26 131 compatible = "ti,omap5-l3-noc", "simple-bus";
6b5de091
S
132 #address-cells = <1>;
133 #size-cells = <1>;
134 ranges;
135 ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
20a60eaa
SS
136 reg = <0x44000000 0x2000>,
137 <0x44800000 0x3000>,
138 <0x45000000 0x4000>;
8fea7d5a
FV
139 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
140 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
6b5de091 141
ed8509ed
TK
142 l4_cfg: l4@4a000000 {
143 compatible = "ti,omap5-l4-cfg", "simple-bus";
144 #address-cells = <1>;
145 #size-cells = <1>;
146 ranges = <0 0x4a000000 0x22a000>;
85dc74e9 147
ed8509ed
TK
148 scm_core: scm@2000 {
149 compatible = "ti,omap5-scm-core", "simple-bus";
150 reg = <0x2000 0x1000>;
85dc74e9 151 #address-cells = <1>;
ed8509ed
TK
152 #size-cells = <1>;
153 ranges = <0 0x2000 0x800>;
154
155 scm_conf: scm_conf@0 {
156 compatible = "syscon";
157 reg = <0x0 0x800>;
158 #address-cells = <1>;
159 #size-cells = <1>;
160 };
85dc74e9
TK
161 };
162
ed8509ed
TK
163 scm_padconf_core: scm@2800 {
164 compatible = "ti,omap5-scm-padconf-core",
165 "simple-bus";
166 #address-cells = <1>;
167 #size-cells = <1>;
168 ranges = <0 0x2800 0x800>;
169
170 omap5_pmx_core: pinmux@40 {
171 compatible = "ti,omap5-padconf",
172 "pinctrl-single";
173 reg = <0x40 0x01b6>;
174 #address-cells = <1>;
175 #size-cells = <0>;
176 #interrupt-cells = <1>;
177 interrupt-controller;
178 pinctrl-single,register-width = <16>;
179 pinctrl-single,function-mask = <0x7fff>;
180 };
181
182 omap5_padconf_global: omap5_padconf_global@5a0 {
70caac3f
KVA
183 compatible = "syscon",
184 "simple-bus";
ed8509ed
TK
185 reg = <0x5a0 0xec>;
186 #address-cells = <1>;
187 #size-cells = <1>;
188
189 pbias_regulator: pbias_regulator {
190 compatible = "ti,pbias-omap";
191 reg = <0x60 0x4>;
192 syscon = <&omap5_padconf_global>;
193 pbias_mmc_reg: pbias_mmc_omap5 {
194 regulator-name = "pbias_mmc_omap5";
195 regulator-min-microvolt = <1800000>;
196 regulator-max-microvolt = <3000000>;
197 };
198 };
199 };
85dc74e9 200 };
85dc74e9 201
ed8509ed
TK
202 cm_core_aon: cm_core_aon@4000 {
203 compatible = "ti,omap5-cm-core-aon";
204 reg = <0x4000 0x2000>;
85dc74e9 205
ed8509ed
TK
206 cm_core_aon_clocks: clocks {
207 #address-cells = <1>;
208 #size-cells = <0>;
209 };
85dc74e9 210
ed8509ed
TK
211 cm_core_aon_clockdomains: clockdomains {
212 };
85dc74e9 213 };
85dc74e9 214
ed8509ed
TK
215 cm_core: cm_core@8000 {
216 compatible = "ti,omap5-cm-core";
217 reg = <0x8000 0x3000>;
85dc74e9 218
ed8509ed
TK
219 cm_core_clocks: clocks {
220 #address-cells = <1>;
221 #size-cells = <0>;
222 };
85dc74e9 223
ed8509ed
TK
224 cm_core_clockdomains: clockdomains {
225 };
85dc74e9
TK
226 };
227 };
228
ed8509ed
TK
229 l4_wkup: l4@4ae00000 {
230 compatible = "ti,omap5-l4-wkup", "simple-bus";
231 #address-cells = <1>;
232 #size-cells = <1>;
233 ranges = <0 0x4ae00000 0x2b000>;
85dc74e9 234
ed8509ed
TK
235 counter32k: counter@4000 {
236 compatible = "ti,omap-counter32k";
237 reg = <0x4000 0x40>;
238 ti,hwmods = "counter_32k";
85dc74e9
TK
239 };
240
ed8509ed
TK
241 prm: prm@6000 {
242 compatible = "ti,omap5-prm";
243 reg = <0x6000 0x3000>;
244 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
245
246 prm_clocks: clocks {
247 #address-cells = <1>;
248 #size-cells = <0>;
249 };
250
251 prm_clockdomains: clockdomains {
252 };
85dc74e9 253 };
85dc74e9 254
ed8509ed
TK
255 scrm: scrm@a000 {
256 compatible = "ti,omap5-scrm";
257 reg = <0xa000 0x2000>;
3b3132f7 258
ed8509ed
TK
259 scrm_clocks: clocks {
260 #address-cells = <1>;
261 #size-cells = <0>;
262 };
5da6a2d5 263
ed8509ed
TK
264 scrm_clockdomains: clockdomains {
265 };
266 };
cd042fe5 267
ed8509ed
TK
268 omap5_pmx_wkup: pinmux@c840 {
269 compatible = "ti,omap5-padconf",
270 "pinctrl-single";
271 reg = <0xc840 0x0038>;
272 #address-cells = <1>;
273 #size-cells = <0>;
274 #interrupt-cells = <1>;
275 interrupt-controller;
276 pinctrl-single,register-width = <16>;
277 pinctrl-single,function-mask = <0x7fff>;
cd042fe5
B
278 };
279 };
280
8b9a2810
RN
281 ocmcram: ocmcram@40300000 {
282 compatible = "mmio-sram";
283 reg = <0x40300000 0x20000>; /* 128k */
284 };
285
2c2dc545
JH
286 sdma: dma-controller@4a056000 {
287 compatible = "ti,omap4430-sdma";
288 reg = <0x4a056000 0x1000>;
8fea7d5a
FV
289 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
290 <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
291 <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>,
292 <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
2c2dc545 293 #dma-cells = <1>;
951c1c04
PU
294 dma-channels = <32>;
295 dma-requests = <127>;
2c2dc545
JH
296 };
297
6b5de091
S
298 gpio1: gpio@4ae10000 {
299 compatible = "ti,omap4-gpio";
f4b224f2 300 reg = <0x4ae10000 0x200>;
8fea7d5a 301 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
6b5de091 302 ti,hwmods = "gpio1";
e4b9b9f3 303 ti,gpio-always-on;
6b5de091
S
304 gpio-controller;
305 #gpio-cells = <2>;
306 interrupt-controller;
ff5c9059 307 #interrupt-cells = <2>;
6b5de091
S
308 };
309
310 gpio2: gpio@48055000 {
311 compatible = "ti,omap4-gpio";
f4b224f2 312 reg = <0x48055000 0x200>;
8fea7d5a 313 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
6b5de091
S
314 ti,hwmods = "gpio2";
315 gpio-controller;
316 #gpio-cells = <2>;
317 interrupt-controller;
ff5c9059 318 #interrupt-cells = <2>;
6b5de091
S
319 };
320
321 gpio3: gpio@48057000 {
322 compatible = "ti,omap4-gpio";
f4b224f2 323 reg = <0x48057000 0x200>;
8fea7d5a 324 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
6b5de091
S
325 ti,hwmods = "gpio3";
326 gpio-controller;
327 #gpio-cells = <2>;
328 interrupt-controller;
ff5c9059 329 #interrupt-cells = <2>;
6b5de091
S
330 };
331
332 gpio4: gpio@48059000 {
333 compatible = "ti,omap4-gpio";
f4b224f2 334 reg = <0x48059000 0x200>;
8fea7d5a 335 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
6b5de091
S
336 ti,hwmods = "gpio4";
337 gpio-controller;
338 #gpio-cells = <2>;
339 interrupt-controller;
ff5c9059 340 #interrupt-cells = <2>;
6b5de091
S
341 };
342
343 gpio5: gpio@4805b000 {
344 compatible = "ti,omap4-gpio";
f4b224f2 345 reg = <0x4805b000 0x200>;
8fea7d5a 346 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
6b5de091
S
347 ti,hwmods = "gpio5";
348 gpio-controller;
349 #gpio-cells = <2>;
350 interrupt-controller;
ff5c9059 351 #interrupt-cells = <2>;
6b5de091
S
352 };
353
354 gpio6: gpio@4805d000 {
355 compatible = "ti,omap4-gpio";
f4b224f2 356 reg = <0x4805d000 0x200>;
8fea7d5a 357 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
6b5de091
S
358 ti,hwmods = "gpio6";
359 gpio-controller;
360 #gpio-cells = <2>;
361 interrupt-controller;
ff5c9059 362 #interrupt-cells = <2>;
6b5de091
S
363 };
364
365 gpio7: gpio@48051000 {
366 compatible = "ti,omap4-gpio";
f4b224f2 367 reg = <0x48051000 0x200>;
8fea7d5a 368 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
6b5de091
S
369 ti,hwmods = "gpio7";
370 gpio-controller;
371 #gpio-cells = <2>;
372 interrupt-controller;
ff5c9059 373 #interrupt-cells = <2>;
6b5de091
S
374 };
375
376 gpio8: gpio@48053000 {
377 compatible = "ti,omap4-gpio";
f4b224f2 378 reg = <0x48053000 0x200>;
8fea7d5a 379 interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
6b5de091
S
380 ti,hwmods = "gpio8";
381 gpio-controller;
382 #gpio-cells = <2>;
383 interrupt-controller;
ff5c9059 384 #interrupt-cells = <2>;
6b5de091
S
385 };
386
1c7dbb55
JH
387 gpmc: gpmc@50000000 {
388 compatible = "ti,omap4430-gpmc";
389 reg = <0x50000000 0x1000>;
390 #address-cells = <2>;
391 #size-cells = <1>;
8fea7d5a 392 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
1c7dbb55
JH
393 gpmc,num-cs = <8>;
394 gpmc,num-waitpins = <4>;
395 ti,hwmods = "gpmc";
7b8b6af1
FV
396 clocks = <&l3_iclk_div>;
397 clock-names = "fck";
1c7dbb55
JH
398 };
399
6e6a9a50
SP
400 i2c1: i2c@48070000 {
401 compatible = "ti,omap4-i2c";
d7118bbd 402 reg = <0x48070000 0x100>;
8fea7d5a 403 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
6e6a9a50
SP
404 #address-cells = <1>;
405 #size-cells = <0>;
406 ti,hwmods = "i2c1";
407 };
408
409 i2c2: i2c@48072000 {
410 compatible = "ti,omap4-i2c";
d7118bbd 411 reg = <0x48072000 0x100>;
8fea7d5a 412 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
6e6a9a50
SP
413 #address-cells = <1>;
414 #size-cells = <0>;
415 ti,hwmods = "i2c2";
416 };
417
418 i2c3: i2c@48060000 {
419 compatible = "ti,omap4-i2c";
d7118bbd 420 reg = <0x48060000 0x100>;
8fea7d5a 421 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
6e6a9a50
SP
422 #address-cells = <1>;
423 #size-cells = <0>;
424 ti,hwmods = "i2c3";
425 };
426
d7118bbd 427 i2c4: i2c@4807a000 {
6e6a9a50 428 compatible = "ti,omap4-i2c";
d7118bbd 429 reg = <0x4807a000 0x100>;
8fea7d5a 430 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
6e6a9a50
SP
431 #address-cells = <1>;
432 #size-cells = <0>;
433 ti,hwmods = "i2c4";
434 };
435
d7118bbd 436 i2c5: i2c@4807c000 {
6e6a9a50 437 compatible = "ti,omap4-i2c";
d7118bbd 438 reg = <0x4807c000 0x100>;
8fea7d5a 439 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
6e6a9a50
SP
440 #address-cells = <1>;
441 #size-cells = <0>;
442 ti,hwmods = "i2c5";
443 };
444
fe0e09e4
SA
445 hwspinlock: spinlock@4a0f6000 {
446 compatible = "ti,omap4-hwspinlock";
447 reg = <0x4a0f6000 0x1000>;
448 ti,hwmods = "spinlock";
34054213 449 #hwlock-cells = <1>;
fe0e09e4
SA
450 };
451
43286b11
FB
452 mcspi1: spi@48098000 {
453 compatible = "ti,omap4-mcspi";
454 reg = <0x48098000 0x200>;
8fea7d5a 455 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
43286b11
FB
456 #address-cells = <1>;
457 #size-cells = <0>;
458 ti,hwmods = "mcspi1";
459 ti,spi-num-cs = <4>;
2c2dc545
JH
460 dmas = <&sdma 35>,
461 <&sdma 36>,
462 <&sdma 37>,
463 <&sdma 38>,
464 <&sdma 39>,
465 <&sdma 40>,
466 <&sdma 41>,
467 <&sdma 42>;
468 dma-names = "tx0", "rx0", "tx1", "rx1",
469 "tx2", "rx2", "tx3", "rx3";
43286b11
FB
470 };
471
472 mcspi2: spi@4809a000 {
473 compatible = "ti,omap4-mcspi";
474 reg = <0x4809a000 0x200>;
8fea7d5a 475 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
43286b11
FB
476 #address-cells = <1>;
477 #size-cells = <0>;
478 ti,hwmods = "mcspi2";
479 ti,spi-num-cs = <2>;
2c2dc545
JH
480 dmas = <&sdma 43>,
481 <&sdma 44>,
482 <&sdma 45>,
483 <&sdma 46>;
484 dma-names = "tx0", "rx0", "tx1", "rx1";
43286b11
FB
485 };
486
487 mcspi3: spi@480b8000 {
488 compatible = "ti,omap4-mcspi";
489 reg = <0x480b8000 0x200>;
8fea7d5a 490 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
43286b11
FB
491 #address-cells = <1>;
492 #size-cells = <0>;
493 ti,hwmods = "mcspi3";
494 ti,spi-num-cs = <2>;
2c2dc545
JH
495 dmas = <&sdma 15>, <&sdma 16>;
496 dma-names = "tx0", "rx0";
43286b11
FB
497 };
498
499 mcspi4: spi@480ba000 {
500 compatible = "ti,omap4-mcspi";
501 reg = <0x480ba000 0x200>;
8fea7d5a 502 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
43286b11
FB
503 #address-cells = <1>;
504 #size-cells = <0>;
505 ti,hwmods = "mcspi4";
506 ti,spi-num-cs = <1>;
2c2dc545
JH
507 dmas = <&sdma 70>, <&sdma 71>;
508 dma-names = "tx0", "rx0";
43286b11
FB
509 };
510
6b5de091
S
511 uart1: serial@4806a000 {
512 compatible = "ti,omap4-uart";
8e80f660 513 reg = <0x4806a000 0x100>;
7136d457 514 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
6b5de091
S
515 ti,hwmods = "uart1";
516 clock-frequency = <48000000>;
517 };
518
519 uart2: serial@4806c000 {
520 compatible = "ti,omap4-uart";
8e80f660 521 reg = <0x4806c000 0x100>;
7136d457 522 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
6b5de091
S
523 ti,hwmods = "uart2";
524 clock-frequency = <48000000>;
525 };
526
527 uart3: serial@48020000 {
528 compatible = "ti,omap4-uart";
8e80f660 529 reg = <0x48020000 0x100>;
7136d457 530 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
6b5de091
S
531 ti,hwmods = "uart3";
532 clock-frequency = <48000000>;
533 };
534
535 uart4: serial@4806e000 {
536 compatible = "ti,omap4-uart";
8e80f660 537 reg = <0x4806e000 0x100>;
7136d457 538 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
6b5de091
S
539 ti,hwmods = "uart4";
540 clock-frequency = <48000000>;
541 };
542
543 uart5: serial@48066000 {
8e80f660
SG
544 compatible = "ti,omap4-uart";
545 reg = <0x48066000 0x100>;
7136d457 546 interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
6b5de091
S
547 ti,hwmods = "uart5";
548 clock-frequency = <48000000>;
549 };
550
551 uart6: serial@48068000 {
8e80f660
SG
552 compatible = "ti,omap4-uart";
553 reg = <0x48068000 0x100>;
7136d457 554 interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
6b5de091
S
555 ti,hwmods = "uart6";
556 clock-frequency = <48000000>;
557 };
5dd18b01
B
558
559 mmc1: mmc@4809c000 {
560 compatible = "ti,omap4-hsmmc";
9a642362 561 reg = <0x4809c000 0x400>;
8fea7d5a 562 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
5dd18b01
B
563 ti,hwmods = "mmc1";
564 ti,dual-volt;
565 ti,needs-special-reset;
2c2dc545
JH
566 dmas = <&sdma 61>, <&sdma 62>;
567 dma-names = "tx", "rx";
cd042fe5 568 pbias-supply = <&pbias_mmc_reg>;
5dd18b01
B
569 };
570
571 mmc2: mmc@480b4000 {
572 compatible = "ti,omap4-hsmmc";
9a642362 573 reg = <0x480b4000 0x400>;
8fea7d5a 574 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
5dd18b01
B
575 ti,hwmods = "mmc2";
576 ti,needs-special-reset;
2c2dc545
JH
577 dmas = <&sdma 47>, <&sdma 48>;
578 dma-names = "tx", "rx";
5dd18b01
B
579 };
580
581 mmc3: mmc@480ad000 {
582 compatible = "ti,omap4-hsmmc";
9a642362 583 reg = <0x480ad000 0x400>;
8fea7d5a 584 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
5dd18b01
B
585 ti,hwmods = "mmc3";
586 ti,needs-special-reset;
2c2dc545
JH
587 dmas = <&sdma 77>, <&sdma 78>;
588 dma-names = "tx", "rx";
5dd18b01
B
589 };
590
591 mmc4: mmc@480d1000 {
592 compatible = "ti,omap4-hsmmc";
9a642362 593 reg = <0x480d1000 0x400>;
8fea7d5a 594 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
5dd18b01
B
595 ti,hwmods = "mmc4";
596 ti,needs-special-reset;
2c2dc545
JH
597 dmas = <&sdma 57>, <&sdma 58>;
598 dma-names = "tx", "rx";
5dd18b01
B
599 };
600
601 mmc5: mmc@480d5000 {
602 compatible = "ti,omap4-hsmmc";
9a642362 603 reg = <0x480d5000 0x400>;
8fea7d5a 604 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
5dd18b01
B
605 ti,hwmods = "mmc5";
606 ti,needs-special-reset;
2c2dc545
JH
607 dmas = <&sdma 59>, <&sdma 60>;
608 dma-names = "tx", "rx";
5dd18b01 609 };
5449fbc2 610
2dcfa56e
SA
611 mmu_dsp: mmu@4a066000 {
612 compatible = "ti,omap4-iommu";
613 reg = <0x4a066000 0x100>;
614 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
615 ti,hwmods = "mmu_dsp";
c1b5d0f6 616 #iommu-cells = <0>;
2dcfa56e
SA
617 };
618
619 mmu_ipu: mmu@55082000 {
620 compatible = "ti,omap4-iommu";
621 reg = <0x55082000 0x100>;
622 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
623 ti,hwmods = "mmu_ipu";
c1b5d0f6 624 #iommu-cells = <0>;
2dcfa56e
SA
625 ti,iommu-bus-err-back;
626 };
627
5449fbc2
SP
628 keypad: keypad@4ae1c000 {
629 compatible = "ti,omap4-keypad";
8cc8b89f 630 reg = <0x4ae1c000 0x400>;
5449fbc2
SP
631 ti,hwmods = "kbd";
632 };
ffd5db24 633
cbb57f07
PU
634 mcpdm: mcpdm@40132000 {
635 compatible = "ti,omap4-mcpdm";
636 reg = <0x40132000 0x7f>, /* MPU private access */
637 <0x49032000 0x7f>; /* L3 Interconnect */
638 reg-names = "mpu", "dma";
8fea7d5a 639 interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
cbb57f07 640 ti,hwmods = "mcpdm";
4e4ead73
SG
641 dmas = <&sdma 65>,
642 <&sdma 66>;
643 dma-names = "up_link", "dn_link";
f15534ea 644 status = "disabled";
cbb57f07
PU
645 };
646
647 dmic: dmic@4012e000 {
648 compatible = "ti,omap4-dmic";
649 reg = <0x4012e000 0x7f>, /* MPU private access */
650 <0x4902e000 0x7f>; /* L3 Interconnect */
651 reg-names = "mpu", "dma";
8fea7d5a 652 interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
cbb57f07 653 ti,hwmods = "dmic";
4e4ead73
SG
654 dmas = <&sdma 67>;
655 dma-names = "up_link";
f15534ea 656 status = "disabled";
cbb57f07
PU
657 };
658
ffd5db24
PU
659 mcbsp1: mcbsp@40122000 {
660 compatible = "ti,omap4-mcbsp";
661 reg = <0x40122000 0xff>, /* MPU private access */
662 <0x49022000 0xff>; /* L3 Interconnect */
663 reg-names = "mpu", "dma";
8fea7d5a 664 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
ffd5db24 665 interrupt-names = "common";
ffd5db24
PU
666 ti,buffer-size = <128>;
667 ti,hwmods = "mcbsp1";
4e4ead73
SG
668 dmas = <&sdma 33>,
669 <&sdma 34>;
670 dma-names = "tx", "rx";
f15534ea 671 status = "disabled";
ffd5db24
PU
672 };
673
674 mcbsp2: mcbsp@40124000 {
675 compatible = "ti,omap4-mcbsp";
676 reg = <0x40124000 0xff>, /* MPU private access */
677 <0x49024000 0xff>; /* L3 Interconnect */
678 reg-names = "mpu", "dma";
8fea7d5a 679 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
ffd5db24 680 interrupt-names = "common";
ffd5db24
PU
681 ti,buffer-size = <128>;
682 ti,hwmods = "mcbsp2";
4e4ead73
SG
683 dmas = <&sdma 17>,
684 <&sdma 18>;
685 dma-names = "tx", "rx";
f15534ea 686 status = "disabled";
ffd5db24
PU
687 };
688
689 mcbsp3: mcbsp@40126000 {
690 compatible = "ti,omap4-mcbsp";
691 reg = <0x40126000 0xff>, /* MPU private access */
692 <0x49026000 0xff>; /* L3 Interconnect */
693 reg-names = "mpu", "dma";
8fea7d5a 694 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
ffd5db24 695 interrupt-names = "common";
ffd5db24
PU
696 ti,buffer-size = <128>;
697 ti,hwmods = "mcbsp3";
4e4ead73
SG
698 dmas = <&sdma 19>,
699 <&sdma 20>;
700 dma-names = "tx", "rx";
f15534ea 701 status = "disabled";
ffd5db24 702 };
df692a92 703
84d89c31
SA
704 mailbox: mailbox@4a0f4000 {
705 compatible = "ti,omap4-mailbox";
706 reg = <0x4a0f4000 0x200>;
707 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
708 ti,hwmods = "mailbox";
24df0453 709 #mbox-cells = <1>;
41ffada1
SA
710 ti,mbox-num-users = <3>;
711 ti,mbox-num-fifos = <8>;
d27704d1
SA
712 mbox_ipu: mbox_ipu {
713 ti,mbox-tx = <0 0 0>;
714 ti,mbox-rx = <1 0 0>;
715 };
716 mbox_dsp: mbox_dsp {
717 ti,mbox-tx = <3 0 0>;
718 ti,mbox-rx = <2 0 0>;
719 };
84d89c31
SA
720 };
721
df692a92 722 timer1: timer@4ae18000 {
002e1ec5 723 compatible = "ti,omap5430-timer";
df692a92 724 reg = <0x4ae18000 0x80>;
8fea7d5a 725 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
df692a92
JH
726 ti,hwmods = "timer1";
727 ti,timer-alwon;
728 };
729
730 timer2: timer@48032000 {
002e1ec5 731 compatible = "ti,omap5430-timer";
df692a92 732 reg = <0x48032000 0x80>;
8fea7d5a 733 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
df692a92
JH
734 ti,hwmods = "timer2";
735 };
736
737 timer3: timer@48034000 {
002e1ec5 738 compatible = "ti,omap5430-timer";
df692a92 739 reg = <0x48034000 0x80>;
8fea7d5a 740 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
df692a92
JH
741 ti,hwmods = "timer3";
742 };
743
744 timer4: timer@48036000 {
002e1ec5 745 compatible = "ti,omap5430-timer";
df692a92 746 reg = <0x48036000 0x80>;
8fea7d5a 747 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
df692a92
JH
748 ti,hwmods = "timer4";
749 };
750
751 timer5: timer@40138000 {
002e1ec5 752 compatible = "ti,omap5430-timer";
df692a92
JH
753 reg = <0x40138000 0x80>,
754 <0x49038000 0x80>;
8fea7d5a 755 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
df692a92
JH
756 ti,hwmods = "timer5";
757 ti,timer-dsp;
8341613a 758 ti,timer-pwm;
df692a92
JH
759 };
760
761 timer6: timer@4013a000 {
002e1ec5 762 compatible = "ti,omap5430-timer";
df692a92
JH
763 reg = <0x4013a000 0x80>,
764 <0x4903a000 0x80>;
8fea7d5a 765 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
df692a92
JH
766 ti,hwmods = "timer6";
767 ti,timer-dsp;
768 ti,timer-pwm;
769 };
770
771 timer7: timer@4013c000 {
002e1ec5 772 compatible = "ti,omap5430-timer";
df692a92
JH
773 reg = <0x4013c000 0x80>,
774 <0x4903c000 0x80>;
8fea7d5a 775 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
df692a92
JH
776 ti,hwmods = "timer7";
777 ti,timer-dsp;
778 };
779
780 timer8: timer@4013e000 {
002e1ec5 781 compatible = "ti,omap5430-timer";
df692a92
JH
782 reg = <0x4013e000 0x80>,
783 <0x4903e000 0x80>;
8fea7d5a 784 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
df692a92
JH
785 ti,hwmods = "timer8";
786 ti,timer-dsp;
787 ti,timer-pwm;
788 };
789
790 timer9: timer@4803e000 {
002e1ec5 791 compatible = "ti,omap5430-timer";
df692a92 792 reg = <0x4803e000 0x80>;
8fea7d5a 793 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
df692a92 794 ti,hwmods = "timer9";
8341613a 795 ti,timer-pwm;
df692a92
JH
796 };
797
798 timer10: timer@48086000 {
002e1ec5 799 compatible = "ti,omap5430-timer";
df692a92 800 reg = <0x48086000 0x80>;
8fea7d5a 801 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
df692a92 802 ti,hwmods = "timer10";
8341613a 803 ti,timer-pwm;
df692a92
JH
804 };
805
806 timer11: timer@48088000 {
002e1ec5 807 compatible = "ti,omap5430-timer";
df692a92 808 reg = <0x48088000 0x80>;
8fea7d5a 809 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
df692a92
JH
810 ti,hwmods = "timer11";
811 ti,timer-pwm;
812 };
e6900ddf 813
55452197
LV
814 wdt2: wdt@4ae14000 {
815 compatible = "ti,omap5-wdt", "ti,omap3-wdt";
816 reg = <0x4ae14000 0x80>;
8fea7d5a 817 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
55452197
LV
818 ti,hwmods = "wd_timer2";
819 };
820
1a5fe3ca
AT
821 dmm@4e000000 {
822 compatible = "ti,omap5-dmm";
823 reg = <0x4e000000 0x800>;
824 interrupts = <0 113 0x4>;
825 ti,hwmods = "dmm";
826 };
827
8906d654 828 emif1: emif@4c000000 {
e6900ddf
LV
829 compatible = "ti,emif-4d5";
830 ti,hwmods = "emif1";
f12ecbe2 831 ti,no-idle-on-init;
e6900ddf
LV
832 phy-type = <2>; /* DDR PHY type: Intelli PHY */
833 reg = <0x4c000000 0x400>;
8fea7d5a 834 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
e6900ddf
LV
835 hw-caps-read-idle-ctrl;
836 hw-caps-ll-interface;
837 hw-caps-temp-alert;
838 };
839
8906d654 840 emif2: emif@4d000000 {
e6900ddf
LV
841 compatible = "ti,emif-4d5";
842 ti,hwmods = "emif2";
f12ecbe2 843 ti,no-idle-on-init;
e6900ddf
LV
844 phy-type = <2>; /* DDR PHY type: Intelli PHY */
845 reg = <0x4d000000 0x400>;
8fea7d5a 846 interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
e6900ddf
LV
847 hw-caps-read-idle-ctrl;
848 hw-caps-ll-interface;
849 hw-caps-temp-alert;
850 };
fedc428e 851
b297c292
RQ
852 omap_control_usb2phy: control-phy@4a002300 {
853 compatible = "ti,control-phy-usb2";
854 reg = <0x4a002300 0x4>;
855 reg-names = "power";
856 };
857
858 omap_control_usb3phy: control-phy@4a002370 {
859 compatible = "ti,control-phy-pipe3";
860 reg = <0x4a002370 0x4>;
861 reg-names = "power";
fedc428e 862 };
e9831967 863
e3a412c9 864 usb3: omap_dwc3@4a020000 {
72f6f957
KVA
865 compatible = "ti,dwc3";
866 ti,hwmods = "usb_otg_ss";
6f61ee23 867 reg = <0x4a020000 0x10000>;
8fea7d5a 868 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
72f6f957
KVA
869 #address-cells = <1>;
870 #size-cells = <1>;
871 utmi-mode = <2>;
872 ranges;
873 dwc3@4a030000 {
22a5aa17 874 compatible = "snps,dwc3";
6f61ee23 875 reg = <0x4a030000 0x10000>;
8d33c093
RQ
876 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>,
877 <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>,
878 <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
879 interrupt-names = "peripheral",
880 "host",
881 "otg";
073addc8
KVA
882 phys = <&usb2_phy>, <&usb3_phy>;
883 phy-names = "usb2-phy", "usb3-phy";
c47ee6ee 884 dr_mode = "peripheral";
72f6f957
KVA
885 tx-fifo-resize;
886 };
887 };
888
b6731f78 889 ocp2scp@4a080000 {
e9831967
KVA
890 compatible = "ti,omap-ocp2scp";
891 #address-cells = <1>;
892 #size-cells = <1>;
b6731f78 893 reg = <0x4a080000 0x20>;
e9831967
KVA
894 ranges;
895 ti,hwmods = "ocp2scp1";
ae6a32d2
KVA
896 usb2_phy: usb2phy@4a084000 {
897 compatible = "ti,omap-usb2";
898 reg = <0x4a084000 0x7c>;
b297c292 899 ctrl-module = <&omap_control_usb2phy>;
c65d0ad5
RQ
900 clocks = <&usb_phy_cm_clk32k>, <&usb_otg_ss_refclk960m>;
901 clock-names = "wkupclk", "refclk";
073addc8 902 #phy-cells = <0>;
ae6a32d2
KVA
903 };
904
905 usb3_phy: usb3phy@4a084400 {
906 compatible = "ti,omap-usb3";
907 reg = <0x4a084400 0x80>,
908 <0x4a084800 0x64>,
909 <0x4a084c00 0x40>;
910 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
b297c292 911 ctrl-module = <&omap_control_usb3phy>;
ada76576
RQ
912 clocks = <&usb_phy_cm_clk32k>,
913 <&sys_clkin>,
914 <&usb_otg_ss_refclk960m>;
915 clock-names = "wkupclk",
916 "sysclk",
917 "refclk";
073addc8 918 #phy-cells = <0>;
ae6a32d2 919 };
e9831967 920 };
ed7f8e8a
RQ
921
922 usbhstll: usbhstll@4a062000 {
923 compatible = "ti,usbhs-tll";
924 reg = <0x4a062000 0x1000>;
925 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
926 ti,hwmods = "usb_tll_hs";
927 };
928
929 usbhshost: usbhshost@4a064000 {
930 compatible = "ti,usbhs-host";
931 reg = <0x4a064000 0x800>;
932 ti,hwmods = "usb_host_hs";
933 #address-cells = <1>;
934 #size-cells = <1>;
935 ranges;
051fc06d
RQ
936 clocks = <&l3init_60m_fclk>,
937 <&xclk60mhsp1_ck>,
938 <&xclk60mhsp2_ck>;
939 clock-names = "refclk_60m_int",
940 "refclk_60m_ext_p1",
941 "refclk_60m_ext_p2";
ed7f8e8a
RQ
942
943 usbhsohci: ohci@4a064800 {
a2525e54 944 compatible = "ti,ohci-omap3";
ed7f8e8a 945 reg = <0x4a064800 0x400>;
ed7f8e8a
RQ
946 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
947 };
948
949 usbhsehci: ehci@4a064c00 {
a2525e54 950 compatible = "ti,ehci-omap";
ed7f8e8a 951 reg = <0x4a064c00 0x400>;
ed7f8e8a
RQ
952 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
953 };
954 };
cbad26db 955
1b761fc5 956 bandgap: bandgap@4a0021e0 {
cbad26db
EV
957 reg = <0x4a0021e0 0xc
958 0x4a00232c 0xc
959 0x4a002380 0x2c
960 0x4a0023C0 0x3c>;
961 interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>;
962 compatible = "ti,omap5430-bandgap";
1b761fc5
EV
963
964 #thermal-sensor-cells = <1>;
cbad26db 965 };
4f82952c
B
966
967 omap_control_sata: control-phy@4a002374 {
968 compatible = "ti,control-phy-pipe3";
969 reg = <0x4a002374 0x4>;
970 reg-names = "power";
971 clocks = <&sys_clkin>;
972 clock-names = "sysclk";
973 };
974
975 /* OCP2SCP3 */
976 ocp2scp@4a090000 {
977 compatible = "ti,omap-ocp2scp";
978 #address-cells = <1>;
979 #size-cells = <1>;
980 reg = <0x4a090000 0x20>;
981 ranges;
982 ti,hwmods = "ocp2scp3";
983 sata_phy: phy@4a096000 {
984 compatible = "ti,phy-pipe3-sata";
985 reg = <0x4A096000 0x80>, /* phy_rx */
986 <0x4A096400 0x64>, /* phy_tx */
987 <0x4A096800 0x40>; /* pll_ctrl */
988 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
989 ctrl-module = <&omap_control_sata>;
a0182724
RQ
990 clocks = <&sys_clkin>, <&sata_ref_clk>;
991 clock-names = "sysclk", "refclk";
4f82952c
B
992 #phy-cells = <0>;
993 };
994 };
995
996 sata: sata@4a141100 {
997 compatible = "snps,dwc-ahci";
998 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
999 interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
1000 phys = <&sata_phy>;
1001 phy-names = "sata-phy";
1002 clocks = <&sata_ref_clk>;
1003 ti,hwmods = "sata";
1004 };
1005
e7585c4f
TV
1006 dss: dss@58000000 {
1007 compatible = "ti,omap5-dss";
1008 reg = <0x58000000 0x80>;
1009 status = "disabled";
1010 ti,hwmods = "dss_core";
1011 clocks = <&dss_dss_clk>;
1012 clock-names = "fck";
1013 #address-cells = <1>;
1014 #size-cells = <1>;
1015 ranges;
1016
1017 dispc@58001000 {
1018 compatible = "ti,omap5-dispc";
1019 reg = <0x58001000 0x1000>;
1020 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
1021 ti,hwmods = "dss_dispc";
1022 clocks = <&dss_dss_clk>;
1023 clock-names = "fck";
1024 };
1025
84ace674
TV
1026 rfbi: encoder@58002000 {
1027 compatible = "ti,omap5-rfbi";
1028 reg = <0x58002000 0x100>;
1029 status = "disabled";
1030 ti,hwmods = "dss_rfbi";
1031 clocks = <&dss_dss_clk>, <&l3_iclk_div>;
1032 clock-names = "fck", "ick";
1033 };
1034
e7585c4f
TV
1035 dsi1: encoder@58004000 {
1036 compatible = "ti,omap5-dsi";
1037 reg = <0x58004000 0x200>,
1038 <0x58004200 0x40>,
1039 <0x58004300 0x40>;
1040 reg-names = "proto", "phy", "pll";
1041 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
1042 status = "disabled";
1043 ti,hwmods = "dss_dsi1";
1044 clocks = <&dss_dss_clk>, <&dss_sys_clk>;
1045 clock-names = "fck", "sys_clk";
1046 };
1047
1048 dsi2: encoder@58005000 {
1049 compatible = "ti,omap5-dsi";
1050 reg = <0x58009000 0x200>,
1051 <0x58009200 0x40>,
1052 <0x58009300 0x40>;
1053 reg-names = "proto", "phy", "pll";
1054 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
1055 status = "disabled";
1056 ti,hwmods = "dss_dsi2";
1057 clocks = <&dss_dss_clk>, <&dss_sys_clk>;
1058 clock-names = "fck", "sys_clk";
1059 };
1060
1061 hdmi: encoder@58060000 {
1062 compatible = "ti,omap5-hdmi";
1063 reg = <0x58040000 0x200>,
1064 <0x58040200 0x80>,
1065 <0x58040300 0x80>,
1066 <0x58060000 0x19000>;
1067 reg-names = "wp", "pll", "phy", "core";
1068 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
1069 status = "disabled";
1070 ti,hwmods = "dss_hdmi";
1071 clocks = <&dss_48mhz_clk>, <&dss_sys_clk>;
1072 clock-names = "fck", "sys_clk";
7d0fde39
JS
1073 dmas = <&sdma 76>;
1074 dma-names = "audio_tx";
e7585c4f
TV
1075 };
1076 };
07b9b3d9
AT
1077
1078 abb_mpu: regulator-abb-mpu {
1079 compatible = "ti,abb-v2";
1080 regulator-name = "abb_mpu";
1081 #address-cells = <0>;
1082 #size-cells = <0>;
1083 clocks = <&sys_clkin>;
1084 ti,settling-time = <50>;
1085 ti,clock-cycles = <16>;
1086
1087 reg = <0x4ae07cdc 0x8>, <0x4ae06014 0x4>,
1088 <0x4a0021c4 0x8>, <0x4ae0c318 0x4>;
1089 reg-names = "base-address", "int-address",
1090 "efuse-address", "ldo-address";
1091 ti,tranxdone-status-mask = <0x80>;
1092 /* LDOVBBMPU_MUX_CTRL */
1093 ti,ldovbb-override-mask = <0x400>;
1094 /* LDOVBBMPU_VSET_OUT */
1095 ti,ldovbb-vset-mask = <0x1F>;
1096
1097 /*
1098 * NOTE: only FBB mode used but actual vset will
1099 * determine final biasing
1100 */
1101 ti,abb_info = <
1102 /*uV ABB efuse rbb_m fbb_m vset_m*/
1103 1060000 0 0x0 0 0x02000000 0x01F00000
1104 1250000 0 0x4 0 0x02000000 0x01F00000
1105 >;
1106 };
1107
1108 abb_mm: regulator-abb-mm {
1109 compatible = "ti,abb-v2";
1110 regulator-name = "abb_mm";
1111 #address-cells = <0>;
1112 #size-cells = <0>;
1113 clocks = <&sys_clkin>;
1114 ti,settling-time = <50>;
1115 ti,clock-cycles = <16>;
1116
1117 reg = <0x4ae07ce4 0x8>, <0x4ae06010 0x4>,
1118 <0x4a0021a4 0x8>, <0x4ae0c314 0x4>;
1119 reg-names = "base-address", "int-address",
1120 "efuse-address", "ldo-address";
1121 ti,tranxdone-status-mask = <0x80000000>;
1122 /* LDOVBBMM_MUX_CTRL */
1123 ti,ldovbb-override-mask = <0x400>;
1124 /* LDOVBBMM_VSET_OUT */
1125 ti,ldovbb-vset-mask = <0x1F>;
1126
1127 /*
1128 * NOTE: only FBB mode used but actual vset will
1129 * determine final biasing
1130 */
1131 ti,abb_info = <
1132 /*uV ABB efuse rbb_m fbb_m vset_m*/
1133 1025000 0 0x0 0 0x02000000 0x01F00000
1134 1120000 0 0x4 0 0x02000000 0x01F00000
1135 >;
1136 };
6b5de091
S
1137 };
1138};
85dc74e9 1139
38f5c8ba
TK
1140&cpu_thermal {
1141 polling-delay = <500>; /* milliseconds */
1142};
1143
85dc74e9 1144/include/ "omap54xx-clocks.dtsi"
This page took 0.433756 seconds and 5 git commands to generate.