]> rtime.felk.cvut.cz Git - zynq/linux.git/blob - Documentation/devicetree/bindings/display/xlnx/xlnx,vpss-csc.txt
dt: bindings: display: xlnx: Adding gpio reset entry
[zynq/linux.git] / Documentation / devicetree / bindings / display / xlnx / xlnx,vpss-csc.txt
1 Xllinx VPSS Color Space Converter
2 -----------------------------------------
3 The Xilinx VPSS Color Space Converter is a Video IP that supports
4 color space conversion from RGB to YUV 444/422/420 and vice versa.
5
6 Required properties:
7
8 - compatible: Must be "xlnx,vpss-csc".
9
10 - reg: Physical base address and length of registers set for the device.
11
12 - xlnx,video-width: This property qualifies the video format with sample
13   width expressed as a number of bits per pixel component. Supported video
14   width values are 8/10/12/16.
15
16 -reset-gpios: GPIO specifier to assert/de-assert the reset line.
17
18 Example:
19         csc@a0040000 {
20                 compatible = "xlnx,vpss-csc";
21                 reg = <0x0 0xa0040000 0x0 0x10000>;
22                 reset-gpios = <&gpio 0x0 GPIO_ACTIVE_LOW>;
23                 xlnx,video-width = <8>;
24         }