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:
parent
c217dfa1ea
commit
beba6685af
9 changed files with 64 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue