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";
23 device_type = "memory";
24 reg = <0x40000000 0x3FF00000>;
28 compatible = "gpio-leds";
31 gpios = <&gpc1 0 GPIO_ACTIVE_LOW>;
33 linux,default-trigger = "heartbeat";
37 gpios = <&gpc1 2 GPIO_ACTIVE_LOW>;
39 linux,default-trigger = "mmc0";
44 compatible = "regulator-fixed";
45 regulator-name = "p3v3_en";
46 regulator-min-microvolt = <3300000>;
47 regulator-max-microvolt = <3300000>;
48 gpio = <&gpa1 1 GPIO_ACTIVE_HIGH>;
55 vdd-supply = <&ldo10_reg>;
59 /* VDDQ for MSHC (eMMC card) */
61 regulator-name = "BUCK8_VDDQ_MMC4_2.8V";
62 regulator-min-microvolt = <2800000>;
63 regulator-max-microvolt = <2800000>;
69 phys = <&exynos_usbphy 2>;
73 compatible = "usb0424,3503";
79 compatible = "usb0424,9514";
84 ethernet: usbether@1 {
85 compatible = "usb0424,ec00";
87 local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
94 pinctrl-0 = <&gpio_power_key &gpio_home_key>;
97 gpios = <&gpx2 2 GPIO_ACTIVE_HIGH>;
98 linux,code = <KEY_HOME>;
100 debounce-interval = <10>;
106 dr_mode = "peripheral";
110 vqmmc-supply = <&buck8_reg>;
114 gpio_home_key: home-key {
115 samsung,pins = "gpx2-2";
116 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
130 samsung,audio-widgets =
131 "Headphone", "Headphone Jack",
132 "Microphone", "Mic Jack",
133 "Microphone", "DMIC";
134 samsung,audio-routing =
135 "Headphone Jack", "HPL",
136 "Headphone Jack", "HPR",
138 "Mic Jack", "MICBIAS";