sgtl5000.txt 206 字节
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 10 11 12 13
Example:

codec: sgtl5000@0a {
	compatible = "fsl,sgtl5000";
	reg = <0x0a>;
};