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/renesas,fdp1.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 Renesas R-Car Fine Display Processor (FDP1)
    2 -------------------------------------------
    3 
    4 The FDP1 is a de-interlacing module which converts interlaced video to
    5 progressive video. It is capable of performing pixel format conversion between
    6 YCbCr/YUV formats and RGB formats. Only YCbCr/YUV formats are supported as
    7 an input to the module.
    8 
    9 Required properties:
   10 
   11  - compatible: must be "renesas,fdp1"
   12  - reg: the register base and size for the device registers
   13  - interrupts : interrupt specifier for the FDP1 instance
   14  - clocks: reference to the functional clock
   15 
   16 Optional properties:
   17 
   18  - power-domains: reference to the power domain that the FDP1 belongs to, if
   19                   any.
   20  - renesas,fcp: a phandle referencing the FCP that handles memory accesses
   21                 for the FDP1. Not needed on Gen2, mandatory on Gen3.
   22 
   23 Please refer to the binding documentation for the clock and/or power domain
   24 providers for more details.
   25 
   26 
   27 Device node example
   28 -------------------
   29 
   30         fdp1@fe940000 {
   31                 compatible = "renesas,fdp1";
   32                 reg = <0 0xfe940000 0 0x2400>;
   33                 interrupts = <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>;
   34                 clocks = <&cpg CPG_MOD 119>;
   35                 power-domains = <&sysc R8A7795_PD_A3VP>;
   36                 renesas,fcp = <&fcpf0>;
   37         };

Cache object: 20f871f94250350eb9efa53269e6a51b


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