Skip to content

Commit

Permalink
boards: nrf54h20: increase size of cpuapp and cpurad partitions
Browse files Browse the repository at this point in the history
This is possible due to the memory map changes introduced in
26603ce

Signed-off-by: Håkon Amundsen <[email protected]>
  • Loading branch information
hakonfam authored and aescolar committed Nov 28, 2024
1 parent 71fe68c commit 8a82b07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
#address-cells = <1>;
#size-cells = <1>;

cpurad_slot0_partition: partition@66000 {
reg = <0x66000 DT_SIZE_K(256)>;
cpurad_slot0_partition: partition@54000 {
reg = <0x54000 DT_SIZE_K(256)>;
};
};

Expand All @@ -197,8 +197,8 @@
#address-cells = <1>;
#size-cells = <1>;

cpuapp_slot0_partition: partition@a6000 {
reg = <0xa6000 DT_SIZE_K(248)>;
cpuapp_slot0_partition: partition@94000 {
reg = <0x94000 DT_SIZE_K(320)>;
};

cpuppr_code_partition: partition@e4000 {
Expand All @@ -222,7 +222,7 @@
};

storage_partition: partition@1e3000 {
reg = < 0x1e3000 DT_SIZE_K(24) >;
reg = < 0x1e3000 DT_SIZE_K(40) >;
};
};
};

0 comments on commit 8a82b07

Please sign in to comment.