Lines Matching +full:audio +full:- +full:controller
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/fsl,imx-audio-spdif.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale i.MX audio complex with S/PDIF transceiver
10 - Shengjiu Wang <shengjiu.wang@nxp.com>
15 - items:
16 - enum:
17 - fsl,imx-sabreauto-spdif
18 - fsl,imx6sx-sdb-spdif
19 - const: fsl,imx-audio-spdif
20 - enum:
21 - fsl,imx-audio-spdif
25 description: User specified audio sound card name
27 spdif-controller:
29 description: The phandle of the i.MX S/PDIF controller
31 spdif-out:
37 encoder or display-controller.
39 spdif-in:
46 - compatible
47 - model
48 - spdif-controller
51 - required:
52 - spdif-in
53 - required:
54 - spdif-out
59 - |
60 sound-spdif {
61 compatible = "fsl,imx-audio-spdif";
62 model = "imx-spdif";
63 spdif-controller = <&spdif>;
64 spdif-out;
65 spdif-in;