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

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 <[email protected]>
  7. * Konstantin Porotchkin <[email protected]>
  8. *
  9. */
  10. /*
  11. * Schematic available at http://espressobin.net/wp-content/uploads/2020/05/ESPRESSObin_V7-0_Schematic.pdf
  12. */
  13. /dts-v1/;
  14. #include "armada-3720-espressobin.dtsi"
  15. / {
  16. model = "Globalscale Marvell ESPRESSOBin Board V7 (eMMC)";
  17. compatible = "globalscale,espressobin-v7-emmc", "globalscale,espressobin-v7",
  18. "globalscale,espressobin", "marvell,armada3720",
  19. "marvell,armada3710";
  20. aliases {
  21. /* ethernet1 is wan port */
  22. ethernet1 = &switch0port3;
  23. ethernet3 = &switch0port1;
  24. };
  25. };
  26. &switch0port1 {
  27. label = "lan1";
  28. };
  29. &switch0port3 {
  30. label = "wan";
  31. };
  32. &sdhci0 {
  33. status = "okay";
  34. };
  35. &led2 {
  36. status = "okay";
  37. };