blob: bacbeaac72b5dcc479c50b2f5f161f11cc1244bc [file] [log] [blame]
Tushar Beherac4839c82014-04-23 14:43:58 +05301MAX98095 audio CODEC
2
3This device supports I2C only.
4
5Required properties:
6
7- compatible : "maxim,max98095".
8
9- reg : The I2C address of the device.
10
11Example:
12
13max98095: codec@11 {
14 compatible = "maxim,max98095";
15 reg = <0x11>;
16};