Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/linux...
[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 &arm_a7_pmu {
22         status = "disabled";
23 };
24
25 &arm_a15_pmu {
26         status = "disabled";
27 };
28
29 &pwm {
30         /*
31          * PWM 0 -- fan
32          * PWM 1 -- Green LED
33          * PWM 2 -- Blue LED
34          * PWM 3 -- on MIPI connector for backlight
35          */
36         pinctrl-0 = <&pwm0_out &pwm1_out &pwm2_out &pwm3_out>;
37         pinctrl-names = "default";
38         status = "okay";
39 };
40
41 &usbdrd_dwc3_1 {
42         dr_mode = "peripheral";
43 };