1 Binding for a type of STMicroelectronics clock crossbar (VCC).
3 The crossbar can take up to 4 input clocks and control up to 16
4 output clocks. Not all inputs or outputs have to be in use in a
5 particular instantiation. Each output can be individually enabled,
6 select any of the input clocks and apply a divide (by 1,2,4 or 8) to
9 This binding uses the common clock binding[1].
11 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
15 - compatible : shall be:
16 "st,stih416-clkgenc", "st,vcc"
17 "st,stih416-clkgenf", "st,vcc"
19 - #clock-cells : from common clock binding; shall be set to 1.
21 - reg : A Base address and length of the register set.
23 - clocks : from common clock binding
25 - clock-output-names : From common clock binding. The block has 16
26 clock outputs but not all of them in a specific instance
27 have to be used in the SoC. If a clock name is left as
28 an empty string then no clock will be created for the
29 output associated with that string index. If fewer than
30 16 strings are provided then no clocks will be created
31 for the remaining outputs.
35 clockgen_c_vcc: clockgen-c-vcc@0xfe8308ac {
37 compatible = "st,stih416-clkgenc", "st,clkgen-vcc";
38 reg = <0xfe8308ac 12>;
40 clocks = <&clk_s_vcc_hd>,
42 <&clk_s_tmds_fromphy>,
45 clock-output-names = "clk-s-pix-hdmi",
58 "clk-s-hdmi-reject-pll",