spear320-evb.dts 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. /*
  2. * DTS file for SPEAr320 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/ "spear320.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. pinmux@b3000000 {
  25. st,pinmux-mode = <3>;
  26. pinctrl-names = "default";
  27. pinctrl-0 = <&state_default>;
  28. state_default: pinmux {
  29. i2c0 {
  30. st,pins = "i2c0_grp";
  31. st,function = "i2c0";
  32. };
  33. mii0 {
  34. st,pins = "mii0_grp";
  35. st,function = "mii0";
  36. };
  37. ssp0 {
  38. st,pins = "ssp0_grp";
  39. st,function = "ssp0";
  40. };
  41. uart0 {
  42. st,pins = "uart0_grp";
  43. st,function = "uart0";
  44. };
  45. sdhci {
  46. st,pins = "sdhci_cd_51_grp";
  47. st,function = "sdhci";
  48. };
  49. i2s {
  50. st,pins = "i2s_grp";
  51. st,function = "i2s";
  52. };
  53. uart1 {
  54. st,pins = "uart1_grp";
  55. st,function = "uart1";
  56. };
  57. uart2 {
  58. st,pins = "uart2_grp";
  59. st,function = "uart2";
  60. };
  61. can0 {
  62. st,pins = "can0_grp";
  63. st,function = "can0";
  64. };
  65. can1 {
  66. st,pins = "can1_grp";
  67. st,function = "can1";
  68. };
  69. mii2 {
  70. st,pins = "mii2_grp";
  71. st,function = "mii2";
  72. };
  73. pwm0_1 {
  74. st,pins = "pwm0_1_pin_14_15_grp";
  75. st,function = "pwm0_1";
  76. };
  77. pwm2 {
  78. st,pins = "pwm2_pin_13_grp";
  79. st,function = "pwm2";
  80. };
  81. };
  82. };
  83. clcd@90000000 {
  84. status = "okay";
  85. };
  86. dma@fc400000 {
  87. status = "okay";
  88. };
  89. fsmc: flash@4c000000 {
  90. status = "okay";
  91. };
  92. gmac: eth@e0800000 {
  93. status = "okay";
  94. };
  95. sdhci@70000000 {
  96. power-gpio = <&gpio0 2 1>;
  97. power_always_enb;
  98. status = "okay";
  99. };
  100. smi: flash@fc000000 {
  101. status = "okay";
  102. };
  103. spi0: spi@d0100000 {
  104. status = "okay";
  105. };
  106. spi1: spi@a5000000 {
  107. status = "okay";
  108. };
  109. spi2: spi@a6000000 {
  110. status = "okay";
  111. };
  112. ehci@e1800000 {
  113. status = "okay";
  114. };
  115. ohci@e1900000 {
  116. status = "okay";
  117. };
  118. ohci@e2100000 {
  119. status = "okay";
  120. };
  121. apb {
  122. gpio0: gpio@fc980000 {
  123. status = "okay";
  124. };
  125. i2c0: i2c@d0180000 {
  126. status = "okay";
  127. };
  128. i2c1: i2c@a7000000 {
  129. status = "okay";
  130. };
  131. rtc@fc900000 {
  132. status = "okay";
  133. };
  134. serial@d0000000 {
  135. status = "okay";
  136. };
  137. serial@a3000000 {
  138. status = "okay";
  139. };
  140. serial@a4000000 {
  141. status = "okay";
  142. };
  143. wdt@fc880000 {
  144. status = "okay";
  145. };
  146. };
  147. };
  148. };