Skip to content

Commit 1ce3451

Browse files
hakonfamNordicBuilder
authored andcommitted
samples: update to match new memory map
Ref: NCSDK-NONE Signed-off-by: Håkon Amundsen <[email protected]>
1 parent 2d0ea83 commit 1ce3451

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

samples/suit/smp_transfer/sysbuild/nrf54h20dk_nrf54h20_memory_map.dtsi

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
*/
66

77
&cpuapp_rx_partitions {
8-
/delete-node/ partition@a6000;
9-
cpuapp_recovery_partition: partition@a5000 {
10-
reg = <0xa5000 DT_SIZE_K(72)>;
8+
/delete-node/ partition@94000;
9+
cpuapp_slot0_partition: partition@93000 {
10+
reg = <0x93000 DT_SIZE_K(256)>;
1111
};
1212

13-
cpuapp_slot0_partition: partition@b7000 {
14-
reg = <0xb7000 DT_SIZE_K(256)>;
13+
cpuapp_recovery_partition: partition@d3000 {
14+
reg = <0xd3000 DT_SIZE_K(72)>;
1515
};
1616

1717
/* Delete PPR code partition */
@@ -32,11 +32,11 @@
3232
nordic,access = <NRF_OWNER_ID_RADIOCORE NRF_PERM_RXS>;
3333
#address-cells = < 0x1 >;
3434
#size-cells = < 0x1 >;
35-
cpurad_slot0_partition: partition@66000 {
36-
reg = < 0x66000 DT_SIZE_K(160) >;
35+
cpurad_slot0_partition: partition@54000 {
36+
reg = < 0x54000 DT_SIZE_K(160) >;
3737
};
3838

39-
cpurad_recovery_partition: partition@8e000 {
40-
reg = < 0x8e000 DT_SIZE_K(92) >;
39+
cpurad_recovery_partition: partition@7c000 {
40+
reg = < 0x7c000 DT_SIZE_K(92) >;
4141
};
4242
};

0 commit comments

Comments
 (0)