Skip to content

Commit 4d337a8

Browse files
jonathannilsencarlescufi
authored andcommitted
samples: bluetooth: align nrf54h20 peripheral_uart memory map overlay
Needed to be aligned with the updated nrf54h20 memory map. Signed-off-by: Jonathan Nilsen <[email protected]>
1 parent e5ee3ed commit 4d337a8

File tree

1 file changed

+6
-38
lines changed

1 file changed

+6
-38
lines changed

samples/bluetooth/peripheral_uart/boards/nrf54h20dk_nrf54h20_cpurad.overlay

Lines changed: 6 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -92,51 +92,19 @@
9292
owned-channels = <4 5 6 7>;
9393
};
9494

95-
/* Change to memory map to make room for read write partition for settings
96-
* module and increase the radio core program memory size.
95+
/* Add a read write partition for the settings module.
9796
*
9897
* @note In case of running firmware on the application core, the same memory map
9998
* change must be applied to the application core DTS.
10099
*/
101-
/delete-node/ &dfu_partition;
102-
/delete-node/ &storage_partition;
103-
/delete-node/ &cpuapp_slot0_partition;
104-
105-
&cpuapp_rw_partitions {
106-
dfu_partition: partition@100000 {
107-
reg = < 0x100000 DT_SIZE_K(884) >;
108-
};
109-
110-
storage_partition: partition@1dd000 {
111-
reg = < 0x1dd000 DT_SIZE_K(24) >;
112-
};
113-
};
114-
115-
&cpurad_rx_partitions {
116-
cpurad_slot0_partition: partition@54000 {
117-
reg = <0x54000 DT_SIZE_K(320)>;
118-
};
119-
};
120-
121-
&cpuapp_rx_partitions {
122-
cpuapp_slot0_partition: partition@a4000 {
123-
reg = <0xa4000 DT_SIZE_K(256)>;
124-
};
125-
};
126-
127100
&mram1x {
128-
cpurad_rw_partitions: cpurad-rw-partitions {
129-
compatible = "nordic,owned-partitions", "fixed-partitions";
130-
nordic,access = <NRF_OWNER_ID_RADIOCORE NRF_PERM_RWS>;
131-
#address-cells = <1>;
132-
#size-cells = <1>;
133-
101+
partitions {
102+
/* Note: the location here has been kept the same as before the introduction of
103+
* IronSide on nrf54h20, which has brought with it an updated memory map.
104+
* It will likely need to be updated as the MRAM memory map is not yet final.
105+
*/
134106
cpurad_storage_partition: partition@1e3000 {
135107
reg = <0x1e3000 DT_SIZE_K(24)>;
136108
};
137109
};
138110
};
139-
140-
&cpurad_rw_partitions {
141-
status = "okay";
142-
};

0 commit comments

Comments
 (0)