M7350/kernel/Documentation/devicetree/bindings/sound/sgtl5000.txt

14 lines
206 B
Plaintext
Raw Normal View History

2024-09-09 08:52:07 +00:00
* 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>;
};