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:
parent
43e58aed34
commit
a019e92d23
7 changed files with 62 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue