arm64: boot: dts: ti: k3-am62l3-evm: enable wkup_uart0_target node

Change the status of the wkup_uart0_target node to enabled. The node sets
the UART SYSS register to allow wakeup from WKUP UART in DeepSleep low
power mode.

Reviewed-by: Dhruva Gole <d-gole@ti.com>
Signed-off-by: Kendall Willis <k-willis@ti.com>
Link: https://patch.msgid.link/20260219-v6-19-wkup-uart-wakeup-v4-4-eda09dce5623@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
Kendall Willis 2026-02-19 13:43:19 -06:00 committed by Vignesh Raghavendra
parent 5421768664
commit 3865126f0e

View File

@ -370,3 +370,7 @@ &wkup_uart0 {
pinctrl-0 = <&wkup_uart0_pins_default>;
pinctrl-names = "default";
};
&wkup_uart0_target {
status = "okay";
};