• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Hardkernel's Exynos4412 based ODROID-X2 board device tree source
3 *
4 * Copyright (c) 2012 Dongjin Kim <tobetter@gmail.com>
5 *
6 * Device tree source file for Hardkernel's ODROID-X2 board which is based
7 * on Samsung's Exynos4412 SoC.
8 *
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.
12*/
13
14#include "exynos4412-odroidx.dts"
15#include "exynos4412-prime.dtsi"
16
17/ {
18	model = "Hardkernel ODROID-X2 board based on Exynos4412";
19	compatible = "hardkernel,odroid-x2", "samsung,exynos4412", "samsung,exynos4";
20
21	memory@40000000 {
22		device_type = "memory";
23		reg = <0x40000000 0x7FF00000>;
24	};
25};
26
27/* VDDQ for MSHC (eMMC card) */
28&buck8_reg {
29	regulator-name = "BUCK8_VDDQ_MMC4_2.8V";
30	regulator-min-microvolt = <2800000>;
31	regulator-max-microvolt = <2800000>;
32};
33
34&mshc_0 {
35	vqmmc-supply = <&buck8_reg>;
36};
37
38&sound {
39	simple-audio-card,name = "Odroid-X2";
40	simple-audio-card,widgets =
41		"Headphone", "Headphone Jack",
42		"Microphone", "Mic Jack",
43		"Microphone", "DMIC";
44	simple-audio-card,routing =
45		"Headphone Jack", "HPL",
46		"Headphone Jack", "HPR",
47		"IN1", "Mic Jack",
48		"Mic Jack", "MICBIAS";
49};
50