blob: 955df60a118c5465b9884369db48533ba17af121 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
* Freescale SGTL5000 Stereo Codec
Required properties:
- compatible : "fsl,sgtl5000".
- reg : the I2C address of the device
- clocks : the clock provider of SYS_MCLK
Example:
codec: sgtl5000@0a {
compatible = "fsl,sgtl5000";
reg = <0x0a>;
clocks = <&clks 150>;
};
|