TERES/SOFTWARE/A64-TERES/linux-a64/Documentation/devicetree/bindings/sound/sgtl5000.txt
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

14 lines
206 B
Plaintext

* Freescale SGTL5000 Stereo Codec
Required properties:
- compatible : "fsl,sgtl5000".
- reg : the I2C address of the device
Example:
codec: sgtl5000@0a {
compatible = "fsl,sgtl5000";
reg = <0x0a>;
};