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 <joerchan@gmail.com>
This commit is contained in:
Joakim Andersson 2024-07-31 11:57:38 +02:00 committed by Maureen Helm
commit 816b61552a

View file

@ -58,7 +58,7 @@
};
storage_partition: partition@3e2000 {
label = "storage";
reg = <0x003f0000 DT_SIZE_K(120)>;
reg = <0x003e2000 DT_SIZE_K(120)>;
};
};