blob: 8b2b2704b574e248c426565514076e2a42aa0631 [file] [log] [blame]
anish kumarca2cd6b2016-04-27 15:39:05 -07001max98371 codec
2
3This device supports I2C mode only.
4
5Required properties:
6
7- compatible : "maxim,max98371"
8- reg : The chip select number on the I2C bus
9
10Example:
11
12&i2c {
Mathieu Malaterre4c9847b2017-11-29 21:55:15 +010013 max98371: max98371@31 {
anish kumarca2cd6b2016-04-27 15:39:05 -070014 compatible = "maxim,max98371";
15 reg = <0x31>;
16 };
17};