qcom-ipq4018-ap120c-ac-bit.dts 702 B

12345678910111213141516171819202122232425262728293031323334
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. #include <dt-bindings/leds/common.h>
  3. #include "qcom-ipq4018-ap120c-ac.dtsi"
  4. / {
  5. model = "ALFA Network AP120C-AC Bit";
  6. leds {
  7. compatible = "gpio-leds";
  8. power {
  9. label = "ap120c-ac:green:power";
  10. function = LED_FUNCTION_POWER;
  11. color = <LED_COLOR_ID_GREEN>;
  12. gpios = <&tlmm 5 GPIO_ACTIVE_LOW>;
  13. default-state = "on";
  14. };
  15. wlan {
  16. label = "ap120c-ac:green:wlan";
  17. function = LED_FUNCTION_WLAN;
  18. color = <LED_COLOR_ID_GREEN>;
  19. gpios = <&tlmm 3 GPIO_ACTIVE_HIGH>;
  20. };
  21. support {
  22. label = "ap120c-ac:green:support";
  23. color = <LED_COLOR_ID_GREEN>;
  24. gpios = <&tlmm 2 GPIO_ACTIVE_HIGH>;
  25. panic-indicator;
  26. };
  27. };
  28. };