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:
parent
6ba6e713cb
commit
bd5edb6775
6 changed files with 338 additions and 0 deletions
|
@ -104,4 +104,6 @@ source "drivers/flash/Kconfig.rv32m1"
|
|||
|
||||
source "drivers/flash/Kconfig.nordic_qspi_nor"
|
||||
|
||||
source "drivers/flash/Kconfig.smartbond"
|
||||
|
||||
endif # FLASH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue