Commit a5647301 authored by Beleswar Padhi's avatar Beleswar Padhi Committed by Nishanth Menon
Browse files

arm64: dts: ti: k3-j721e-beagleboneai64: Add missing cfg for TI IPC FW



The TI IPC Firmwares running on J721E SoCs use certain MAIN domain
timers as tick. Reserve those at board level DT to avoid remote
processor crashes. This config aligns with other J721E boards and can
be refactored out later.

Signed-off-by: default avatarBeleswar Padhi <b-padhi@ti.com>
Link: https://patch.msgid.link/20250908142826.1828676-15-b-padhi@ti.com


Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent aee06785
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -935,6 +935,35 @@ mbox_c71_0: mbox-c71-0 {
	};
};

/* Timers are used by Remoteproc firmware */
&main_timer0 {
	status = "reserved";
};

&main_timer1 {
	status = "reserved";
};

&main_timer2 {
	status = "reserved";
};

&main_timer12 {
	status = "reserved";
};

&main_timer13 {
	status = "reserved";
};

&main_timer14 {
	status = "reserved";
};

&main_timer15 {
	status = "reserved";
};

&mcu_r5fss0 {
	status = "okay";
};