mt7628an_iptime_a3.dts 616 B

123456789101112131415161718192021222324252627282930313233343536
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /dts-v1/;
  3. #include "mt7628an_iptime.dtsi"
  4. / {
  5. compatible = "iptime,a3", "mediatek,mt7628an-soc";
  6. model = "ipTIME A3";
  7. aliases {
  8. led-boot = &led_cpu;
  9. led-failsafe = &led_cpu;
  10. led-running = &led_cpu;
  11. led-upgrade = &led_cpu;
  12. };
  13. leds {
  14. compatible = "gpio-leds";
  15. led_cpu: cpu {
  16. label = "a3:blue:cpu";
  17. gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
  18. };
  19. wlan {
  20. label = "a3:blue:wlan";
  21. gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
  22. linux,default-trigger = "phy0tpt";
  23. };
  24. };
  25. };
  26. &esw {
  27. mediatek,portmap = <0x3e>;
  28. mediatek,portdisable = <0x32>;
  29. };