zephyr/dts/bindings/clock/fixed-clock.yaml
Kumar Gala 06f89762a8 dts: bindings: clock: device labels are now optional
All in tree device drivers use some form of DEVICE_DT_GET
so we no longer need to require label properties.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-18 10:39:32 +00:00

23 lines
448 B
YAML

# Copyright (c) 2019 Derek Hageman <hageman@inthat.cloud>
# SPDX-License-Identifier: Apache-2.0
description: Generic fixed-rate clock provider
compatible: "fixed-clock"
include: clock-controller.yaml
properties:
clock-frequency:
type: int
description: output clock frequency (Hz)
required: true
clocks:
type: array
required: false
description: input clock source
"#clock-cells":
const: 0