Skip to content

Commit 8efec72

Browse files
jaz1-nordicmasz-nordic
authored andcommitted
snippets: sdp: mspi: Add fault timer node
Add a fault timer node to be used as a watchdog timer for the SDP MSPI FLPR application. Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
1 parent 81607ff commit 8efec72

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

snippets/sdp/mspi/sdp-mspi-app.overlay

+6
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@
1313
#size-cells = <0>;
1414
};
1515
};
16+
17+
/* TIMER peripheral as a watchdog for SDP FW */
18+
fault_timer: &timer20 {
19+
status = "okay";
20+
prescaler = <4>;
21+
};

0 commit comments

Comments
 (0)