|
@@ -33,9 +33,15 @@
|
|
|
keys {
|
|
keys {
|
|
|
compatible = "gpio-keys";
|
|
compatible = "gpio-keys";
|
|
|
|
|
|
|
|
|
|
+ wps {
|
|
|
|
|
+ label = "wps";
|
|
|
|
|
+ gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
|
|
|
|
+ linux,code = <KEY_WPS_BUTTON>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
reset {
|
|
reset {
|
|
|
label = "reset";
|
|
label = "reset";
|
|
|
- gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
|
|
|
|
|
|
+ gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
|
|
|
linux,code = <KEY_RESTART>;
|
|
linux,code = <KEY_RESTART>;
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|