1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/clock/fixed-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Binding for simple fixed-rate clock sources
10 - Michael Turquette <mturquette@baylibre.com>
11 - Stephen Boyd <sboyd@kernel.org>
23 description: accuracy of clock in ppb (parts per billion).
24 $ref: /schemas/types.yaml#/definitions/uint32
34 additionalProperties: false
39 compatible = "fixed-clock";
41 clock-frequency = <1000000000>;
42 clock-accuracy = <100>;