ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar9344_netgear_wndr_usb.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include <dt-bindings/leds/common.h>
4
5 &leds {
6 usb_green {
7 function = LED_FUNCTION_USB;
8 color = <LED_COLOR_ID_GREEN>;
9 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
10 trigger-sources = <&hub_port>;
11 linux,default-trigger = "usbport";
12 };
13 };
14
15 &ath9k {
16 usb_power {
17 gpio-hog;
18 line-name = "netgear:power:usb";
19 gpios = <0 GPIO_ACTIVE_HIGH>;
20 output-high;
21 };
22 };
23
24 &usb_phy {
25 status = "okay";
26 };
27
28 &usb {
29 status = "okay";
30 };