exynos5422-odroidxu4.dts 1022 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /*
  2. * Hardkernel Odroid XU4 board device tree source
  3. *
  4. * Copyright (c) 2015 Krzysztof Kozlowski
  5. * Copyright (c) 2014 Collabora Ltd.
  6. * Copyright (c) 2013-2015 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. /dts-v1/;
  14. #include "exynos5422-odroidxu3-common.dtsi"
  15. / {
  16. model = "Hardkernel Odroid XU4";
  17. compatible = "hardkernel,odroid-xu4", "samsung,exynos5800", \
  18. "samsung,exynos5";
  19. pwmleds {
  20. compatible = "pwm-leds";
  21. blueled {
  22. label = "blue:heartbeat";
  23. pwms = <&pwm 2 2000000 0>;
  24. pwm-names = "pwm2";
  25. max_brightness = <255>;
  26. linux,default-trigger = "heartbeat";
  27. };
  28. };
  29. };
  30. &pwm {
  31. /*
  32. * PWM 0 -- fan
  33. * PWM 2 -- Blue LED
  34. */
  35. pinctrl-0 = <&pwm0_out &pwm2_out>;
  36. pinctrl-names = "default";
  37. samsung,pwm-outputs = <0>, <2>;
  38. status = "okay";
  39. };
  40. &usbdrd_dwc3_1 {
  41. dr_mode = "host";
  42. };