anish kumar | ca2cd6b | 2016-04-27 15:39:05 -0700 | [diff] [blame] | 1 | max98371 codec |
2 | |||||
3 | This device supports I2C mode only. | ||||
4 | |||||
5 | Required properties: | ||||
6 | |||||
7 | - compatible : "maxim,max98371" | ||||
8 | - reg : The chip select number on the I2C bus | ||||
9 | |||||
10 | Example: | ||||
11 | |||||
12 | &i2c { | ||||
Mathieu Malaterre | 4c9847b | 2017-11-29 21:55:15 +0100 | [diff] [blame] | 13 | max98371: max98371@31 { |
anish kumar | ca2cd6b | 2016-04-27 15:39:05 -0700 | [diff] [blame] | 14 | compatible = "maxim,max98371"; |
15 | reg = <0x31>; | ||||
16 | }; | ||||
17 | }; |