armada-3720-espressobin-v7.dts 808 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Device Tree file for Globalscale Marvell ESPRESSOBin Board V7
  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";
  17. compatible = "globalscale,espressobin-v7", "globalscale,espressobin",
  18. "marvell,armada3720", "marvell,armada3710";
  19. aliases {
  20. /* ethernet1 is wan port */
  21. ethernet1 = &switch0port3;
  22. ethernet3 = &switch0port1;
  23. };
  24. };
  25. &switch0port1 {
  26. label = "lan1";
  27. };
  28. &switch0port3 {
  29. label = "wan";
  30. };
  31. &led2 {
  32. status = "okay";
  33. };