brintos

brintos / linux-shallow public Read only

0
0
Text · 556 B · c77d85d Raw
28 lines · yaml
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause2%YAML 1.23---4$id: http://devicetree.org/schemas/sound/asahi-kasei,ak4554.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: AK4554 sound codec8 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,ak455417 18required:19  - compatible20 21additionalProperties: false22 23examples:24  - |25    codec {26        compatible = "asahi-kasei,ak4554";27    };28