summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
diff options
context:
space:
mode:
authorBiju Das <biju.das@bp.renesas.com>2017-06-06 16:10:18 +0100
committerSimon Horman <horms+renesas@verge.net.au>2017-06-12 11:18:29 +0200
commitad2c0558d0494b420cadd6e887ddab2cd4e27e48 (patch)
treeda665fbf32e2f0c2ef22333dce4336d65487ff89 /arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
parentaabf13bac0046a1add4a3c39881ffb0abe692542 (diff)
ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1M
Add support for iWave RainboW-G20D-Qseven board based on RZ/G1M. Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Chris Paterson <chris.paterson2@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/r8a7743-iwg20d-q7.dts')
-rw-r--r--arch/arm/boot/dts/r8a7743-iwg20d-q7.dts25
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
new file mode 100644
index 000000000000..9b54783cc2a5
--- /dev/null
+++ b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
@@ -0,0 +1,25 @@
+/*
+ * Device Tree Source for the iWave-RZG1M Qseven carrier board
+ *
+ * Copyright (C) 2017 Renesas Electronics Corp.
+ *
+ * This file is licensed under the terms of the GNU General Public License
+ * version 2. This program is licensed "as is" without any warranty of any
+ * kind, whether express or implied.
+ */
+
+/dts-v1/;
+#include "r8a7743-iwg20m.dtsi"
+
+/ {
+ model = "iWave Systems RainboW-G20D-Qseven board based on RZ/G1M";
+ compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743";
+
+ aliases {
+ serial0 = &scif0;
+ };
+};
+
+&scif0 {
+ status = "okay";
+};