dts: arm: renesas: Add Flash HP support for Renesas RA6, RA4
- Add Flash HP support for ra6-cm4, ra6-cm33, ra4-cm33 (except r7fa4w1ad2cng) - Add config to set the minimal size of data which can be written for RA4E2, RA4M2, RA4M3, RA6E1, RA6E2, RA6M1, RA6M2, RA6M3, RA6M4, RA6M5 Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com> Signed-off-by: Phi Tran <phi.tran.jg@bp.renesas.com>
This commit is contained in:
parent
c667536535
commit
e20e0c8c1b
23 changed files with 199 additions and 49 deletions
|
@ -6,4 +6,8 @@ if SOC_SERIES_RA4E2
|
|||
config NUM_IRQS
|
||||
default 96
|
||||
|
||||
# Set to the minimal size of data which can be written.
|
||||
config FLASH_FILL_BUFFER_SIZE
|
||||
default 128
|
||||
|
||||
endif # SOC_SERIES_RA4E2
|
||||
|
|
|
@ -6,4 +6,8 @@ if SOC_SERIES_RA4M2
|
|||
config NUM_IRQS
|
||||
default 96
|
||||
|
||||
# Set to the minimal size of data which can be written.
|
||||
config FLASH_FILL_BUFFER_SIZE
|
||||
default 128
|
||||
|
||||
endif # SOC_SERIES_RA4M2
|
||||
|
|
|
@ -6,4 +6,8 @@ if SOC_SERIES_RA4M3
|
|||
config NUM_IRQS
|
||||
default 96
|
||||
|
||||
# Set to the minimal size of data which can be written.
|
||||
config FLASH_FILL_BUFFER_SIZE
|
||||
default 128
|
||||
|
||||
endif # SOC_SERIES_RA4M3
|
||||
|
|
|
@ -6,4 +6,8 @@ if SOC_SERIES_RA6E1
|
|||
config NUM_IRQS
|
||||
default 96
|
||||
|
||||
# Set to the minimal size of data which can be written.
|
||||
config FLASH_FILL_BUFFER_SIZE
|
||||
default 128
|
||||
|
||||
endif # SOC_SERIES_RA6E1
|
||||
|
|
|
@ -6,4 +6,8 @@ if SOC_SERIES_RA6E2
|
|||
config NUM_IRQS
|
||||
default 96
|
||||
|
||||
# Set to the minimal size of data which can be written.
|
||||
config FLASH_FILL_BUFFER_SIZE
|
||||
default 128
|
||||
|
||||
endif # SOC_SERIES_RA6E2
|
||||
|
|
|
@ -6,4 +6,8 @@ if SOC_SERIES_RA6M1
|
|||
config NUM_IRQS
|
||||
default 96
|
||||
|
||||
# Set to the minimal size of data which can be written.
|
||||
config FLASH_FILL_BUFFER_SIZE
|
||||
default 128
|
||||
|
||||
endif # SOC_SERIES_RA6M1
|
||||
|
|
|
@ -6,4 +6,8 @@ if SOC_SERIES_RA6M2
|
|||
config NUM_IRQS
|
||||
default 96
|
||||
|
||||
# Set to the minimal size of data which can be written.
|
||||
config FLASH_FILL_BUFFER_SIZE
|
||||
default 128
|
||||
|
||||
endif # SOC_SERIES_RA6M2
|
||||
|
|
|
@ -6,4 +6,8 @@ if SOC_SERIES_RA6M3
|
|||
config NUM_IRQS
|
||||
default 96
|
||||
|
||||
# Set to the minimal size of data which can be written.
|
||||
config FLASH_FILL_BUFFER_SIZE
|
||||
default 128
|
||||
|
||||
endif # SOC_SERIES_RA6M3
|
||||
|
|
|
@ -6,4 +6,8 @@ if SOC_SERIES_RA6M4
|
|||
config NUM_IRQS
|
||||
default 96
|
||||
|
||||
# Set to the minimal size of data which can be written.
|
||||
config FLASH_FILL_BUFFER_SIZE
|
||||
default 128
|
||||
|
||||
endif # SOC_SERIES_RA6M4
|
||||
|
|
|
@ -6,4 +6,8 @@ if SOC_SERIES_RA6M5
|
|||
config NUM_IRQS
|
||||
default 96
|
||||
|
||||
# Set to the minimal size of data which can be written.
|
||||
config FLASH_FILL_BUFFER_SIZE
|
||||
default 128
|
||||
|
||||
endif # SOC_SERIES_RA6M5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue