Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / arm / boot / dts / exynos5422-odroidxu3-lite.dts
1 /*
2 * Hardkernel Odroid XU3-Lite board device tree source
3 *
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
8 *
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.
12 */
13
14 /dts-v1/;
15 #include "exynos5422-odroidxu3-common.dtsi"
16 #include "exynos5422-odroidxu3-audio.dtsi"
17 #include "exynos54xx-odroidxu-leds.dtsi"
18
19 / {
20 model = "Hardkernel Odroid XU3 Lite";
21 compatible = "hardkernel,odroid-xu3-lite", "samsung,exynos5800", "samsung,exynos5";
22 };
23
24 &pwm {
25 /*
26 * PWM 0 -- fan
27 * PWM 1 -- Green LED
28 * PWM 2 -- Blue LED
29 * PWM 3 -- on MIPI connector for backlight
30 */
31 pinctrl-0 = <&pwm0_out &pwm1_out &pwm2_out &pwm3_out>;
32 pinctrl-names = "default";
33 status = "okay";
34 };
35
36 &usbdrd_dwc3_1 {
37 dr_mode = "peripheral";
38 };
This page took 0.031736 seconds and 5 git commands to generate.