Linux 4.1.18
[linux/fpc-iii.git] / Documentation / devicetree / bindings / clock / st / st,clkgen-mux.txt
blobf1fa91c6876884ebe0f210b3744c1cfaccbe86af
1 Binding for a ST multiplexed clock driver.
3 This binding supports only simple indexed multiplexers, it does not
4 support table based parent index to hardware value translations.
6 This binding uses the common clock binding[1].
8 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
10 Required properties:
12 - compatible : shall be:
13         "st,stih416-clkgenc-vcc-hd",    "st,clkgen-mux"
14         "st,stih416-clkgenf-vcc-fvdp",  "st,clkgen-mux"
15         "st,stih416-clkgenf-vcc-hva",   "st,clkgen-mux"
16         "st,stih416-clkgenf-vcc-hd",    "st,clkgen-mux"
17         "st,stih416-clkgenf-vcc-sd",    "st,clkgen-mux"
18         "st,stih415-clkgen-a9-mux",     "st,clkgen-mux"
19         "st,stih416-clkgen-a9-mux",     "st,clkgen-mux"
20         "st,stih407-clkgen-a9-mux",     "st,clkgen-mux"
22 - #clock-cells : from common clock binding; shall be set to 0.
24 - reg : A Base address and length of the register set.
26 - clocks : from common clock binding
28 Example:
30         clk_m_hva: clk-m-hva@fd690868 {
31                 #clock-cells = <0>;
32                 compatible = "st,stih416-clkgenf-vcc-hva", "st,clkgen-mux";
33                 reg = <0xfd690868 4>;
35                 clocks = <&clockgen_f 1>, <&clk_m_a1_div0 3>;
36         };