mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
e0a39511da
PCIe is not populated by default on iWave RZ/G1N board. RZ/G1N board is almost identical to RZ/G1M. In order to reuse the common dtsi for both the boards, it is required to move pcie node from common dtsi to board specific dts. Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
21 lines
454 B
Plaintext
21 lines
454 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Device Tree Source for the iWave-RZ/G1M Qseven board + camera daughter board
|
|
*
|
|
* Copyright (C) 2017 Renesas Electronics Corp.
|
|
*/
|
|
|
|
/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";
|
|
};
|
|
|
|
&pciec {
|
|
status = "okay";
|
|
};
|