Skip to content

Commit e6ab32b

Browse files
committed
[nrf noup] boot: zephyr: boards: nrf54l15dk: Fix ext flash config
nrf-squash! [nrf noup] boot/zephyr: add nrf54l15dk ext flash configs Removes no longer present nodes Signed-off-by: Jamie McCrae <[email protected]>
1 parent 6875726 commit e6ab32b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

boot/zephyr/boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
/delete-node/ &slot0_partition;
1010
/delete-node/ &slot1_partition;
1111

12-
/delete-node/ &slot0_ns_partition;
13-
/delete-node/ &slot1_ns_partition;
14-
1512
/delete-node/ &storage_partition;
1613

1714
&cpuapp_rram {
1815
reg = < 0x0 DT_SIZE_K(1524) >;
16+
1917
partitions {
2018
boot_partition: partition@0 {
2119
label = "mcuboot";
2220
reg = <0x000000000 0x00014000>;
2321
};
22+
2423
slot0_partition: partition@14000 {
2524
label = "image-0";
2625
reg = <0x000014000 0x0015A000>;
2726
};
27+
2828
storage_partition: partition@16E000 {
2929
label = "storage";
3030
reg = < 0x16E000 0x9000 >;
@@ -34,6 +34,7 @@
3434

3535
&mx25r64 {
3636
status = "okay";
37+
3738
partitions {
3839
compatible = "fixed-partitions";
3940
#address-cells = <1>;

0 commit comments

Comments
 (0)