Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 08455311 authored by Julien Panis's avatar Julien Panis Committed by Praneeth Bajjuri
Browse files

arm64: dts: ti: k3-am625-sk: mark MCU and WKUP watchdogs as reserved


MCU wdt is typically used by M4F.
Wake up wdt is typically used by DM (R5) firmware.

Signed-off-by: default avatarJulien Panis <jpanis@baylibre.com>
parent 678e7dad
No related merge requests found
......@@ -821,6 +821,16 @@ &main_mcan0 {
status = "disabled";
};
&mcu_rti0 {
/* MCU RTI0 is used by M4F firmware */
status = "reserved";
};
&wkup_rti0 {
/* WKUP RTI0 is used by DM firmware */
status = "reserved";
};
&epwm0 {
status = "disabled";
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment