ramips: update device tree source files
[openwrt/staging/dedeckeh.git] / target / linux / ramips / dts / NBG-419N.dts
index e19ce34b5c36d1629974eda5dcbfac2baaf54140..55590de1bebf18ec753015152149c80fb9387e62 100644 (file)
@@ -2,10 +2,11 @@
 
 #include "rt3050.dtsi"
 
+#include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
 / {
-       compatible = "NBG-419N", "ralink,rt3052-soc";
+       compatible = "zyxel,nbg-419n", "ralink,rt3052-soc";
        model = "ZyXEL NBG-419N";
 
        cfi@1f000000 {
 
                power {
                        label = "nbg-419n:green:power";
-                       gpios = <&gpio0 9 1>;
+                       gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
                };
 
                wps {
                        label = "nbg-419n:green:wps";
-                       gpios = <&gpio0 14 1>;
+                       gpios = <&gpio0 14 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_WPS_BUTTON>;
                };
        };