Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
42a4172b6ebb4a419085c6caee7c135e51cae5ea
/
.
/
Documentation
/
devicetree
/
bindings
/
sound
/
sgtl5000.txt
blob: 9cc44449508df9f2ee6704acf59b113a6ad9e079 [
file
] [
log
] [
blame
]
* 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>;
};