spear300-evb.dts 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. /*
  2. * DTS file for SPEAr300 Evaluation Baord
  3. *
  4. * Copyright 2012 Viresh Kumar <viresh.kumar@st.com>
  5. *
  6. * The code contained herein is licensed under the GNU General Public
  7. * License. You may obtain a copy of the GNU General Public License
  8. * Version 2 or later at the following locations:
  9. *
  10. * http://www.opensource.org/licenses/gpl-license.html
  11. * http://www.gnu.org/copyleft/gpl.html
  12. */
  13. /dts-v1/;
  14. /include/ "spear300.dtsi"
  15. / {
  16. model = "ST SPEAr300 Evaluation Board";
  17. compatible = "st,spear300-evb", "st,spear300";
  18. #address-cells = <1>;
  19. #size-cells = <1>;
  20. memory {
  21. reg = <0 0x40000000>;
  22. };
  23. ahb {
  24. clcd@60000000 {
  25. status = "okay";
  26. };
  27. dma@fc400000 {
  28. status = "okay";
  29. };
  30. fsmc: flash@94000000 {
  31. status = "okay";
  32. };
  33. gmac: eth@e0800000 {
  34. status = "okay";
  35. };
  36. sdhci@70000000 {
  37. int-gpio = <&gpio1 0 0>;
  38. power-gpio = <&gpio1 2 1>;
  39. status = "okay";
  40. };
  41. smi: flash@fc000000 {
  42. status = "okay";
  43. };
  44. spi0: spi@d0100000 {
  45. status = "okay";
  46. };
  47. ehci@e1800000 {
  48. status = "okay";
  49. };
  50. ohci@e1900000 {
  51. status = "okay";
  52. };
  53. ohci@e2100000 {
  54. status = "okay";
  55. };
  56. apb {
  57. gpio0: gpio@fc980000 {
  58. status = "okay";
  59. };
  60. gpio1: gpio@a9000000 {
  61. status = "okay";
  62. };
  63. i2c0: i2c@d0180000 {
  64. status = "okay";
  65. };
  66. kbd@a0000000 {
  67. linux,keymap = < 0x00000001
  68. 0x00010002
  69. 0x00020003
  70. 0x00030004
  71. 0x00040005
  72. 0x00050006
  73. 0x00060007
  74. 0x00070008
  75. 0x00080009
  76. 0x0100000a
  77. 0x0101000c
  78. 0x0102000d
  79. 0x0103000e
  80. 0x0104000f
  81. 0x01050010
  82. 0x01060011
  83. 0x01070012
  84. 0x01080013
  85. 0x02000014
  86. 0x02010015
  87. 0x02020016
  88. 0x02030017
  89. 0x02040018
  90. 0x02050019
  91. 0x0206001a
  92. 0x0207001b
  93. 0x0208001c
  94. 0x0300001d
  95. 0x0301001e
  96. 0x0302001f
  97. 0x03030020
  98. 0x03040021
  99. 0x03050022
  100. 0x03060023
  101. 0x03070024
  102. 0x03080025
  103. 0x04000026
  104. 0x04010027
  105. 0x04020028
  106. 0x04030029
  107. 0x0404002a
  108. 0x0405002b
  109. 0x0406002c
  110. 0x0407002d
  111. 0x0408002e
  112. 0x0500002f
  113. 0x05010030
  114. 0x05020031
  115. 0x05030032
  116. 0x05040033
  117. 0x05050034
  118. 0x05060035
  119. 0x05070036
  120. 0x05080037
  121. 0x06000038
  122. 0x06010039
  123. 0x0602003a
  124. 0x0603003b
  125. 0x0604003c
  126. 0x0605003d
  127. 0x0606003e
  128. 0x0607003f
  129. 0x06080040
  130. 0x07000041
  131. 0x07010042
  132. 0x07020043
  133. 0x07030044
  134. 0x07040045
  135. 0x07050046
  136. 0x07060047
  137. 0x07070048
  138. 0x07080049
  139. 0x0800004a
  140. 0x0801004b
  141. 0x0802004c
  142. 0x0803004d
  143. 0x0804004e
  144. 0x0805004f
  145. 0x08060050
  146. 0x08070051
  147. 0x08080052 >;
  148. autorepeat;
  149. st,mode = <0>;
  150. status = "okay";
  151. };
  152. rtc@fc900000 {
  153. status = "okay";
  154. };
  155. serial@d0000000 {
  156. status = "okay";
  157. };
  158. wdt@fc880000 {
  159. status = "okay";
  160. };
  161. };
  162. };
  163. };