ARM: dts: imx6qdl: Enable CODA960 VPU
[deliverable/linux.git] / arch / arm / boot / dts / imx6qdl.dtsi
index 9596ed5867e6d9a6b838d5c6880ab0d86b26bb4b..e529308811e6030676d8611488180fb8dc2990f6 100644 (file)
                        };
 
                        vpu: vpu@02040000 {
+                               compatible = "cnm,coda960";
                                reg = <0x02040000 0x3c000>;
                                interrupts = <0 3 IRQ_TYPE_LEVEL_HIGH>,
                                             <0 12 IRQ_TYPE_LEVEL_HIGH>;
+                               interrupt-names = "bit", "jpeg";
+                               clocks = <&clks IMX6QDL_CLK_VPU_AXI>,
+                                        <&clks IMX6QDL_CLK_MMDC_CH0_AXI>,
+                                        <&clks IMX6QDL_CLK_OCRAM>;
+                               clock-names = "per", "ahb", "ocram";
+                               resets = <&src 1>;
+                               iram = <&ocram>;
                        };
 
                        aipstz@0207c000 { /* AIPSTZ1 */
This page took 0.038736 seconds and 5 git commands to generate.