e1f90fc2d2
This adds the device tree binding documentation for the Maxim Integrated MAX9860 mono audio voice codec. Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Mark Brown <broonie@kernel.org>
29 lines
589 B
Plaintext
29 lines
589 B
Plaintext
MAX9860 Mono Audio Voice Codec
|
|
|
|
Required properties:
|
|
|
|
- compatible : "maxim,max9860"
|
|
|
|
- reg : the I2C address of the device
|
|
|
|
- AVDD-supply, DVDD-supply and DVDDIO-supply : power supplies for
|
|
the device, as covered in bindings/regulator/regulator.txt
|
|
|
|
- clock-names : Required element: "mclk".
|
|
|
|
- clocks : A clock specifier for the clock connected as MCLK.
|
|
|
|
Examples:
|
|
|
|
max9860: max9860@10 {
|
|
compatible = "maxim,max9860";
|
|
reg = <0x10>;
|
|
|
|
AVDD-supply = <®_1v8>;
|
|
DVDD-supply = <®_1v8>;
|
|
DVDDIO-supply = <®_3v0>;
|
|
|
|
clock-names = "mclk";
|
|
clocks = <&pck2>;
|
|
};
|