]> git.ipfire.org Git - thirdparty/u-boot.git/blob - Bindings/sound/qcom,msm8916-wcd-digital.txt
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / Bindings / sound / qcom,msm8916-wcd-digital.txt
1 msm8916 digital audio CODEC
2
3 ## Bindings for codec core in lpass:
4
5 Required properties
6 - compatible = "qcom,msm8916-wcd-digital-codec";
7 - reg: address space for lpass codec.
8 - clocks: Handle to mclk and ahbclk
9 - clock-names: should be "mclk", "ahbix-clk".
10
11 Example:
12
13 audio-codec@771c000{
14 compatible = "qcom,msm8916-wcd-digital-codec";
15 reg = <0x0771c000 0x400>;
16 clocks = <&gcc GCC_ULTAUDIO_AHBFABRIC_IXFABRIC_CLK>,
17 <&gcc GCC_CODEC_DIGCODEC_CLK>;
18 clock-names = "ahbix-clk", "mclk";
19 #sound-dai-cells = <1>;
20 };