exynos4210-origen.dts 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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 0x10000000
  23. 0x50000000 0x10000000
  24. 0x60000000 0x10000000
  25. 0x70000000 0x10000000>;
  26. };
  27. chosen {
  28. bootargs ="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc";
  29. };
  30. mmc_reg: voltage-regulator {
  31. compatible = "regulator-fixed";
  32. regulator-name = "VMEM_VDD_2.8V";
  33. regulator-min-microvolt = <2800000>;
  34. regulator-max-microvolt = <2800000>;
  35. gpio = <&gpx1 1 0>;
  36. enable-active-high;
  37. };
  38. tmu@100C0000 {
  39. status = "okay";
  40. };
  41. sdhci@12530000 {
  42. bus-width = <4>;
  43. pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4 &sd2_cd>;
  44. pinctrl-names = "default";
  45. vmmc-supply = <&mmc_reg>;
  46. status = "okay";
  47. };
  48. sdhci@12510000 {
  49. bus-width = <4>;
  50. pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus4 &sd0_cd>;
  51. pinctrl-names = "default";
  52. vmmc-supply = <&mmc_reg>;
  53. status = "okay";
  54. };
  55. g2d@12800000 {
  56. status = "okay";
  57. };
  58. codec@13400000 {
  59. samsung,mfc-r = <0x43000000 0x800000>;
  60. samsung,mfc-l = <0x51000000 0x800000>;
  61. status = "okay";
  62. };
  63. serial@13800000 {
  64. status = "okay";
  65. };
  66. serial@13810000 {
  67. status = "okay";
  68. };
  69. serial@13820000 {
  70. status = "okay";
  71. };
  72. serial@13830000 {
  73. status = "okay";
  74. };
  75. gpio_keys {
  76. compatible = "gpio-keys";
  77. #address-cells = <1>;
  78. #size-cells = <0>;
  79. up {
  80. label = "Up";
  81. gpios = <&gpx2 0 1>;
  82. linux,code = <103>;
  83. gpio-key,wakeup;
  84. };
  85. down {
  86. label = "Down";
  87. gpios = <&gpx2 1 1>;
  88. linux,code = <108>;
  89. gpio-key,wakeup;
  90. };
  91. back {
  92. label = "Back";
  93. gpios = <&gpx1 7 1>;
  94. linux,code = <158>;
  95. gpio-key,wakeup;
  96. };
  97. home {
  98. label = "Home";
  99. gpios = <&gpx1 6 1>;
  100. linux,code = <102>;
  101. gpio-key,wakeup;
  102. };
  103. menu {
  104. label = "Menu";
  105. gpios = <&gpx1 5 1>;
  106. linux,code = <139>;
  107. gpio-key,wakeup;
  108. };
  109. };
  110. leds {
  111. compatible = "gpio-leds";
  112. status {
  113. gpios = <&gpx1 3 1>;
  114. linux,default-trigger = "heartbeat";
  115. };
  116. };
  117. fixed-rate-clocks {
  118. xxti {
  119. compatible = "samsung,clock-xxti";
  120. clock-frequency = <0>;
  121. };
  122. xusbxti {
  123. compatible = "samsung,clock-xusbxti";
  124. clock-frequency = <24000000>;
  125. };
  126. };
  127. };