samples: subsys: littlefs on nucleo_h743zi

This commit fixes the overlay file for running the
samples/subsys/fs/littlefs on the nucleo_h743zi platform.
The storage_partition is moved to the qspi_nor flash
instead of the internal flash.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2022-11-03 09:23:20 +01:00 committed by Carles Cufí
commit 15cc076126

View file

@ -38,9 +38,9 @@
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
storage_partition: partition@0 {
label = "storage";
reg = <0x01000000 DT_SIZE_M(8)>;
reg = <0 DT_SIZE_M(8)>;
};
};
};