2016-10-20 02:29:14 +03:00
|
|
|
WM8580 and WM8581 audio CODEC
|
2011-08-02 08:22:36 +04:00
|
|
|
|
|
|
|
This device supports I2C only.
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
|
2016-10-20 02:29:14 +03:00
|
|
|
- compatible : "wlf,wm8580", "wlf,wm8581"
|
2011-08-02 08:22:36 +04:00
|
|
|
|
|
|
|
- reg : the I2C address of the device.
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
2018-05-20 15:53:41 +03:00
|
|
|
wm8580: codec@1a {
|
2011-08-02 08:22:36 +04:00
|
|
|
compatible = "wlf,wm8580";
|
|
|
|
reg = <0x1a>;
|
|
|
|
};
|