aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/wm8994.txt
blob: 7a7eb1e7bda6a0c01dc8fffdfb888a72d76ecc1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
WM1811/WM8994/WM8958 audio CODEC

These devices support both I2C and SPI (configured with pin strapping
on the board).

Required properties:

  - compatible : "wlf,wm1811", "wlf,wm8994", "wlf,wm8958"

  - reg : the I2C address of the device for I2C, the chip select
          number for SPI.

Example:

codec: wm8994@1a {
	compatible = "wlf,wm8994";
	reg = <0x1a>;
};