Merge tag 'microblaze-4.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / exynos5422-odroidxu3-lite.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Hardkernel Odroid XU3-Lite board device tree source
4  *
5  * Copyright (c) 2015 Krzysztof Kozlowski
6  * Copyright (c) 2014 Collabora Ltd.
7  * Copyright (c) 2013 Samsung Electronics Co., Ltd.
8  *              http://www.samsung.com
9  */
10
11 /dts-v1/;
12 #include "exynos5422-odroidxu3-common.dtsi"
13 #include "exynos5422-odroidxu3-audio.dtsi"
14 #include "exynos54xx-odroidxu-leds.dtsi"
15
16 / {
17         model = "Hardkernel Odroid XU3 Lite";
18         compatible = "hardkernel,odroid-xu3-lite", "samsung,exynos5800", "samsung,exynos5";
19 };
20
21 &pwm {
22         /*
23          * PWM 0 -- fan
24          * PWM 1 -- Green LED
25          * PWM 2 -- Blue LED
26          * PWM 3 -- on MIPI connector for backlight
27          */
28         pinctrl-0 = <&pwm0_out &pwm1_out &pwm2_out &pwm3_out>;
29         pinctrl-names = "default";
30         status = "okay";
31 };
32
33 &usbdrd_dwc3_1 {
34         dr_mode = "peripheral";
35 };