ath79: add support for ALFA Network AP121FE
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9331_alfa-network_ap121f.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 AP121F";
7 compatible = "alfa-network,ap121f", "qca,ar9331";
8
9 leds {
10 compatible = "gpio-leds";
11
12 lan {
13 label = "ap121f:green:lan";
14 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
15 };
16
17 led_vpn: vpn {
18 label = "ap121f:green:vpn";
19 gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
20 };
21
22 wlan {
23 label = "ap121f:green:wlan";
24 gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
25 linux,default-trigger = "phy0tpt";
26 };
27 };
28 };
29
30 &usb {
31 dr_mode = "host";
32 };