1# Copyright 2024 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4description: WM8904 audio codec 5 6include: [i2c-device.yaml] 7 8compatible: "wolfson,wm8904" 9 10properties: 11 reg: 12 required: true 13 clock-source: 14 type: string 15 default: "MCLK" 16 description: | 17 Codec's internal clock signal (SYSCLK) source selection. These options 18 are available: 19 - "MCLK": WM8904's MCLK pin (supplied by the host) 20 - "FLL": WM8904's FLL facility, can be free-running 21 The "MCLK" option is default, as this clock signal is usually supplied 22 by the host. 23 enum: 24 - "MCLK" 25 - "FLL" 26