summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/dmic.txt
blob: a0c58f2a162a4d28710f10cb840f6f2390c3995a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Device-Tree bindings for Digital microphone (DMIC) codec

This device support generic PDM digital microphone.

Required properties:
	- compatible: should be "dmic-codec".

Example node:

	dmic_codec: dmic@0 {
		compatible = "dmic-codec";
	};