fsl-vdoa.txt 660 B

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