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