2 * Hardkernel's Exynos4412 based ODROID-X board device tree source
6 * Device tree source file for Hardkernel's ODROID-X 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"
18 model = "Hardkernel ODROID-X board based on Exynos4412";
19 compatible = "hardkernel,odroid-x", "samsung,exynos4412", "samsung,exynos4";
22 device_type = "memory";
23 reg = <0x40000000 0x3FF00000>;
27 compatible = "gpio-leds";
30 gpios = <&gpc1 0 GPIO_ACTIVE_LOW>;
32 linux,default-trigger = "heartbeat";
36 gpios = <&gpc1 2 GPIO_ACTIVE_LOW>;
38 linux,default-trigger = "mmc0";
43 pinctrl-0 = <&gpio_power_key &gpio_home_key>;
46 interrupt-parent = <&gpx2>;
47 interrupts = <2 IRQ_TYPE_NONE>;
48 gpios = <&gpx2 2 GPIO_ACTIVE_HIGH>;
49 linux,code = <KEY_HOME>;
51 debounce-interval = <10>;
57 compatible = "regulator-fixed";
58 regulator-name = "p3v3_en";
59 regulator-min-microvolt = <3300000>;
60 regulator-max-microvolt = <3300000>;
61 gpio = <&gpa1 1 GPIO_ACTIVE_LOW>;
68 vdd-supply = <&ldo10_reg>;
72 /* VDDQ for MSHC (eMMC card) */
74 regulator-name = "BUCK8_VDDQ_MMC4_2.8V";
75 regulator-min-microvolt = <2800000>;
76 regulator-max-microvolt = <2800000>;
86 vqmmc-supply = <&buck8_reg>;
90 gpio_home_key: home_key {
91 samsung,pins = "gpx2-2";
92 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
105 simple-audio-card,name = "Odroid-X";
106 simple-audio-card,widgets =
107 "Headphone", "Headphone Jack",
108 "Microphone", "Mic Jack",
109 "Microphone", "DMIC";
110 simple-audio-card,routing =
111 "Headphone Jack", "HPL",
112 "Headphone Jack", "HPR",
114 "Mic Jack", "MICBIAS";