1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
4 $id: http://devicetree.org/schemas/remoteproc/qcom,sm6375-pas.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm SM6375 Peripheral Authentication Service
10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
13 Qualcomm SM6375 SoC Peripheral Authentication Service loads and boots
14 firmware on the Qualcomm DSP Hexagon cores.
19 - qcom,sm6375-adsp-pas
20 - qcom,sm6375-cdsp-pas
21 - qcom,sm6375-mpss-pas
28 - description: XO clock
36 description: Reference to the reserved-memory for the Hexagon core
40 description: Firmware name for the Hexagon core
49 - $ref: /schemas/remoteproc/qcom,pas-common.yaml#
54 - qcom,sm6375-adsp-pas
55 - qcom,sm6375-cdsp-pas
73 - qcom,sm6375-adsp-pas
78 - description: LCX power domain
79 - description: LMX power domain
89 - qcom,sm6375-cdsp-pas
90 - qcom,sm6375-mpss-pas
95 - description: CX power domain
100 unevaluatedProperties: false
104 #include <dt-bindings/clock/qcom,rpmcc.h>
105 #include <dt-bindings/interrupt-controller/arm-gic.h>
106 #include <dt-bindings/mailbox/qcom-ipcc.h>
107 #include <dt-bindings/power/qcom-rpmpd.h>
109 remoteproc_adsp: remoteproc@a400000 {
110 compatible = "qcom,sm6375-adsp-pas";
111 reg = <0x0a400000 0x100>;
113 interrupts-extended = <&intc GIC_SPI 282 IRQ_TYPE_LEVEL_HIGH>,
114 <&smp2p_adsp_in 0 IRQ_TYPE_EDGE_RISING>,
115 <&smp2p_adsp_in 1 IRQ_TYPE_EDGE_RISING>,
116 <&smp2p_adsp_in 2 IRQ_TYPE_EDGE_RISING>,
117 <&smp2p_adsp_in 3 IRQ_TYPE_EDGE_RISING>;
118 interrupt-names = "wdog", "fatal", "ready",
119 "handover", "stop-ack";
121 clocks = <&rpmcc RPM_SMD_XO_CLK_SRC>;
124 power-domains = <&rpmpd SM6375_VDD_LPI_CX>,
125 <&rpmpd SM6375_VDD_LPI_MX>;
126 power-domain-names = "lcx", "lmx";
128 memory-region = <&pil_adsp_mem>;
130 qcom,smem-states = <&smp2p_adsp_out 0>;
131 qcom,smem-state-names = "stop";
134 interrupts-extended = <&ipcc IPCC_CLIENT_LPASS
135 IPCC_MPROC_SIGNAL_GLINK_QMP
136 IRQ_TYPE_EDGE_RISING>;
137 mboxes = <&ipcc IPCC_CLIENT_LPASS
138 IPCC_MPROC_SIGNAL_GLINK_QMP>;
141 qcom,remote-pid = <2>;