In the imx93-11x11-evk.dts i have the following block
&mipi_csi {
status = "okay";
port {
mipi_csi_ep: endpoint {
remote-endpoint = <&ar1302_mipi_ep>;
data-lanes = <2>;
cfg-clk-range = <28>;
hs-clk-range = <0x2b>;
bus-type = <4>;
};
};
};
This block is not for RPI CAM MIPI "ar0144" camera but for ar1302
what are the dts parameters for "ar0144" camera ?
greetings