boards: nxp: mimxrtxxx: Fix partition unit address

Fix the partition unit addresses not matching tthe reg addresses.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2024-07-03 11:43:31 -05:00 committed by Anas Nashif
commit dd86bc63e9
2 changed files with 4 additions and 4 deletions

View file

@ -414,11 +414,11 @@ zephyr_udc0: &usbhs {
label = "image-0";
reg = <0x00020000 (DT_SIZE_M(3) + DT_SIZE_K(98 * 4))>;
};
slot1_partition: partition@322000 {
slot1_partition: partition@382000 {
label = "image-1";
reg = <0x00382000 DT_SIZE_M(3)>;
};
storage_partition: partition@622000 {
storage_partition: partition@682000 {
label = "storage";
reg = <0x00682000 (DT_SIZE_M(58) - DT_SIZE_K(520))>;
};

View file

@ -275,11 +275,11 @@ i2s1: &flexcomm3 {
label = "image-0";
reg = <0x00020000 (DT_SIZE_M(3) + DT_SIZE_K(98 * 4))>;
};
slot1_partition: partition@322000 {
slot1_partition: partition@382000 {
label = "image-1";
reg = <0x00382000 DT_SIZE_M(3)>;
};
storage_partition: partition@622000 {
storage_partition: partition@682000 {
label = "storage";
reg = <0x00682000 (DT_SIZE_M(58) - DT_SIZE_K(520))>;
};