1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/sound/google,chv3-codec.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Google Chameleon v3 audio codec
8
9maintainers:
10  - Paweł Anikiel <pan@semihalf.com>
11
12allOf:
13  - $ref: dai-common.yaml#
14
15properties:
16  compatible:
17    const: google,chv3-codec
18
19  "#sound-dai-cells":
20    const: 0
21
22required:
23  - compatible
24
25additionalProperties: false
26
27examples:
28  - |
29    audio-codec {
30        compatible = "google,chv3-codec";
31    };
32