drivers: flash: Add driver for smartbond

This adds flash driver for Renesas SmartBond(tm) family.

This technically uses QSPI controller but since default and most
commonly used configuration is to boot from external QSPI flash (DA1469x
do not have built-in flash) and that flash is mapped into memory space,
it can be represented as internal flash.

Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
Signed-off-by: Ben Lauret <ben.lauret.wm@renesas.com>
This commit is contained in:
Andrzej Kaczmarek 2022-05-09 22:29:41 +02:00 committed by Carles Cufí
commit bd5edb6775
6 changed files with 338 additions and 0 deletions

View file

@ -104,4 +104,6 @@ source "drivers/flash/Kconfig.rv32m1"
source "drivers/flash/Kconfig.nordic_qspi_nor"
source "drivers/flash/Kconfig.smartbond"
endif # FLASH