Lines Matching +full:fixed +full:- +full:factor +full:- +full:clock
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:
26 description: Fixed divider
28 - $ref: /schemas/types.yaml#/definitions/uint32
29 - minimum: 1
31 clock-mult:
32 description: Fixed multiplier
35 clock-output-names:
39 - compatible
40 - clocks
41 - "#clock-cells"
42 - clock-div
43 - clock-mult
48 - |
49 clock {
50 compatible = "fixed-factor-clock";
52 #clock-cells = <0>;
53 clock-div = <2>;
54 clock-mult = <1>;