Lines Matching +full:fixed +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: Simple fixed factor rate clock sources
10 - Michael Turquette <mturquette@baylibre.com>
11 - Stephen Boyd <sboyd@kernel.org>
16 - description:
17 If the frequency is fixed, the preferred name is 'clock-<freq>' with
19 pattern: "^clock-([0-9]+|[0-9a-z-]+)$"
20 - description: Any name allowed
25 - fixed-factor-clock
27 "#clock-cells":
33 clock-div:
34 description: Fixed divider
38 clock-mult:
39 description: Fixed multiplier
42 clock-output-names:
46 - compatible
47 - clocks
48 - "#clock-cells"
49 - clock-div
50 - clock-mult
55 - |
56 clock {
57 compatible = "fixed-factor-clock";
59 #clock-cells = <0>;
60 clock-div = <2>;
61 clock-mult = <1>;