recovery_key label = "recovery"; linux,code = <KEY_RECOVERY>; /* Define a custom key code */ gpios = <&pio PH 10 GPIO_ACTIVE_LOW>; /* Example: PH10, change to your button GPIO */ gpio-key,wakeup; ; ; ;
#!/bin/sh
recovery_key label = "recovery"; linux,code = <KEY_RECOVERY>; /* Define a custom key code */ gpios = <&pio PH 10 GPIO_ACTIVE_LOW>; /* Example: PH10, change to your button GPIO */ gpio-key,wakeup; ; ; ;
#!/bin/sh