xref: /freebsd/sys/contrib/device-tree/Bindings/sound/asahi-kasei,ak4554.yaml (revision 0e8011faf58b743cc652e3b2ad0f7671227610df)
1*0e8011faSEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2*0e8011faSEmmanuel Vadot%YAML 1.2
3*0e8011faSEmmanuel Vadot---
4*0e8011faSEmmanuel Vadot$id: http://devicetree.org/schemas/sound/asahi-kasei,ak4554.yaml#
5*0e8011faSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*0e8011faSEmmanuel Vadot
7*0e8011faSEmmanuel Vadottitle: AK4554 sound codec
8*0e8011faSEmmanuel Vadot
9*0e8011faSEmmanuel Vadotmaintainers:
10*0e8011faSEmmanuel Vadot  - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
11*0e8011faSEmmanuel Vadot  - Liam Girdwood <lgirdwood@gmail.com>
12*0e8011faSEmmanuel Vadot  - Mark Brown <broonie@kernel.org>
13*0e8011faSEmmanuel Vadot
14*0e8011faSEmmanuel Vadotproperties:
15*0e8011faSEmmanuel Vadot  compatible:
16*0e8011faSEmmanuel Vadot    const: asahi-kasei,ak4554
17*0e8011faSEmmanuel Vadot
18*0e8011faSEmmanuel Vadotrequired:
19*0e8011faSEmmanuel Vadot  - compatible
20*0e8011faSEmmanuel Vadot
21*0e8011faSEmmanuel VadotadditionalProperties: false
22*0e8011faSEmmanuel Vadot
23*0e8011faSEmmanuel Vadotexamples:
24*0e8011faSEmmanuel Vadot  - |
25*0e8011faSEmmanuel Vadot    codec {
26*0e8011faSEmmanuel Vadot        compatible = "asahi-kasei,ak4554";
27*0e8011faSEmmanuel Vadot    };
28