exynos4210-origen.dts 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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 0 2>;
  58. linux,code = <103>;
  59. };
  60. down {
  61. label = "Down";
  62. gpios = <&gpx2 1 0 0 2>;
  63. linux,code = <108>;
  64. };
  65. back {
  66. label = "Back";
  67. gpios = <&gpx1 7 0 0 2>;
  68. linux,code = <158>;
  69. };
  70. home {
  71. label = "Home";
  72. gpios = <&gpx1 6 0 0 2>;
  73. linux,code = <102>;
  74. };
  75. menu {
  76. label = "Menu";
  77. gpios = <&gpx1 5 0 0 2>;
  78. linux,code = <139>;
  79. };
  80. };
  81. keypad@100A0000 {
  82. status = "disabled";
  83. };
  84. sdhci@12520000 {
  85. status = "disabled";
  86. };
  87. sdhci@12540000 {
  88. status = "disabled";
  89. };
  90. i2c@13860000 {
  91. status = "disabled";
  92. };
  93. i2c@13870000 {
  94. status = "disabled";
  95. };
  96. i2c@13880000 {
  97. status = "disabled";
  98. };
  99. i2c@13890000 {
  100. status = "disabled";
  101. };
  102. i2c@138A0000 {
  103. status = "disabled";
  104. };
  105. i2c@138B0000 {
  106. status = "disabled";
  107. };
  108. i2c@138C0000 {
  109. status = "disabled";
  110. };
  111. i2c@138D0000 {
  112. status = "disabled";
  113. };
  114. spi_0: spi@13920000 {
  115. status = "disabled";
  116. };
  117. spi_1: spi@13930000 {
  118. status = "disabled";
  119. };
  120. spi_2: spi@13940000 {
  121. status = "disabled";
  122. };
  123. };