ramips: update device tree source files
[openwrt/staging/dedeckeh.git] / target / linux / ramips / dts / WR512-3GN-8M.dts
index 7e9a0c25ed2314d1d501b2382f0b7c6681e5c366..aa469082fe4e32cfd2ff5bdfbe4ed8aa32132c27 100644 (file)
@@ -2,9 +2,12 @@
 
 #include "rt3050.dtsi"
 
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/input/input.h>
+
 / {
-       compatible = "WR512-3GN", "ralink,rt3052-soc";
-       model = "WR512-3GN-like router";
+       compatible = "unbranded,wr512-3gn-8m", "unbranded,wr512-3gn", "ralink,rt3052-soc";
+       model = "WR512-3GN (8M)";
 
        cfi@1f000000 {
                compatible = "cfi-flash";
 
                3g {
                        label = "wr512-3gn:green:3g";
-                       gpios = <&gpio0 9 1>;
+                       gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
                };
 
                gateway {
                        label = "wr512-3gn:green:gateway";
-                       gpios = <&gpio0 11 1>;
+                       gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
                };
 
                ap {
                        label = "wr512-3gn:green:ap";
-                       gpios = <&gpio0 12 1>;
+                       gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
                };
 
                wps {
                        label = "wr512-3gn:green:wps";
-                       gpios = <&gpio0 14 1>;
+                       gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
                };
 
                station {
                        label = "wr512-3gn:green:station";
-                       gpios = <&gpio0 13 1>;
+                       gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
                };
        };
 
 
                reset_wps {
                        label = "reset_wps";
-                       gpios = <&gpio0 10 1>;
-                       linux,code = <0x198>;
+                       gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
+                       linux,code = <KEY_RESTART>;
                };
 
                mode {
                        label = "mode";
-                       gpios = <&gpio0 7 1>;
-                       linux,code = <0x32>;
+                       gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
+                       linux,code = <BTN_0>;
                };
        };
 };