exynos4210-origen.dts 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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. sdhci@12530000 {
  39. bus-width = <4>;
  40. pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4 &sd2_cd>;
  41. pinctrl-names = "default";
  42. vmmc-supply = <&mmc_reg>;
  43. status = "okay";
  44. };
  45. sdhci@12510000 {
  46. bus-width = <4>;
  47. pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus4 &sd0_cd>;
  48. pinctrl-names = "default";
  49. vmmc-supply = <&mmc_reg>;
  50. status = "okay";
  51. };
  52. codec@13400000 {
  53. samsung,mfc-r = <0x43000000 0x800000>;
  54. samsung,mfc-l = <0x51000000 0x800000>;
  55. status = "okay";
  56. };
  57. serial@13800000 {
  58. status = "okay";
  59. };
  60. serial@13810000 {
  61. status = "okay";
  62. };
  63. serial@13820000 {
  64. status = "okay";
  65. };
  66. serial@13830000 {
  67. status = "okay";
  68. };
  69. gpio_keys {
  70. compatible = "gpio-keys";
  71. #address-cells = <1>;
  72. #size-cells = <0>;
  73. up {
  74. label = "Up";
  75. gpios = <&gpx2 0 1>;
  76. linux,code = <103>;
  77. gpio-key,wakeup;
  78. };
  79. down {
  80. label = "Down";
  81. gpios = <&gpx2 1 1>;
  82. linux,code = <108>;
  83. gpio-key,wakeup;
  84. };
  85. back {
  86. label = "Back";
  87. gpios = <&gpx1 7 1>;
  88. linux,code = <158>;
  89. gpio-key,wakeup;
  90. };
  91. home {
  92. label = "Home";
  93. gpios = <&gpx1 6 1>;
  94. linux,code = <102>;
  95. gpio-key,wakeup;
  96. };
  97. menu {
  98. label = "Menu";
  99. gpios = <&gpx1 5 1>;
  100. linux,code = <139>;
  101. gpio-key,wakeup;
  102. };
  103. };
  104. leds {
  105. compatible = "gpio-leds";
  106. status {
  107. gpios = <&gpx1 3 1>;
  108. linux,default-trigger = "heartbeat";
  109. };
  110. };
  111. fixed-rate-clocks {
  112. xxti {
  113. compatible = "samsung,clock-xxti";
  114. clock-frequency = <0>;
  115. };
  116. xusbxti {
  117. compatible = "samsung,clock-xusbxti";
  118. clock-frequency = <24000000>;
  119. };
  120. };
  121. };