162306a36Sopenharmony_ciBinding for Texas Instruments FAPLL clock.
262306a36Sopenharmony_ci
362306a36Sopenharmony_ciBinding status: Unstable - ABI compatibility may be broken in the future
462306a36Sopenharmony_ci
562306a36Sopenharmony_ciThis binding uses the common clock binding[1]. It assumes a
662306a36Sopenharmony_ciregister-mapped FAPLL with usually two selectable input clocks
762306a36Sopenharmony_ci(reference clock and bypass clock), and one or more child
862306a36Sopenharmony_cisyntesizers.
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ciRequired properties:
1362306a36Sopenharmony_ci- compatible : shall be "ti,dm816-fapll-clock"
1462306a36Sopenharmony_ci- #clock-cells : from common clock binding; shall be set to 0.
1562306a36Sopenharmony_ci- clocks : link phandles of parent clocks (clk-ref and clk-bypass)
1662306a36Sopenharmony_ci- reg : address and length of the register set for controlling the FAPLL.
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ciExamples:
1962306a36Sopenharmony_ci	main_fapll: main_fapll {
2062306a36Sopenharmony_ci		#clock-cells = <1>;
2162306a36Sopenharmony_ci		compatible = "ti,dm816-fapll-clock";
2262306a36Sopenharmony_ci		reg = <0x400 0x40>;
2362306a36Sopenharmony_ci		clocks = <&sys_clkin_ck &sys_clkin_ck>;
2462306a36Sopenharmony_ci		clock-indices = <1>, <2>, <3>, <4>, <5>,
2562306a36Sopenharmony_ci				<6>, <7>;
2662306a36Sopenharmony_ci		clock-output-names = "main_pll_clk1",
2762306a36Sopenharmony_ci				     "main_pll_clk2",
2862306a36Sopenharmony_ci				     "main_pll_clk3",
2962306a36Sopenharmony_ci				     "main_pll_clk4",
3062306a36Sopenharmony_ci				     "main_pll_clk5",
3162306a36Sopenharmony_ci				     "main_pll_clk6",
3262306a36Sopenharmony_ci				     "main_pll_clk7";
3362306a36Sopenharmony_ci	};
34