xref: /freebsd/sys/contrib/device-tree/Bindings/sound/linux,spdif-dit.yaml (revision 8cc087a1eee9ec1ca9f7ac1e63ad51bdb5a682eb)
1*8cc087a1SEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0
2*8cc087a1SEmmanuel Vadot%YAML 1.2
3*8cc087a1SEmmanuel Vadot---
4*8cc087a1SEmmanuel Vadot$id: http://devicetree.org/schemas/sound/linux,spdif-dit.yaml#
5*8cc087a1SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*8cc087a1SEmmanuel Vadot
7*8cc087a1SEmmanuel Vadottitle: Dummy SPDIF Transmitter Device Tree Bindings
8*8cc087a1SEmmanuel Vadot
9*8cc087a1SEmmanuel Vadotmaintainers:
10*8cc087a1SEmmanuel Vadot  - Mark Brown <broonie@kernel.org>
11*8cc087a1SEmmanuel Vadot
12*8cc087a1SEmmanuel Vadotproperties:
13*8cc087a1SEmmanuel Vadot  compatible:
14*8cc087a1SEmmanuel Vadot    const: linux,spdif-dit
15*8cc087a1SEmmanuel Vadot
16*8cc087a1SEmmanuel Vadot  "#sound-dai-cells":
17*8cc087a1SEmmanuel Vadot    const: 0
18*8cc087a1SEmmanuel Vadot
19*8cc087a1SEmmanuel Vadotrequired:
20*8cc087a1SEmmanuel Vadot  - "#sound-dai-cells"
21*8cc087a1SEmmanuel Vadot  - compatible
22*8cc087a1SEmmanuel Vadot
23*8cc087a1SEmmanuel VadotadditionalProperties: false
24*8cc087a1SEmmanuel Vadot
25*8cc087a1SEmmanuel Vadotexamples:
26*8cc087a1SEmmanuel Vadot  - |
27*8cc087a1SEmmanuel Vadot    spdif-out {
28*8cc087a1SEmmanuel Vadot        #sound-dai-cells = <0>;
29*8cc087a1SEmmanuel Vadot        compatible = "linux,spdif-dit";
30*8cc087a1SEmmanuel Vadot    };
31*8cc087a1SEmmanuel Vadot
32*8cc087a1SEmmanuel Vadot...
33