Skip to content

Commit

Permalink
mvebu: puzzle-m902: add GPIO reset button
Browse files Browse the repository at this point in the history
Add reset button to device tree so it has the function expected from
usual OpenWrt devices.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  • Loading branch information
dangowrt committed Dec 21, 2021
1 parent 7e4c1cc commit ddad936
Showing 1 changed file with 11 additions and 0 deletions.
Expand Up @@ -8,6 +8,7 @@
#include "cn9130.dtsi"

#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>

/ {
model = "iEi Puzzle-M902";
Expand Down Expand Up @@ -49,6 +50,16 @@
reg = <0x0 0x0 0x0 0x80000000>;
};

gpio_keys {
compatible = "gpio-keys";

reset {
label = "Reset";
linux,code = <KEY_RESTART>;
gpios = <&cp0_gpio2 4 GPIO_ACTIVE_LOW>;
};
};

cp2_reg_usb3_vbus0: cp2_usb3_vbus@0 {
compatible = "regulator-fixed";
regulator-name = "cp2-xhci0-vbus";
Expand Down

0 comments on commit ddad936

Please sign in to comment.