Lines Matching +full:core +full:- +full:domain
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#
10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
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
33 clock-names:
35 - const: xo
37 memory-region:
39 description: Reference to the reserved-memory for the Hexagon core
43 description: Reference to the AOSS side-channel message RAM.
45 smd-edge: false
47 firmware-name:
49 description: Firmware name for the Hexagon core
52 - compatible
53 - reg
54 - memory-region
57 - $ref: /schemas/remoteproc/qcom,pas-common.yaml#
58 - if:
62 - qcom,sc7180-adsp-pas
67 interrupt-names:
73 interrupt-names:
76 - if:
80 - qcom,sc7180-adsp-pas
81 - qcom,sc7280-adsp-pas
84 power-domains:
86 - description: LCX power domain
87 - description: LMX power domain
88 power-domain-names:
90 - const: lcx
91 - const: lmx
93 - if:
97 - qcom,sc7180-mpss-pas
100 power-domains:
102 - description: CX power domain
103 - description: MX power domain
104 - description: MSS power domain
105 power-domain-names:
107 - const: cx
108 - const: mx
109 - const: mss
111 - if:
115 - qcom,sc7280-mpss-pas
118 power-domains:
120 - description: CX power domain
121 - description: MSS power domain
122 power-domain-names:
124 - const: cx
125 - const: mss
127 - if:
131 - qcom,sc7280-cdsp-pas
132 - qcom,sc7280-wpss-pas
135 power-domains:
137 - description: CX power domain
138 - description: MX power domain
139 power-domain-names:
141 - const: cx
142 - const: mx
147 - |
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";
158 clock-names = "xo";
160 interrupts-extended = <&intc GIC_SPI 266 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>,
174 power-domain-names = "cx", "mx", "mss";
177 qcom,smem-states = <&modem_smp2p_out 0>;
178 qcom,smem-state-names = "stop";
180 glink-edge {
183 qcom,remote-pid = <1>;