blob: 03fa88c45426df3661ef94e5efff664035eecda3 [file] [log] [blame]
Krzysztof Kozlowski3a7c01d2015-05-25 21:13:17 +09001/*
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"
Krzysztof Kozlowski8cec7342015-09-16 08:37:07 +090016#include "exynos5422-odroidxu3-audio.dtsi"
Krzysztof Kozlowski8c2bd872016-05-03 14:35:51 +020017#include "exynos54xx-odroidxu-leds.dtsi"
Krzysztof Kozlowski3a7c01d2015-05-25 21:13:17 +090018
19/ {
20 model = "Hardkernel Odroid XU3 Lite";
21 compatible = "hardkernel,odroid-xu3-lite", "samsung,exynos5800", "samsung,exynos5";
Krzysztof Kozlowski66583562015-09-16 08:37:11 +090022};
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 {
Marek Szyprowski997a2ec2015-11-19 12:51:22 +010037 dr_mode = "peripheral";
Krzysztof Kozlowski3a7c01d2015-05-25 21:13:17 +090038};