Merge branch 'clocksource/physical-timers' into next/dt
[cascardo/linux.git] / Documentation / devicetree / bindings / sound / sgtl5000.txt
1 * Freescale SGTL5000 Stereo Codec
2
3 Required properties:
4 - compatible : "fsl,sgtl5000".
5
6 - reg : the I2C address of the device
7
8 - clocks : the clock provider of SYS_MCLK
9
10 - VDDA-supply : the regulator provider of VDDA
11
12 - VDDIO-supply: the regulator provider of VDDIO
13
14 Optional properties:
15
16 - VDDD-supply : the regulator provider of VDDD
17
18 Example:
19
20 codec: sgtl5000@0a {
21         compatible = "fsl,sgtl5000";
22         reg = <0x0a>;
23         clocks = <&clks 150>;
24         VDDA-supply = <&reg_3p3v>;
25         VDDIO-supply = <&reg_3p3v>;
26 };