aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-rmobile
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2021-02-03 06:57:20 -0600
committerMarek Vasut <marek.vasut+renesas@gmail.com>2021-02-07 21:12:57 +0100
commit0099dfd5e53703ff94677ec3490134ae436fc8f1 (patch)
treea9f6c8dbd784bfed5e621a13f2563284a5e1685f /arch/arm/mach-rmobile
parent6001b49920eeca97aa485ec130dbaf8cccdf9dc6 (diff)
downloadu-boot-0099dfd5e53703ff94677ec3490134ae436fc8f1.zip
u-boot-0099dfd5e53703ff94677ec3490134ae436fc8f1.tar.gz
u-boot-0099dfd5e53703ff94677ec3490134ae436fc8f1.tar.bz2
ARM: rmobile: Add Beacon EmbeddedWorks RZG2H Dev Kit
The Beacon EmbeddedWorks kit is based on the R8A774E1 SoC also known as the RZ/G2H. The kit consists of a SOM + Baseboard and supports microSD, eMMC, Ethernet, a couple celular radios, two CAN interfaces, Bluetooth and WiFi. It shares much of the same design as the RZ/G2M and RZ/G2N dev kits. Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'arch/arm/mach-rmobile')
-rw-r--r--arch/arm/mach-rmobile/Kconfig.645
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64
index 3535412..b95c8e8 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -60,6 +60,11 @@ choice
prompt "Renesas ARM64 SoCs board select"
optional
+config TARGET_BEACON_RZG2H
+ bool "Beacon EmbeddedWorks RZ/G2H Dev Kit"
+ select R8A774E1
+ select PINCTRL_PFC_R8A774E1
+
config TARGET_BEACON_RZG2M
bool "Beacon EmbeddedWorks RZ/G2M Dev Kit"
select R8A774A1