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>
16 lines
427 B
YAML
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
|