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:
parent
26babfc622
commit
4388f6f314
1 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue