Tool/software:
We have tetsted main_gpios, mcu_gpios and rtc as wakeup sources. We are following the below link
https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/09_02_00/exports/docs/linux/Foundational_Components/Kernel/Kernel_Drivers/Power_Management/pm_wakeup_sources.html
but not able to enable wakeup uart as wakeup source.
It is not showing in the cat /proc/interrupts
Still I tried to make it sleep and wake it up. It is not happening.
Below is my device tree. How to enable wkup_uart for waking the system???
.... &wkup_uart0 { .... wakeup-source; }; ....
Best Regards
Abhineet Ranjan