lantiq: remove support for kernel 4.19
[openwrt/openwrt.git] / target / linux / lantiq / files / arch / mips / boot / dts / lantiq / vr9_tplink_vr200.dts
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_tplink_vr200.dts b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_tplink_vr200.dts
new file mode 100644 (file)
index 0000000..4ad7a48
--- /dev/null
@@ -0,0 +1,25 @@
+#include "vr9_tplink_vr200.dtsi"
+
+/ {
+       compatible = "tplink,vr200", "lantiq,xway", "lantiq,vr9";
+       model = "TP-LINK Archer VR200";
+
+       chosen {
+               bootargs = "console=ttyLTQ0,115200";
+       };
+};
+
+&keys {
+       led {
+               label = "led";
+               gpios = <&gpio 39 GPIO_ACTIVE_LOW>;
+               linux,code = <KEY_LIGHTS_TOGGLE>;
+       };
+};
+
+&leds {
+       wps {
+               label = "blue:wps";
+               gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
+       };
+};