1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
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
40 description: Configure the I2S device as MCLK clock provider.
47 description: Indicate that saif is a slave and its phandle points to master
48 $ref: /schemas/types.yaml#/definitions/phandle
59 unevaluatedProperties: false
63 saif0: saif@80042000 {
64 compatible = "fsl,imx28-saif";
65 reg = <0x80042000 2000>;
66 #sound-dai-cells = <0>;
74 saif1: saif@80046000 {
75 compatible = "fsl,imx28-saif";
76 reg = <0x80046000 2000>;
77 #sound-dai-cells = <0>;
82 fsl,saif-master = <&saif0>;