1 st-hva: multi-format video encoder for STMicro 2 3 Required properties: 4 - compatible: should be "st,st-hva". 5 - reg: HVA physical address location and lengt 6 length. 7 - reg-names: names of the registers listed in 8 order. 9 - interrupts: HVA interrupt number. 10 - clocks: from common clock binding: handle ha 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 c 14 15 Example: 16 hva@8c85000{ 17 compatible = "st,st-hva"; 18 reg = <0x8c85000 0x400>, <0x60 19 reg-names = "hva_registers", " 20 interrupts = <GIC_SPI 58 IRQ_T 21 <GIC_SPI 59 IRQ_T 22 clock-names = "clk_hva"; 23 clocks = <&clk_s_c0_flexgen CL 24 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.