mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 18:01:57 +00:00
Remove `clocks` property for fixed-clock binding. A fixed-clock should not have an input clock, since by definition it's an always on fixed-rate clock. Signed-off-by: Moritz Fischer <moritzf@google.com>
18 lines
345 B
YAML
18 lines
345 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
|
|
|
|
"#clock-cells":
|
|
const: 0
|