spear310-evb.dts 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * DTS file for SPEAr310 Evaluation Baord
  4. *
  5. * Copyright 2012 Viresh Kumar <[email protected]>
  6. */
  7. /dts-v1/;
  8. /include/ "spear310.dtsi"
  9. / {
  10. model = "ST SPEAr310 Evaluation Board";
  11. compatible = "st,spear310-evb", "st,spear310";
  12. #address-cells = <1>;
  13. #size-cells = <1>;
  14. memory {
  15. reg = <0 0x40000000>;
  16. };
  17. ahb {
  18. pinmux@b4000000 {
  19. pinctrl-names = "default";
  20. pinctrl-0 = <&state_default>;
  21. state_default: pinmux {
  22. gpio0 {
  23. st,pins = "gpio0_pin0_grp",
  24. "gpio0_pin1_grp",
  25. "gpio0_pin2_grp",
  26. "gpio0_pin3_grp",
  27. "gpio0_pin4_grp",
  28. "gpio0_pin5_grp";
  29. st,function = "gpio0";
  30. };
  31. i2c0 {
  32. st,pins = "i2c0_grp";
  33. st,function = "i2c0";
  34. };
  35. mii0 {
  36. st,pins = "mii0_grp";
  37. st,function = "mii0";
  38. };
  39. ssp0 {
  40. st,pins = "ssp0_grp";
  41. st,function = "ssp0";
  42. };
  43. uart0 {
  44. st,pins = "uart0_grp";
  45. st,function = "uart0";
  46. };
  47. emi {
  48. st,pins = "emi_cs_0_to_5_grp";
  49. st,function = "emi";
  50. };
  51. fsmc {
  52. st,pins = "fsmc_grp";
  53. st,function = "fsmc";
  54. };
  55. uart1 {
  56. st,pins = "uart1_grp";
  57. st,function = "uart1";
  58. };
  59. uart2 {
  60. st,pins = "uart2_grp";
  61. st,function = "uart2";
  62. };
  63. uart3 {
  64. st,pins = "uart3_grp";
  65. st,function = "uart3";
  66. };
  67. uart4 {
  68. st,pins = "uart4_grp";
  69. st,function = "uart4";
  70. };
  71. uart5 {
  72. st,pins = "uart5_grp";
  73. st,function = "uart5";
  74. };
  75. };
  76. };
  77. dma@fc400000 {
  78. status = "okay";
  79. };
  80. fsmc: flash@44000000 {
  81. status = "okay";
  82. };
  83. gmac: eth@e0800000 {
  84. status = "okay";
  85. };
  86. smi: flash@fc000000 {
  87. status = "okay";
  88. clock-rate = <50000000>;
  89. flash@f8000000 {
  90. #address-cells = <1>;
  91. #size-cells = <1>;
  92. reg = <0xf8000000 0x800000>;
  93. st,smi-fast-mode;
  94. partition@0 {
  95. label = "xloader";
  96. reg = <0x0 0x10000>;
  97. };
  98. partition@10000 {
  99. label = "u-boot";
  100. reg = <0x10000 0x50000>;
  101. };
  102. partition@60000 {
  103. label = "environment";
  104. reg = <0x60000 0x10000>;
  105. };
  106. partition@70000 {
  107. label = "dtb";
  108. reg = <0x70000 0x10000>;
  109. };
  110. partition@80000 {
  111. label = "linux";
  112. reg = <0x80000 0x310000>;
  113. };
  114. partition@390000 {
  115. label = "rootfs";
  116. reg = <0x390000 0x0>;
  117. };
  118. };
  119. };
  120. spi0: spi@d0100000 {
  121. status = "okay";
  122. };
  123. ehci@e1800000 {
  124. status = "okay";
  125. };
  126. ohci@e1900000 {
  127. status = "okay";
  128. };
  129. ohci@e2100000 {
  130. status = "okay";
  131. };
  132. apb {
  133. gpio0: gpio@fc980000 {
  134. status = "okay";
  135. };
  136. i2c0: i2c@d0180000 {
  137. status = "okay";
  138. };
  139. rtc@fc900000 {
  140. status = "okay";
  141. };
  142. serial@d0000000 {
  143. status = "okay";
  144. pinctrl-names = "default";
  145. pinctrl-0 = <>;
  146. };
  147. serial@b2000000 {
  148. status = "okay";
  149. pinctrl-names = "default";
  150. pinctrl-0 = <>;
  151. };
  152. serial@b2080000 {
  153. status = "okay";
  154. pinctrl-names = "default";
  155. pinctrl-0 = <>;
  156. };
  157. serial@b2100000 {
  158. status = "okay";
  159. pinctrl-names = "default";
  160. pinctrl-0 = <>;
  161. };
  162. serial@b2180000 {
  163. status = "okay";
  164. pinctrl-names = "default";
  165. pinctrl-0 = <>;
  166. };
  167. serial@b2200000 {
  168. status = "okay";
  169. pinctrl-names = "default";
  170. pinctrl-0 = <>;
  171. };
  172. wdt@fc880000 {
  173. status = "okay";
  174. };
  175. };
  176. };
  177. };