mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 13:41:31 +02:00
ARM: renesas: Add R8A779H0 V4M Kconfig entry and PRR ID
Add Kconfig entry and PRR ID to support R8A779H0 V4M SoC. Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com> Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>
This commit is contained in:
parent
995a857a01
commit
e02ec8cf49
@ -20,6 +20,12 @@ config R8A779G0
|
||||
imply CLK_R8A779G0
|
||||
imply PINCTRL_PFC_R8A779G0
|
||||
|
||||
config R8A779H0
|
||||
bool "Renesas SoC R8A779H0"
|
||||
select GICV3
|
||||
imply CLK_R8A779H0
|
||||
imply PINCTRL_PFC_R8A779H0
|
||||
|
||||
endmenu
|
||||
|
||||
choice
|
||||
|
@ -78,6 +78,7 @@ static const struct {
|
||||
{ RMOBILE_CPU_TYPE_R8A779A0, "R8A779A0" },
|
||||
{ RMOBILE_CPU_TYPE_R8A779F0, "R8A779F0" },
|
||||
{ RMOBILE_CPU_TYPE_R8A779G0, "R8A779G0" },
|
||||
{ RMOBILE_CPU_TYPE_R8A779H0, "R8A779H0" },
|
||||
{ 0x0, "CPU" },
|
||||
};
|
||||
|
||||
|
@ -43,6 +43,7 @@
|
||||
#define RMOBILE_CPU_TYPE_R8A779A0 0x59
|
||||
#define RMOBILE_CPU_TYPE_R8A779F0 0x5A
|
||||
#define RMOBILE_CPU_TYPE_R8A779G0 0x5C
|
||||
#define RMOBILE_CPU_TYPE_R8A779H0 0x5D
|
||||
#define RMOBILE_CPU_TYPE_R9A07G044L 0x9A070440
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
|
Loading…
x
Reference in New Issue
Block a user