ramips: update device tree source files
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / M4-4M.dts
index 3e147e53b3833f0f5e0dc9fb42712b0e680f6f41..1a7154e57c524b07ffb0a3b3773736fdb28f42d7 100644 (file)
@@ -2,10 +2,11 @@
 
 #include "rt5350.dtsi"
 
+#include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
 / {
-       compatible = "M4", "ralink,rt5350-soc";
+       compatible = "poray,m4-4m", "poray,m4", "ralink,rt5350-soc";
        model = "Poray M4 (4M)";
 
        gpio-leds {
@@ -13,7 +14,7 @@
 
                status {
                        label = "m4:blue:status";
-                       gpios = <&gpio0 9 1>;
+                       gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
                };
        };
 
@@ -25,7 +26,7 @@
 
                reset {
                        label = "reset";
-                       gpios = <&gpio0 10 1>;
+                       gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
                };
        };