Skip to content

Commit 254a138

Browse files
larsclausenbroonie
authored andcommitted
ASoC: Add ADAU7002 Stereo PDM-to-I2S/TDM Converter DT bindings
The ADAU7002 takes a stereo PDM signal (e.g. from two digital microphones) and converts it into a I2S/TDM PCM stream. The chip does not have a control interface and has a single power supply that is modeled in the devicetree. Signed-off-by: Lars-Peter Clausen <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 1a695a9 commit 254a138

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Analog Devices ADAU7002 Stereo PDM-to-I2S/TDM Converter
2+
3+
Required properties:
4+
5+
- compatible: Must be "adi,adau7002"
6+
7+
Optional properties:
8+
9+
- IOVDD-supply: Phandle and specifier for the power supply providing the IOVDD
10+
supply as covered in Documentation/devicetree/bindings/regulator/regulator.txt
11+
12+
If this property is not present it is assumed that the supply pin is
13+
hardwired to always on.
14+
15+
Example:
16+
adau7002: pdm-to-i2s {
17+
compatible = "adi,adau7002";
18+
IOVDD-supply = <&supply>;
19+
};

0 commit comments

Comments
 (0)