xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/omap-dmic.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun* Texas Instruments OMAP4+ Digital Microphone Module
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunRequired properties:
4*4882a593Smuzhiyun- compatible: "ti,omap4-dmic"
5*4882a593Smuzhiyun- reg: Register location and size as an array:
6*4882a593Smuzhiyun       <MPU access base address, size>,
7*4882a593Smuzhiyun       <L3 interconnect address, size>;
8*4882a593Smuzhiyun- interrupts: Interrupt number for DMIC
9*4882a593Smuzhiyun- ti,hwmods: Name of the hwmod associated with OMAP dmic IP
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunExample:
12*4882a593Smuzhiyun
13*4882a593Smuzhiyundmic: dmic@4012e000 {
14*4882a593Smuzhiyun	compatible = "ti,omap4-dmic";
15*4882a593Smuzhiyun	reg = <0x4012e000 0x7f>, /* MPU private access */
16*4882a593Smuzhiyun	      <0x4902e000 0x7f>; /* L3 Interconnect */
17*4882a593Smuzhiyun	interrupts = <0 114 0x4>;
18*4882a593Smuzhiyun	interrupt-parent = <&gic>;
19*4882a593Smuzhiyun	ti,hwmods = "dmic";
20*4882a593Smuzhiyun};
21