aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-rmobile
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2020-06-30 09:30:11 -0500
committerMarek Vasut <marek.vasut+renesas@gmail.com>2020-07-25 14:19:26 +0200
commit59028798ab5a1242cc9d578fa5c50a9f057630b2 (patch)
tree1ca742172185acd5e1b708560651d24979ac2c08 /arch/arm/mach-rmobile
parent4ce9566e43c8edb1037abd80f187d3fce684c74f (diff)
downloadu-boot-59028798ab5a1242cc9d578fa5c50a9f057630b2.zip
u-boot-59028798ab5a1242cc9d578fa5c50a9f057630b2.tar.gz
u-boot-59028798ab5a1242cc9d578fa5c50a9f057630b2.tar.bz2
ARM: rmobile: Add Beacon EmbeddedWorks RZG2M Dev Kit
The Beacon EmbeddedWorks kit is based on the R8A774A1 SoC also known as the RZ/G2M. The kit consists of a SOM + Baseboard and supports microSD, eMMC, Ethernet, a couple celular radios, two CAN interfaces, Bluetooth and WiFi. Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'arch/arm/mach-rmobile')
-rw-r--r--arch/arm/mach-rmobile/Kconfig.646
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64
index bfd513a..07f607d 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -46,6 +46,11 @@ choice
prompt "Renesas ARM64 SoCs board select"
optional
+config TARGET_BEACON_RZG2M
+ bool "Beacon EmbeddedWorks RZ/G2M Dev Kit"
+ select R8A774A1
+ select PINCTRL_PFC_R8A774A1
+
config TARGET_CONDOR
bool "Condor board"
imply R8A77980
@@ -103,6 +108,7 @@ source "board/renesas/eagle/Kconfig"
source "board/renesas/ebisu/Kconfig"
source "board/renesas/salvator-x/Kconfig"
source "board/renesas/ulcb/Kconfig"
+source "board/beacon/beacon-rzg2m/Kconfig"
config MULTI_DTB_FIT_UNCOMPRESS_SZ
default 0x80000 if TARGET_SALVATOR_X