Merge tag 'for-linus' of git://github.com/openrisc/linux
[linux-2.6-block.git] / arch / arm / boot / dts / exynos5422-odroidxu3-lite.dts
CommitLineData
3a7c01d7
KK
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"
8cec7349 16#include "exynos5422-odroidxu3-audio.dtsi"
8c2bd87e 17#include "exynos54xx-odroidxu-leds.dtsi"
3a7c01d7
KK
18
19/ {
20 model = "Hardkernel Odroid XU3 Lite";
21 compatible = "hardkernel,odroid-xu3-lite", "samsung,exynos5800", "samsung,exynos5";
66583560
KK
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 {
997a2ec0 37 dr_mode = "peripheral";
3a7c01d7 38};