blob: ff9036e43c441b31e16d340470cce199a9840107 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/sound/sound-dai.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Digital Audio Interface consumer
8
9maintainers:
10 - Rob Herring <robh@kernel.org>
11
12select: true
13
14properties:
15 sound-dai:
16 $ref: /schemas/types.yaml#/definitions/phandle-array
17 description: A phandle plus args to digital audio interface provider(s)
18
19additionalProperties: true
20...