Merge remote-tracking branches 'regulator/fix/88pm800', 'regulator/fix/max8973',...
[linux-drm-fsl-dcu.git] / arch / arm / boot / dts / exynos5422-odroidxu3.dts
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/;
14 #include "exynos5422-odroidxu3-common.dtsi"
15
16 / {
17         model = "Hardkernel Odroid XU3";
18         compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5";
19 };
20
21 &i2c_0 {
22         status = "okay";
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         };
51 };