aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9331_alfa-network_ap121fe.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/ar9331_alfa-network_ap121fe.dts')
-rw-r--r--target/linux/ath79/dts/ar9331_alfa-network_ap121fe.dts32
1 files changed, 32 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar9331_alfa-network_ap121fe.dts b/target/linux/ath79/dts/ar9331_alfa-network_ap121fe.dts
new file mode 100644
index 0000000000..178a32f4d0
--- /dev/null
+++ b/target/linux/ath79/dts/ar9331_alfa-network_ap121fe.dts
@@ -0,0 +1,32 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+
+#include "ar9331_alfa-network_ap121f.dtsi"
+
+/ {
+ model = "ALFA Network AP121FE";
+ compatible = "alfa-network,ap121fe", "qca,ar9331";
+
+ leds {
+ compatible = "gpio-leds";
+
+ lan {
+ label = "ap121fe:green:lan";
+ gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
+ };
+
+ led_vpn: vpn {
+ label = "ap121fe:green:vpn";
+ gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
+ };
+
+ wlan {
+ label = "ap121fe:green:wlan";
+ gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
+ linux,default-trigger = "phy0tpt";
+ };
+ };
+};
+
+&usb {
+ dr_mode = "peripheral";
+};