Skip to content

Commit f8b30ba

Browse files
nvlsianpujukkar
authored andcommitted
[nrf noup] sample/**/smp_svr: nrf54l15pdk external memory dts overlay
Added overlay with m25r64 on-DK memory selecton. This aim to support testing DFU with secondary partition moved to the external flash. Signed-off-by: Andrzej Puzdrowski <[email protected]> (cherry picked from commit ae151cd) (cherry picked from commit 36e84c5)
1 parent 2bff40a commit f8b30ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/ {
2+
chosen {
3+
nordic,pm-ext-flash = &mx25r64;
4+
};
5+
};
6+
7+
&mx25r64 {
8+
status = "okay";
9+
};

0 commit comments

Comments
 (0)