Krzysztof Kozlowski | 3a7c01d | 2015-05-25 21:13:17 +0900 | [diff] [blame] | 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" |
Krzysztof Kozlowski | 8cec734 | 2015-09-16 08:37:07 +0900 | [diff] [blame] | 16 | #include "exynos5422-odroidxu3-audio.dtsi" |
Krzysztof Kozlowski | 3a7c01d | 2015-05-25 21:13:17 +0900 | [diff] [blame] | 17 | |
| 18 | / { |
| 19 | model = "Hardkernel Odroid XU3 Lite"; |
| 20 | compatible = "hardkernel,odroid-xu3-lite", "samsung,exynos5800", "samsung,exynos5"; |
Krzysztof Kozlowski | 6658356 | 2015-09-16 08:37:11 +0900 | [diff] [blame] | 21 | |
| 22 | pwmleds { |
| 23 | compatible = "pwm-leds"; |
| 24 | |
| 25 | greenled { |
| 26 | label = "green:mmc0"; |
| 27 | pwms = <&pwm 1 2000000 0>; |
| 28 | pwm-names = "pwm1"; |
| 29 | /* |
| 30 | * Green LED is much brighter than the others |
| 31 | * so limit its max brightness |
| 32 | */ |
| 33 | max_brightness = <127>; |
| 34 | linux,default-trigger = "mmc0"; |
| 35 | }; |
| 36 | |
| 37 | blueled { |
| 38 | label = "blue:heartbeat"; |
| 39 | pwms = <&pwm 2 2000000 0>; |
| 40 | pwm-names = "pwm2"; |
| 41 | max_brightness = <255>; |
| 42 | linux,default-trigger = "heartbeat"; |
| 43 | }; |
| 44 | }; |
| 45 | |
| 46 | gpioleds { |
| 47 | compatible = "gpio-leds"; |
| 48 | redled { |
| 49 | label = "red:microSD"; |
| 50 | gpios = <&gpx2 3 GPIO_ACTIVE_HIGH>; |
| 51 | default-state = "off"; |
| 52 | linux,default-trigger = "mmc1"; |
| 53 | }; |
| 54 | }; |
| 55 | }; |
| 56 | |
| 57 | &pwm { |
| 58 | /* |
| 59 | * PWM 0 -- fan |
| 60 | * PWM 1 -- Green LED |
| 61 | * PWM 2 -- Blue LED |
| 62 | * PWM 3 -- on MIPI connector for backlight |
| 63 | */ |
| 64 | pinctrl-0 = <&pwm0_out &pwm1_out &pwm2_out &pwm3_out>; |
| 65 | pinctrl-names = "default"; |
| 66 | status = "okay"; |
| 67 | }; |
| 68 | |
| 69 | &usbdrd_dwc3_1 { |
Marek Szyprowski | 997a2ec | 2015-11-19 12:51:22 +0100 | [diff] [blame] | 70 | dr_mode = "peripheral"; |
Krzysztof Kozlowski | 3a7c01d | 2015-05-25 21:13:17 +0900 | [diff] [blame] | 71 | }; |