ramips: add size checks/append metadata where missing
[openwrt/openwrt.git] / target / linux / ramips / dts / M3.dts
index 2b56cf77dce547fabd5277b739a51b0e2726df72..f4169c779cad1ec6f12d99c24ab69098cac3394b 100644 (file)
@@ -2,6 +2,8 @@
 
 #include "rt5350.dtsi"
 
+#include <dt-bindings/input/input.h>
+
 / {
        compatible = "M3", "ralink,rt5350-soc";
        model = "Poray M3";
                reset {
                        label = "reset";
                        gpios = <&gpio0 10 1>;
-                       linux,code = <0x198>;
+                       linux,code = <KEY_RESTART>;
                };
 
                mode {
                        label = "mode";
                        gpios = <&gpio0 17 1>;
-                       linux,code = <0x100>;
-                       linux,input-type = <5>;
+                       linux,code = <BTN_0>;
+                       linux,input-type = <EV_SW>;
                };
        };
 };
@@ -43,7 +45,7 @@
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "jedec,spi-nor";
-               reg = <0 0>;
+               reg = <0>;
                linux,modalias = "m25p80", "w25q32";
                spi-max-frequency = <10000000>;