Skip to content
Merged
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 dts/vendor/nordic/nrf54lm20a_partition.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@

slot0_partition: partition@10000 {
label = "image-0";
reg = <0x10000 DT_SIZE_K(922)>;
reg = <0x10000 DT_SIZE_K(920)>;
};

slot1_partition: partition@f6800 {
slot1_partition: partition@f6000 {
label = "image-1";
reg = <0xf6800 DT_SIZE_K(922)>;
reg = <0xf6000 DT_SIZE_K(920)>;
};

storage_partition: partition@1dd000 {
storage_partition: partition@1dc000 {
label = "storage";
reg = <0x1dd000 DT_SIZE_K(32)>;
reg = <0x1dc000 DT_SIZE_K(36)>;
};
};
};