1 // SPDX-License-Identifier: GPL-2.0
3 * Hardkernel's Exynos4412 based ODROID-U3 board device tree source
5 * Copyright (c) 2014 Marek Szyprowski <m.szyprowski@samsung.com>
7 * Device tree source file for Hardkernel's ODROID-U3 board which is based
8 * on Samsung's Exynos4412 SoC.
12 #include "exynos4412-odroid-common.dtsi"
13 #include "exynos4412-prime.dtsi"
16 model = "Hardkernel ODROID-U3 board based on Exynos4412";
17 compatible = "hardkernel,odroid-u3", "samsung,exynos4412", "samsung,exynos4";
20 device_type = "memory";
21 reg = <0x40000000 0x7FF00000>;
25 compatible = "gpio-leds";
28 gpios = <&gpc1 0 GPIO_ACTIVE_LOW>;
30 linux,default-trigger = "heartbeat";
35 compatible = "pwm-fan";
36 pwms = <&pwm 0 10000 0>;
37 cooling-min-state = <0>;
38 cooling-max-state = <3>;
40 cooling-levels = <0 102 170 230>;
44 cpu_thermal: cpu-thermal {
48 cooling-device = <&cpu0 9 9>;
52 cooling-device = <&cpu0 15 15>;
56 cooling-device = <&fan0 0 1>;
60 cooling-device = <&fan0 1 2>;
64 cooling-device = <&fan0 2 3>;
71 /* Supply for LAN9730/SMSC95xx */
73 regulator-name = "BUCK8_P3V3";
74 regulator-min-microvolt = <3300000>;
75 regulator-max-microvolt = <3300000>;
82 /* VDDQ for MSHC (eMMC card) */
84 regulator-name = "LDO22_VDDQ_MMC4_2.8V";
85 regulator-min-microvolt = <2800000>;
86 regulator-max-microvolt = <2800000>;
90 vqmmc-supply = <&ldo22_reg>;
94 pinctrl-0 = <&pwm0_out>;
95 pinctrl-names = "default";
96 samsung,pwm-outputs = <0>;
101 clock-names = "refclk";
102 clocks = <&pmu_system_controller 0>;
103 refclk-frequency = <24000000>;
117 samsung,audio-widgets =
118 "Headphone", "Headphone Jack",
119 "Speakers", "Speakers";
120 samsung,audio-routing =
121 "Headphone Jack", "HPL",
122 "Headphone Jack", "HPR",
123 "Headphone Jack", "MICBIAS",
124 "IN1", "Headphone Jack",
130 pinctrl-names = "default";
131 pinctrl-0 = <&spi1_bus>;
132 cs-gpios = <&gpb 5 GPIO_ACTIVE_HIGH>;