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 <[email protected]>
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

Lines changed: 6 additions & 0 deletions
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)