zephyr/dts/bindings/timer/mediatek,ostimer64.yaml
Andy Ross b4fb833eb9 soc/mediatek/adsp: Source timer rate from DTS
These devices have an architecturally fixed 13 MHz clock device.  But
thankfully you can put a default into a DTS binding so we don't have
to repeat it for all of them.

Signed-off-by: Andy Ross <andyross@google.com>
2024-11-28 20:51:50 +01:00

16 lines
427 B
YAML

# Copyright 2024 The ChromiumOS Authors
# SPDX-License-Identifier: Apache-2.0
include: base.yaml
# This clock hardware is almost fully described by its register block,
# but needs a binding for the frequency property below (which is
# architecturally fixed at 13 MHz on all known devices)
description: MediaTek Audio DSP Core Clock
compatible: "mediatek,ostimer64"
properties:
freq-hz:
type: int
default: 13000000