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