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,qcs404-adsp-pas"
14 "qcom,qcs404-cdsp-pas"
15 "qcom,qcs404-wcss-pas"
16 "qcom,sdm845-adsp-pas"
17 "qcom,sdm845-cdsp-pas"
19 - interrupts-extended:
21 Value type: <prop-encoded-array>
22 Definition: reference to the interrupts that match interrupt-names
26 Value type: <stringlist>
27 Definition: The interrupts needed depends on the compatible
29 qcom,msm8974-adsp-pil:
30 qcom,msm8996-adsp-pil:
31 qcom,msm8996-slpi-pil:
36 must be "wdog", "fatal", "ready", "handover", "stop-ack"
38 must be "wdog", "fatal", "ready", "handover", "stop-ack",
44 Definition: must list the relative firmware image path for the
49 Value type: <prop-encoded-array>
50 Definition: reference to the xo clock and optionally aggre2 clock to be
51 held on behalf of the booting Hexagon core
55 Value type: <stringlist>
56 Definition: must be "xo" and optionally include "aggre2"
61 Definition: reference to the regulator to be held on behalf of the
67 Definition: reference to the px regulator to be held on behalf of the
73 Definition: reference to the reserved-memory for the ADSP
78 Definition: reference to the smem state for requesting the ADSP to
81 - qcom,smem-state-names:
83 Value type: <stringlist>
84 Definition: must be "stop"
88 The adsp node may have an subnode named either "smd-edge" or "glink-edge" that
89 describes the communication edge, channels and devices related to the ADSP.
90 See ../soc/qcom/qcom,smd.txt and ../soc/qcom/qcom,glink.txt for details on how
95 The following example describes the resources needed to boot control the
96 ADSP, as it is found on MSM8974 boards.
99 compatible = "qcom,msm8974-adsp-pil";
101 interrupts-extended = <&intc 0 162 IRQ_TYPE_EDGE_RISING>,
102 <&adsp_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
103 <&adsp_smp2p_in 1 IRQ_TYPE_EDGE_RISING>,
104 <&adsp_smp2p_in 2 IRQ_TYPE_EDGE_RISING>,
105 <&adsp_smp2p_in 3 IRQ_TYPE_EDGE_RISING>;
106 interrupt-names = "wdog",
112 clocks = <&rpmcc RPM_CXO_CLK>;
115 cx-supply = <&pm8841_s2>;
117 memory-region = <&adsp_region>;
119 qcom,smem-states = <&adsp_smp2p_out 0>;
120 qcom,smem-state-names = "stop";
123 interrupts = <0 156 IRQ_TYPE_EDGE_RISING>;
125 qcom,ipc = <&apcs 8 8>;
130 The following example describes the resources needed to boot control the
131 SLPI, as it is found on MSM8996 boards.
134 compatible = "qcom,msm8996-slpi-pil";
135 interrupts-extended = <&intc 0 390 IRQ_TYPE_EDGE_RISING>,
136 <&slpi_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
137 <&slpi_smp2p_in 1 IRQ_TYPE_EDGE_RISING>,
138 <&slpi_smp2p_in 2 IRQ_TYPE_EDGE_RISING>,
139 <&slpi_smp2p_in 3 IRQ_TYPE_EDGE_RISING>;
140 interrupt-names = "wdog",
146 clocks = <&rpmcc MSM8996_RPM_SMD_XO_CLK_SRC>,
147 <&rpmcc MSM8996_RPM_SMD_AGGR2_NOC_CLK>;
148 clock-names = "xo", "aggre2";
150 cx-supply = <&pm8994_l26>;
151 px-supply = <&pm8994_lvs2>;
153 memory-region = <&slpi_region>;
154 qcom,smem-states = <&slpi_smp2p_out 0>;
155 qcom,smem-state-names = "stop";