spear600-evb.dts 901 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. apb {
  31. serial@d0000000 {
  32. status = "okay";
  33. };
  34. serial@d0080000 {
  35. status = "okay";
  36. };
  37. i2c@d0200000 {
  38. clock-frequency = <400000>;
  39. status = "okay";
  40. };
  41. };
  42. };
  43. };