socfpga_cyclone5_mcvevk.dts 700 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /*
  2. * Copyright (C) 2015 Marek Vasut <marex@denx.de>
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #include "socfpga_cyclone5.dtsi"
  7. / {
  8. model = "DENX MCVEVK";
  9. compatible = "altr,socfpga-cyclone5", "altr,socfpga";
  10. chosen {
  11. bootargs = "console=ttyS0,115200";
  12. };
  13. aliases {
  14. ethernet0 = &gmac0;
  15. udc0 = &usb1;
  16. };
  17. memory {
  18. name = "memory";
  19. device_type = "memory";
  20. reg = <0x0 0x40000000>; /* 1GB */
  21. };
  22. soc {
  23. u-boot,dm-pre-reloc;
  24. };
  25. };
  26. &gmac0 {
  27. status = "okay";
  28. phy-mode = "rgmii";
  29. };
  30. &gpio0 {
  31. status = "okay";
  32. };
  33. &gpio1 {
  34. status = "okay";
  35. };
  36. &gpio2 {
  37. status = "okay";
  38. };
  39. &mmc0 {
  40. status = "okay";
  41. bus-width = <8>;
  42. u-boot,dm-pre-reloc;
  43. };
  44. &usb1 {
  45. status = "okay";
  46. };