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:
Khoa Nguyen 2024-11-19 16:12:55 +07:00 committed by Henrik Brix Andersen
commit e20e0c8c1b
23 changed files with 199 additions and 49 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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