Skip to content

Commit 20b417c

Browse files
committed
[nrf fromlist] boards: nordic: update memory map
Update memory map to be compatible with latest IronSide. 180kB is reserved. Upstream PR #: 91667 Signed-off-by: Håkon Amundsen <[email protected]> (cherry picked from commit 75ee1d0641164cd4f673d8296f713aae811eee58)
1 parent 77d6f3e commit 20b417c

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

boards/nordic/nrf54h20dk/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ config ROM_START_OFFSET
2424
default 0x800 if BOOTLOADER_MCUBOOT
2525

2626
config FLASH_LOAD_OFFSET
27-
default 0x2c000 if !USE_DT_CODE_PARTITION
27+
default 0x30000 if !USE_DT_CODE_PARTITION
2828

2929
endif # BOARD_NRF54H20DK_NRF54H20_CPUAPP_IRON

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map_iron.dtsi

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@
6969
#address-cells = <1>;
7070
#size-cells = <1>;
7171

72-
cpuapp_boot_partition: partition@2c000 {
73-
reg = <0x2c000 DT_SIZE_K(64)>;
72+
cpuapp_boot_partition: partition@30000 {
73+
reg = <0x30000 DT_SIZE_K(64)>;
7474
};
7575

76-
cpuapp_slot0_partition: partition@3c000 {
77-
reg = <0x3c000 DT_SIZE_K(336)>;
76+
cpuapp_slot0_partition: partition@40000 {
77+
reg = <0x40000 DT_SIZE_K(328)>;
7878
};
7979

80-
cpurad_slot0_partition: partition@90000 {
81-
reg = <0x90000 DT_SIZE_K(336)>;
80+
cpurad_slot0_partition: partition@92000 {
81+
reg = <0x92000 DT_SIZE_K(328)>;
8282
};
8383

8484
cpuppr_code_partition: partition@e4000 {
@@ -90,15 +90,15 @@
9090
};
9191

9292
cpuapp_slot1_partition: partition@100000 {
93-
reg = <0x100000 DT_SIZE_K(336)>;
93+
reg = <0x100000 DT_SIZE_K(328)>;
9494
};
9595

96-
cpurad_slot1_partition: partition@154000 {
97-
reg = <0x154000 DT_SIZE_K(336)>;
96+
cpurad_slot1_partition: partition@152000 {
97+
reg = <0x152000 DT_SIZE_K(328)>;
9898
};
9999

100-
storage_partition: partition@1a8000 {
101-
reg = <0x1a8000 DT_SIZE_K(40)>;
100+
storage_partition: partition@1a4000 {
101+
reg = <0x1a4000 DT_SIZE_K(40)>;
102102
};
103103

104104
periphconf_partition: partition@1b2000 {

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp_iron_0_9_0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toolchain:
1111
- zephyr
1212
sysbuild: true
1313
ram: 256
14-
flash: 480
14+
flash: 392
1515
supported:
1616
- adc
1717
- can

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad_iron_0_9_0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toolchain:
1111
- zephyr
1212
sysbuild: true
1313
ram: 192
14-
flash: 336
14+
flash: 328
1515
supported:
1616
- counter
1717
- gpio

0 commit comments

Comments
 (0)