ramips: use different board names for variants
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / ASL26555-8M.dts
index 0dbc1dd337366c1950c7c3d558bcf1168ce0be58..288f5552a849393bb669b8c682d163f1d67fbfb3 100644 (file)
@@ -2,9 +2,11 @@
 
 #include "rt3050.dtsi"
 
+#include <dt-bindings/input/input.h>
+
 / {
        compatible = "ASL26555", "ralink,rt3050-soc";
-       model = "Alpha ASL26555";
+       model = "Alpha ASL26555 (8M)";
 
        gpio-keys-polled {
                compatible = "gpio-keys-polled";
                reset {
                        label = "reset";
                        gpios = <&gpio0 10 0>;
-                       linux,code = <0x198>;
+                       linux,code = <KEY_RESTART>;
                };
 
                wps {
                        label = "wps";
                        gpios = <&gpio0 12 0>;
-                       linux,code = <0x211>;
+                       linux,code = <KEY_WPS_BUTTON>;
                };
        };