]> git.ipfire.org Git - thirdparty/u-boot.git/blob - Bindings/sound/google,chv3-codec.yaml
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / Bindings / sound / google,chv3-codec.yaml
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
7 title: Google Chameleon v3 audio codec
8
9 maintainers:
10 - Paweł Anikiel <pan@semihalf.com>
11
12 allOf:
13 - $ref: dai-common.yaml#
14
15 properties:
16 compatible:
17 const: google,chv3-codec
18
19 "#sound-dai-cells":
20 const: 0
21
22 required:
23 - compatible
24
25 additionalProperties: false
26
27 examples:
28 - |
29 audio-codec {
30 compatible = "google,chv3-codec";
31 };