ramips: update device tree source files
[openwrt/staging/dedeckeh.git] / target / linux / ramips / dts / M3.dts
index 19ccf3ddfad49bfd837ed9c5e3ab633f78b3fc9a..5f52e6064ff58f1d26e61424f8d97757c5a3aaa6 100644 (file)
@@ -2,10 +2,11 @@
 
 #include "rt5350.dtsi"
 
+#include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
 / {
-       compatible = "M3", "ralink,rt5350-soc";
+       compatible = "poray,m3", "ralink,rt5350-soc";
        model = "Poray M3";
 
        gpio-leds {
@@ -13,7 +14,7 @@
 
                status {
                        label = "m3:blue:status";
-                       gpios = <&gpio0 9 1>;
+                       gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
                };
        };
 
 
                reset {
                        label = "reset";
-                       gpios = <&gpio0 10 1>;
+                       gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
                };
 
                mode {
                        label = "mode";
-                       gpios = <&gpio0 17 1>;
+                       gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
                        linux,code = <BTN_0>;
                        linux,input-type = <EV_SW>;
                };