sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / media / xilinx / xlnx,v-tc.txt
blob2aed3b4a6cf1ac8a73cc81e861b8ec5c1d7fe74d
1 Xilinx Video Timing Controller (VTC)
2 ------------------------------------
4 The Video Timing Controller is a general purpose video timing generator and
5 detector.
7 Required properties:
9   - compatible: Must be "xlnx,v-tc-6.1".
11   - reg: Physical base address and length of the registers set for the device.
13   - clocks: Must contain a clock specifier for the VTC core and timing
14     interfaces clock.
16 Optional properties:
18   - xlnx,detector: The VTC has a timing detector
19   - xlnx,generator: The VTC has a timing generator
21   At least one of the xlnx,detector and xlnx,generator properties must be
22   specified.
25 Example:
27         vtc: vtc@43c40000 {
28                 compatible = "xlnx,v-tc-6.1";
29                 reg = <0x43c40000 0x10000>;
31                 clocks = <&clkc 15>;
32                 xlnx,generator;
33         };