1 STMicroelectronics Audio Digital Filter Sigma Delta modulators(DFSDM)
3 The DFSDM allows PDM microphones capture through SPI interface. The Audio
4 interface is seems as a sub block of the DFSDM device.
5 For details on DFSDM bindings refer to ../iio/adc/st,stm32-dfsdm-adc.txt
8 - compatible: "st,stm32h7-dfsdm-dai".
10 - #sound-dai-cells : Must be equal to 0
12 - io-channels : phandle to iio dfsdm instance node.
14 Example of a sound card using audio DFSDM node.
17 compatible = "audio-graph-card";
22 dfsdm: dfsdm@40017000 {
23 compatible = "st,stm32h7-dfsdm";
24 reg = <0x40017000 0x400>;
25 clocks = <&rcc DFSDM1_CK>;
26 clock-names = "dfsdm";
27 #interrupt-cells = <1>;
31 dfsdm_adc0: filter@0 {
32 compatible = "st,stm32-dfsdm-dmic";
35 dmas = <&dmamux1 101 0x400 0x00>;
37 st,adc-channels = <1>;
38 st,adc-channel-names = "dmic0";
39 st,adc-channel-types = "SPI_R";
40 st,adc-channel-clk-src = "CLKOUT";
41 st,filter-order = <5>;
43 dfsdm_dai0: dfsdm-dai {
44 compatible = "st,stm32h7-dfsdm-dai";
45 #sound-dai-cells = <0>;
46 io-channels = <&dfsdm_adc0 0>;
48 dfsdm_endpoint: endpoint {
49 remote-endpoint = <&dmic0_endpoint>;
56 compatible = "dmic-codec";
57 #sound-dai-cells = <0>;
59 dmic0_endpoint: endpoint {
60 remote-endpoint = <&dfsdm_endpoint>;