diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2018-02-15 19:49:19 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-03-16 17:24:16 +0100 |
commit | 92bcfdb334ca7fc4c029927d25a89adcf34d0529 (patch) | |
tree | 749ab78347512923bcdbbbd90bf1652b01e7ede5 /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: lager: Move cec_clock to root node (diff) | |
download | linux-92bcfdb334ca7fc4c029927d25a89adcf34d0529.tar.xz linux-92bcfdb334ca7fc4c029927d25a89adcf34d0529.zip |
ARM: dts: stout: Initial r8a7790 Stout board support
Stout base board support making use of 1 GiB of memory,
the Renesas H2 r8a7790 SoC with the SCIFA0 serial port
and CA15 with ARM architected timer.
Furthermore, this device tree contains entries for:
- 4x LEDs
- SDHI SD/MMC controller
- Display unit with HDMI output
- SH fast ethernet controller
- QSPI controller with S25FL512S attached to it
- I2C controller with DA9210 and DA 9063 PMICs
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index ade7a38543dc..2b6dfeea1dba 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -784,6 +784,7 @@ dtb-$(CONFIG_ARCH_RENESAS) += \ r8a7778-bockw.dtb \ r8a7779-marzen.dtb \ r8a7790-lager.dtb \ + r8a7790-stout.dtb \ r8a7791-koelsch.dtb \ r8a7791-porter.dtb \ r8a7792-blanche.dtb \ |