···11+Binding for a ST pre-divider clock driver.22+33+This binding uses the common clock binding[1].44+Base address is located to the parent node. See clock binding[2]55+66+[1] Documentation/devicetree/bindings/clock/clock-bindings.txt77+[2] Documentation/devicetree/bindings/clock/st/st,clkgen.txt88+99+Required properties:1010+1111+- compatible : shall be:1212+ "st,clkgena-prediv-c65", "st,clkgena-prediv"1313+ "st,clkgena-prediv-c32", "st,clkgena-prediv"1414+1515+- #clock-cells : From common clock binding; shall be set to 0.1616+1717+- clocks : From common clock binding1818+1919+- clock-output-names : From common clock binding.2020+2121+Example:2222+2323+ clockgenA@fd345000 {2424+ reg = <0xfd345000 0xb50>;2525+2626+ CLK_M_A2_OSC_PREDIV: CLK_M_A2_OSC_PREDIV {2727+ #clock-cells = <0>;2828+ compatible = "st,clkgena-prediv-c32",2929+ "st,clkgena-prediv";3030+3131+ clocks = <&CLK_SYSIN>;3232+3333+ clock-output-names = "CLK_M_A2_OSC_PREDIV";3434+ };3535+ };3636+