Skip to content

Commit c3898cc

Browse files
nvlsianpuanangl
authored andcommitted
[nrf noup] samples/../smp_svr: fix nrf54l15pdk ext flash dts overlay
Align to changes in DTS: renamed: rram0 -> cpuapp_rram sized up cpauapp_rram region szie as part of it was reserved for cpuflpr_rram (which is not used by this config). Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
1 parent b98ee62 commit c3898cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/subsys/mgmt/mcumgr/smp_svr/boards/nrf54l15pdk_nrf54l15_cpuapp_ext_flash.overlay

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
/delete-node/ &storage_partition;
1515

16-
&rram0 {
16+
&cpuapp_rram {
17+
reg = < 0x0 DT_SIZE_K(1524) >;
1718
partitions {
1819
boot_partition: partition@0 {
1920
label = "mcuboot";

0 commit comments

Comments
 (0)