spear310-evb.dts 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. /*
  2. * DTS file for SPEAr310 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/ "spear310.dtsi"
  15. / {
  16. model = "ST SPEAr310 Evaluation Board";
  17. compatible = "st,spear310-evb", "st,spear310";
  18. #address-cells = <1>;
  19. #size-cells = <1>;
  20. memory {
  21. reg = <0 0x40000000>;
  22. };
  23. ahb {
  24. dma@fc400000 {
  25. status = "okay";
  26. };
  27. fsmc: flash@44000000 {
  28. status = "okay";
  29. };
  30. gmac: eth@e0800000 {
  31. status = "okay";
  32. };
  33. smi: flash@fc000000 {
  34. status = "okay";
  35. clock-rate=<50000000>;
  36. flash@f8000000 {
  37. #address-cells = <1>;
  38. #size-cells = <1>;
  39. reg = <0xf8000000 0x800000>;
  40. st,smi-fast-mode;
  41. partition@0 {
  42. label = "xloader";
  43. reg = <0x0 0x10000>;
  44. };
  45. partition@10000 {
  46. label = "u-boot";
  47. reg = <0x10000 0x40000>;
  48. };
  49. partition@50000 {
  50. label = "linux";
  51. reg = <0x50000 0x2c0000>;
  52. };
  53. partition@310000 {
  54. label = "rootfs";
  55. reg = <0x310000 0x4f0000>;
  56. };
  57. };
  58. };
  59. spi0: spi@d0100000 {
  60. status = "okay";
  61. };
  62. ehci@e1800000 {
  63. status = "okay";
  64. };
  65. ohci@e1900000 {
  66. status = "okay";
  67. };
  68. ohci@e2100000 {
  69. status = "okay";
  70. };
  71. apb {
  72. gpio0: gpio@fc980000 {
  73. status = "okay";
  74. };
  75. i2c0: i2c@d0180000 {
  76. status = "okay";
  77. };
  78. rtc@fc900000 {
  79. status = "okay";
  80. };
  81. serial@d0000000 {
  82. status = "okay";
  83. };
  84. serial@b2000000 {
  85. status = "okay";
  86. };
  87. serial@b2080000 {
  88. status = "okay";
  89. };
  90. serial@b2100000 {
  91. status = "okay";
  92. };
  93. serial@b2180000 {
  94. status = "okay";
  95. };
  96. serial@b2200000 {
  97. status = "okay";
  98. };
  99. wdt@fc880000 {
  100. status = "okay";
  101. };
  102. };
  103. };
  104. };