ramips: add missing partitions
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / BR-6425.dts
index b871ead992aa5191a8fb08c3f54701ec4d398287..1e13c97ada215eb8084bc064d03222161c10b862 100644 (file)
@@ -2,6 +2,8 @@
 
 #include "rt3050.dtsi"
 
+#include <dt-bindings/input/input.h>
+
 / {
        compatible = "BR-6425", "ralink,rt3052-soc";
        model = "Edimax BR-6425";
                reset_wps {
                        label = "reset_wps";
                        gpios = <&gpio0 12 1>;
-                       linux,code = <0x198>;
+                       linux,code = <KEY_RESTART>;
                };
 
                rfkill {
                        label = "RFKILL switch";
                        gpios = <&gpio0 13 1>;
-                       linux,code = <0xf7>;
+                       linux,code = <KEY_RFKILL>;
                };
        };
 };