1 // SPDX-License-Identifier: GPL-2.0
3 * Hardkernel's Exynos4412 based ODROID-X board device tree source
5 * Copyright (c) 2012 Dongjin Kim <tobetter@gmail.com>
7 * Device tree source file for Hardkernel's ODROID-X board which is based
8 * on Samsung's Exynos4412 SoC.
12 #include "exynos4412-odroid-common.dtsi"
15 model = "Hardkernel ODROID-X board based on Exynos4412";
16 compatible = "hardkernel,odroid-x", "samsung,exynos4412", "samsung,exynos4";
19 device_type = "memory";
20 reg = <0x40000000 0x3FF00000>;
24 compatible = "gpio-leds";
27 gpios = <&gpc1 0 GPIO_ACTIVE_LOW>;
29 linux,default-trigger = "heartbeat";
33 gpios = <&gpc1 2 GPIO_ACTIVE_LOW>;
35 linux,default-trigger = "mmc0";
40 pinctrl-0 = <&gpio_power_key &gpio_home_key>;
43 gpios = <&gpx2 2 GPIO_ACTIVE_HIGH>;
44 linux,code = <KEY_HOME>;
46 debounce-interval = <10>;
52 compatible = "regulator-fixed";
53 regulator-name = "p3v3_en";
54 regulator-min-microvolt = <3300000>;
55 regulator-max-microvolt = <3300000>;
56 gpio = <&gpa1 1 GPIO_ACTIVE_LOW>;
63 vdd-supply = <&ldo10_reg>;
67 /* VDDQ for MSHC (eMMC card) */
69 regulator-name = "BUCK8_VDDQ_MMC4_2.8V";
70 regulator-min-microvolt = <2800000>;
71 regulator-max-microvolt = <2800000>;
81 vqmmc-supply = <&buck8_reg>;
85 gpio_home_key: home_key {
86 samsung,pins = "gpx2-2";
87 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
101 samsung,audio-widgets =
102 "Headphone", "Headphone Jack",
103 "Microphone", "Mic Jack",
104 "Microphone", "DMIC";
105 samsung,audio-routing =
106 "Headphone Jack", "HPL",
107 "Headphone Jack", "HPR",
109 "Mic Jack", "MICBIAS";