ramips: add support for ZBT-WE1326
[openwrt/staging/florian.git] / target / linux / ramips / dts / NBG-419N2.dts
index 981b4e5872fd57a252e8ea7ae473ab5e7580a3fd..73143bd642dd4335cf6c826eb14788d4f2d90531 100644 (file)
@@ -2,6 +2,8 @@
 
 #include "rt3352.dtsi"
 
+#include <dt-bindings/input/input.h>
+
 / {
        compatible = "NBG-419N2", "ralink,rt3352-soc";
        model = "ZyXEL NBG-419N v2";
@@ -12,9 +14,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 {
                reset {
                        label = "reset";
                        gpios = <&gpio0 10 1>;
-                       linux,code = <0x198>;
+                       linux,code = <KEY_RESTART>;
                };
                wps {
                        label = "wps";
                        gpios = <&gpio0 0 1>;
-                       linux,code = <0x211>;
+                       linux,code = <KEY_WPS_BUTTON>;
                };
                rfkill {
                        label = "rfkill";
-                       linux,input-type = <5>;
+                       linux,input-type = <EV_SW>;
                        gpios = <&gpio0 12 0>;
-                       linux,code = <0xf7>;
+                       linux,code = <KEY_RFKILL>;
                };
        };
 
 };
 
 &esw {
-       ralink,portmap = <0x2f>;
+       mediatek,portmap = <0x2f>;
 };
 
 &wmac {