~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/sound/fsl,micfil.yaml

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2 %YAML 1.2
  3 ---
  4 $id: http://devicetree.org/schemas/sound/fsl,micfil.yaml#
  5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6 
  7 title: NXP MICFIL Digital Audio Interface (MICFIL)
  8 
  9 maintainers:
 10   - Shengjiu Wang <shengjiu.wang@nxp.com>
 11 
 12 description: |
 13   The MICFIL digital interface provides a 16-bit or 24-bit audio signal
 14   from a PDM microphone bitstream in a configurable output sampling rate.
 15 
 16 properties:
 17   compatible:
 18     oneOf:
 19       - items:
 20           - enum:
 21               - fsl,imx95-micfil
 22           - const: fsl,imx93-micfil
 23 
 24       - enum:
 25           - fsl,imx8mm-micfil
 26           - fsl,imx8mp-micfil
 27           - fsl,imx93-micfil
 28 
 29   reg:
 30     maxItems: 1
 31 
 32   interrupts:
 33     items:
 34       - description: Digital Microphone interface interrupt
 35       - description: Digital Microphone interface error interrupt
 36       - description: voice activity detector event interrupt
 37       - description: voice activity detector error interrupt
 38 
 39   dmas:
 40     items:
 41       - description: DMA controller phandle and request line for RX
 42 
 43   dma-names:
 44     items:
 45       - const: rx
 46 
 47   clocks:
 48     items:
 49       - description: The ipg clock for register access
 50       - description: internal micfil clock
 51       - description: PLL clock source for 8kHz series
 52       - description: PLL clock source for 11kHz series
 53       - description: External clock 3
 54     minItems: 2
 55 
 56   clock-names:
 57     items:
 58       - const: ipg_clk
 59       - const: ipg_clk_app
 60       - const: pll8k
 61       - const: pll11k
 62       - const: clkext3
 63     minItems: 2
 64 
 65   "#sound-dai-cells":
 66     const: 0
 67 
 68 required:
 69   - compatible
 70   - reg
 71   - interrupts
 72   - dmas
 73   - dma-names
 74   - clocks
 75   - clock-names
 76 
 77 additionalProperties: false
 78 
 79 examples:
 80   - |
 81     #include <dt-bindings/interrupt-controller/arm-gic.h>
 82     #include <dt-bindings/clock/imx8mm-clock.h>
 83     micfil: audio-controller@30080000 {
 84         compatible = "fsl,imx8mm-micfil";
 85         reg = <0x30080000 0x10000>;
 86         interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
 87                      <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
 88                      <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>,
 89                      <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
 90         clocks = <&clk IMX8MM_CLK_PDM_IPG>,
 91                  <&clk IMX8MM_CLK_PDM_ROOT>;
 92         clock-names = "ipg_clk", "ipg_clk_app";
 93         dmas = <&sdma2 24 25 0>;
 94         dma-names = "rx";
 95     };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php