2 * Hardkernel Odroid XU3-Lite board device tree source
4 * Copyright (c) 2015 Krzysztof Kozlowski
5 * Copyright (c) 2014 Collabora Ltd.
6 * Copyright (c) 2013 Samsung Electronics Co., Ltd.
7 * http://www.samsung.com
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as
11 * published by the Free Software Foundation.
15 #include "exynos5422-odroidxu3-common.dtsi"
16 #include "exynos5422-odroidxu3-audio.dtsi"
19 model = "Hardkernel Odroid XU3 Lite";
20 compatible = "hardkernel,odroid-xu3-lite", "samsung,exynos5800", "samsung,exynos5";
23 compatible = "pwm-leds";
27 pwms = <&pwm 1 2000000 0>;
30 * Green LED is much brighter than the others
31 * so limit its max brightness
33 max_brightness = <127>;
34 linux,default-trigger = "mmc0";
38 label = "blue:heartbeat";
39 pwms = <&pwm 2 2000000 0>;
41 max_brightness = <255>;
42 linux,default-trigger = "heartbeat";
47 compatible = "gpio-leds";
49 label = "red:microSD";
50 gpios = <&gpx2 3 GPIO_ACTIVE_HIGH>;
51 default-state = "off";
52 linux,default-trigger = "mmc1";
62 * PWM 3 -- on MIPI connector for backlight
64 pinctrl-0 = <&pwm0_out &pwm1_out &pwm2_out &pwm3_out>;
65 pinctrl-names = "default";
70 dr_mode = "peripheral";