ramips: update device tree source files
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / MZK-750DHP.dts
index dfefb0e3201f2041a7208a5230a04481aa36c225..f9f02550cae4d20274ce721a04660cfda5649971 100644 (file)
@@ -2,10 +2,11 @@
 
 #include "mt7620a.dtsi"
 
+#include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
 / {
-       compatible = "ralink,mt7620a-soc";
+       compatible = "planex,mzk-750dhp", "ralink,mt7620a-soc";
        model = "Planex MZK-750DHP";
 
        gpio-leds {
 
                wps {
                        label = "mzk-750dhp:green:wps";
-                       gpios = <&gpio2 15 1>;
+                       gpios = <&gpio2 15 GPIO_ACTIVE_LOW>;
                };
 
                power {
                        label = "mzk-750dhp:green:power";
-                       gpios = <&gpio1 15 1>;
+                       gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
                };
 
                wlan5g {
                        label = "mzk-750dhp:green:wlan5g";
-                       gpios = <&gpio1 14 1>;
+                       gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
                };
        };
 
 
                s1 {
                        label = "reset";
-                       gpios = <&gpio0 1 1>;
+                       gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
                };
 
                s2 {
                        label = "wps";
-                       gpios = <&gpio2 19 1>;
+                       gpios = <&gpio2 19 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_WPS_BUTTON>;
                };
        };