Lines Matching +full:imx28 +full:- +full:saif
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/fsl,saif.yaml#
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
22 const: fsl,imx28-saif
27 "#sound-dai-cells":
36 dma-names:
37 const: rx-tx
39 "#clock-cells":
46 fsl,saif-master:
47 description: Indicate that saif is a slave and its phandle points to master
51 - compatible
52 - reg
53 - "#sound-dai-cells"
54 - interrupts
55 - dmas
56 - dma-names
57 - clocks
62 - |
63 saif0: saif@80042000 {
64 compatible = "fsl,imx28-saif";
66 #sound-dai-cells = <0>;
69 dma-names = "rx-tx";
70 #clock-cells = <0>;
73 - |
74 saif1: saif@80046000 {
75 compatible = "fsl,imx28-saif";
77 #sound-dai-cells = <0>;
80 dma-names = "rx-tx";
82 fsl,saif-master = <&saif0>;