exynos4412-odroidu3.dts 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /*
  2. * Hardkernel's Exynos4412 based ODROID-U3 board device tree source
  3. *
  4. * Copyright (c) 2014 Marek Szyprowski <m.szyprowski@samsung.com>
  5. *
  6. * Device tree source file for Hardkernel's ODROID-U3 board which is based
  7. * on Samsung's Exynos4412 SoC.
  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 "exynos4412-odroid-common.dtsi"
  15. / {
  16. model = "Hardkernel ODROID-U3 board based on Exynos4412";
  17. compatible = "hardkernel,odroid-u3", "samsung,exynos4412", "samsung,exynos4";
  18. memory {
  19. reg = <0x40000000 0x7FF00000>;
  20. };
  21. leds {
  22. compatible = "gpio-leds";
  23. led1 {
  24. label = "led1:heart";
  25. gpios = <&gpc1 0 1>;
  26. default-state = "on";
  27. linux,default-trigger = "heartbeat";
  28. };
  29. };
  30. };
  31. &usb3503 {
  32. clock-names = "refclk";
  33. clocks = <&pmu_system_controller 0>;
  34. refclk-frequency = <24000000>;
  35. };
  36. &ehci {
  37. port@1 {
  38. status = "okay";
  39. };
  40. port@2 {
  41. status = "okay";
  42. };
  43. };
  44. &sound {
  45. compatible = "samsung,odroidu3-audio";
  46. samsung,model = "Odroid-U3";
  47. samsung,audio-routing =
  48. "Headphone Jack", "HPL",
  49. "Headphone Jack", "HPR",
  50. "Headphone Jack", "MICBIAS",
  51. "IN1", "Headphone Jack",
  52. "Speakers", "SPKL",
  53. "Speakers", "SPKR";
  54. };