2 * Hardkernel's Exynos4412 based ODROID-U3 board device tree source
4 * Copyright (c) 2014 Marek Szyprowski <m.szyprowski@samsung.com>
6 * Device tree source file for Hardkernel's ODROID-U3 board which is based
7 * on Samsung's Exynos4412 SoC.
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as
11 * published by the Free Software Foundation.
15 #include "exynos4412-odroid-common.dtsi"
16 #include "exynos4412-prime.dtsi"
19 model = "Hardkernel ODROID-U3 board based on Exynos4412";
20 compatible = "hardkernel,odroid-u3", "samsung,exynos4412", "samsung,exynos4";
23 device_type = "memory";
24 reg = <0x40000000 0x7FF00000>;
28 compatible = "gpio-leds";
31 gpios = <&gpc1 0 GPIO_ACTIVE_LOW>;
33 linux,default-trigger = "heartbeat";
38 compatible = "pwm-fan";
39 pwms = <&pwm 0 10000 0>;
40 cooling-min-state = <0>;
41 cooling-max-state = <3>;
43 cooling-levels = <0 102 170 230>;
47 cpu_thermal: cpu-thermal {
51 cooling-device = <&cpu0 9 9>;
55 cooling-device = <&cpu0 15 15>;
59 cooling-device = <&fan0 0 1>;
63 cooling-device = <&fan0 1 2>;
67 cooling-device = <&fan0 2 3>;
74 /* Supply for LAN9730/SMSC95xx */
76 regulator-name = "BUCK8_P3V3";
77 regulator-min-microvolt = <3300000>;
78 regulator-max-microvolt = <3300000>;
81 /* VDDQ for MSHC (eMMC card) */
83 regulator-name = "LDO22_VDDQ_MMC4_2.8V";
84 regulator-min-microvolt = <2800000>;
85 regulator-max-microvolt = <2800000>;
89 vqmmc-supply = <&ldo22_reg>;
93 pinctrl-0 = <&pwm0_out>;
94 pinctrl-names = "default";
95 samsung,pwm-outputs = <0>;
100 clock-names = "refclk";
101 clocks = <&pmu_system_controller 0>;
102 refclk-frequency = <24000000>;
115 simple-audio-card,name = "Odroid-U3";
116 simple-audio-card,widgets =
117 "Headphone", "Headphone Jack",
118 "Speakers", "Speakers";
119 simple-audio-card,routing =
120 "Headphone Jack", "HPL",
121 "Headphone Jack", "HPR",
122 "Headphone Jack", "MICBIAS",
123 "IN1", "Headphone Jack",
129 pinctrl-names = "default";
130 pinctrl-0 = <&spi1_bus>;
131 cs-gpios = <&gpb 5 GPIO_ACTIVE_HIGH>;