Merge Official Source

This commit is contained in:
CN_SZTL 2019-11-10 02:22:05 +08:00
commit 88bff9cab9
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -12,19 +12,19 @@
wps {
label = "wps";
gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
linux,code = <KEY_WPS_BUTTON>;
};
wifi {
label = "wifi";
gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RFKILL>;
};
reset {
label = "reset";
gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
};
};