Back to home page

OSCL-LXR

 
 

    


0001 st-hva: multi-format video encoder for STMicroelectronics SoC.
0002 
0003 Required properties:
0004 - compatible: should be "st,st-hva".
0005 - reg: HVA physical address location and length, esram address location and
0006   length.
0007 - reg-names: names of the registers listed in registers property in the same
0008   order.
0009 - interrupts: HVA interrupt number.
0010 - clocks: from common clock binding: handle hardware IP needed clocks, the
0011   number of clocks may depend on the SoC type.
0012   See ../clock/clock-bindings.txt for details.
0013 - clock-names: names of the clocks listed in clocks property in the same order.
0014 
0015 Example:
0016         hva@8c85000{
0017                 compatible = "st,st-hva";
0018                 reg = <0x8c85000 0x400>, <0x6000000 0x40000>;
0019                 reg-names = "hva_registers", "hva_esram";
0020                 interrupts = <GIC_SPI 58 IRQ_TYPE_NONE>,
0021                              <GIC_SPI 59 IRQ_TYPE_NONE>;
0022                 clock-names = "clk_hva";
0023                 clocks = <&clk_s_c0_flexgen CLK_HVA>;
0024         };