boards: arm: stm32l562e_dk_ns: Add flash partitions

The current stm32l562_dk_ns has no flash partitions defined. This add
flash partitions following partition sizes that are compatible with
the TF-M platform defined at flash_layout.h and removes the redundant
overlays board files.

Signed-off-by: Gerson Fernando Budke <gerson.budke@ossystems.com.br>
This commit is contained in:
Gerson Fernando Budke
2022-07-31 11:43:03 +02:00
committed by Fabio Baltieri
parent 7cc729558f
commit b5f65f201d
6 changed files with 28 additions and 158 deletions
+2
View File
@@ -53,6 +53,8 @@ tests:
- disco_l475_iot1
- nucleo_wb55rg
- nucleo_wl55jc
- stm32l562e_dk
- stm32l562e_dk_ns
filter: (dt_compat_enabled("st,stm32-flash-controller") or
dt_compat_enabled("st,stm32h7-flash-controller")) and
dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")