Skip to content

Commit

Permalink
Merge pull request #114 from openwrtdiy/openwrt-23.05
Browse files Browse the repository at this point in the history
ramips: yuncore_g720: fix buttons
  • Loading branch information
openwrtdiy authored Jun 27, 2024
2 parents 30a0e99 + f12cf43 commit 95e1f05
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion target/linux/ramips/dts/mt7621_yuncore_g720.dts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,15 @@
keys {
compatible = "gpio-keys";

wps {
label = "wps";
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
linux,code = <KEY_WPS_BUTTON>;
};

reset {
label = "reset";
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
};
};
Expand Down

0 comments on commit 95e1f05

Please sign in to comment.