1 // SPDX-License-Identifier: GPL-2.0
3 * Samsung's Exynos5420 based Arndale Octa board device tree source
5 * Copyright (c) 2013 Samsung Electronics Co., Ltd.
6 * http://www.samsung.com
10 #include "exynos5420.dtsi"
11 #include "exynos5420-cpus.dtsi"
12 #include <dt-bindings/gpio/gpio.h>
13 #include <dt-bindings/interrupt-controller/irq.h>
14 #include <dt-bindings/input/input.h>
15 #include <dt-bindings/clock/samsung,s2mps11.h>
18 model = "Insignal Arndale Octa evaluation board based on EXYNOS5420";
19 compatible = "insignal,arndale-octa", "samsung,exynos5420", "samsung,exynos5";
22 device_type = "memory";
23 reg = <0x20000000 0x80000000>;
27 stdout-path = "serial3:115200n8";
31 compatible = "samsung,secure-firmware";
32 reg = <0x02073000 0x1000>;
37 compatible = "samsung,exynos5420-oscclk";
38 clock-frequency = <24000000>;
43 compatible = "gpio-keys";
47 gpios = <&gpx2 7 GPIO_ACTIVE_LOW>;
48 linux,code = <KEY_WAKEUP>;
55 vdd-supply = <&ldo4_reg>;
64 cpu-supply = <&buck2_reg>;
68 cpu-supply = <&buck6_reg>;
73 cpu0_alert0: cpu-alert-0 {
74 temperature = <60000>; /* millicelsius */
75 hysteresis = <5000>; /* millicelsius */
78 cpu0_alert1: cpu-alert-1 {
79 temperature = <80000>; /* millicelsius */
80 hysteresis = <10000>; /* millicelsius */
83 cpu0_alert2: cpu-alert-2 {
84 temperature = <110000>; /* millicelsius */
85 hysteresis = <10000>; /* millicelsius */
88 cpu0_crit0: cpu-crit-0 {
89 temperature = <120000>; /* millicelsius */
90 hysteresis = <0>; /* millicelsius */
97 * Reduce the CPU speed by 2 steps, down to: 1600 MHz
101 trip = <&cpu0_alert0>;
102 cooling-device = <&cpu0 0 2>,
113 * Reduce the CPU speed down to 1200 MHz big (6 steps)
114 * and 800 MHz LITTLE (5 steps).
117 trip = <&cpu0_alert1>;
118 cooling-device = <&cpu0 3 6>,
129 * Reduce the CPU speed as much as possible, down to 700 MHz
130 * big (11 steps) and 600 MHz LITTLE (7 steps).
133 trip = <&cpu0_alert2>;
134 cooling-device = <&cpu0 6 11>,
148 cpu1_alert0: cpu-alert-0 {
149 temperature = <60000>; /* millicelsius */
150 hysteresis = <5000>; /* millicelsius */
153 cpu1_alert1: cpu-alert-1 {
154 temperature = <80000>; /* millicelsius */
155 hysteresis = <10000>; /* millicelsius */
158 cpu1_alert2: cpu-alert-2 {
159 temperature = <110000>; /* millicelsius */
160 hysteresis = <10000>; /* millicelsius */
163 cpu1_crit0: cpu-crit-0 {
164 temperature = <120000>; /* millicelsius */
165 hysteresis = <0>; /* millicelsius */
172 trip = <&cpu1_alert0>;
173 cooling-device = <&cpu0 0 2>,
184 trip = <&cpu1_alert1>;
185 cooling-device = <&cpu0 3 6>,
196 trip = <&cpu1_alert2>;
197 cooling-device = <&cpu0 6 11>,
211 cpu2_alert0: cpu-alert-0 {
212 temperature = <60000>; /* millicelsius */
213 hysteresis = <5000>; /* millicelsius */
216 cpu2_alert1: cpu-alert-1 {
217 temperature = <80000>; /* millicelsius */
218 hysteresis = <10000>; /* millicelsius */
221 cpu2_alert2: cpu-alert-2 {
222 temperature = <110000>; /* millicelsius */
223 hysteresis = <10000>; /* millicelsius */
226 cpu2_crit0: cpu-crit-0 {
227 temperature = <120000>; /* millicelsius */
228 hysteresis = <0>; /* millicelsius */
235 trip = <&cpu2_alert0>;
236 cooling-device = <&cpu0 0 2>,
247 trip = <&cpu2_alert1>;
248 cooling-device = <&cpu0 3 6>,
259 trip = <&cpu2_alert2>;
260 cooling-device = <&cpu0 6 11>,
274 cpu3_alert0: cpu-alert-0 {
275 temperature = <60000>; /* millicelsius */
276 hysteresis = <5000>; /* millicelsius */
279 cpu3_alert1: cpu-alert-1 {
280 temperature = <80000>; /* millicelsius */
281 hysteresis = <10000>; /* millicelsius */
284 cpu3_alert2: cpu-alert-2 {
285 temperature = <110000>; /* millicelsius */
286 hysteresis = <10000>; /* millicelsius */
289 cpu3_crit0: cpu-crit-0 {
290 temperature = <120000>; /* millicelsius */
291 hysteresis = <0>; /* millicelsius */
298 trip = <&cpu3_alert0>;
299 cooling-device = <&cpu0 0 2>,
310 trip = <&cpu3_alert1>;
311 cooling-device = <&cpu0 3 6>,
322 trip = <&cpu3_alert2>;
323 cooling-device = <&cpu0 6 11>,
336 hpd-gpios = <&gpx3 7 GPIO_ACTIVE_HIGH>;
337 vdd_osc-supply = <&ldo7_reg>;
338 vdd_pll-supply = <&ldo6_reg>;
339 vdd-supply = <&ldo6_reg>;
348 compatible = "samsung,s2mps11-pmic";
351 interrupt-parent = <&gpx3>;
352 interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
353 pinctrl-names = "default";
354 pinctrl-0 = <&s2mps11_irq>;
356 s2mps11_osc: clocks {
357 compatible = "samsung,s2mps11-clk";
359 clock-output-names = "s2mps11_ap",
360 "s2mps11_cp", "s2mps11_bt";
365 regulator-name = "PVDD_ALIVE_1V0";
366 regulator-min-microvolt = <1000000>;
367 regulator-max-microvolt = <1000000>;
372 regulator-name = "PVDD_APIO_1V8";
373 regulator-min-microvolt = <1800000>;
374 regulator-max-microvolt = <1800000>;
378 regulator-name = "PVDD_APIO_MMCON_1V8";
379 regulator-min-microvolt = <1800000>;
380 regulator-max-microvolt = <1800000>;
382 * Must be always on, even though there is
383 * a consumer (mmc_0). Otherwise the board
384 * does not reboot with vendor U-Boot
385 * (Linaro for Arndale Octa, v2012.07).
391 regulator-name = "PVDD_ADC_1V8";
392 regulator-min-microvolt = <1800000>;
393 regulator-max-microvolt = <1800000>;
397 regulator-name = "PVDD_PLL_1V8";
398 regulator-min-microvolt = <1800000>;
399 regulator-max-microvolt = <1800000>;
404 regulator-name = "PVDD_ANAIP_1V0";
405 regulator-min-microvolt = <1000000>;
406 regulator-max-microvolt = <1000000>;
410 regulator-name = "PVDD_ANAIP_1V8";
411 regulator-min-microvolt = <1800000>;
412 regulator-max-microvolt = <1800000>;
416 regulator-name = "PVDD_ABB_1V8";
417 regulator-min-microvolt = <1800000>;
418 regulator-max-microvolt = <1800000>;
422 regulator-name = "PVDD_USB_3V3";
423 regulator-min-microvolt = <3000000>;
424 regulator-max-microvolt = <3000000>;
429 regulator-name = "PVDD_PRE_1V8";
430 regulator-min-microvolt = <1800000>;
431 regulator-max-microvolt = <1800000>;
436 regulator-name = "PVDD_USB_1V0";
437 regulator-min-microvolt = <1000000>;
438 regulator-max-microvolt = <1000000>;
443 regulator-name = "PVDD_HSIC_1V8";
444 regulator-min-microvolt = <1800000>;
445 regulator-max-microvolt = <1800000>;
449 regulator-name = "PVDD_APIO_MMCOFF_2V8";
450 regulator-min-microvolt = <1800000>;
451 regulator-max-microvolt = <2800000>;
456 regulator-name = "PVDD_LDO14";
457 regulator-min-microvolt = <800000>;
458 regulator-max-microvolt = <3950000>;
462 regulator-name = "PVDD_PERI_2V8";
463 regulator-min-microvolt = <3300000>;
464 regulator-max-microvolt = <3300000>;
468 regulator-name = "PVDD_PERI_3V3";
469 regulator-min-microvolt = <2200000>;
470 regulator-max-microvolt = <2200000>;
475 regulator-name = "PVDD_LDO17";
476 regulator-min-microvolt = <800000>;
477 regulator-max-microvolt = <3950000>;
481 regulator-name = "PVDD_EMMC_1V8";
482 regulator-min-microvolt = <1800000>;
483 regulator-max-microvolt = <1800000>;
487 regulator-name = "PVDD_TFLASH_2V8";
488 regulator-min-microvolt = <2800000>;
489 regulator-max-microvolt = <2800000>;
493 regulator-name = "PVDD_BTWIFI_1V8";
494 regulator-min-microvolt = <1800000>;
495 regulator-max-microvolt = <1800000>;
499 regulator-name = "PVDD_CAM1IO_1V8";
500 regulator-min-microvolt = <1800000>;
501 regulator-max-microvolt = <1800000>;
506 regulator-name = "PVDD_LDO22";
507 regulator-min-microvolt = <800000>;
508 regulator-max-microvolt = <2375000>;
512 regulator-name = "PVDD_MIFS_1V1";
513 regulator-min-microvolt = <800000>;
514 regulator-max-microvolt = <1100000>;
519 regulator-name = "PVDD_CAM1_AVDD_2V8";
520 regulator-min-microvolt = <2800000>;
521 regulator-max-microvolt = <2800000>;
526 regulator-name = "PVDD_LDO25";
527 regulator-min-microvolt = <800000>;
528 regulator-max-microvolt = <3950000>;
532 regulator-name = "PVDD_CAM0_AF_2V8";
533 regulator-min-microvolt = <3000000>;
534 regulator-max-microvolt = <3000000>;
538 regulator-name = "PVDD_G3DS_1V0";
539 regulator-min-microvolt = <800000>;
540 regulator-max-microvolt = <1100000>;
544 regulator-name = "PVDD_TSP_3V3";
545 regulator-min-microvolt = <3300000>;
546 regulator-max-microvolt = <3300000>;
550 regulator-name = "PVDD_AUDIO_1V8";
551 regulator-min-microvolt = <1800000>;
552 regulator-max-microvolt = <1800000>;
557 regulator-name = "PVDD_LDO30";
558 regulator-min-microvolt = <800000>;
559 regulator-max-microvolt = <3950000>;
563 regulator-name = "PVDD_PERI_1V8";
564 regulator-min-microvolt = <1800000>;
565 regulator-max-microvolt = <1800000>;
569 regulator-name = "PVDD_LCD_1V8";
570 regulator-min-microvolt = <1800000>;
571 regulator-max-microvolt = <1800000>;
575 regulator-name = "PVDD_CAM0IO_1V8";
576 regulator-min-microvolt = <1800000>;
577 regulator-max-microvolt = <1800000>;
582 regulator-name = "PVDD_LDO34";
583 regulator-min-microvolt = <800000>;
584 regulator-max-microvolt = <3950000>;
588 regulator-name = "PVDD_CAM0_DVDD_1V2";
589 regulator-min-microvolt = <1200000>;
590 regulator-max-microvolt = <1200000>;
595 regulator-name = "PVDD_LDO36";
596 regulator-min-microvolt = <800000>;
597 regulator-max-microvolt = <3950000>;
602 regulator-name = "PVDD_LDO37";
603 regulator-min-microvolt = <800000>;
604 regulator-max-microvolt = <3950000>;
608 regulator-name = "PVDD_CAM0_AVDD_2V8";
609 regulator-min-microvolt = <2800000>;
610 regulator-max-microvolt = <2800000>;
614 regulator-name = "PVDD_MIF_1V1";
615 regulator-min-microvolt = <800000>;
616 regulator-max-microvolt = <1100000>;
621 regulator-name = "vdd_arm";
622 regulator-min-microvolt = <800000>;
623 regulator-max-microvolt = <1000000>;
628 regulator-name = "PVDD_INT_1V0";
629 regulator-min-microvolt = <800000>;
630 regulator-max-microvolt = <1000000>;
635 regulator-name = "PVDD_G3D_1V0";
636 regulator-min-microvolt = <800000>;
637 regulator-max-microvolt = <1000000>;
641 regulator-name = "PVDD_LPDDR3_1V2";
642 regulator-min-microvolt = <800000>;
643 regulator-max-microvolt = <1200000>;
648 regulator-name = "PVDD_KFC_1V0";
649 regulator-min-microvolt = <800000>;
650 regulator-max-microvolt = <1000000>;
655 regulator-name = "VIN_LLDO_1V4";
656 regulator-min-microvolt = <800000>;
657 regulator-max-microvolt = <1400000>;
662 regulator-name = "VIN_MLDO_2V0";
663 regulator-min-microvolt = <800000>;
664 regulator-max-microvolt = <2000000>;
669 regulator-name = "VIN_HLDO_3V5";
670 regulator-min-microvolt = <3000000>;
671 regulator-max-microvolt = <3500000>;
676 regulator-name = "PVDD_EMMCF_2V8";
677 regulator-min-microvolt = <2800000>;
678 regulator-max-microvolt = <2800000>;
695 card-detect-delay = <200>;
696 samsung,dw-mshc-ciu-div = <3>;
697 samsung,dw-mshc-sdr-timing = <0 4>;
698 samsung,dw-mshc-ddr-timing = <0 2>;
699 pinctrl-names = "default";
700 pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus1 &sd0_bus4 &sd0_bus8>;
701 vmmc-supply = <&ldo10_reg>;
702 vqmmc-supply = <&ldo3_reg>;
710 card-detect-delay = <200>;
711 samsung,dw-mshc-ciu-div = <3>;
712 samsung,dw-mshc-sdr-timing = <0 4>;
713 samsung,dw-mshc-ddr-timing = <0 2>;
714 pinctrl-names = "default";
715 pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus1 &sd2_bus4>;
716 vmmc-supply = <&ldo19_reg>;
717 vqmmc-supply = <&ldo13_reg>;
726 s2mps11_irq: s2mps11-irq {
727 samsung,pins = "gpx3-2";
728 samsung,pin-function = <EXYNOS_PIN_FUNC_F>;
729 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
730 samsung,pin-drv = <EXYNOS5420_PIN_DRV_LV1>;
736 clocks = <&clock CLK_RTC>, <&s2mps11_osc S2MPS11_CLK_AP>;
737 clock-names = "rtc", "rtc_src";