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