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