diff --git a/samples/suit/smp_transfer/sysbuild/nrf54h20dk_nrf54h20_memory_map.dtsi b/samples/suit/smp_transfer/sysbuild/nrf54h20dk_nrf54h20_memory_map.dtsi index 7ba9182685b8..9f6d03899093 100644 --- a/samples/suit/smp_transfer/sysbuild/nrf54h20dk_nrf54h20_memory_map.dtsi +++ b/samples/suit/smp_transfer/sysbuild/nrf54h20dk_nrf54h20_memory_map.dtsi @@ -5,13 +5,13 @@ */ &cpuapp_rx_partitions { - /delete-node/ partition@a6000; - cpuapp_recovery_partition: partition@a5000 { - reg = <0xa5000 DT_SIZE_K(72)>; + /delete-node/ partition@94000; + cpuapp_slot0_partition: partition@93000 { + reg = <0x93000 DT_SIZE_K(256)>; }; - cpuapp_slot0_partition: partition@b7000 { - reg = <0xb7000 DT_SIZE_K(256)>; + cpuapp_recovery_partition: partition@d3000 { + reg = <0xd3000 DT_SIZE_K(72)>; }; /* Delete PPR code partition */ @@ -32,11 +32,11 @@ nordic,access = ; #address-cells = < 0x1 >; #size-cells = < 0x1 >; - cpurad_slot0_partition: partition@66000 { - reg = < 0x66000 DT_SIZE_K(160) >; + cpurad_slot0_partition: partition@54000 { + reg = < 0x54000 DT_SIZE_K(160) >; }; - cpurad_recovery_partition: partition@8e000 { - reg = < 0x8e000 DT_SIZE_K(92) >; + cpurad_recovery_partition: partition@7c000 { + reg = < 0x7c000 DT_SIZE_K(92) >; }; }; diff --git a/west.yml b/west.yml index bf65ed0c16ad..16b906a4ac0d 100644 --- a/west.yml +++ b/west.yml @@ -69,7 +69,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 6e53c5702ecb1f3dddfdc051ff487550d6c24672 + revision: pull/2295/head import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above