Skip to content

Commit 816b615

Browse files
joerchanMaureenHelm
authored andcommitted
boards: nucleo_u5a5zj_q: Fix storage address
Fix start address of storage partition. Address did not match reg address of devicetree node, and the size of the storage partition would make it exceed flash region. Signed-off-by: Joakim Andersson <[email protected]>
1 parent 19571e8 commit 816b615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/nucleo_u5a5zj_q/nucleo_u5a5zj_q.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
};
5959
storage_partition: partition@3e2000 {
6060
label = "storage";
61-
reg = <0x003f0000 DT_SIZE_K(120)>;
61+
reg = <0x003e2000 DT_SIZE_K(120)>;
6262
};
6363

6464
};

0 commit comments

Comments
 (0)