boards/arm/nrf52_blenano2: add storage flash partition

This patch adds DT description of generic storage flash
partition. This fixes issue #7227.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
Andrzej Puzdrowski 2018-05-04 11:48:14 +02:00 committed by Maureen Helm
parent 26babfc622
commit 4388f6f314

View file

@ -52,10 +52,11 @@
reg = <0x00070000 0xD000>;
};
/*
* The flash starting at 0x0007d000 and ending at
* 0x0007ffff (sectors 125-127) is reserved for use
* by the application.
*/
#if defined(CONFIG_FS_FLASH_STORAGE_PARTITION)
storage_partition: partition@7D000 {
label = "storage";
reg = <0x0007D000 0x00004000>;
};
#endif
};
};