Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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) >;
};
};
};
Loading