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/display/bridge/dw_hdmi.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 Synopsys DesignWare HDMI TX Encoder
    2 ===================================
    3 
    4 This document defines device tree properties for the Synopsys DesignWare HDMI
    5 TX Encoder (DWC HDMI TX). It doesn't constitue a device tree binding
    6 specification by itself but is meant to be referenced by platform-specific
    7 device tree bindings.
    8 
    9 When referenced from platform device tree bindings the properties defined in
   10 this document are defined as follows. The platform device tree bindings are
   11 responsible for defining whether each property is required or optional.
   12 
   13 - reg: Memory mapped base address and length of the DWC HDMI TX registers.
   14 
   15 - reg-io-width: Width of the registers specified by the reg property. The
   16   value is expressed in bytes and must be equal to 1 or 4 if specified. The
   17   register width defaults to 1 if the property is not present.
   18 
   19 - interrupts: Reference to the DWC HDMI TX interrupt.
   20 
   21 - clocks: References to all the clocks specified in the clock-names property
   22   as specified in Documentation/devicetree/bindings/clock/clock-bindings.txt.
   23 
   24 - clock-names: The DWC HDMI TX uses the following clocks.
   25 
   26   - "iahb" is the bus clock for either AHB and APB (mandatory).
   27   - "isfr" is the internal register configuration clock (mandatory).
   28   - "cec" is the HDMI CEC controller main clock (optional).
   29 
   30 - ports: The connectivity of the DWC HDMI TX with the rest of the system is
   31   expressed in using ports as specified in the device graph bindings defined
   32   in Documentation/devicetree/bindings/graph.txt. The numbering of the ports
   33   is platform-specific.

Cache object: 7fb38f7b008d651869cfcb39da326830


[ 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.