xref: /linux/Documentation/devicetree/bindings/sound/wm8782.txt (revision 3bdab16c55f57a24245c97d707241dd9b48d1a91)
1WM8782 stereo ADC
2
3This device does not have any control interface or reset pins.
4
5Required properties:
6
7 - compatible  : "wlf,wm8782"
8 - Vdda-supply : phandle to a regulator for the analog power supply (2.7V - 5.5V)
9 - Vdd-supply  : phandle to a regulator for the digital power supply (2.7V - 3.6V)
10
11Example:
12
13wm8782: stereo-adc {
14	compatible = "wlf,wm8782";
15	Vdda-supply = <&vdda_supply>;
16	Vdd-supply = <&vdd_supply>;
17};
18