2 * Hardkernel Odroid XU3 board device tree source
4 * Copyright (c) 2014 Collabora Ltd.
5 * Copyright (c) 2013 Samsung Electronics Co., Ltd.
6 * http://www.samsung.com
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.
14 #include "exynos5422-odroidxu3-common.dtsi"
15 #include "exynos5422-odroidxu3-audio.dtsi"
18 model = "Hardkernel Odroid XU3";
19 compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5";
22 compatible = "pwm-leds";
26 pwms = <&pwm 1 2000000 0>;
29 * Green LED is much brighter than the others
30 * so limit its max brightness
32 max_brightness = <127>;
33 linux,default-trigger = "mmc0";
37 label = "blue:heartbeat";
38 pwms = <&pwm 2 2000000 0>;
40 max_brightness = <255>;
41 linux,default-trigger = "heartbeat";
46 compatible = "gpio-leds";
48 label = "red:microSD";
49 gpios = <&gpx2 3 GPIO_ACTIVE_HIGH>;
50 default-state = "off";
51 linux,default-trigger = "mmc1";
59 /* A15 cluster: VDD_ARM */
61 compatible = "ti,ina231";
63 shunt-resistor = <10000>;
68 compatible = "ti,ina231";
70 shunt-resistor = <10000>;
75 compatible = "ti,ina231";
77 shunt-resistor = <10000>;
80 /* A7 cluster: VDD_KFC */
82 compatible = "ti,ina231";
84 shunt-resistor = <10000>;
93 * PWM 3 -- on MIPI connector for backlight
95 pinctrl-0 = <&pwm0_out &pwm1_out &pwm2_out &pwm3_out>;
96 pinctrl-names = "default";