spear600-evb.dts 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /*
  2. * Copyright 2012 Stefan Roese <sr@denx.de>
  3. *
  4. * The code contained herein is licensed under the GNU General Public
  5. * License. You may obtain a copy of the GNU General Public License
  6. * Version 2 or later at the following locations:
  7. *
  8. * http://www.opensource.org/licenses/gpl-license.html
  9. * http://www.gnu.org/copyleft/gpl.html
  10. */
  11. /dts-v1/;
  12. /include/ "spear600.dtsi"
  13. / {
  14. model = "ST SPEAr600 Evaluation Board";
  15. compatible = "st,spear600-evb", "st,spear600";
  16. #address-cells = <1>;
  17. #size-cells = <1>;
  18. memory {
  19. device_type = "memory";
  20. reg = <0 0x10000000>;
  21. };
  22. ahb {
  23. dma@fc400000 {
  24. status = "okay";
  25. };
  26. gmac: ethernet@e0800000 {
  27. phy-mode = "gmii";
  28. status = "okay";
  29. };
  30. smi: flash@fc000000 {
  31. status = "okay";
  32. clock-rate=<50000000>;
  33. flash@f8000000 {
  34. #address-cells = <1>;
  35. #size-cells = <1>;
  36. reg = <0xf8000000 0x800000>;
  37. st,smi-fast-mode;
  38. partition@0 {
  39. label = "xloader";
  40. reg = <0x0 0x10000>;
  41. };
  42. partition@10000 {
  43. label = "u-boot";
  44. reg = <0x10000 0x40000>;
  45. };
  46. partition@50000 {
  47. label = "linux";
  48. reg = <0x50000 0x2c0000>;
  49. };
  50. partition@310000 {
  51. label = "rootfs";
  52. reg = <0x310000 0x4f0000>;
  53. };
  54. };
  55. };
  56. apb {
  57. serial@d0000000 {
  58. status = "okay";
  59. };
  60. serial@d0080000 {
  61. status = "okay";
  62. };
  63. i2c@d0200000 {
  64. clock-frequency = <400000>;
  65. status = "okay";
  66. };
  67. };
  68. };
  69. };