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/st,st-hva.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 st-hva: multi-format video encoder for STMicroelectronics SoC.
    2 
    3 Required properties:
    4 - compatible: should be "st,st-hva".
    5 - reg: HVA physical address location and length, esram address location and
    6   length.
    7 - reg-names: names of the registers listed in registers property in the same
    8   order.
    9 - interrupts: HVA interrupt number.
   10 - clocks: from common clock binding: handle hardware IP needed clocks, the
   11   number of clocks may depend on the SoC type.
   12   See ../clock/clock-bindings.txt for details.
   13 - clock-names: names of the clocks listed in clocks property in the same order.
   14 
   15 Example:
   16         hva@8c85000{
   17                 compatible = "st,st-hva";
   18                 reg = <0x8c85000 0x400>, <0x6000000 0x40000>;
   19                 reg-names = "hva_registers", "hva_esram";
   20                 interrupts = <GIC_SPI 58 IRQ_TYPE_NONE>,
   21                              <GIC_SPI 59 IRQ_TYPE_NONE>;
   22                 clock-names = "clk_hva";
   23                 clocks = <&clk_s_c0_flexgen CLK_HVA>;
   24         };

Cache object: 1bc78d19a387bcf86830fdd544bac168


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