178a32f4d0fd0888db6557cebb93c15c7dbdce76
[openwrt/staging/ynezz.git] / target / linux / ath79 / dts / ar9331_alfa-network_ap121fe.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9331_alfa-network_ap121f.dtsi"
4
5 / {
6 model = "ALFA Network AP121FE";
7 compatible = "alfa-network,ap121fe", "qca,ar9331";
8
9 leds {
10 compatible = "gpio-leds";
11
12 lan {
13 label = "ap121fe:green:lan";
14 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
15 };
16
17 led_vpn: vpn {
18 label = "ap121fe:green:vpn";
19 gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
20 };
21
22 wlan {
23 label = "ap121fe:green:wlan";
24 gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
25 linux,default-trigger = "phy0tpt";
26 };
27 };
28 };
29
30 &usb {
31 dr_mode = "peripheral";
32 };