xlnx,v-tc.txt 751 B

123456789101112131415161718192021222324252627282930313233
  1. Xilinx Video Timing Controller (VTC)
  2. ------------------------------------
  3. The Video Timing Controller is a general purpose video timing generator and
  4. detector.
  5. Required properties:
  6. - compatible: Must be "xlnx,v-tc-6.1".
  7. - reg: Physical base address and length of the registers set for the device.
  8. - clocks: Must contain a clock specifier for the VTC core and timing
  9. interfaces clock.
  10. Optional properties:
  11. - xlnx,detector: The VTC has a timing detector
  12. - xlnx,generator: The VTC has a timing generator
  13. At least one of the xlnx,detector and xlnx,generator properties must be
  14. specified.
  15. Example:
  16. vtc: vtc@43c40000 {
  17. compatible = "xlnx,v-tc-6.1";
  18. reg = <0x43c40000 0x10000>;
  19. clocks = <&clkc 15>;
  20. xlnx,generator;
  21. };