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: Binding for simple fixed factor rate clock sources
10 - Michael Turquette <mturquette@baylibre.com>
11 - Stephen Boyd <sboyd@kernel.org>
16 - fixed-factor-clock
18 "#clock-cells":
24 clock-div:
25 description: Fixed divider
29 clock-mult:
30 description: Fixed multiplier
33 clock-output-names:
37 - compatible
38 - clocks
39 - "#clock-cells"
40 - clock-div
41 - clock-mult
46 - |
47 clock {
48 compatible = "fixed-factor-clock";
50 #clock-cells = <0>;
51 clock-div = <2>;
52 clock-mult = <1>;