ramips: update device tree source files
[openwrt/openwrt.git] / target / linux / ramips / dts / Timecloud.dts
index 7cde7ba4f2eab1d14f2a5c772916eccf44882d25..066d16a8f9f5667feae13ef36bffb75729810834 100644 (file)
@@ -2,6 +2,7 @@
 
 #include "mt7621.dtsi"
 
+#include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
 / {
 
                statw {
                        label = "timecloud:white:status";
-                       gpios = <&gpio0 7 0>;
+                       gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
                };
 
                stato {
                        label = "timecloud:orange:status";
-                       gpios = <&gpio0 8 0>;
+                       gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
                };
 
        };
 
                reset {
                        label = "reset";
-                       gpios = <&gpio0 13 1>;
+                       gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
                };
 
                BTN_0 {
                        label = "BTN_0";
-                       gpios = <&gpio0 4 1>;
+                       gpios = <&gpio0 4 GPIO_ACTIVE_LOW>;
                        linux,code = <BTN_0>;
                };
        };