armada-3720-espressobin-v7-emmc.dts 841 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Device Tree file for Globalscale Marvell ESPRESSOBin Board V7 with eMMC
  4. * Copyright (C) 2018 Marvell
  5. *
  6. * Romain Perier <romain.perier@free-electrons.com>
  7. * Konstantin Porotchkin <kostap@marvell.com>
  8. *
  9. */
  10. #include "armada-3720-espressobin.dts"
  11. / {
  12. model = "Globalscale Marvell ESPRESSOBin Board V7 (eMMC)";
  13. compatible = "globalscale,espressobin-v7-emmc", "globalscale,espressobin-v7",
  14. "globalscale,espressobin", "marvell,armada3720",
  15. "marvell,armada3710";
  16. };
  17. &ports {
  18. port@1 {
  19. reg = <1>;
  20. label = "lan1";
  21. phy-handle = <&switch0phy0>;
  22. };
  23. port@3 {
  24. reg = <3>;
  25. label = "wan";
  26. phy-handle = <&switch0phy2>;
  27. };
  28. };
  29. &sdhci0 {
  30. status = "okay";
  31. #address-cells = <1>;
  32. #size-cells = <0>;
  33. mmccard: mmccard@0 {
  34. compatible = "mmc-card";
  35. reg = <0>;
  36. };
  37. };