Lines Matching +full:serial +full:- +full:output
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Shengjiu Wang <[email protected]>
11 - Frank Li <[email protected]>
14 The Audio Mixer is a on-chip functional module that allows mixing of two
15 audio streams into a single audio stream. Audio Mixer has two input serial
17 modules (SAI). Each input serial interface carries 8 audio channels in its
20 two inputs can be attenuated based on configuration. The output of the
21 Audio Mixer is also a serial audio interface. Like input interfaces it has
22 the same TDM frame format. This output is used to drive the serial DAC TDM
26 The output of Audio Mixer can be selected from any of the three streams
27 - serial audio input 1
28 - serial audio input 2
29 - mixed audio
37 const: fsl,imx8qm-audmix
45 clock-names:
47 - const: ipg
49 power-domains:
54 $ref: /schemas/types.yaml#/definitions/phandle-array
57 - description: the AUDMIX output
59 - description: serial audio input 1
61 - description: serial audio input 2
65 - compatible
66 - reg
67 - clocks
68 - clock-names
69 - power-domains
70 - dais
75 - |
77 compatible = "fsl,imx8qm-audmix";
80 clock-names = "ipg";
81 power-domains = <&pd_audmix>;