ARM: dts: rv1109-evb-ddr3-v12-facial-gate: add interface node for cif and isp

Signed-off-by: Hu Kejun <william.hu@rock-chips.com>
Change-Id: Ie840233820d738c7efa8b7ede88e9877ce6f366c
This commit is contained in:
Hu Kejun
2020-08-19 09:40:14 +08:00
committed by Tao Huang
parent e17b1344e8
commit 87cf1277ad

View File

@@ -189,6 +189,17 @@
};
};
&rkcif_mipi_lvds_sditf {
status = "okay";
port {
cif_sditf: endpoint {
remote-endpoint = <&isp_virt1_in>;
data-lanes = <1 2 3 4>;
};
};
};
&rkisp_vir0 {
ports {
port@0 {
@@ -201,6 +212,18 @@
&rkisp_vir1 {
status = "okay";
ports {
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
isp_virt1_in: endpoint@0 {
reg = <0>;
remote-endpoint = <&cif_sditf>;
};
};
};
};
&rkispp_vir1 {