Newer
Older
barebox / dts / Bindings / sound / wm8580.txt
@Sascha Hauer Sascha Hauer on 28 Apr 2014 222 bytes Add devicetree source files as of Linux-3.15-rc2
WM8580 audio CODEC

This device supports I2C only.

Required properties:

  - compatible : "wlf,wm8580"

  - reg : the I2C address of the device.

Example:

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