Skip to content

Commit f1c2b8c

Browse files
nvlsianpuanangl
authored andcommitted
[nrf noup] zephyr/boards: 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 <[email protected]>
1 parent 1d02303 commit f1c2b8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

boot/zephyr/boards/nrf54l15pdk_nrf54l15_cpuapp_ext_flash.overlay

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

1515
/delete-node/ &storage_partition;
1616

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

0 commit comments

Comments
 (0)