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/ti/ti,omap2-dss.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 Texas Instruments OMAP2 Display Subsystem
    2 =========================================
    3 
    4 See Documentation/devicetree/bindings/display/ti/ti,omap-dss.txt for generic
    5 description about OMAP Display Subsystem bindings.
    6 
    7 DSS Core
    8 --------
    9 
   10 Required properties:
   11 - compatible: "ti,omap2-dss"
   12 - reg: address and length of the register space
   13 - ti,hwmods: "dss_core"
   14 
   15 Optional nodes:
   16 - Video port for DPI output
   17 
   18 DPI Endpoint required properties:
   19 - data-lines: number of lines used
   20 
   21 
   22 DISPC
   23 -----
   24 
   25 Required properties:
   26 - compatible: "ti,omap2-dispc"
   27 - reg: address and length of the register space
   28 - ti,hwmods: "dss_dispc"
   29 - interrupts: the DISPC interrupt
   30 
   31 Optional properties:
   32 - max-memory-bandwidth: Input memory (from main memory to dispc) bandwidth limit
   33                         in bytes per second
   34 
   35 
   36 RFBI
   37 ----
   38 
   39 Required properties:
   40 - compatible: "ti,omap2-rfbi"
   41 - reg: address and length of the register space
   42 - ti,hwmods: "dss_rfbi"
   43 
   44 
   45 VENC
   46 ----
   47 
   48 Required properties:
   49 - compatible: "ti,omap2-venc"
   50 - reg: address and length of the register space
   51 - ti,hwmods: "dss_venc"
   52 - vdda-supply: power supply for DAC
   53 
   54 VENC Endpoint required properties:
   55 
   56 Required properties:
   57 - ti,invert-polarity: invert the polarity of the video signal
   58 - ti,channels: 1 for composite, 2 for s-video

Cache object: 514781450c109fc16e9bebbdf42af31a


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