Add initial support for Renesas RZ/V2H Signed-off-by: Tien Nguyen <tien.nguyen.zg@renesas.com> Signed-off-by: Quang Le <quang.le.eb@bp.renesas.com>
26 lines
473 B
Text
26 lines
473 B
Text
# Copyright (c) 2025 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_RZV2H
|
|
bool
|
|
select SOC_FAMILY_RENESAS_RZ
|
|
help
|
|
Renesas RZ/V2H series
|
|
|
|
config SOC_SERIES
|
|
default "rzv2h" if SOC_SERIES_RZV2H
|
|
|
|
config SOC_R9A09G057H44GBG
|
|
bool
|
|
select SOC_SERIES_RZV2H
|
|
help
|
|
R9A09G057H44GBG
|
|
|
|
config SOC_R9A09G057H44GBG_CM33
|
|
bool
|
|
select SOC_R9A09G057H44GBG
|
|
help
|
|
RZ/V2H CM33
|
|
|
|
config SOC
|
|
default "r9a09g057h44gbg" if SOC_R9A09G057H44GBG
|