2011-07-21 16:28:51 +00:00
|
|
|
* Freescale SGTL5000 Stereo Codec
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
- compatible : "fsl,sgtl5000".
|
|
|
|
|
2012-04-24 04:11:09 +00:00
|
|
|
- reg : the I2C address of the device
|
|
|
|
|
2013-06-10 13:24:42 +00:00
|
|
|
- clocks : the clock provider of SYS_MCLK
|
|
|
|
|
2011-07-21 16:28:51 +00:00
|
|
|
Example:
|
|
|
|
|
|
|
|
codec: sgtl5000@0a {
|
|
|
|
compatible = "fsl,sgtl5000";
|
|
|
|
reg = <0x0a>;
|
2013-06-10 13:24:42 +00:00
|
|
|
clocks = <&clks 150>;
|
2011-07-21 16:28:51 +00:00
|
|
|
};
|