ramips: add support for TP-Link TL-WR842N v5
[openwrt/openwrt.git] / target / linux / ramips / dts / NBG-419N2.dts
index 981b4e5872fd57a252e8ea7ae473ab5e7580a3fd..a6e48039641a672e2fb32741af6e980324433d62 100644 (file)
@@ -2,8 +2,11 @@
 
 #include "rt3352.dtsi"
 
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/input/input.h>
+
 / {
-       compatible = "NBG-419N2", "ralink,rt3352-soc";
+       compatible = "zyxel,nbg-419n-v2", "ralink,rt3352-soc";
        model = "ZyXEL NBG-419N v2";
 
        palmbus@10000000 {
@@ -12,9 +15,8 @@
                        m25p80@0 {
                                #address-cells = <1>;
                                #size-cells = <1>;
-                               compatible = "mx25l6405d";
+                               compatible = "jedec,spi-nor";
                                reg = <0 0>;
-                               linux,modalias = "m25p80", "mx25l6405d";
                                spi-max-frequency = <10000000>;
 
                                partition@0 {
 
                power {
                        label = "nbg-419n2:green:power";
-                       gpios = <&gpio0 9 1>;
+                       gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
                };
 
                wps {
                        label = "nbg-419n2:green:wps";
-                       gpios = <&gpio0 14 1>;
+                       gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
                };
 
                usb {
                        label = "nbg-419n2:green:usb";
-                       gpios = <&gpio0 13 1>;
+                       gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
                };
        };
 
                poll-interval = <20>;
                reset {
                        label = "reset";
-                       gpios = <&gpio0 10 1>;
-                       linux,code = <0x198>;
+                       gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
+                       linux,code = <KEY_RESTART>;
                };
                wps {
                        label = "wps";
-                       gpios = <&gpio0 0 1>;
-                       linux,code = <0x211>;
+                       gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
+                       linux,code = <KEY_WPS_BUTTON>;
                };
                rfkill {
                        label = "rfkill";
-                       linux,input-type = <5>;
-                       gpios = <&gpio0 12 0>;
-                       linux,code = <0xf7>;
+                       linux,input-type = <EV_SW>;
+                       gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
+                       linux,code = <KEY_RFKILL>;
                };
        };
 
 };
 
 &esw {
-       ralink,portmap = <0x2f>;
+       mediatek,portmap = <0x2f>;
 };
 
 &wmac {