arm64: dts: ti: k3-am62a-phycore-som: Reserve main_rti4 for C7x DSP

The main rti4 watchdog timer is used by the C7x DSP, so reserve the
timer in the linux device tree.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Reviewed-by: Judith Mendez <jm@ti.com>
Link: https://lore.kernel.org/r/20250507070008.1231611-4-d.schultz@phytec.de
Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
Daniel Schultz 2025-05-07 00:00:07 -07:00 committed by Nishanth Menon
parent 8dd0ac27fc
commit 5d0727b053

View File

@ -379,6 +379,11 @@ &main_pktdma {
bootph-all;
};
/* main_rti4 is used by C7x DSP */
&main_rti4 {
status = "reserved";
};
&mcu_r5fss0 {
status = "okay";
};