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

C7x DSP uses main_timer2, so mark it as reserved in linux DT.

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

View File

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