18c2ecf20Sopenharmony_cist-hva: multi-format video encoder for STMicroelectronics SoC.
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: should be "st,st-hva".
58c2ecf20Sopenharmony_ci- reg: HVA physical address location and length, esram address location and
68c2ecf20Sopenharmony_ci  length.
78c2ecf20Sopenharmony_ci- reg-names: names of the registers listed in registers property in the same
88c2ecf20Sopenharmony_ci  order.
98c2ecf20Sopenharmony_ci- interrupts: HVA interrupt number.
108c2ecf20Sopenharmony_ci- clocks: from common clock binding: handle hardware IP needed clocks, the
118c2ecf20Sopenharmony_ci  number of clocks may depend on the SoC type.
128c2ecf20Sopenharmony_ci  See ../clock/clock-bindings.txt for details.
138c2ecf20Sopenharmony_ci- clock-names: names of the clocks listed in clocks property in the same order.
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciExample:
168c2ecf20Sopenharmony_ci	hva@8c85000{
178c2ecf20Sopenharmony_ci		compatible = "st,st-hva";
188c2ecf20Sopenharmony_ci		reg = <0x8c85000 0x400>, <0x6000000 0x40000>;
198c2ecf20Sopenharmony_ci		reg-names = "hva_registers", "hva_esram";
208c2ecf20Sopenharmony_ci		interrupts = <GIC_SPI 58 IRQ_TYPE_NONE>,
218c2ecf20Sopenharmony_ci			     <GIC_SPI 59 IRQ_TYPE_NONE>;
228c2ecf20Sopenharmony_ci		clock-names = "clk_hva";
238c2ecf20Sopenharmony_ci		clocks = <&clk_s_c0_flexgen CLK_HVA>;
248c2ecf20Sopenharmony_ci	};
25