32 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---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 codec8 9maintainers:10 - Paweł Anikiel <pan@semihalf.com>11 12allOf:13 - $ref: dai-common.yaml#14 15properties:16 compatible:17 const: google,chv3-codec18 19 "#sound-dai-cells":20 const: 021 22required:23 - compatible24 25additionalProperties: false26 27examples:28 - |29 audio-codec {30 compatible = "google,chv3-codec";31 };32