st,clkgen-mux.txt 778 B

1234567891011121314151617181920212223242526272829303132
  1. Binding for a ST multiplexed clock driver.
  2. This binding supports only simple indexed multiplexers, it does not
  3. support table based parent index to hardware value translations.
  4. This binding uses the common clock binding[1].
  5. [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
  6. Required properties:
  7. - compatible : shall be:
  8. "st,stih407-clkgen-a9-mux"
  9. - #clock-cells : from common clock binding; shall be set to 0.
  10. - reg : A Base address and length of the register set.
  11. - clocks : from common clock binding
  12. Example:
  13. clk_m_a9: clk-m-a9@92b0000 {
  14. #clock-cells = <0>;
  15. compatible = "st,stih407-clkgen-a9-mux";
  16. reg = <0x92b0000 0x10000>;
  17. clocks = <&clockgen_a9_pll 0>,
  18. <&clockgen_a9_pll 0>,
  19. <&clk_s_c0_flexgen 13>,
  20. <&clk_m_a9_ext2f_div2>;
  21. };