Hello Pratyush,
Try following configuration in your device tree:
wakeup1 {
label = "wakeup1 gpio";
interrupt-parent = <&gpio1>;
interrupts = <30 IRQ_TYPE_LEVEL_HIGH>;
wakeup-gpios = <&gpio1 30 GPIO_ACTIVE_HIGH>;
};
Have a great day,
TIC Weidong Sun
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------