ramips: update device tree source files
[openwrt/staging/chunkeey.git] / target / linux / ramips / dts / ALL0256N-8M.dts
index 704e60625fb6975b73e4ef05e191f8e92cd577e0..a662abbb3f91e168c794b89ab5f8808f294f1ef4 100644 (file)
@@ -2,10 +2,11 @@
 
 #include "rt3050.dtsi"
 
+#include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
 / {
-       compatible = "ALL0256N", "ralink,rt3050-soc";
+       compatible = "allnet,all0256n-8m", "allnet,all0256n", "ralink,rt3050-soc";
        model = "Allnet ALL0256N (8M)";
 
        gpio-leds {
 
                rssilow {
                        label = "all0256n:green:rssilow";
-                       gpios = <&gpio0 14 1>;
+                       gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
                };
 
                rssimed {
                        label = "all0256n:green:rssimed";
-                       gpios = <&gpio0 12 1>;
+                       gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
                };
 
                rssihigh {
                        label = "all0256n:green:rssihigh";
-                       gpios = <&gpio0 13 1>;
+                       gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
                };
        };
 
@@ -35,7 +36,7 @@
 
                reset {
                        label = "reset";
-                       gpios = <&gpio0 0 1>;
+                       gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
                };
        };