Skip to content

Commit

Permalink
ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1M
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Biju Das authored and Simon Horman committed Jun 12, 2017
1 parent aabf13b commit ad2c055
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@ dtb-$(CONFIG_ARCH_RENESAS) += \
r7s72100-rskrza1.dtb \
r8a73a4-ape6evm.dtb \
r8a7740-armadillo800eva.dtb \
r8a7743-iwg20d-q7.dtb \
r8a7743-sk-rzg1m.dtb \
r8a7745-sk-rzg1e.dtb \
r8a7778-bockw.dtb \
Expand Down
25 changes: 25 additions & 0 deletions arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
Original file line number Diff line number Diff line change
@@ -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";
};

0 comments on commit ad2c055

Please sign in to comment.