blob: 9cc44449508df9f2ee6704acf59b113a6ad9e079 [file] [log] [blame]
Shawn Guo58e49422011-07-22 00:28:51 +08001* Freescale SGTL5000 Stereo Codec
2
3Required properties:
4- compatible : "fsl,sgtl5000".
5
Fabio Estevamddb67062012-04-24 01:11:09 -03006- reg : the I2C address of the device
7
Shawn Guo58e49422011-07-22 00:28:51 +08008Example:
9
10codec: sgtl5000@0a {
11 compatible = "fsl,sgtl5000";
12 reg = <0x0a>;
13};