exynos5422-odroidxu3.dts 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /*
  2. * Odroid XU3 device tree source
  3. *
  4. * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  5. * http://www.samsung.com
  6. *
  7. * SPDX-License-Identifier: GPL-2.0+
  8. */
  9. /dts-v1/;
  10. #include "exynos54xx.dtsi"
  11. / {
  12. model = "Odroid XU3 based on EXYNOS5422";
  13. compatible = "samsung,odroidxu3", "samsung,exynos5";
  14. aliases {
  15. serial0 = "/serial@12C00000";
  16. console = "/serial@12C20000";
  17. };
  18. memory {
  19. device_type = "memory";
  20. reg = <0x40000000 0x10000000
  21. 0x50000000 0x10000000
  22. 0x60000000 0x10000000
  23. 0x70000000 0x10000000
  24. 0x80000000 0x10000000
  25. 0x90000000 0x10000000
  26. 0xa0000000 0x10000000
  27. 0xb0000000 0xea00000>;
  28. };
  29. adc@12D10000 {
  30. u-boot,dm-pre-reloc;
  31. status = "okay";
  32. };
  33. i2c@12CA0000 {
  34. s2mps11_pmic@66 {
  35. compatible = "samsung,s2mps11-pmic";
  36. reg = <0x66>;
  37. };
  38. };
  39. ehci@12110000 {
  40. samsung,vbus-gpio = <&gpx2 6 GPIO_ACTIVE_HIGH>;
  41. };
  42. serial@12C20000 {
  43. status="okay";
  44. };
  45. mmc@12200000 {
  46. fifoth_val = <0x201f0020>;
  47. };
  48. mmc@12220000 {
  49. fifoth_val = <0x201f0020>;
  50. };
  51. emmc-reset {
  52. compatible = "samsung,emmc-reset";
  53. reset-gpio = <&gpd1 0 0>;
  54. };
  55. };