arm64: dts: rockchip: rv1126b-evb-cam-csi0: add imx327 lvds

Change-Id: I04de15defb64cd135c22ab28f9428a7b9e78ad35
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
This commit is contained in:
Zefa Chen
2025-03-27 16:07:45 +08:00
committed by Tao Huang
parent 0e1e415515
commit ed3daa8352

View File

@@ -38,6 +38,12 @@
remote-endpoint = <&tp2815_out>;
data-lanes = <1 2 3 4>;
};
csi_dphy_input4: endpoint@5 {
reg = <5>;
remote-endpoint = <&imx327_out>;
data-lanes = <4>;
};
};
port@1 {
reg = <1>;
@@ -56,6 +62,27 @@
status = "okay";
pinctrl-0 = <&i2c3m1_pins>;
imx327: imx327@1a {
compatible = "sony,imx327";
reg = <0x1a>;
clocks = <&cru CLK_MIPI0_OUT2IO>;
clock-names = "xvclk";
reset-gpios = <&gpio4 RK_PA7 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&cam_clk0_pins>;
rockchip,camera-module-index = <0>;
rockchip,camera-module-facing = "back";
rockchip,camera-module-name = "default";
rockchip,camera-module-lens-name = "default";
port {
imx327_out: endpoint {
remote-endpoint = <&csi_dphy_input4>;
bus-type = <3>;
data-lanes = <4>;
};
};
};
imx415: imx415@1a {
compatible = "sony,imx415";
reg = <0x1a>;