diff options
author | Biju Das <biju.das@bp.renesas.com> | 2018-11-30 16:26:17 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-12-04 14:55:50 +0100 |
commit | 45c660ecdfd598eb93c46f5a95da6eb75008abb9 (patch) | |
tree | 55e57884e7ed53e3c3c80bd433b896b7e120cc54 /arch/arm/boot/dts/r8a7744-iwg20d-q7.dts | |
parent | ARM: dts: r8a7744: Initial SoC device tree (diff) | |
download | linux-45c660ecdfd598eb93c46f5a95da6eb75008abb9.tar.xz linux-45c660ecdfd598eb93c46f5a95da6eb75008abb9.zip |
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.dts | 15 |
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"; +}; |