st,st-delta.txt 605 B

1234567891011121314151617
  1. * STMicroelectronics DELTA multi-format video decoder
  2. Required properties:
  3. - compatible: should be "st,st-delta".
  4. - clocks: from common clock binding: handle hardware IP needed clocks, the
  5. number of clocks may depend on the SoC type.
  6. See ../clock/clock-bindings.txt for details.
  7. - clock-names: names of the clocks listed in clocks property in the same order.
  8. Example:
  9. delta0 {
  10. compatible = "st,st-delta";
  11. clock-names = "delta", "delta-st231", "delta-flash-promip";
  12. clocks = <&clk_s_c0_flexgen CLK_VID_DMU>,
  13. <&clk_s_c0_flexgen CLK_ST231_DMU>,
  14. <&clk_s_c0_flexgen CLK_FLASH_PROMIP>;
  15. };