zephyr/dts/bindings/audio/wolfson,wm8904.yaml
Vit Stanicek db1cb43a9d drivers: audio: Add the wm8904 driver
Add driver for the Wolfson WM8904 audio codec.

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
Signed-off-by: Yves Vandervennet <yves.vandervennet@nxp.com>
Signed-off-by: Vit Stanicek <vit.stanicek@nxp.com>
2024-08-29 15:53:26 +02:00

25 lines
610 B
YAML

# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
description: WM8904 audio codec
include: [i2c-device.yaml]
compatible: "wolfson,wm8904"
properties:
reg:
required: true
clock-source:
type: string
default: "MCLK"
description: |
Codec's internal clock signal (SYSCLK) source selection. These options
are available:
- "MCLK": WM8904's MCLK pin (supplied by the host)
- "FLL": WM8904's FLL facility, can be free-running
The "MCLK" option is default, as this clock signal is usually supplied
by the host.
enum:
- "MCLK"
- "FLL"