ar7241_tplink_tl-wr841-v7.dts 359 B

12345678910111213141516171819
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /dts-v1/;
  3. #include "ar7241_tplink.dtsi"
  4. / {
  5. compatible = "tplink,tl-wr841-v7", "qca,ar7241";
  6. model = "TP-LINK TL-WR841N/ND v7";
  7. ath9k-leds {
  8. compatible = "gpio-leds";
  9. wlan {
  10. label = "tp-link:green:wlan";
  11. gpios = <&ath9k 0 GPIO_ACTIVE_LOW>;
  12. linux,default-trigger = "phy0tpt";
  13. };
  14. };
  15. };