2017-07-25 16:48:13 +08:00
|
|
|
Device-Tree bindings for Digital microphone (DMIC) codec
|
|
|
|
|
|
|
|
This device support generic PDM digital microphone.
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
- compatible: should be "dmic-codec".
|
|
|
|
|
2017-08-17 10:24:45 +08:00
|
|
|
Optional properties:
|
|
|
|
- dmicen-gpios: GPIO specifier for dmic to control start and stop
|
|
|
|
|
2017-07-25 16:48:13 +08:00
|
|
|
Example node:
|
|
|
|
|
|
|
|
dmic_codec: dmic@0 {
|
|
|
|
compatible = "dmic-codec";
|
2017-08-17 10:24:45 +08:00
|
|
|
dmicen-gpios = <&gpio4 3 GPIO_ACTIVE_HIGH>;
|
2017-07-25 16:48:13 +08:00
|
|
|
};
|