oleavr-rgl-a500-mini-linux-.../Documentation/devicetree/bindings/sound/sgtl5000.txt

14 lines
206 B
Text
Raw Normal View History

2022-05-07 01:01:45 +02: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>;
};