17 lines
365 B
YAML
17 lines
365 B
YAML
|
# Copyright 2023 The ChromiumOS Authors
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
description: MediaTek Audio DSP CPU Frequency Control
|
||
|
compatible: "mediatek,mt8195_cpuclk"
|
||
|
properties:
|
||
|
freqs_mhz:
|
||
|
type: array
|
||
|
description: Available frequencies in ascending order
|
||
|
required: true
|
||
|
reg:
|
||
|
type: array
|
||
|
cg_reg:
|
||
|
type: int
|
||
|
pll_ctrl_reg:
|
||
|
type: int
|