drivers: flash: Initial support flash driver on EK-RA8M1
Initial commit for flash driver support on board using RA8 MCUs * drivers: flash: implementation for flash driver on EK-RA8M1 * dts: arm: add device node for flash of EK-RA8M1 * boards: arm: enable support flash driver for ek_ra8m1, update board documentation Signed-off-by: Quy Tran <quy.tran.pz@renesas.com> Signed-off-by: Duy Phuong Hoang. Nguyen <duy.nguyen.xa@renesas.com>
This commit is contained in:
parent
3af8001e0a
commit
e1f990c176
18 changed files with 1143 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_RA8M1
|
||||
|
|
|
@ -19,3 +19,9 @@ config SOC_SERIES
|
|||
|
||||
config SOC
|
||||
default "r7fa8m1ahecbd" if SOC_R7FA8M1AHECBD
|
||||
|
||||
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