blob: 318a4c82f17f8781d3e18a4cc110ade66cd8386b [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
Tushar Beherae3048c32014-05-26 13:58:22 +053011Optional properties:
12
13- clocks: The phandle of the master clock to the CODEC
14
15- clock-names: Should be "mclk"
16
Tushar Beherac4839c82014-04-23 14:43:58 +053017Example:
18
19max98095: codec@11 {
20 compatible = "maxim,max98095";
21 reg = <0x11>;
22};