Skip to content

Commit 1b779c9

Browse files
jonathannilsenhakonfam
authored andcommitted
[nrf fromtree] boards: nordic: update nrf54h20dk memory map
Update memory map to be compatible with latest IronSide. 180kB MRAM is reserved. Co-authored-by: Håkon Amundsen <[email protected]> Signed-off-by: Håkon Amundsen <[email protected]> Signed-off-by: Jonathan Nilsen <[email protected]> (cherry picked from commit 7324eea)
1 parent d95ca84 commit 1b779c9

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -200,16 +200,16 @@
200200
#address-cells = <1>;
201201
#size-cells = <1>;
202202

203-
cpuapp_boot_partition: partition@2c000 {
204-
reg = <0x2c000 DT_SIZE_K(64)>;
203+
cpuapp_boot_partition: partition@30000 {
204+
reg = <0x30000 DT_SIZE_K(64)>;
205205
};
206206

207-
cpuapp_slot0_partition: partition@3c000 {
208-
reg = <0x3c000 DT_SIZE_K(336)>;
207+
cpuapp_slot0_partition: partition@40000 {
208+
reg = <0x40000 DT_SIZE_K(328)>;
209209
};
210210

211-
cpurad_slot0_partition: partition@90000 {
212-
reg = <0x90000 DT_SIZE_K(336)>;
211+
cpurad_slot0_partition: partition@92000 {
212+
reg = <0x92000 DT_SIZE_K(328)>;
213213
};
214214

215215
cpuppr_code_partition: partition@e4000 {
@@ -221,15 +221,15 @@
221221
};
222222

223223
cpuapp_slot1_partition: partition@100000 {
224-
reg = <0x100000 DT_SIZE_K(336)>;
224+
reg = <0x100000 DT_SIZE_K(328)>;
225225
};
226226

227-
cpurad_slot1_partition: partition@154000 {
228-
reg = <0x154000 DT_SIZE_K(336)>;
227+
cpurad_slot1_partition: partition@152000 {
228+
reg = <0x152000 DT_SIZE_K(328)>;
229229
};
230230

231-
storage_partition: partition@1a8000 {
232-
reg = <0x1a8000 DT_SIZE_K(40)>;
231+
storage_partition: partition@1a4000 {
232+
reg = <0x1a4000 DT_SIZE_K(40)>;
233233
};
234234
};
235235
};

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp_0_9_0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ toolchain:
1010
- zephyr
1111
sysbuild: true
1212
ram: 256
13-
flash: 296
13+
flash: 392
1414
supported:
1515
- adc
1616
- can

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad_0_9_0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ toolchain:
1010
- zephyr
1111
sysbuild: true
1212
ram: 192
13-
flash: 256
13+
flash: 328
1414
supported:
1515
- counter
1616
- gpio

0 commit comments

Comments
 (0)