blob: c77d85df239e117b31d469e96bfd92e653fae8be [file] [log] [blame]
Tom Rini6b642ac2024-10-01 12:20:28 -06001# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/sound/asahi-kasei,ak4554.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: AK4554 sound codec
8
9maintainers:
10 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
11 - Liam Girdwood <lgirdwood@gmail.com>
12 - Mark Brown <broonie@kernel.org>
13
14properties:
15 compatible:
16 const: asahi-kasei,ak4554
17
18required:
19 - compatible
20
21additionalProperties: false
22
23examples:
24 - |
25 codec {
26 compatible = "asahi-kasei,ak4554";
27 };