1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
4 $id: http://devicetree.org/schemas/remoteproc/qcom,sc7180-pas.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm SC7180/SC7280 Peripheral Authentication Service
10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
13 Qualcomm SC7180/SC7280 SoC Peripheral Authentication Service loads and boots
14 firmware on the Qualcomm DSP Hexagon cores.
19 - qcom,sc7180-adsp-pas
20 - qcom,sc7180-mpss-pas
21 - qcom,sc7280-adsp-pas
22 - qcom,sc7280-cdsp-pas
23 - qcom,sc7280-mpss-pas
24 - qcom,sc7280-wpss-pas
31 - description: XO clock
39 description: Reference to the reserved-memory for the Hexagon core
42 $ref: /schemas/types.yaml#/definitions/phandle
43 description: Reference to the AOSS side-channel message RAM.
49 description: Firmware name for the Hexagon core
57 - $ref: /schemas/remoteproc/qcom,pas-common.yaml#
62 - qcom,sc7180-adsp-pas
80 - qcom,sc7180-adsp-pas
81 - qcom,sc7280-adsp-pas
86 - description: LCX power domain
87 - description: LMX power domain
97 - qcom,sc7180-mpss-pas
102 - description: CX power domain
103 - description: MX power domain
104 - description: MSS power domain
115 - qcom,sc7280-mpss-pas
120 - description: CX power domain
121 - description: MSS power domain
131 - qcom,sc7280-cdsp-pas
132 - qcom,sc7280-wpss-pas
137 - description: CX power domain
138 - description: MX power domain
144 unevaluatedProperties: false
148 #include <dt-bindings/clock/qcom,rpmh.h>
149 #include <dt-bindings/interrupt-controller/arm-gic.h>
150 #include <dt-bindings/interrupt-controller/irq.h>
151 #include <dt-bindings/power/qcom-rpmpd.h>
154 compatible = "qcom,sc7180-mpss-pas";
155 reg = <0x04080000 0x4040>;
157 clocks = <&rpmhcc RPMH_CXO_CLK>;
160 interrupts-extended = <&intc GIC_SPI 266 IRQ_TYPE_EDGE_RISING>,
161 <&modem_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
162 <&modem_smp2p_in 1 IRQ_TYPE_EDGE_RISING>,
163 <&modem_smp2p_in 2 IRQ_TYPE_EDGE_RISING>,
164 <&modem_smp2p_in 3 IRQ_TYPE_EDGE_RISING>,
165 <&modem_smp2p_in 7 IRQ_TYPE_EDGE_RISING>;
166 interrupt-names = "wdog", "fatal", "ready", "handover",
167 "stop-ack", "shutdown-ack";
169 memory-region = <&mpss_mem>;
171 power-domains = <&rpmhpd SC7180_CX>,
173 <&rpmhpd SC7180_MSS>;
174 power-domain-names = "cx", "mx", "mss";
176 qcom,qmp = <&aoss_qmp>;
177 qcom,smem-states = <&modem_smp2p_out 0>;
178 qcom,smem-state-names = "stop";
181 interrupts = <GIC_SPI 449 IRQ_TYPE_EDGE_RISING>;
183 qcom,remote-pid = <1>;
184 mboxes = <&apss_shared 12>;