diff options
author | Adam Ford | 2021-02-03 06:57:20 -0600 |
---|---|---|
committer | Marek Vasut | 2021-02-07 21:12:57 +0100 |
commit | 0099dfd5e53703ff94677ec3490134ae436fc8f1 (patch) | |
tree | a9f6c8dbd784bfed5e621a13f2563284a5e1685f /board/beacon | |
parent | 6001b49920eeca97aa485ec130dbaf8cccdf9dc6 (diff) |
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 'board/beacon')
-rw-r--r-- | board/beacon/beacon-rzg2m/Kconfig | 2 | ||||
-rw-r--r-- | board/beacon/beacon-rzg2m/MAINTAINERS | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/board/beacon/beacon-rzg2m/Kconfig b/board/beacon/beacon-rzg2m/Kconfig index 9c653e386e6..99c23a3d148 100644 --- a/board/beacon/beacon-rzg2m/Kconfig +++ b/board/beacon/beacon-rzg2m/Kconfig @@ -1,4 +1,4 @@ -if TARGET_BEACON_RZG2M || TARGET_BEACON_RZG2N +if TARGET_BEACON_RZG2H || TARGET_BEACON_RZG2M || TARGET_BEACON_RZG2N config SYS_SOC default "rmobile" diff --git a/board/beacon/beacon-rzg2m/MAINTAINERS b/board/beacon/beacon-rzg2m/MAINTAINERS index f50df3b701d..45c269da723 100644 --- a/board/beacon/beacon-rzg2m/MAINTAINERS +++ b/board/beacon/beacon-rzg2m/MAINTAINERS @@ -5,3 +5,4 @@ F: board/beacon/beacon-rzg2m/ F: include/configs/beacon-rzg2m.h F: configs/r8a774a1_beacon_defconfig F: configs/r8a774b1_beacon_defconfig +F: configs/r8a774e1_beacon_defconfig |