Skip to content

Commit 81cbac7

Browse files
jonathannilsencarlescufi
authored andcommitted
snippets: nordic-bt-rpc: update nrf54h20 memory node layout
Update the memory map overlay to account for changes to the memory layout coming in with the IronSide support for nrf54h20. The radio settings partition has been left where it was since it doesn't conflict with anything, though it probably should be updated when the new nrf54h20 memory map is a bit more final. Signed-off-by: Jonathan Nilsen <[email protected]>
1 parent 444317a commit 81cbac7

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

snippets/nordic-bt-rpc/boards/nrf54h20dk_nrf54h20-mem-map-move.dtsi

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,13 @@
22
* Copyright (c) 2024 Nordic Semiconductor
33
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
44
*/
5-
/delete-node/ &dfu_partition;
6-
/delete-node/ &storage_partition;
7-
8-
&cpuapp_rw_partitions {
9-
dfu_partition: partition@100000 {
10-
reg = < 0x100000 DT_SIZE_K(884) >;
11-
};
12-
13-
storage_partition: partition@1dd000 {
14-
reg = < 0x1dd000 DT_SIZE_K(24) >;
15-
};
16-
};
175

186
&mram1x {
19-
cpurad_rw_partitions: cpurad-rw-partitions {
20-
compatible = "nordic,owned-partitions", "fixed-partitions";
21-
status = "disabled";
22-
nordic,access = <NRF_OWNER_ID_RADIOCORE NRF_PERM_RWS>;
23-
#address-cells = <1>;
24-
#size-cells = <1>;
25-
7+
partitions {
8+
/* Note: the location here has been kept the same as before the introduction of
9+
* IronSide on nrf54h20, which has brought with it an updated memory map.
10+
* It will likely need to be updated as the MRAM memory map is not yet final.
11+
*/
2612
cpurad_storage_partition: partition@1e3000 {
2713
reg = <0x1e3000 DT_SIZE_K(24)>;
2814
};

snippets/nordic-bt-rpc/boards/nrf54h20dk_nrf54h20_cpurad.overlay

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
*/
99
#include "nrf54h20dk_nrf54h20-mem-map-move.dtsi"
1010

11-
&cpurad_rw_partitions {
12-
status = "okay";
13-
};
14-
1511
/ {
1612
chosen {
1713
zephyr,settings_partition = &cpurad_storage_partition;

0 commit comments

Comments
 (0)