exynos4210-origen.dts 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. sdhci@12530000 {
  31. bus-width = <4>;
  32. pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4 &sd2_cd>;
  33. pinctrl-names = "default";
  34. status = "okay";
  35. };
  36. sdhci@12510000 {
  37. bus-width = <4>;
  38. pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus4 &sd0_cd>;
  39. pinctrl-names = "default";
  40. status = "okay";
  41. };
  42. serial@13800000 {
  43. status = "okay";
  44. };
  45. serial@13810000 {
  46. status = "okay";
  47. };
  48. serial@13820000 {
  49. status = "okay";
  50. };
  51. serial@13830000 {
  52. status = "okay";
  53. };
  54. gpio_keys {
  55. compatible = "gpio-keys";
  56. #address-cells = <1>;
  57. #size-cells = <0>;
  58. up {
  59. label = "Up";
  60. gpios = <&gpx2 0 1>;
  61. linux,code = <103>;
  62. gpio-key,wakeup;
  63. };
  64. down {
  65. label = "Down";
  66. gpios = <&gpx2 1 1>;
  67. linux,code = <108>;
  68. gpio-key,wakeup;
  69. };
  70. back {
  71. label = "Back";
  72. gpios = <&gpx1 7 1>;
  73. linux,code = <158>;
  74. gpio-key,wakeup;
  75. };
  76. home {
  77. label = "Home";
  78. gpios = <&gpx1 6 1>;
  79. linux,code = <102>;
  80. gpio-key,wakeup;
  81. };
  82. menu {
  83. label = "Menu";
  84. gpios = <&gpx1 5 1>;
  85. linux,code = <139>;
  86. gpio-key,wakeup;
  87. };
  88. };
  89. leds {
  90. compatible = "gpio-leds";
  91. status {
  92. gpios = <&gpx1 3 1>;
  93. linux,default-trigger = "heartbeat";
  94. };
  95. };
  96. };