mxs: drop 6.1 support
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9344_netgear_wndr_usb.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 &leds {
4 usb_green {
5 label = "green:usb";
6 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
7 trigger-sources = <&hub_port>;
8 linux,default-trigger = "usbport";
9 };
10 };
11
12 &ath9k {
13 usb_power {
14 gpio-hog;
15 line-name = "netgear:power:usb";
16 gpios = <0 GPIO_ACTIVE_HIGH>;
17 output-high;
18 };
19 };
20
21 &usb_phy {
22 status = "okay";
23 };
24
25 &usb {
26 status = "okay";
27 #address-cells = <1>;
28 #size-cells = <0>;
29
30 hub_port: port@1 {
31 reg = <1>;
32 #trigger-source-cells = <0>;
33 };
34 };