diff options
author | Fabrizio Castro <fabrizio.castro@bp.renesas.com> | 2017-10-06 18:59:53 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-10-09 09:29:34 +0200 |
commit | 2ee18841ff649e973d62afc6096b892396a676ef (patch) | |
tree | 3fd5e65245d0832e1ca8ba78d3003a765ca3f577 /arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts | |
parent | 4f0b2563c4c0c67fc5b5e2369d5f62f91abc42e7 (diff) | |
download | blackbird-obmc-linux-2ee18841ff649e973d62afc6096b892396a676ef.tar.gz blackbird-obmc-linux-2ee18841ff649e973d62afc6096b892396a676ef.zip |
ARM: dts: iwg20d-q7-dbcm-ca: Add device trees for camera DB
This patch adds a .dtsi that describes the camera daughter board
and a .dts to describe the HW made of iWave's RZ/G1M SoM, iWave's
RZ/G1M/G1N Qseven carrier board, and the camera daughter board.
The camera daughter board .dtsi adds support for ttySC[14].
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-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-dbcm-ca.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts b/arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts new file mode 100644 index 000000000000..d90eb8464222 --- /dev/null +++ b/arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts @@ -0,0 +1,19 @@ +/* + * Device Tree Source for the iWave-RZ/G1M Qseven board + camera daughter 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" +#include "iwg20d-q7-common.dtsi" +#include "iwg20d-q7-dbcm-ca.dtsi" + +/ { + model = "iW-RainboW-G20D-Q7 RZ/G1M based plus camera daughter board"; + compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743"; +}; |