This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM62A7-Q1: How to use wakeup_uart as a wakeup source for deep sleep

Part Number: AM62A7-Q1

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