Lines Matching +full:clock +full:- +full:output +full:- +full:name
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/clock/fixed-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Simple fixed-rate clock sources
10 - Michael Turquette <mturquette@baylibre.com>
11 - Stephen Boyd <sboyd@kernel.org>
16 - description:
17 Preferred name is 'clock-<freq>' with <freq> being the output
18 frequency as defined in the 'clock-frequency' property.
19 pattern: "^clock-([0-9]+|[a-z0-9-]+)$"
20 - description: Any name allowed
24 const: fixed-clock
26 "#clock-cells":
29 clock-frequency: true
31 clock-accuracy:
32 description: accuracy of clock in ppb (parts per billion).
35 clock-output-names:
39 - compatible
40 - "#clock-cells"
41 - clock-frequency
46 - |
47 clock {
48 compatible = "fixed-clock";
49 #clock-cells = <0>;
50 clock-frequency = <1000000000>;
51 clock-accuracy = <100>;