exynos5250-arndale.dts 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. /*
  2. * Samsung's Exynos5250 based Arndale board device tree source
  3. *
  4. * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  5. * http://www.samsung.com
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License version 2 as
  9. * published by the Free Software Foundation.
  10. */
  11. /dts-v1/;
  12. /include/ "exynos5250.dtsi"
  13. / {
  14. model = "Insignal Arndale evaluation board based on EXYNOS5250";
  15. compatible = "insignal,arndale", "samsung,exynos5250";
  16. memory {
  17. reg = <0x40000000 0x80000000>;
  18. };
  19. chosen {
  20. bootargs = "console=ttySAC2,115200";
  21. };
  22. i2c@12C60000 {
  23. status = "disabled";
  24. };
  25. i2c@12C70000 {
  26. status = "disabled";
  27. };
  28. i2c@12C80000 {
  29. status = "disabled";
  30. };
  31. i2c@12C90000 {
  32. status = "disabled";
  33. };
  34. i2c@12CA0000 {
  35. status = "disabled";
  36. };
  37. i2c@12CB0000 {
  38. status = "disabled";
  39. };
  40. i2c@12CC0000 {
  41. status = "disabled";
  42. };
  43. i2c@12CD0000 {
  44. status = "disabled";
  45. };
  46. i2c@121D0000 {
  47. status = "disabled";
  48. };
  49. dwmmc_0: dwmmc0@12200000 {
  50. num-slots = <1>;
  51. supports-highspeed;
  52. broken-cd;
  53. fifo-depth = <0x80>;
  54. card-detect-delay = <200>;
  55. samsung,dw-mshc-ciu-div = <3>;
  56. samsung,dw-mshc-sdr-timing = <2 3>;
  57. samsung,dw-mshc-ddr-timing = <1 2>;
  58. pinctrl-names = "default";
  59. pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus4 &sd0_bus8>;
  60. slot@0 {
  61. reg = <0>;
  62. bus-width = <8>;
  63. };
  64. };
  65. dwmmc_1: dwmmc1@12210000 {
  66. status = "disabled";
  67. };
  68. dwmmc_2: dwmmc2@12220000 {
  69. num-slots = <1>;
  70. supports-highspeed;
  71. fifo-depth = <0x80>;
  72. card-detect-delay = <200>;
  73. samsung,dw-mshc-ciu-div = <3>;
  74. samsung,dw-mshc-sdr-timing = <2 3>;
  75. samsung,dw-mshc-ddr-timing = <1 2>;
  76. pinctrl-names = "default";
  77. pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
  78. slot@0 {
  79. reg = <0>;
  80. bus-width = <4>;
  81. disable-wp;
  82. };
  83. };
  84. dwmmc_3: dwmmc3@12230000 {
  85. status = "disabled";
  86. };
  87. spi_0: spi@12d20000 {
  88. status = "disabled";
  89. };
  90. spi_1: spi@12d30000 {
  91. status = "disabled";
  92. };
  93. spi_2: spi@12d40000 {
  94. status = "disabled";
  95. };
  96. gpio_keys {
  97. compatible = "gpio-keys";
  98. menu {
  99. label = "SW-TACT2";
  100. gpios = <&gpx1 4 1>;
  101. linux,code = <139>;
  102. gpio-key,wakeup;
  103. };
  104. home {
  105. label = "SW-TACT3";
  106. gpios = <&gpx1 5 1>;
  107. linux,code = <102>;
  108. gpio-key,wakeup;
  109. };
  110. up {
  111. label = "SW-TACT4";
  112. gpios = <&gpx1 6 1>;
  113. linux,code = <103>;
  114. gpio-key,wakeup;
  115. };
  116. down {
  117. label = "SW-TACT5";
  118. gpios = <&gpx1 7 1>;
  119. linux,code = <108>;
  120. gpio-key,wakeup;
  121. };
  122. back {
  123. label = "SW-TACT6";
  124. gpios = <&gpx2 0 1>;
  125. linux,code = <158>;
  126. gpio-key,wakeup;
  127. };
  128. wakeup {
  129. label = "SW-TACT7";
  130. gpios = <&gpx2 1 1>;
  131. linux,code = <143>;
  132. gpio-key,wakeup;
  133. };
  134. };
  135. fixed-rate-clocks {
  136. xxti {
  137. compatible = "samsung,clock-xxti";
  138. clock-frequency = <24000000>;
  139. };
  140. };
  141. };