Lines Matching +full:sd +full:- +full:lines
3 This node models the Qualcomm Technologies Low-Power Audio SubSystem (LPASS).
7 - compatible : "qcom,lpass-cpu" or "qcom,apq8016-lpass-cpu"
8 - clocks : Must contain an entry for each entry in clock-names.
9 - clock-names : A list which must include the following entries:
10 * "ahbix-clk"
11 * "mi2s-osr-clk"
12 * "mi2s-bit-clk"
13 : required clocks for "qcom,lpass-cpu-apq8016"
14 * "ahbix-clk"
15 * "mi2s-bit-clk0"
16 * "mi2s-bit-clk1"
17 * "mi2s-bit-clk2"
18 * "mi2s-bit-clk3"
19 * "pcnoc-mport-clk"
20 * "pcnoc-sway-clk"
22 - interrupts : Must contain an entry for each entry in
23 interrupt-names.
24 - interrupt-names : A list which must include the following entries:
25 * "lpass-irq-lpaif"
26 - pinctrl-N : One property must exist for each entry in
27 pinctrl-names. See ../pinctrl/pinctrl-bindings.txt
29 - pinctrl-names : Must contain a "default" entry.
30 - reg : Must contain an address for each entry in reg-names.
31 - reg-names : A list which must include the following entries:
32 * "lpass-lpaif"
33 - #address-cells : Must be 1
34 - #size-cells : Must be 0
40 - qcom,adsp : Phandle for the audio DSP node
42 By default, the driver uses up to 4 MI2S SD lines, for a total of 8 channels.
43 The SD lines to use can be configured by adding subnodes for each of the DAIs.
46 - reg : Must be one of the DAI IDs
47 (usually part of dt-bindings header)
48 - qcom,playback-sd-lines: List of serial data lines to use for playback
49 Each SD line should be represented by a number from 0-3.
50 - qcom,capture-sd-lines : List of serial data lines to use for capture
51 Each SD line should be represented by a number from 0-3.
53 Note that adding a subnode changes the default to "no lines configured",
54 so both playback and capture lines should be configured when a subnode is added.
59 compatible = "qcom,lpass-cpu";
61 clock-names = "ahbix-clk", "mi2s-osr-clk", "mi2s-bit-clk";
63 interrupt-names = "lpass-irq-lpaif";
64 pinctrl-names = "default", "idle";
65 pinctrl-0 = <&mi2s_default>;
66 pinctrl-1 = <&mi2s_idle>;
68 reg-names = "lpass-lpaif";
71 #address-cells = <1>;
72 #size-cells = <0>;
74 /* Optional to set different MI2S SD lines */
77 qcom,playback-sd-lines = <0 1>;