sgtl5000.txt 272 字节
Newer Older
1 2 3 4 5
* Freescale SGTL5000 Stereo Codec

Required properties:
- compatible : "fsl,sgtl5000".

6 7
- reg : the I2C address of the device

8 9
- clocks : the clock provider of SYS_MCLK

10 11 12 13 14
Example:

codec: sgtl5000@0a {
	compatible = "fsl,sgtl5000";
	reg = <0x0a>;
15
	clocks = <&clks 150>;
16
};