Skip to content

Commit dd86bc6

Browse files
decsnynashif
authored andcommitted
boards: nxp: mimxrtxxx: Fix partition unit address
Fix the partition unit addresses not matching tthe reg addresses. Signed-off-by: Declan Snyder <[email protected]>
1 parent 275ba61 commit dd86bc6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

boards/nxp/mimxrt595_evk/mimxrt595_evk_mimxrt595s_cm33.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,11 +414,11 @@ zephyr_udc0: &usbhs {
414414
label = "image-0";
415415
reg = <0x00020000 (DT_SIZE_M(3) + DT_SIZE_K(98 * 4))>;
416416
};
417-
slot1_partition: partition@322000 {
417+
slot1_partition: partition@382000 {
418418
label = "image-1";
419419
reg = <0x00382000 DT_SIZE_M(3)>;
420420
};
421-
storage_partition: partition@622000 {
421+
storage_partition: partition@682000 {
422422
label = "storage";
423423
reg = <0x00682000 (DT_SIZE_M(58) - DT_SIZE_K(520))>;
424424
};

boards/nxp/mimxrt685_evk/mimxrt685_evk_mimxrt685s_cm33.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,11 +275,11 @@ i2s1: &flexcomm3 {
275275
label = "image-0";
276276
reg = <0x00020000 (DT_SIZE_M(3) + DT_SIZE_K(98 * 4))>;
277277
};
278-
slot1_partition: partition@322000 {
278+
slot1_partition: partition@382000 {
279279
label = "image-1";
280280
reg = <0x00382000 DT_SIZE_M(3)>;
281281
};
282-
storage_partition: partition@622000 {
282+
storage_partition: partition@682000 {
283283
label = "storage";
284284
reg = <0x00682000 (DT_SIZE_M(58) - DT_SIZE_K(520))>;
285285
};

0 commit comments

Comments
 (0)