treewide: dts: use keycode defines from input dt-binding
[oweals/openwrt.git] / target / linux / ramips / dts / Y1.dtsi
index 25086b03390229578c03defa43cc96fe9f6f7df7..1d5f1ef074355fe7f34999e2bb7e33283d0934a0 100644 (file)
@@ -1,5 +1,7 @@
 #include "mt7620a.dtsi"
 
+#include <dt-bindings/input/input.h>
+
 / {
        chosen {
                bootargs = "console=ttyS0,115200";
@@ -14,7 +16,7 @@
                reset {
                        label = "reset";
                        gpios = <&gpio0 11 1>;
-                       linux,code = <0x198>;
+                       linux,code = <KEY_RESTART>;
                };
        };
 };
@@ -38,7 +40,7 @@
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "jedec,spi-nor";
-               reg = <0 0>;
+               reg = <0>;
                linux,modalias = "m25p80", "w25q128";
                spi-max-frequency = <10000000>;
 
@@ -93,7 +95,7 @@
 };
 
 &pinctrl {
-       state_default {
+       state_default: pinctrl0 {
                gpio {
                        ralink,group = "uartf", "wled", "nd_sd";
                        ralink,function = "gpio";