1 # 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 
7 title: AK4554 sound codec
8 
9 maintainers:
10   - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
11   - Liam Girdwood <lgirdwood@gmail.com>
12   - Mark Brown <broonie@kernel.org>
13 
14 properties:
15   compatible:
16     const: asahi-kasei,ak4554
17 
18 required:
19   - compatible
20 
21 additionalProperties: false
22 
23 examples:
24   - |
25     codec {
26         compatible = "asahi-kasei,ak4554";
27     };
28