exynos4210-origen.dts 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. /*
  2. * Samsung's Exynos4210 based Origen board device tree source
  3. *
  4. * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
  5. * http://www.samsung.com
  6. * Copyright (c) 2010-2011 Linaro Ltd.
  7. * www.linaro.org
  8. *
  9. * Device tree source file for Insignal's Origen board which is based on
  10. * Samsung's Exynos4210 SoC.
  11. *
  12. * This program is free software; you can redistribute it and/or modify
  13. * it under the terms of the GNU General Public License version 2 as
  14. * published by the Free Software Foundation.
  15. */
  16. /dts-v1/;
  17. /include/ "exynos4210.dtsi"
  18. / {
  19. model = "Insignal Origen evaluation board based on Exynos4210";
  20. compatible = "insignal,origen", "samsung,exynos4210";
  21. memory {
  22. reg = <0x40000000 0x40000000>;
  23. };
  24. chosen {
  25. bootargs ="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc";
  26. };
  27. sdhci@12530000 {
  28. samsung,sdhci-bus-width = <4>;
  29. linux,mmc_cap_4_bit_data;
  30. samsung,sdhci-cd-internal;
  31. gpio-cd = <&gpk2 2 2 3 3>;
  32. gpios = <&gpk2 0 2 0 3>,
  33. <&gpk2 1 2 0 3>,
  34. <&gpk2 3 2 3 3>,
  35. <&gpk2 4 2 3 3>,
  36. <&gpk2 5 2 3 3>,
  37. <&gpk2 6 2 3 3>;
  38. };
  39. sdhci@12510000 {
  40. samsung,sdhci-bus-width = <4>;
  41. linux,mmc_cap_4_bit_data;
  42. samsung,sdhci-cd-internal;
  43. gpio-cd = <&gpk0 2 2 3 3>;
  44. gpios = <&gpk0 0 2 0 3>,
  45. <&gpk0 1 2 0 3>,
  46. <&gpk0 3 2 3 3>,
  47. <&gpk0 4 2 3 3>,
  48. <&gpk0 5 2 3 3>,
  49. <&gpk0 6 2 3 3>;
  50. };
  51. gpio_keys {
  52. compatible = "gpio-keys";
  53. #address-cells = <1>;
  54. #size-cells = <0>;
  55. up {
  56. label = "Up";
  57. gpios = <&gpx2 0 0 0x10000 2>;
  58. linux,code = <103>;
  59. };
  60. down {
  61. label = "Down";
  62. gpios = <&gpx2 1 0 0x10000 2>;
  63. linux,code = <108>;
  64. };
  65. back {
  66. label = "Back";
  67. gpios = <&gpx1 7 0 0x10000 2>;
  68. linux,code = <158>;
  69. };
  70. home {
  71. label = "Home";
  72. gpios = <&gpx1 6 0 0x10000 2>;
  73. linux,code = <102>;
  74. };
  75. menu {
  76. label = "Menu";
  77. gpios = <&gpx1 5 0 0x10000 2>;
  78. linux,code = <139>;
  79. };
  80. };
  81. leds {
  82. compatible = "gpio-leds";
  83. status {
  84. gpios = <&gpx1 3 0 0x10000 2>;
  85. linux,default-trigger = "heartbeat";
  86. };
  87. };
  88. keypad@100A0000 {
  89. status = "disabled";
  90. };
  91. sdhci@12520000 {
  92. status = "disabled";
  93. };
  94. sdhci@12540000 {
  95. status = "disabled";
  96. };
  97. i2c@13860000 {
  98. status = "disabled";
  99. };
  100. i2c@13870000 {
  101. status = "disabled";
  102. };
  103. i2c@13880000 {
  104. status = "disabled";
  105. };
  106. i2c@13890000 {
  107. status = "disabled";
  108. };
  109. i2c@138A0000 {
  110. status = "disabled";
  111. };
  112. i2c@138B0000 {
  113. status = "disabled";
  114. };
  115. i2c@138C0000 {
  116. status = "disabled";
  117. };
  118. i2c@138D0000 {
  119. status = "disabled";
  120. };
  121. spi_0: spi@13920000 {
  122. status = "disabled";
  123. };
  124. spi_1: spi@13930000 {
  125. status = "disabled";
  126. };
  127. spi_2: spi@13940000 {
  128. status = "disabled";
  129. };
  130. };