spear600-evb.dts 858 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. gmac: ethernet@e0800000 {
  24. phy-mode = "gmii";
  25. status = "okay";
  26. };
  27. apb {
  28. serial@d0000000 {
  29. status = "okay";
  30. };
  31. serial@d0080000 {
  32. status = "okay";
  33. };
  34. i2c@d0200000 {
  35. clock-frequency = <400000>;
  36. status = "okay";
  37. };
  38. };
  39. };
  40. };