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"
14 - interrupts-extended:
16 Value type: <prop-encoded-array>
17 Definition: must list the watchdog, fatal IRQs ready, handover and
22 Value type: <stringlist>
23 Definition: must be "wdog", "fatal", "ready", "handover", "stop-ack"
27 Value type: <prop-encoded-array>
28 Definition: reference to the xo clock and optionally aggre2 clock to be
29 held on behalf of the booting Hexagon core
33 Value type: <stringlist>
34 Definition: must be "xo" and optionally include "aggre2"
39 Definition: reference to the regulator to be held on behalf of the
45 Definition: reference to the px regulator to be held on behalf of the
51 Definition: reference to the reserved-memory for the ADSP
56 Definition: reference to the smem state for requesting the ADSP to
59 - qcom,smem-state-names:
61 Value type: <stringlist>
62 Definition: must be "stop"
66 The adsp node may have an subnode named either "smd-edge" or "glink-edge" that
67 describes the communication edge, channels and devices related to the ADSP.
68 See ../soc/qcom/qcom,smd.txt and ../soc/qcom/qcom,glink.txt for details on how
73 The following example describes the resources needed to boot control the
74 ADSP, as it is found on MSM8974 boards.
77 compatible = "qcom,msm8974-adsp-pil";
79 interrupts-extended = <&intc 0 162 IRQ_TYPE_EDGE_RISING>,
80 <&adsp_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
81 <&adsp_smp2p_in 1 IRQ_TYPE_EDGE_RISING>,
82 <&adsp_smp2p_in 2 IRQ_TYPE_EDGE_RISING>,
83 <&adsp_smp2p_in 3 IRQ_TYPE_EDGE_RISING>;
84 interrupt-names = "wdog",
90 clocks = <&rpmcc RPM_CXO_CLK>;
93 cx-supply = <&pm8841_s2>;
95 memory-region = <&adsp_region>;
97 qcom,smem-states = <&adsp_smp2p_out 0>;
98 qcom,smem-state-names = "stop";
101 interrupts = <0 156 IRQ_TYPE_EDGE_RISING>;
103 qcom,ipc = <&apcs 8 8>;
108 The following example describes the resources needed to boot control the
109 SLPI, as it is found on MSM8996 boards.
112 compatible = "qcom,msm8996-slpi-pil";
113 interrupts-extended = <&intc 0 390 IRQ_TYPE_EDGE_RISING>,
114 <&slpi_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
115 <&slpi_smp2p_in 1 IRQ_TYPE_EDGE_RISING>,
116 <&slpi_smp2p_in 2 IRQ_TYPE_EDGE_RISING>,
117 <&slpi_smp2p_in 3 IRQ_TYPE_EDGE_RISING>;
118 interrupt-names = "wdog",
124 clocks = <&rpmcc MSM8996_RPM_SMD_XO_CLK_SRC>,
125 <&rpmcc MSM8996_RPM_SMD_AGGR2_NOC_CLK>;
126 clock-names = "xo", "aggre2";
128 cx-supply = <&pm8994_l26>;
129 px-supply = <&pm8994_lvs2>;
131 memory-region = <&slpi_region>;
132 qcom,smem-states = <&slpi_smp2p_out 0>;
133 qcom,smem-state-names = "stop";