18c2ecf20Sopenharmony_ciFreescale Video Data Order Adapter
28c2ecf20Sopenharmony_ci==================================
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciThe Video Data Order Adapter (VDOA) is present on the i.MX6q. Its sole purpose
58c2ecf20Sopenharmony_ciis to reorder video data from the macroblock tiled order produced by the CODA
68c2ecf20Sopenharmony_ci960 VPU to the conventional raster-scan order for scanout.
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciRequired properties:
98c2ecf20Sopenharmony_ci- compatible: must be "fsl,imx6q-vdoa"
108c2ecf20Sopenharmony_ci- reg: the register base and size for the device registers
118c2ecf20Sopenharmony_ci- interrupts: the VDOA interrupt
128c2ecf20Sopenharmony_ci- clocks: the vdoa clock
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciExample:
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_civdoa@21e4000 {
178c2ecf20Sopenharmony_ci        compatible = "fsl,imx6q-vdoa";
188c2ecf20Sopenharmony_ci        reg = <0x021e4000 0x4000>;
198c2ecf20Sopenharmony_ci        interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>;
208c2ecf20Sopenharmony_ci        clocks = <&clks IMX6QDL_CLK_VDOA>;
218c2ecf20Sopenharmony_ci};
22