]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - Documentation/devicetree/bindings/sound/dmic.txt
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[mirror_ubuntu-jammy-kernel.git] / Documentation / devicetree / bindings / sound / dmic.txt
CommitLineData
5863e57c
AP
1Device-Tree bindings for Digital microphone (DMIC) codec
2
3This device support generic PDM digital microphone.
4
5Required properties:
6 - compatible: should be "dmic-codec".
7
8c9741b1 8Optional properties:
9 - dmicen-gpios: GPIO specifier for dmic to control start and stop
7fb59e94 10 - num-channels: Number of microphones on this DAI
8c9741b1 11
5863e57c
AP
12Example node:
13
14 dmic_codec: dmic@0 {
15 compatible = "dmic-codec";
8c9741b1 16 dmicen-gpios = <&gpio4 3 GPIO_ACTIVE_HIGH>;
7fb59e94 17 num-channels = <1>;
5863e57c 18 };