summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/imx-pdm-mic.txt
blob: bde8313cba7ea146475032d410e58247a94c1fe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Freescale i.MX audio complex PDM microphone

Required properties:
- compatible: "fsl,imx-pdm-mic"
- model: The user-visible name of this sound complex
- audio-cpu : The phandle of the i.MX SAI controller
- decimation : The PDM decimation factor <64>

Example:

sound-pdm {
	compatible = "fsl,imx-pdm-mic";
	model = "imx-pdm-audio";
	audio-cpu = <&sai3>;
	decimation = <64>;
};