spear600-evb.dts 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * Copyright 2012 Stefan Roese <[email protected]>
  4. */
  5. /dts-v1/;
  6. /include/ "spear600.dtsi"
  7. / {
  8. model = "ST SPEAr600 Evaluation Board";
  9. compatible = "st,spear600-evb", "st,spear600";
  10. #address-cells = <1>;
  11. #size-cells = <1>;
  12. memory {
  13. device_type = "memory";
  14. reg = <0 0x10000000>;
  15. };
  16. };
  17. &clcd {
  18. status = "okay";
  19. };
  20. &dmac {
  21. status = "okay";
  22. };
  23. &ehci_usb0 {
  24. status = "okay";
  25. };
  26. &ehci_usb1 {
  27. status = "okay";
  28. };
  29. &gmac {
  30. phy-mode = "gmii";
  31. status = "okay";
  32. };
  33. &ohci_usb0 {
  34. status = "okay";
  35. };
  36. &ohci_usb1 {
  37. status = "okay";
  38. };
  39. &smi {
  40. status = "okay";
  41. clock-rate = <50000000>;
  42. flash@f8000000 {
  43. reg = <0xf8000000 0x800000>;
  44. st,smi-fast-mode;
  45. partitions {
  46. compatible = "fixed-partitions";
  47. #address-cells = <1>;
  48. #size-cells = <1>;
  49. partition@0 {
  50. label = "xloader";
  51. reg = <0x0 0x10000>;
  52. };
  53. partition@10000 {
  54. label = "u-boot";
  55. reg = <0x10000 0x50000>;
  56. };
  57. partition@60000 {
  58. label = "environment";
  59. reg = <0x60000 0x10000>;
  60. };
  61. partition@70000 {
  62. label = "dtb";
  63. reg = <0x70000 0x10000>;
  64. };
  65. partition@80000 {
  66. label = "linux";
  67. reg = <0x80000 0x310000>;
  68. };
  69. partition@390000 {
  70. label = "rootfs";
  71. reg = <0x390000 0x0>;
  72. };
  73. };
  74. };
  75. };
  76. &uart0 {
  77. status = "okay";
  78. };
  79. &uart1 {
  80. status = "okay";
  81. };
  82. &rtc {
  83. status = "okay";
  84. };
  85. &i2c {
  86. clock-frequency = <400000>;
  87. status = "okay";
  88. };