The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/media/xilinx/xlnx,v-tc.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: c70fc99d7e49188dc7fd7212d5bc27c2


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.