ramips: update device tree source files
[openwrt/staging/dedeckeh.git] / target / linux / ramips / dts / WL-330N.dts
index 3095e245107b42849722a73b93e86e5282a2ac5f..0eb7b7ff78c7a1bdd545723cfb9383f8fd8e3975 100644 (file)
@@ -2,10 +2,11 @@
 
 #include "rt3050.dtsi"
 
+#include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
 / {
-       compatible = "WL-330N", "ralink,rt3050-soc";
+       compatible = "asus,wl-330n", "ralink,rt3050-soc";
        model = "Asus WL-330N";
 
        gpio-leds {
 
                link {
                        label = "wl-330n:blue:link";
-                       gpios = <&gpio0 9 1>;
+                       gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
                };
 
                power {
                        label = "wl-330n:blue:power";
-                       gpios = <&gpio0 11 1>;
+                       gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
                };
        };
 
 
                reset {
                        label = "reset";
-                       gpios = <&gpio0 10 1>;
+                       gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
                };
 
                wps {
                        label = "wps";
-                       gpios = <&gpio0 0 1>;
+                       gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
                };
        };