soc: nxp: rt: Add CSI video support

Add CSI node to generic nxp rt dtsi.
Add corresponding dts binding.
Add CSI capability for rt MCUs.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
This commit is contained in:
Loic Poulain 2019-07-01 14:47:14 +02:00 committed by Maureen Helm
commit a019e92d23
7 changed files with 62 additions and 0 deletions

View file

@ -547,6 +547,14 @@
clocks = <&ccm IMX_CCM_USDHC2_CLK 0 0>;
label = "USDHC_2";
};
csi: csi@402bc000 {
compatible = "nxp,imx-csi";
reg = <0x402BC000 0x4000>;
interrupts = <43 1>;
status = "disabled";
label = "CSI";
};
};
};