soc: renesas: Add initial support for Renesas RZ/G2LC
Add initial support for Renesas RZ/G2LC (r9a07g044c22gbg), a 361-pin package variant of RZ/G2L Signed-off-by: Tien Nguyen <tien.nguyen.zg@renesas.com> Signed-off-by: Phuc Pham <phuc.pham.xr@bp.renesas.com>
This commit is contained in:
parent
838eae9abf
commit
673d408b40
2 changed files with 14 additions and 0 deletions
|
@ -16,9 +16,20 @@ config SOC_R9A07G044L23GBG
|
|||
help
|
||||
R9A07G044L23GBG
|
||||
|
||||
config SOC_R9A07G044C22GBG
|
||||
bool
|
||||
select SOC_SERIES_RZG2L
|
||||
help
|
||||
R9A07G044C22GBG
|
||||
|
||||
config SOC_R9A07G044L23GBG_CM33
|
||||
bool
|
||||
select SOC_R9A07G044L23GBG
|
||||
|
||||
config SOC_R9A07G044C22GBG_CM33
|
||||
bool
|
||||
select SOC_R9A07G044C22GBG
|
||||
|
||||
config SOC
|
||||
default "r9a07g044l23gbg" if SOC_R9A07G044L23GBG
|
||||
default "r9a07g044c22gbg" if SOC_R9A07G044C22GBG
|
||||
|
|
|
@ -9,6 +9,9 @@ family:
|
|||
- name: r9a07g044l23gbg
|
||||
cpuclusters:
|
||||
- name: cm33
|
||||
- name: r9a07g044c22gbg
|
||||
cpuclusters:
|
||||
- name: cm33
|
||||
- name: rzg3s
|
||||
socs:
|
||||
- name: r9a08g045s33gbg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue