ARM: dts: rockchip: rv1106-evb-cam: add sc450ai/sc401ai/sc200ai

Signed-off-by: LiuDiMing Lin <fenrir.lin@rock-chips.com>
Change-Id: I3349cb999e9a204e76ad883e25af85c1762c6866
This commit is contained in:
LiuDiMing Lin
2023-10-27 14:24:38 +08:00
committed by Fenrir Lin
parent ef1fb629c5
commit 6aef36d7b6
+81
View File
@@ -55,6 +55,21 @@
remote-endpoint = <&imx415_out>;
data-lanes = <1 2>;
};
csi_dphy_input7: endpoint@7 {
reg = <7>;
remote-endpoint = <&sc450ai_out>;
data-lanes = <1 2>;
};
csi_dphy_input8: endpoint@8 {
reg = <8>;
remote-endpoint = <&sc401ai_out>;
data-lanes = <1 2>;
};
csi_dphy_input9: endpoint@9 {
reg = <9>;
remote-endpoint = <&sc200ai_out>;
data-lanes = <1 2>;
};
};
port@1 {
@@ -229,6 +244,72 @@
};
};
};
sc450ai: sc450ai@30 {
compatible = "smartsens,sc450ai";
status = "okay";
reg = <0x30>;
clocks = <&cru MCLK_REF_MIPI0>;
clock-names = "xvclk";
reset-gpios = <&gpio3 RK_PC5 GPIO_ACTIVE_HIGH>;
pwdn-gpios = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&mipi_refclk_out0>;
rockchip,camera-module-index = <0>;
rockchip,camera-module-facing = "back";
rockchip,camera-module-name = "CMK-OT2119-PC1";
rockchip,camera-module-lens-name = "30IRC-F16";
port {
sc450ai_out: endpoint {
remote-endpoint = <&csi_dphy_input7>;
data-lanes = <1 2>;
};
};
};
sc401ai: sc401ai@30 {
compatible = "smartsens,sc401ai";
status = "okay";
reg = <0x30>;
clocks = <&cru MCLK_REF_MIPI0>;
clock-names = "xvclk";
reset-gpios = <&gpio3 RK_PC5 GPIO_ACTIVE_HIGH>;
pwdn-gpios = <&gpio3 RK_PD2 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&mipi_refclk_out0>;
rockchip,camera-module-index = <0>;
rockchip,camera-module-facing = "back";
rockchip,camera-module-name = "CMK-OT2115-PC1";
rockchip,camera-module-lens-name = "30IRC-F16";
port {
sc401ai_out: endpoint {
remote-endpoint = <&csi_dphy_input8>;
data-lanes = <1 2>;
};
};
};
sc200ai: sc200ai@30 {
compatible = "smartsens,sc200ai";
status = "okay";
reg = <0x30>;
clocks = <&cru MCLK_REF_MIPI0>;
clock-names = "xvclk";
reset-gpios = <&gpio3 RK_PC5 GPIO_ACTIVE_HIGH>;
pwdn-gpios = <&gpio3 RK_PD2 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&mipi_refclk_out0>;
rockchip,camera-module-index = <0>;
rockchip,camera-module-facing = "back";
rockchip,camera-module-name = "CMK-OT2115-PC1";
rockchip,camera-module-lens-name = "30IRC-F16";
port {
sc200ai_out: endpoint {
remote-endpoint = <&csi_dphy_input9>;
data-lanes = <1 2>;
};
};
};
};
&mipi0_csi2 {