Merge remote-tracking branch 'regmap/fix/core' into regmap-linus
[deliverable/linux.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"
86a2d2ac
SS
15
16/ {
17 model = "Hardkernel Odroid XU3";
18 compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5";
7a548b1f
IS
19};
20
8021dda5 21&i2c_0 {
7a548b1f 22 status = "okay";
8021dda5
KK
23
24 /* A15 cluster: VDD_ARM */
25 ina231@40 {
26 compatible = "ti,ina231";
27 reg = <0x40>;
28 shunt-resistor = <10000>;
29 };
30
31 /* memory: VDD_MEM */
32 ina231@41 {
33 compatible = "ti,ina231";
34 reg = <0x41>;
35 shunt-resistor = <10000>;
36 };
37
38 /* GPU: VDD_G3D */
39 ina231@44 {
40 compatible = "ti,ina231";
41 reg = <0x44>;
42 shunt-resistor = <10000>;
43 };
44
45 /* A7 cluster: VDD_KFC */
46 ina231@45 {
47 compatible = "ti,ina231";
48 reg = <0x45>;
49 shunt-resistor = <10000>;
50 };
86a2d2ac 51};
This page took 0.068603 seconds and 5 git commands to generate.