ramips: update device tree source files
[openwrt/openwrt.git] / target / linux / ramips / dts / RT-N15.dts
index 704d3130c8419fd0a9ad66a75417b39c7c1c45ee..ee1c34024ee59e055c5795a7a3c98efc0a1d7a9d 100644 (file)
@@ -2,12 +2,13 @@
 
 #include "rt2880.dtsi"
 
+#include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
 / {
        #address-cells = <1>;
        #size-cells = <1>;
-       compatible = "RT-N15", "ralink,rt2880-soc";
+       compatible = "asus,rt-n15", "ralink,rt2880-soc";
        model = "Asus RT-N15";
 
        cfi@1f000000 {
@@ -44,8 +45,8 @@
 
        rtl8366s {
                compatible = "realtek,rtl8366s";
-               gpio-sda = <&gpio0 1 0>;
-               gpio-sck = <&gpio0 2 0>;
+               gpio-sda = <&gpio0 1 GPIO_ACTIVE_HIGH>;
+               gpio-sck = <&gpio0 2 GPIO_ACTIVE_HIGH>;
        };
 
        gpio-keys-polled {
 
                wps {
                        label = "wps";
-                       gpios = <&gpio0 0 0>;
+                       gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
                        linux,code = <KEY_WPS_BUTTON>;
                };
 
                reset {
                        label = "reset";
-                       gpios = <&gpio0 12 0>;
+                       gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
                        linux,code = <KEY_RESTART>;
                };
        };
@@ -72,7 +73,7 @@
 
                power {
                        label = "rt-n15:blue:power";
-                       gpios = <&gpio0 11 1>;
+                       gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
                };
        };
 };