ramips: add support for TP-Link TL-MR3420 v5
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / PX-4885.dtsi
index ba862fc0c008cfaa8d4524ea6d8324ee67e7d7c0..ac47ed845743cebcb0aea55035e082d922e4b239 100644 (file)
@@ -1,8 +1,10 @@
 #include "rt5350.dtsi"
 
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/input/input.h>
+
 / {
-       compatible = "PX-4885", "ralink,rt5350-soc";
-       model = "7Links PX-4885";
+       compatible = "7links,px-4885", "ralink,rt5350-soc";
 
        gpio-keys-polled {
                compatible = "gpio-keys-polled";
@@ -12,8 +14,8 @@
 
                reset {
                        label = "reset";
-                       gpios = <&gpio0 10 1>;
-                       linux,code = <0x198>;
+                       gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
+                       linux,code = <KEY_RESTART>;
                };
        };
 
 
                orange {
                        label = "px-4885:orange:wifi";
-                       gpios = <&gpio0 18 1>;
+                       gpios = <&gpio0 18 GPIO_ACTIVE_LOW>;
                };
 
                blue {
                        label = "px-4885:blue:storage";
-                       gpios = <&gpio0 19 1>;
+                       gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
                };
        };
 };
 
 &pinctrl {
-       state_default {
+       state_default: pinctrl0 {
                gpio {
                        ralink,group = "i2c", "jtag", "uartf";
                        ralink,function = "gpio";