summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/r8a7744-iwg20d-q7.dts
diff options
context:
space:
mode:
authorBiju Das <biju.das@bp.renesas.com>2018-11-30 15:26:17 +0000
committerSimon Horman <horms+renesas@verge.net.au>2018-12-04 05:55:50 -0800
commit45c660ecdfd598eb93c46f5a95da6eb75008abb9 (patch)
tree55e57884e7ed53e3c3c80bd433b896b7e120cc54 /arch/arm/boot/dts/r8a7744-iwg20d-q7.dts
parentd83010f87ab31861eacac1ffe1278f655a376268 (diff)
ARM: dts: r8a7744-iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1N
Add support for iWave RainboW-G20D-Qseven board based on RZ/G1N. Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7744-iwg20d-q7.dts')
-rw-r--r--arch/arm/boot/dts/r8a7744-iwg20d-q7.dts15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7744-iwg20d-q7.dts b/arch/arm/boot/dts/r8a7744-iwg20d-q7.dts
new file mode 100644
index 000000000000..1fdac528f274
--- /dev/null
+++ b/arch/arm/boot/dts/r8a7744-iwg20d-q7.dts
@@ -0,0 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Device Tree Source for the iWave-RZ/G1N Qseven board
+ *
+ * Copyright (C) 2018 Renesas Electronics Corp.
+ */
+
+/dts-v1/;
+#include "r8a7744-iwg20m.dtsi"
+#include "iwg20d-q7-common.dtsi"
+
+/ {
+ model = "iWave Systems RainboW-G20D-Qseven board based on RZ/G1N";
+ compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7744";
+};