Lines Matching +full:clock +full:- +full:mult
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/clock/fixed-factor-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Binding for simple fixed factor rate clock sources
10 - Michael Turquette <mturquette@baylibre.com>
11 - Stephen Boyd <sboyd@kernel.org>
16 - allwinner,sun4i-a10-pll3-2x-clk
17 - fixed-factor-clock
19 "#clock-cells":
25 clock-div:
30 clock-mult:
34 clock-output-names:
38 - compatible
39 - clocks
40 - "#clock-cells"
41 - clock-div
42 - clock-mult
47 - |
48 clock {
49 compatible = "fixed-factor-clock";
51 #clock-cells = <0>;
52 clock-div = <2>;
53 clock-mult = <1>;