Lines Matching +full:audio +full:- +full:tx
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale MXS Serial Audio Interface (SAIF)
10 - Lukasz Majewski <lukma@denx.de>
13 - $ref: dai-common.yaml#
16 The SAIF is based on I2S module that is used to communicate with audio codecs,
17 but only with half-duplex manner (i.e. it can either transmit or receive PCM
18 audio).
22 const: fsl,imx28-saif
27 "#sound-dai-cells":
36 dma-names:
37 const: rx-tx
39 "#clock-cells":
46 fsl,saif-master:
51 - compatible
52 - reg
53 - "#sound-dai-cells"
54 - interrupts
55 - dmas
56 - dma-names
57 - clocks
62 - |
64 compatible = "fsl,imx28-saif";
66 #sound-dai-cells = <0>;
69 dma-names = "rx-tx";
70 #clock-cells = <0>;
73 - |
75 compatible = "fsl,imx28-saif";
77 #sound-dai-cells = <0>;
80 dma-names = "rx-tx";
82 fsl,saif-master = <&saif0>;