HC5761.dts 601 B

123456789101112131415161718192021222324252627282930313233343536
  1. /dts-v1/;
  2. #include "HC5X61.dtsi"
  3. / {
  4. compatible = "hiwifi,hc5761", "hiwifi,hc5x61", "ralink,mt7620a-soc";
  5. model = "HiWiFi HC5761";
  6. aliases {
  7. led-status = &led_system;
  8. };
  9. gpio-leds {
  10. compatible = "gpio-leds";
  11. led_system: system {
  12. label = "hc5761:blue:system";
  13. gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
  14. };
  15. internet {
  16. label = "hc5761:blue:internet";
  17. gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
  18. };
  19. wlan2g {
  20. label = "hc5761:blue:wlan2g";
  21. gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
  22. };
  23. wlan5g {
  24. label = "hc5761:blue:wlan5g";
  25. gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
  26. };
  27. };
  28. };