Lines Matching +full:sc7180 +full:- +full:mss

1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
3 ---
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
19 - qcom,sc7180-mpss-pas
20 - qcom,sc7280-mpss-pas
27 - description: XO clock
29 clock-names:
31 - const: xo
36 interrupt-names:
39 power-domains:
42 - description: CX power domain
43 - description: MX power domain
44 - description: MSS power domain
46 power-domain-names:
49 - const: cx
50 - const: mx
51 - const: mss
53 memory-region:
55 description: Reference to the reserved-memory for the Hexagon core
59 description: Reference to the AOSS side-channel message RAM.
61 smd-edge: false
63 firmware-name:
68 - compatible
69 - reg
70 - memory-region
73 - $ref: /schemas/remoteproc/qcom,pas-common.yaml#
74 - if:
78 - qcom,sc7180-mpss-pas
81 power-domains:
83 power-domain-names:
87 power-domains:
89 power-domain-names:
95 - |
96 #include <dt-bindings/clock/qcom,rpmh.h>
97 #include <dt-bindings/interrupt-controller/arm-gic.h>
98 #include <dt-bindings/interrupt-controller/irq.h>
99 #include <dt-bindings/power/qcom-rpmpd.h>
102 compatible = "qcom,sc7180-mpss-pas";
106 clock-names = "xo";
108 interrupts-extended = <&intc GIC_SPI 266 IRQ_TYPE_EDGE_RISING>,
114 interrupt-names = "wdog", "fatal", "ready", "handover",
115 "stop-ack", "shutdown-ack";
117 memory-region = <&mpss_mem>;
119 power-domains = <&rpmhpd SC7180_CX>,
122 power-domain-names = "cx", "mx", "mss";
125 qcom,smem-states = <&modem_smp2p_out 0>;
126 qcom,smem-state-names = "stop";
128 glink-edge {
131 qcom,remote-pid = <1>;