boards: nucleo_wba52cg: Add a user flash partition

This partition could be used by application.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
Erwan Gouriou 2023-12-19 17:08:29 +01:00 committed by Carles Cufí
parent f6555aa95e
commit c81e2ff68a

View File

@ -133,3 +133,18 @@ stm32_lp_tick_source: &lptim1 {
&rng {
status = "okay";
};
&flash0 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
/* Last 16K of flash: Min 2 sectors */
storage_partition: partition@f8000 {
label = "storage";
reg = <0x000f8000 DT_SIZE_K(16)>;
};
};
};