ASoC: dt-bindings: add max98088 audio codec
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / sound / maxim,max98088.txt
1 MAX98088 audio CODEC
2
3 This device supports I2C only.
4
5 Required properties:
6
7 - compatible: "maxim,max98088" or "maxim,max98089".
8 - reg: The I2C address of the device.
9
10 Example:
11
12 max98089: codec@10 {
13         compatible = "maxim,max98089";
14         reg = <0x10>;
15 };