wm8580.txt 247 字节
Newer Older
1
WM8580 and WM8581 audio CODEC
2 3 4 5 6

This device supports I2C only.

Required properties:

7
  - compatible : "wlf,wm8580", "wlf,wm8581"
8 9 10 11 12

  - reg : the I2C address of the device.

Example:

13
wm8580: codec@1a {
14 15 16
	compatible = "wlf,wm8580";
	reg = <0x1a>;
};