summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/renesas/Makefile
diff options
context:
space:
mode:
authorBiju Das <biju.das.jz@bp.renesas.com>2022-01-10 16:46:58 +0300
committerGeert Uytterhoeven <geert+renesas@glider.be>2022-02-02 11:23:23 +0300
commitf91c4c74796acca0a5a3bde747948a844eb2c30b (patch)
treeca15f192b5fb7eea963a19521e110867d01f9d13 /arch/arm64/boot/dts/renesas/Makefile
parent7c2b8198f4f321df03e285a931fab2a33668c88d (diff)
downloadlinux-f91c4c74796acca0a5a3bde747948a844eb2c30b.tar.xz
arm64: dts: renesas: Add initial device tree for RZ/V2L SMARC EVK
Add basic support for the RZ/V2L SMARC EVK (based on R9A07G054L2): - memory - External input clock - CPG - Pin controller - SCIF - GbEthernet - Audio Clock It shares the same carrier board with RZ/G2L with the same pin mapping. Delete the gpio-hog nodes from pinctrl as they will be added later when the functionality has been tested. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Link: https://lore.kernel.org/r/20220110134659.30424-12-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'arch/arm64/boot/dts/renesas/Makefile')
-rw-r--r--arch/arm64/boot/dts/renesas/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/Makefile b/arch/arm64/boot/dts/renesas/Makefile
index f1ab09486bab..d000f6b131dc 100644
--- a/arch/arm64/boot/dts/renesas/Makefile
+++ b/arch/arm64/boot/dts/renesas/Makefile
@@ -77,3 +77,5 @@ dtb-$(CONFIG_ARCH_R8A77965) += r8a779m5-salvator-xs.dtb
dtb-$(CONFIG_ARCH_R9A07G044) += r9a07g044c2-smarc.dtb
dtb-$(CONFIG_ARCH_R9A07G044) += r9a07g044l2-smarc.dtb
+
+dtb-$(CONFIG_ARCH_R9A07G054) += r9a07g054l2-smarc.dtb