Merge remote-tracking branch 'tile/master'
[deliverable/linux.git] / Documentation / devicetree / bindings / sound / max98095.txt
CommitLineData
c4839c87
TB
1MAX98095 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
e3048c3d
TB
11Optional properties:
12
13- clocks: The phandle of the master clock to the CODEC
14
15- clock-names: Should be "mclk"
16
c4839c87
TB
17Example:
18
19max98095: codec@11 {
20 compatible = "maxim,max98095";
21 reg = <0x11>;
22};
This page took 0.130152 seconds and 5 git commands to generate.