blob: 9ed6564acfb043dcac97b0c7f22a8ce2f636155e [file] [log] [blame]
Sjoerd Simons86a2d2a2015-01-12 17:35:49 +09001/*
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/;
Krzysztof Kozlowski3a7c01d2015-05-25 21:13:17 +090014#include "exynos5422-odroidxu3-common.dtsi"
Krzysztof Kozlowski8cec7342015-09-16 08:37:07 +090015#include "exynos5422-odroidxu3-audio.dtsi"
Krzysztof Kozlowski8c2bd872016-05-03 14:35:51 +020016#include "exynos54xx-odroidxu-leds.dtsi"
Sjoerd Simons86a2d2a2015-01-12 17:35:49 +090017
18/ {
19 model = "Hardkernel Odroid XU3";
20 compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5";
Inha Song7a548b12015-04-10 16:32:58 +090021};
22
Krzysztof Kozlowski8021dda2015-05-14 19:47:43 +090023&i2c_0 {
Inha Song7a548b12015-04-10 16:32:58 +090024 status = "okay";
Krzysztof Kozlowski8021dda2015-05-14 19:47:43 +090025
26 /* A15 cluster: VDD_ARM */
27 ina231@40 {
28 compatible = "ti,ina231";
29 reg = <0x40>;
30 shunt-resistor = <10000>;
31 };
32
33 /* memory: VDD_MEM */
34 ina231@41 {
35 compatible = "ti,ina231";
36 reg = <0x41>;
37 shunt-resistor = <10000>;
38 };
39
40 /* GPU: VDD_G3D */
41 ina231@44 {
42 compatible = "ti,ina231";
43 reg = <0x44>;
44 shunt-resistor = <10000>;
45 };
46
47 /* A7 cluster: VDD_KFC */
48 ina231@45 {
49 compatible = "ti,ina231";
50 reg = <0x45>;
51 shunt-resistor = <10000>;
52 };
Sjoerd Simons86a2d2a2015-01-12 17:35:49 +090053};
Krzysztof Kozlowski66583562015-09-16 08:37:11 +090054
55&pwm {
56 /*
57 * PWM 0 -- fan
58 * PWM 1 -- Green LED
59 * PWM 2 -- Blue LED
60 * PWM 3 -- on MIPI connector for backlight
61 */
62 pinctrl-0 = <&pwm0_out &pwm1_out &pwm2_out &pwm3_out>;
63 pinctrl-names = "default";
64 status = "okay";
65};
66
67&usbdrd_dwc3_1 {
Marek Szyprowski997a2ec2015-11-19 12:51:22 +010068 dr_mode = "peripheral";
Krzysztof Kozlowski66583562015-09-16 08:37:11 +090069};