]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/gnu/dts/arm/exynos5422-odroidxu3-lite.dts
dts: Update our copy for arm, arm64 and riscv dts to Linux 5.5
[FreeBSD/FreeBSD.git] / sys / gnu / dts / arm / 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 &chipid {
30         samsung,asv-bin = <2>;
31 };
32
33 &pwm {
34         /*
35          * PWM 0 -- fan
36          * PWM 1 -- Green LED
37          * PWM 2 -- Blue LED
38          * PWM 3 -- on MIPI connector for backlight
39          */
40         pinctrl-0 = <&pwm0_out &pwm1_out &pwm2_out &pwm3_out>;
41         pinctrl-names = "default";
42         status = "okay";
43 };
44
45 &usbdrd_dwc3_1 {
46         dr_mode = "peripheral";
47 };