drivers: flash: Add support for flash driver on EK-RA8D1

Initial commit to support flash driver on EK-RA8D1

Signed-off-by: Quy Tran <quy.tran.pz@renesas.com>
This commit is contained in:
Quy Tran 2024-08-16 03:38:40 +00:00 committed by Anas Nashif
commit beba6685af
9 changed files with 64 additions and 5 deletions

View file

@ -9,4 +9,8 @@ config NUM_IRQS
config PINCTRL
default y
# Set to the minimal size of data which can be written.
config FLASH_FILL_BUFFER_SIZE
default 128
endif # SOC_SERIES_RA8D1

View file

@ -19,3 +19,9 @@ config SOC_R7FA8D1BHECBD
config SOC
default "r7fa8d1bhecbd" if SOC_R7FA8D1BHECBD
config DUAL_BANK_MODE
bool "Dual bank mode"
default n
help
Enable dual bank mode