exynos4412-odroidx2.dts 829 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * Hardkernel's Exynos4412 based ODROID-X2 board device tree source
  3. *
  4. * Copyright (c) 2012 Dongjin Kim <tobetter@gmail.com>
  5. *
  6. * Device tree source file for Hardkernel's ODROID-X2 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. #include "exynos4412-odroidx.dts"
  14. / {
  15. model = "Hardkernel ODROID-X2 board based on Exynos4412";
  16. compatible = "hardkernel,odroid-x2", "samsung,exynos4412", "samsung,exynos4";
  17. memory {
  18. reg = <0x40000000 0x7FF00000>;
  19. };
  20. };
  21. &sound {
  22. samsung,model = "Odroid-X2";
  23. samsung,audio-routing =
  24. "Headphone Jack", "HPL",
  25. "Headphone Jack", "HPR",
  26. "IN1", "Mic Jack",
  27. "Mic Jack", "MICBIAS";
  28. };