1 * Qualcomm Technologies APQ8016 SBC ASoC machine driver
3 This node models the Qualcomm Technologies APQ8016 SBC ASoC machine driver
7 - compatible : "qcom,apq8016-sbc-sndcard"
9 - pinctrl-N : One property must exist for each entry in
10 pinctrl-names. See ../pinctrl/pinctrl-bindings.txt
11 for details of the property values.
12 - pinctrl-names : Must contain a "default" entry.
13 - reg : Must contain an address for each entry in reg-names.
14 - reg-names : A list which must include the following entries:
17 - qcom,model : Name of the sound card.
19 Dai-link subnode properties and subnodes:
21 Required dai-link subnodes:
24 - codec : CODEC sub-node
26 Required CPU/CODEC subnodes properties:
28 -link-name : Name of the dai link.
29 -sound-dai : phandle and port of CPU/CODEC
30 -capture-dai : phandle and port of CPU/CODEC
35 compatible = "qcom,apq8016-sbc-sndcard";
36 reg = <0x07702000 0x4>, <0x07702004 0x4>;
37 reg-names = "mic-iomux", "spkr-iomux";
38 qcom,model = "DB410c";
40 /* I2S - Internal codec */
43 sound-dai = <&lpass MI2S_PRIMARY>;
46 sound-dai = <&wcd_codec 0>;
50 /* External Primary or External Secondary -ADV7533 HDMI */
52 link-name = "ADV7533";
54 sound-dai = <&lpass MI2S_QUATERNARY>;
57 sound-dai = <&adv_bridge 0>;