]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/boot/dts/exynos5422-odroidxu3.dts
ARM: dts: Split audio configuration to separate exynos5422-odroidxu3-audio
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / exynos5422-odroidxu3.dts
CommitLineData
86a2d2ac
SS
1/*
2 * Hardkernel Odroid XU3 board device tree source
3 *
4 * Copyright (c) 2014 Collabora Ltd.
5 * Copyright (c) 2013 Samsung Electronics Co., Ltd.
6 * http://www.samsung.com
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
11*/
12
13/dts-v1/;
3a7c01d7 14#include "exynos5422-odroidxu3-common.dtsi"
8cec7349 15#include "exynos5422-odroidxu3-audio.dtsi"
86a2d2ac
SS
16
17/ {
18 model = "Hardkernel Odroid XU3";
19 compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5";
7a548b1f
IS
20};
21
8021dda5 22&i2c_0 {
7a548b1f 23 status = "okay";
8021dda5
KK
24
25 /* A15 cluster: VDD_ARM */
26 ina231@40 {
27 compatible = "ti,ina231";
28 reg = <0x40>;
29 shunt-resistor = <10000>;
30 };
31
32 /* memory: VDD_MEM */
33 ina231@41 {
34 compatible = "ti,ina231";
35 reg = <0x41>;
36 shunt-resistor = <10000>;
37 };
38
39 /* GPU: VDD_G3D */
40 ina231@44 {
41 compatible = "ti,ina231";
42 reg = <0x44>;
43 shunt-resistor = <10000>;
44 };
45
46 /* A7 cluster: VDD_KFC */
47 ina231@45 {
48 compatible = "ti,ina231";
49 reg = <0x45>;
50 shunt-resistor = <10000>;
51 };
86a2d2ac 52};