1 Qualcomm ADSP Peripheral Image Loader
3 This document defines the binding for a component that loads and boots firmware
4 on the Qualcomm ADSP Hexagon core.
9 Definition: must be one of:
10 "qcom,msm8974-adsp-pil"
11 "qcom,msm8996-adsp-pil"
12 "qcom,msm8996-slpi-pil"
13 "qcom,msm8998-adsp-pas"
14 "qcom,msm8998-slpi-pas"
15 "qcom,qcs404-adsp-pas"
16 "qcom,qcs404-cdsp-pas"
17 "qcom,qcs404-wcss-pas"
18 "qcom,sc7180-mpss-pas"
19 "qcom,sdm845-adsp-pas"
20 "qcom,sdm845-cdsp-pas"
21 "qcom,sm8150-adsp-pas"
22 "qcom,sm8150-cdsp-pas"
23 "qcom,sm8150-mpss-pas"
24 "qcom,sm8150-slpi-pas"
25 "qcom,sm8250-adsp-pas"
26 "qcom,sm8250-cdsp-pas"
27 "qcom,sm8250-slpi-pas"
29 - interrupts-extended:
31 Value type: <prop-encoded-array>
32 Definition: reference to the interrupts that match interrupt-names
36 Value type: <stringlist>
37 Definition: The interrupts needed depends on the compatible
39 qcom,msm8974-adsp-pil:
40 qcom,msm8996-adsp-pil:
41 qcom,msm8996-slpi-pil:
42 qcom,msm8998-adsp-pas:
43 qcom,msm8998-slpi-pas:
54 must be "wdog", "fatal", "ready", "handover", "stop-ack"
58 must be "wdog", "fatal", "ready", "handover", "stop-ack",
64 Definition: must list the relative firmware image path for the
69 Value type: <prop-encoded-array>
70 Definition: reference to the xo clock and optionally aggre2 clock to be
71 held on behalf of the booting Hexagon core
75 Value type: <stringlist>
76 Definition: must be "xo" and optionally include "aggre2"
81 Definition: reference to the regulator to be held on behalf of the
87 Definition: reference to the px regulator to be held on behalf of the
93 Definition: reference to power-domains that match the power-domain-names
97 Value type: <stringlist>
98 Definition: The power-domains needed depend on the compatible string:
99 qcom,msm8974-adsp-pil:
100 qcom,msm8996-adsp-pil:
101 qcom,msm8998-adsp-pas:
103 qcom,msm8996-slpi-pil:
105 qcom,msm8998-slpi-pas:
107 qcom,qcs404-adsp-pas:
109 qcom,qcs404-cdsp-pas:
110 qcom,qcs404-wcss-pas:
112 qcom,sdm845-adsp-pas:
113 qcom,sdm845-cdsp-pas:
114 qcom,sm8150-adsp-pas:
115 qcom,sm8150-cdsp-pas:
116 qcom,sm8250-cdsp-pas:
117 must be "cx", "load_state"
118 qcom,sc7180-mpss-pas:
119 qcom,sm8150-mpss-pas:
120 must be "cx", "load_state", "mss"
121 qcom,sm8250-adsp-pas:
122 qcom,sm8150-slpi-pas:
123 qcom,sm8250-slpi-pas:
124 must be "lcx", "lmx", "load_state"
128 Value type: <phandle>
129 Definition: reference to the reserved-memory for the ADSP
133 Value type: <phandle>
134 Definition: reference to the smem state for requesting the ADSP to
137 - qcom,smem-state-names:
139 Value type: <stringlist>
140 Definition: must be "stop"
144 The adsp node may have an subnode named either "smd-edge" or "glink-edge" that
145 describes the communication edge, channels and devices related to the ADSP.
146 See ../soc/qcom/qcom,smd.txt and ../soc/qcom/qcom,glink.txt for details on how
151 The following example describes the resources needed to boot control the
152 ADSP, as it is found on MSM8974 boards.
155 compatible = "qcom,msm8974-adsp-pil";
157 interrupts-extended = <&intc 0 162 IRQ_TYPE_EDGE_RISING>,
158 <&adsp_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
159 <&adsp_smp2p_in 1 IRQ_TYPE_EDGE_RISING>,
160 <&adsp_smp2p_in 2 IRQ_TYPE_EDGE_RISING>,
161 <&adsp_smp2p_in 3 IRQ_TYPE_EDGE_RISING>;
162 interrupt-names = "wdog",
168 clocks = <&rpmcc RPM_CXO_CLK>;
171 cx-supply = <&pm8841_s2>;
173 memory-region = <&adsp_region>;
175 qcom,smem-states = <&adsp_smp2p_out 0>;
176 qcom,smem-state-names = "stop";
179 interrupts = <0 156 IRQ_TYPE_EDGE_RISING>;
181 qcom,ipc = <&apcs 8 8>;
186 The following example describes the resources needed to boot control the
187 SLPI, as it is found on MSM8996 boards.
190 compatible = "qcom,msm8996-slpi-pil";
191 interrupts-extended = <&intc 0 390 IRQ_TYPE_EDGE_RISING>,
192 <&slpi_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
193 <&slpi_smp2p_in 1 IRQ_TYPE_EDGE_RISING>,
194 <&slpi_smp2p_in 2 IRQ_TYPE_EDGE_RISING>,
195 <&slpi_smp2p_in 3 IRQ_TYPE_EDGE_RISING>;
196 interrupt-names = "wdog",
202 clocks = <&rpmcc MSM8996_RPM_SMD_XO_CLK_SRC>,
203 <&rpmcc MSM8996_RPM_SMD_AGGR2_NOC_CLK>;
204 clock-names = "xo", "aggre2";
206 cx-supply = <&pm8994_l26>;
207 px-supply = <&pm8994_lvs2>;
209 memory-region = <&slpi_region>;
210 qcom,smem-states = <&slpi_smp2p_out 0>;
211 qcom,smem-state-names = "stop";