arm64: dts: rockchip: rv1126b-evb-cam-csi0: Add sc635hai support

Signed-off-by: Su Yuefu <yuefu.su@rock-chips.com>
Change-Id: Ia6030d2970f88a9873595fc4dd52eec1cfe98895
This commit is contained in:
Su Yuefu
2025-03-31 17:50:53 +08:00
committed by Tao Huang
parent cdece49a36
commit f5bb52c061

View File

@@ -50,6 +50,12 @@
remote-endpoint = <&gc8613_out>;
data-lanes = <1 2 3 4>;
};
csi_dphy_input6: endpoint@7 {
reg = <7>;
remote-endpoint = <&sc635hai_out>;
data-lanes = <1 2 3 4>;
};
};
port@1 {
reg = <1>;
@@ -153,6 +159,28 @@
};
};
sc635hai: sc635hai@30 {
compatible = "smartsens,sc635hai";
status = "okay";
reg = <0x30>;
clocks = <&cru CLK_MIPI0_OUT2IO>;
clock-names = "xvclk";
reset-gpios = <&gpio4 RK_PA7 GPIO_ACTIVE_HIGH>;
pwdn-gpios = <&gpio4 RK_PA2 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 {
sc635hai_out: endpoint {
remote-endpoint = <&csi_dphy_input6>;
data-lanes = <1 2 3 4>;
};
};
};
gc8613: gc8613@31 {
compatible = "galaxycore,gc8613";
reg = <0x31>;