]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/rpmsg.git/blob - arch/arm/boot/dts/exynos5422-odroidxu3.dts
Revert "HACK: ARM: dts: dra7-ipu-common: Revert to CMA pools for IPU early boots"
[rpmsg/rpmsg.git] / arch / arm / boot / dts / exynos5422-odroidxu3.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Hardkernel Odroid XU3 board device tree source
4  *
5  * Copyright (c) 2014 Collabora Ltd.
6  * Copyright (c) 2013 Samsung Electronics Co., Ltd.
7  *              http://www.samsung.com
8  */
10 /dts-v1/;
11 #include "exynos5422-odroidxu3-common.dtsi"
12 #include "exynos5422-odroidxu3-audio.dtsi"
13 #include "exynos54xx-odroidxu-leds.dtsi"
15 / {
16         model = "Hardkernel Odroid XU3";
17         compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5";
18 };
20 &i2c_0 {
21         status = "okay";
23         /* A15 cluster: VDD_ARM */
24         ina231@40 {
25                 compatible = "ti,ina231";
26                 reg = <0x40>;
27                 shunt-resistor = <10000>;
28         };
30         /* memory: VDD_MEM */
31         ina231@41 {
32                 compatible = "ti,ina231";
33                 reg = <0x41>;
34                 shunt-resistor = <10000>;
35         };
37         /* GPU: VDD_G3D */
38         ina231@44 {
39                 compatible = "ti,ina231";
40                 reg = <0x44>;
41                 shunt-resistor = <10000>;
42         };
44         /* A7 cluster: VDD_KFC */
45         ina231@45 {
46                 compatible = "ti,ina231";
47                 reg = <0x45>;
48                 shunt-resistor = <10000>;
49         };
50 };
52 &pwm {
53         /*
54          * PWM 0 -- fan
55          * PWM 1 -- Green LED
56          * PWM 2 -- Blue LED
57          * PWM 3 -- on MIPI connector for backlight
58          */
59         pinctrl-0 = <&pwm0_out &pwm1_out &pwm2_out &pwm3_out>;
60         pinctrl-names = "default";
61         status = "okay";
62 };
64 &usbdrd_dwc3_1 {
65         dr_mode = "peripheral";
66 };