1 # SPDX-License-Identifier: GPL-2.0
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
26 description: Fixed divider
28 - $ref: /schemas/types.yaml#/definitions/uint32
32 description: Fixed multiplier
33 $ref: /schemas/types.yaml#/definitions/uint32
45 additionalProperties: false
50 compatible = "fixed-factor-clock";
51 clocks = <&parentclk>;