Add support for imx586 camera in DTS files
This commit is contained in:
parent
5b622f37c7
commit
3ff9574a32
|
|
@ -71,6 +71,10 @@
|
||||||
ov13855-1@36 {
|
ov13855-1@36 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
imx586@1a {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,12 @@
|
||||||
remote-endpoint = <&ov13855_out1>;
|
remote-endpoint = <&ov13855_out1>;
|
||||||
data-lanes = <1 2>;
|
data-lanes = <1 2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mipidphy1_in_ucam2: endpoint@2 {
|
||||||
|
reg = <2>;
|
||||||
|
remote-endpoint = <&imx586_out1>;
|
||||||
|
data-lanes = <1 2 3 4>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
port@1 {
|
port@1 {
|
||||||
reg = <1>;
|
reg = <1>;
|
||||||
|
|
@ -107,6 +113,28 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
imx586_1: imx586@1a {
|
||||||
|
compatible = "sony,imx586";
|
||||||
|
status = "disabled";
|
||||||
|
reg = <0x1a>;
|
||||||
|
clocks = <&cru CLK_MIPI_CAMARAOUT_M2>;
|
||||||
|
clock-names = "xvclk";
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&mipim1_camera2_clk>;
|
||||||
|
reset-gpios = <&gpio3 RK_PB1 GPIO_ACTIVE_HIGH>;
|
||||||
|
pwdn-gpios = <&gpio3 RK_PB3 GPIO_ACTIVE_HIGH>;
|
||||||
|
rockchip,camera-module-index = <1>;
|
||||||
|
rockchip,camera-module-facing = "back";
|
||||||
|
rockchip,camera-module-name = "default";
|
||||||
|
rockchip,camera-module-lens-name = "default";
|
||||||
|
port {
|
||||||
|
imx586_out1: endpoint {
|
||||||
|
remote-endpoint = <&mipidphy1_in_ucam2>;
|
||||||
|
data-lanes = <1 2 3 4>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&mipi4_csi2 {
|
&mipi4_csi2 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue