zephyr/dts/bindings/clock/fixed-clock.yaml
Martí Bolívar 1904d24b7c dts: bindings: fix up 'label' property description
The value of a label property isn't really the name of an API. It's
the name of a device, as passed to device_get_binding().

Let's just say that directly so people know what this means in
practice instead of what's currently used as the description, which is
harder to understand and not really accurate.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2020-06-23 17:35:54 +02:00

27 lines
604 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:
label:
type: string
required: false
description: Human readable string describing the device (used as device_get_binding() argument)
clock-frequency:
type: int
description: output clock frequency (Hz)
required: true
clocks:
type: array
required: false
description: input clock source
"#clock-cells":
const: 0