1 Freescale Video Data Order Adapter
2 ==================================
4 The Video Data Order Adapter (VDOA) is present on the i.MX6q. Its sole purpose
5 is to reorder video data from the macroblock tiled order produced by the CODA
6 960 VPU to the conventional raster-scan order for scanout.
9 - compatible: must be "fsl,imx6q-vdoa"
10 - reg: the register base and size for the device registers
11 - interrupts: the VDOA interrupt
12 - clocks: the vdoa clock
17 compatible = "fsl,imx6q-vdoa";
18 reg = <0x021e4000 0x4000>;
19 interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>;
20 clocks = <&clks IMX6QDL_CLK_VDOA>;