spear1310-evb.dts 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. /*
  2. * DTS file for SPEAr1310 Evaluation Baord
  3. *
  4. * Copyright 2012 Viresh Kumar <viresh.linux@gmail.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/ "spear1310.dtsi"
  15. / {
  16. model = "ST SPEAr1310 Evaluation Board";
  17. compatible = "st,spear1310-evb", "st,spear1310";
  18. #address-cells = <1>;
  19. #size-cells = <1>;
  20. memory {
  21. reg = <0 0x40000000>;
  22. };
  23. ahb {
  24. pinmux@e0700000 {
  25. pinctrl-names = "default";
  26. pinctrl-0 = <&state_default>;
  27. state_default: pinmux {
  28. i2c0 {
  29. st,pins = "i2c0_grp";
  30. st,function = "i2c0";
  31. };
  32. i2s0 {
  33. st,pins = "i2s0_grp";
  34. st,function = "i2s0";
  35. };
  36. i2s1 {
  37. st,pins = "i2s1_grp";
  38. st,function = "i2s1";
  39. };
  40. gpio {
  41. st,pins = "arm_gpio_grp";
  42. st,function = "arm_gpio";
  43. };
  44. clcd {
  45. st,pins = "clcd_grp" , "clcd_high_res";
  46. st,function = "clcd";
  47. };
  48. eth {
  49. st,pins = "gmii_grp";
  50. st,function = "gmii";
  51. };
  52. ssp0 {
  53. st,pins = "ssp0_grp";
  54. st,function = "ssp0";
  55. };
  56. kbd {
  57. st,pins = "keyboard_6x6_grp";
  58. st,function = "keyboard";
  59. };
  60. sdhci {
  61. st,pins = "sdhci_grp";
  62. st,function = "sdhci";
  63. };
  64. smi-pmx {
  65. st,pins = "smi_2_chips_grp";
  66. st,function = "smi";
  67. };
  68. uart0 {
  69. st,pins = "uart0_grp";
  70. st,function = "uart0";
  71. };
  72. rs485 {
  73. st,pins = "rs485_0_1_tdm_0_1_grp";
  74. st,function = "rs485_0_1_tdm_0_1";
  75. };
  76. i2c1_2 {
  77. st,pins = "i2c_1_2_grp";
  78. st,function = "i2c_1_2";
  79. };
  80. smii {
  81. st,pins = "smii_0_1_2_grp";
  82. st,function = "smii_0_1_2";
  83. };
  84. nand {
  85. st,pins = "nand_8bit_grp",
  86. "nand_16bit_grp";
  87. st,function = "nand";
  88. };
  89. sata {
  90. st,pins = "sata0_grp";
  91. st,function = "sata";
  92. };
  93. pcie {
  94. st,pins = "pcie1_grp", "pcie2_grp";
  95. st,function = "pci_express";
  96. };
  97. };
  98. };
  99. ahci@b1000000 {
  100. status = "okay";
  101. };
  102. cf@b2800000 {
  103. status = "okay";
  104. };
  105. dma@ea800000 {
  106. status = "okay";
  107. };
  108. dma@eb000000 {
  109. status = "okay";
  110. };
  111. fsmc: flash@b0000000 {
  112. status = "okay";
  113. partition@0 {
  114. label = "xloader";
  115. reg = <0x0 0x80000>;
  116. };
  117. partition@80000 {
  118. label = "u-boot";
  119. reg = <0x80000 0x140000>;
  120. };
  121. partition@1C0000 {
  122. label = "environment";
  123. reg = <0x1C0000 0x40000>;
  124. };
  125. partition@200000 {
  126. label = "dtb";
  127. reg = <0x200000 0x40000>;
  128. };
  129. partition@240000 {
  130. label = "linux";
  131. reg = <0x240000 0xC00000>;
  132. };
  133. partition@E40000 {
  134. label = "rootfs";
  135. reg = <0xE40000 0x0>;
  136. };
  137. };
  138. gmac0: eth@e2000000 {
  139. status = "okay";
  140. };
  141. sdhci@b3000000 {
  142. status = "okay";
  143. };
  144. smi: flash@ea000000 {
  145. status = "okay";
  146. clock-rate=<50000000>;
  147. flash@e6000000 {
  148. #address-cells = <1>;
  149. #size-cells = <1>;
  150. reg = <0xe6000000 0x800000>;
  151. st,smi-fast-mode;
  152. partition@0 {
  153. label = "xloader";
  154. reg = <0x0 0x10000>;
  155. };
  156. partition@10000 {
  157. label = "u-boot";
  158. reg = <0x10000 0x50000>;
  159. };
  160. partition@60000 {
  161. label = "environment";
  162. reg = <0x60000 0x10000>;
  163. };
  164. partition@70000 {
  165. label = "dtb";
  166. reg = <0x70000 0x10000>;
  167. };
  168. partition@80000 {
  169. label = "linux";
  170. reg = <0x80000 0x310000>;
  171. };
  172. partition@390000 {
  173. label = "rootfs";
  174. reg = <0x390000 0x0>;
  175. };
  176. };
  177. };
  178. ehci@e4800000 {
  179. status = "okay";
  180. };
  181. ehci@e5800000 {
  182. status = "okay";
  183. };
  184. ohci@e4000000 {
  185. status = "okay";
  186. };
  187. ohci@e5000000 {
  188. status = "okay";
  189. };
  190. apb {
  191. adc@e0080000 {
  192. status = "okay";
  193. };
  194. gpio0: gpio@e0600000 {
  195. status = "okay";
  196. };
  197. gpio1: gpio@e0680000 {
  198. status = "okay";
  199. };
  200. gpio@d8400000 {
  201. status = "okay";
  202. };
  203. i2c0: i2c@e0280000 {
  204. status = "okay";
  205. };
  206. kbd@e0300000 {
  207. linux,keymap = < 0x00000001
  208. 0x00010002
  209. 0x00020003
  210. 0x00030004
  211. 0x00040005
  212. 0x00050006
  213. 0x00060007
  214. 0x00070008
  215. 0x00080009
  216. 0x0100000a
  217. 0x0101000c
  218. 0x0102000d
  219. 0x0103000e
  220. 0x0104000f
  221. 0x01050010
  222. 0x01060011
  223. 0x01070012
  224. 0x01080013
  225. 0x02000014
  226. 0x02010015
  227. 0x02020016
  228. 0x02030017
  229. 0x02040018
  230. 0x02050019
  231. 0x0206001a
  232. 0x0207001b
  233. 0x0208001c
  234. 0x0300001d
  235. 0x0301001e
  236. 0x0302001f
  237. 0x03030020
  238. 0x03040021
  239. 0x03050022
  240. 0x03060023
  241. 0x03070024
  242. 0x03080025
  243. 0x04000026
  244. 0x04010027
  245. 0x04020028
  246. 0x04030029
  247. 0x0404002a
  248. 0x0405002b
  249. 0x0406002c
  250. 0x0407002d
  251. 0x0408002e
  252. 0x0500002f
  253. 0x05010030
  254. 0x05020031
  255. 0x05030032
  256. 0x05040033
  257. 0x05050034
  258. 0x05060035
  259. 0x05070036
  260. 0x05080037
  261. 0x06000038
  262. 0x06010039
  263. 0x0602003a
  264. 0x0603003b
  265. 0x0604003c
  266. 0x0605003d
  267. 0x0606003e
  268. 0x0607003f
  269. 0x06080040
  270. 0x07000041
  271. 0x07010042
  272. 0x07020043
  273. 0x07030044
  274. 0x07040045
  275. 0x07050046
  276. 0x07060047
  277. 0x07070048
  278. 0x07080049
  279. 0x0800004a
  280. 0x0801004b
  281. 0x0802004c
  282. 0x0803004d
  283. 0x0804004e
  284. 0x0805004f
  285. 0x08060050
  286. 0x08070051
  287. 0x08080052 >;
  288. autorepeat;
  289. st,mode = <0>;
  290. suspended_rate = <2000000>;
  291. status = "okay";
  292. };
  293. rtc@e0580000 {
  294. status = "okay";
  295. };
  296. serial@e0000000 {
  297. status = "okay";
  298. };
  299. spi0: spi@e0100000 {
  300. status = "okay";
  301. };
  302. wdt@ec800620 {
  303. status = "okay";
  304. };
  305. };
  306. };
  307. };