mirror of https://gitee.com/openkylin/linux.git
ARM: dts: imx6q-sabrelite: add sgtl5000 audio codec
Signed-off-by: Richard Zhao <richard.zhao@linaro.org> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
cf37a8ee60
commit
adcec4ce96
|
@ -44,6 +44,18 @@ usdhc@0219c000 { /* uSDHC4 */
|
||||||
uart2: uart@021e8000 {
|
uart2: uart@021e8000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
i2c@021a0000 { /* I2C1 */
|
||||||
|
status = "okay";
|
||||||
|
clock-frequency = <100000>;
|
||||||
|
|
||||||
|
codec: sgtl5000@0a {
|
||||||
|
compatible = "fsl,sgtl5000";
|
||||||
|
reg = <0x0a>;
|
||||||
|
VDDA-supply = <®_2p5v>;
|
||||||
|
VDDIO-supply = <®_3p3v>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue