ramips: update device tree source files
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / X8.dts
index 733bbb55d4973374d1d3419fd54b92831da5346e..30041e0b07c1a388c1eb81e2ce6c4858bb88bd45 100644 (file)
@@ -2,8 +2,11 @@
 
 #include "rt5350.dtsi"
 
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/input/input.h>
+
 / {
-       compatible = "X8", "ralink,rt5350-soc";
+       compatible = "poray,x8", "ralink,rt5350-soc";
        model = "Poray X8";
 
        gpio-leds {
@@ -11,7 +14,7 @@
 
                power {
                        label = "x8:green:power";
-                       gpios = <&gpio0 13 1>;
+                       gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
                };
        };
 
@@ -23,8 +26,8 @@
 
                reset {
                        label = "reset";
-                       gpios = <&gpio0 10 1>;
-                       linux,code = <0x198>;
+                       gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
+                       linux,code = <KEY_RESTART>;
                };
        };
 };
@@ -37,7 +40,6 @@
                #size-cells = <1>;
                compatible = "jedec,spi-nor";
                reg = <0>;
-               linux,modalias = "m25p80", "gd25q64";
                spi-max-frequency = <10000000>;
 
                partition@0 {