boards: nrf52840dongle_nrf52840: restore storage partition

This restores the 'storage' partition (16 KiB) in the stock layout
(fstab-stock.dts), removed in 9a842588fb, probably by mistake (the
commit description refers to scratch area only).

This was found when building OpenThread Co-Processor sample.

Fixes #53689

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
Piotr Dymacz 2023-01-10 16:12:09 +01:00 committed by Fabio Baltieri
commit fab547f047

View file

@ -23,11 +23,15 @@
slot0_partition: partition@10000 {
label = "image-0";
reg = <0x00010000 0x00068000>;
reg = <0x00010000 0x00066000>;
};
slot1_partition: partition@78000 {
slot1_partition: partition@76000 {
label = "image-1";
reg = <0x00078000 0x00068000>;
reg = <0x00076000 0x00066000>;
};
storage_partition: partition@dc000 {
label = "storage";
reg = <0x000dc000 0x00004000>;
};
/* Nordic nRF5 bootloader <0xe0000 0x1c000>