qcom-ipq4018-rutx10.dts 475 B

1234567891011121314151617181920212223242526
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. #include "qcom-ipq4018-rutx.dtsi"
  3. / {
  4. model = "Teltonika RUTX10";
  5. compatible = "teltonika,rutx10";
  6. soc {
  7. leds {
  8. compatible = "gpio-leds";
  9. wifi2g {
  10. label = "green:wifi2g";
  11. gpios = <&stm32_io 19 GPIO_ACTIVE_HIGH>;
  12. linux,default-trigger = "phy0tpt";
  13. };
  14. wifi5g {
  15. label = "green:wifi5g";
  16. gpios = <&stm32_io 18 GPIO_ACTIVE_HIGH>;
  17. linux,default-trigger = "phy1tpt";
  18. };
  19. };
  20. };
  21. };