18c2ecf20Sopenharmony_ciNXP MICFIL Digital Audio Interface (MICFIL).
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciThe MICFIL digital interface provides a 16-bit audio signal from a PDM
48c2ecf20Sopenharmony_cimicrophone bitstream in a configurable output sampling rate.
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciRequired properties:
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci  - compatible		: Compatible list, contains "fsl,imx8mm-micfil"
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci  - reg			: Offset and length of the register set for the device.
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci  - interrupts		: Contains the micfil interrupts.
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci  - clocks		: Must contain an entry for each entry in clock-names.
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci  - clock-names		: Must include the "ipg_clk" for register access and
178c2ecf20Sopenharmony_ci			  "ipg_clk_app" for internal micfil clock.
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci  - dmas		: Generic dma devicetree binding as described in
208c2ecf20Sopenharmony_ci			  Documentation/devicetree/bindings/dma/dma.txt.
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ciExample:
238c2ecf20Sopenharmony_cimicfil: micfil@30080000 {
248c2ecf20Sopenharmony_ci	compatible = "fsl,imx8mm-micfil";
258c2ecf20Sopenharmony_ci	reg = <0x0 0x30080000 0x0 0x10000>;
268c2ecf20Sopenharmony_ci	interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
278c2ecf20Sopenharmony_ci		     <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
288c2ecf20Sopenharmony_ci	clocks = <&clk IMX8MM_CLK_PDM_IPG>,
298c2ecf20Sopenharmony_ci		 <&clk IMX8MM_CLK_PDM_ROOT>;
308c2ecf20Sopenharmony_ci	clock-names = "ipg_clk", "ipg_clk_app";
318c2ecf20Sopenharmony_ci	dmas = <&sdma2 24 26 0x80000000>;
328c2ecf20Sopenharmony_ci};
33