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>;
38 cooling-levels = <0 102 170 230>;
42 cpu_thermal: cpu-thermal {
46 cooling-device = <&cpu0 9 9>, <&cpu1 9 9>,
47 <&cpu2 9 9>, <&cpu3 9 9>,
52 cooling-device = <&cpu0 15 15>,
60 cooling-device = <&fan0 0 1>;
68 vdd-supply = <&ldo10_reg>;
69 /* Nothing connected to ADC inputs, keep it disabled */
72 /* Supply for LAN9730/SMSC95xx */
74 regulator-name = "BUCK8_P3V3";
75 regulator-min-microvolt = <3300000>;
76 regulator-max-microvolt = <3300000>;
83 /* VDDQ for MSHC (eMMC card) */
85 regulator-name = "LDO22_VDDQ_MMC4_2.8V";
86 regulator-min-microvolt = <2800000>;
87 regulator-max-microvolt = <2800000>;
91 vqmmc-supply = <&ldo22_reg>;
95 pinctrl-0 = <&pwm0_out>;
96 pinctrl-names = "default";
97 samsung,pwm-outputs = <0>;
102 clock-names = "refclk";
103 clocks = <&pmu_system_controller 0>;
104 refclk-frequency = <24000000>;
108 phys = <&exynos_usbphy 2>, <&exynos_usbphy 3>;
109 phy-names = "hsic0", "hsic1";
114 samsung,audio-widgets =
115 "Headphone", "Headphone Jack",
116 "Speakers", "Speakers";
117 samsung,audio-routing =
118 "Headphone Jack", "HPL",
119 "Headphone Jack", "HPR",
120 "Headphone Jack", "MICBIAS",
121 "IN1", "Headphone Jack",
127 pinctrl-names = "default";
128 pinctrl-0 = <&spi1_bus>;
129 cs-gpios = <&gpb 5 GPIO_ACTIVE_HIGH>;