socfpga_cyclone5_mcv.dtsi 384 B

12345678910111213141516171819202122
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (C) 2015 Marek Vasut <marex@denx.de>
  4. */
  5. #include "socfpga_cyclone5.dtsi"
  6. / {
  7. model = "Aries/DENX MCV";
  8. compatible = "altr,socfpga-cyclone5", "altr,socfpga";
  9. memory@0 {
  10. name = "memory";
  11. device_type = "memory";
  12. reg = <0x0 0x40000000>; /* 1 GiB */
  13. };
  14. };
  15. &mmc0 { /* On-SoM eMMC */
  16. bus-width = <8>;
  17. status = "okay";
  18. };