0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Device Tree Source for the HiHope RZ/G2M board
0004 * connected with aistarvision-mipi-v2-adapter board
0005 *
0006 * Copyright (C) 2020 Renesas Electronics Corp.
0007 */
0008
0009 /dts-v1/;
0010 #include "r8a774a1-hihope-rzg2m-ex.dts"
0011 #include "hihope-rzg2-ex-aistarvision-mipi-adapter-2.1.dtsi"
0012
0013 / {
0014 model = "HopeRun HiHope RZ/G2M with sub board connected with aistarvision-mipi-v2-adapter board";
0015 compatible = "hoperun,hihope-rzg2m", "renesas,r8a774a1";
0016 };
0017
0018 /*
0019 * On RZ/G2M SoC LSI V1.3 CSI40 supports only 4 lane mode.
0020 * HiHope RZ/G2M Rev.4.0 board is based on LSI V1.3 so disable csi40 and
0021 * imx219 as the imx219 endpoint driver supports only 2 lane mode.
0022 */
0023 &csi40 {
0024 status = "disabled";
0025 };
0026
0027 &imx219 {
0028 status = "disabled";
0029 };