st,st-hva.txt 873 B

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