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