exynos4412-odroid.dts 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /*
  2. * Odroid-U3/X2 board 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 "exynos4412.dtsi"
  11. / {
  12. model = "Odroid based on Exynos4412";
  13. compatible = "samsung,odroid", "samsung,exynos4412";
  14. aliases {
  15. i2c0 = "/i2c@13860000";
  16. i2c1 = "/i2c@13870000";
  17. i2c2 = "/i2c@13880000";
  18. i2c3 = "/i2c@13890000";
  19. i2c4 = "/i2c@138a0000";
  20. i2c5 = "/i2c@138b0000";
  21. i2c6 = "/i2c@138c0000";
  22. i2c7 = "/i2c@138d0000";
  23. serial0 = "/serial@13800000";
  24. console = "/serial@13810000";
  25. mmc2 = "sdhci@12530000";
  26. mmc4 = "dwmmc@12550000";
  27. };
  28. i2c@13860000 {
  29. samsung,i2c-sda-delay = <100>;
  30. samsung,i2c-slave-addr = <0x10>;
  31. samsung,i2c-max-bus-freq = <100000>;
  32. status = "okay";
  33. max77686_pmic@09 {
  34. compatible = "maxim,max77686_pmic";
  35. interrupts = <7 0>;
  36. reg = <0x09 0 0>;
  37. #clock-cells = <1>;
  38. };
  39. };
  40. serial@13810000 {
  41. status = "okay";
  42. };
  43. sdhci@12510000 {
  44. status = "disabled";
  45. };
  46. sdhci@12520000 {
  47. status = "disabled";
  48. };
  49. sdhci@12530000 {
  50. samsung,bus-width = <4>;
  51. samsung,timing = <1 2 3>;
  52. cd-gpios = <&gpk2 2 0>;
  53. };
  54. sdhci@12540000 {
  55. status = "disabled";
  56. };
  57. dwmmc@12550000 {
  58. samsung,bus-width = <8>;
  59. samsung,timing = <2 1 0>;
  60. samsung,removable = <0>;
  61. fifoth_val = <0x203f0040>;
  62. bus_hz = <400000000>;
  63. div = <0x3>;
  64. index = <4>;
  65. };
  66. ehci@12580000 {
  67. compatible = "samsung,exynos-ehci";
  68. reg = <0x12580000 0x100>;
  69. #address-cells = <1>;
  70. #size-cells = <1>;
  71. phy {
  72. compatible = "samsung,exynos-usb-phy";
  73. reg = <0x125B0000 0x100>;
  74. };
  75. };
  76. emmc-reset {
  77. compatible = "samsung,emmc-reset";
  78. reset-gpio = <&gpk1 2 0>;
  79. };
  80. };