1# Copyright (c) 2019 Derek Hageman <hageman@inthat.cloud>
2# SPDX-License-Identifier: Apache-2.0
3
4description: Generic fixed-rate clock provider
5
6compatible: "fixed-clock"
7
8include: [base.yaml, clock-controller.yaml]
9
10properties:
11  clock-frequency:
12    type: int
13    description: output clock frequency (Hz)
14    required: true
15
16  "#clock-cells":
17    const: 0
18