dmic.txt 532 B

1234567891011121314151617181920
  1. Device-Tree bindings for Digital microphone (DMIC) codec
  2. This device support generic PDM digital microphone.
  3. Required properties:
  4. - compatible: should be "dmic-codec".
  5. Optional properties:
  6. - dmicen-gpios: GPIO specifier for dmic to control start and stop
  7. - num-channels: Number of microphones on this DAI
  8. - wakeup-delay-ms: Delay (in ms) after enabling the DMIC
  9. Example node:
  10. dmic_codec: dmic@0 {
  11. compatible = "dmic-codec";
  12. dmicen-gpios = <&gpio4 3 GPIO_ACTIVE_HIGH>;
  13. num-channels = <1>;
  14. wakeup-delay-ms <50>;
  15. };