I’m trying to get the OV5647 working with a rock960 and a AISTARTVISION MIPI Adapter.
So far I know that a DTB file has to be configured. But I don’t know the options and signal names. I found a template that was used for the rk3288:
camera0: ov5647@36 {
compatible = "ovti,ov5647";
reg = <0x36>;
clocks = <&ext_cam_clk>;
status = "okay";
port {
camera_out: endpoint {
remote-endpoint = <&mipi_rx0_in>;
data-lanes = <1 2>;
};
};
};
I was not able to compile a bootable image with that config.
Any ideas to get the OV5647 working?