18cc087a1SEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0 28cc087a1SEmmanuel Vadot%YAML 1.2 38cc087a1SEmmanuel Vadot--- 48cc087a1SEmmanuel Vadot$id: http://devicetree.org/schemas/sound/linux,spdif-dit.yaml# 58cc087a1SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 68cc087a1SEmmanuel Vadot 77ef62cebSEmmanuel Vadottitle: Dummy SPDIF Transmitter 88cc087a1SEmmanuel Vadot 98cc087a1SEmmanuel Vadotmaintainers: 108cc087a1SEmmanuel Vadot - Mark Brown <broonie@kernel.org> 118cc087a1SEmmanuel Vadot 12e67e8565SEmmanuel VadotallOf: 13*8bab661aSEmmanuel Vadot - $ref: dai-common.yaml# 14e67e8565SEmmanuel Vadot 158cc087a1SEmmanuel Vadotproperties: 168cc087a1SEmmanuel Vadot compatible: 178cc087a1SEmmanuel Vadot const: linux,spdif-dit 188cc087a1SEmmanuel Vadot 198cc087a1SEmmanuel Vadot "#sound-dai-cells": 208cc087a1SEmmanuel Vadot const: 0 218cc087a1SEmmanuel Vadot 22e67e8565SEmmanuel Vadot sound-name-prefix: true 23e67e8565SEmmanuel Vadot 248cc087a1SEmmanuel Vadotrequired: 258cc087a1SEmmanuel Vadot - "#sound-dai-cells" 268cc087a1SEmmanuel Vadot - compatible 278cc087a1SEmmanuel Vadot 288cc087a1SEmmanuel VadotadditionalProperties: false 298cc087a1SEmmanuel Vadot 308cc087a1SEmmanuel Vadotexamples: 318cc087a1SEmmanuel Vadot - | 328cc087a1SEmmanuel Vadot spdif-out { 338cc087a1SEmmanuel Vadot #sound-dai-cells = <0>; 348cc087a1SEmmanuel Vadot compatible = "linux,spdif-dit"; 358cc087a1SEmmanuel Vadot }; 368cc087a1SEmmanuel Vadot 378cc087a1SEmmanuel Vadot... 38