MAX98088/MAX98089 audio CODEC

This device supports I2C only.

Required properties:

- compatible : "maxim,max98088" or "maxim,max98089".

- reg : The I2C address of the device.

- interrupts : The CODEC's interrupt output.

Optional properties:

- clocks: The phandle of the master clock to the CODEC

- clock-names: Should be "mclk"

Pins on the device (for linking into audio routes):

  * MIC1
  * MIC2
  * INA1
  * INA2
  * INB1
  * INB2
  * HPL
  * HPR
  * SPKL
  * SPKR
  * RECL
  * RECR
  * MICBIAS

Example:

audio-codec@10 {
	compatible = "maxim,max98089";
	reg = <0x10>;
	interrupt-parent = <&gpio>;
	interrupts = <TEGRA_GPIO(H, 4) GPIO_ACTIVE_HIGH>;
};
