Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions boards/st/stm32l562e_dk/stm32l562e_dk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@

/* 2KB at the end of 512KB flash is set for storage */
storage_partition: partition@7f800 {
label = "storage";
reg = <0x0007f800 DT_SIZE_K(2)>;
};
};
Expand Down