aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7628an_asus_rt-n12-vp-b1.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/mt7628an_asus_rt-n12-vp-b1.dts')
-rw-r--r--target/linux/ramips/dts/mt7628an_asus_rt-n12-vp-b1.dts34
1 files changed, 34 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7628an_asus_rt-n12-vp-b1.dts b/target/linux/ramips/dts/mt7628an_asus_rt-n12-vp-b1.dts
new file mode 100644
index 0000000000..b6070d784f
--- /dev/null
+++ b/target/linux/ramips/dts/mt7628an_asus_rt-n12-vp-b1.dts
@@ -0,0 +1,34 @@
+// SPDX-License-Identifier: GPL-2.0+
+/dts-v1/;
+
+#include "mt7628an_asus_rt-n1x.dtsi"
+
+/ {
+ compatible = "asus,rt-n12-vp-b1", "mediatek,mt7628an-soc";
+ model = "Asus RT-N12 VP B1";
+
+ leds {
+ compatible = "gpio-leds";
+
+ led_power: power {
+ label = "rt-n12-vp-b1:green:power";
+ gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
+ };
+
+ wlan {
+ label = "rt-n12-vp-b1:green:wlan";
+ gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
+ linux,default-trigger = "phy0tpt";
+ };
+
+ wan {
+ label = "rt-n12-vp-b1:green:wan";
+ gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
+ };
+
+ lan {
+ label = "rt-n12-vp-b1:green:lan";
+ gpios = <&gpio 42 GPIO_ACTIVE_LOW>;
+ };
+ };
+};