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,sm8350-pas.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
19 - qcom,sm8350-adsp-pas
20 - qcom,sm8350-cdsp-pas
21 - qcom,sm8350-slpi-pas
22 - qcom,sm8350-mpss-pas
23 - qcom,sm8450-adsp-pas
24 - qcom,sm8450-cdsp-pas
25 - qcom,sm8450-mpss-pas
26 - qcom,sm8450-slpi-pas
33 - description: XO clock
35 clock-names:
37 - const: xo
41 description: Reference to the AOSS side-channel message RAM.
43 smd-edge: false
45 memory-region:
47 description: Reference to the reserved-memory for the Hexagon core
49 firmware-name:
51 description: Firmware name for the Hexagon core
54 - compatible
55 - reg
56 - memory-region
59 - $ref: /schemas/remoteproc/qcom,pas-common.yaml#
60 - if:
64 - qcom,sm8350-adsp-pas
65 - qcom,sm8350-cdsp-pas
66 - qcom,sm8350-slpi-pas
67 - qcom,sm8450-adsp-pas
68 - qcom,sm8450-cdsp-pas
69 - qcom,sm8450-slpi-pas
74 interrupt-names:
80 interrupt-names:
83 - if:
87 - qcom,sm8350-mpss-pas
88 - qcom,sm8450-mpss-pas
91 power-domains:
93 - description: CX power domain
94 - description: MSS power domain
95 power-domain-names:
97 - const: cx
98 - const: mss
100 - if:
104 - qcom,sm8350-adsp-pas
105 - qcom,sm8350-slpi-pas
106 - qcom,sm8450-adsp-pas
107 - qcom,sm8450-slpi-pas
110 power-domains:
112 - description: LCX power domain
113 - description: LMX power domain
114 power-domain-names:
116 - const: lcx
117 - const: lmx
119 - if:
123 - qcom,sm8350-cdsp-pas
124 - qcom,sm8450-cdsp-pas
127 power-domains:
129 - description: CX power domain
130 - description: MXC power domain
131 power-domain-names:
133 - const: cx
134 - const: mxc
139 - |
140 #include <dt-bindings/clock/qcom,rpmh.h>
141 #include <dt-bindings/interrupt-controller/irq.h>
142 #include <dt-bindings/mailbox/qcom-ipcc.h>
143 #include <dt-bindings/power/qcom,rpmhpd.h>
146 compatible = "qcom,sm8450-adsp-pas";
150 clock-names = "xo";
152 firmware-name = "qcom/sm8450/adsp.mbn";
154 interrupts-extended = <&pdc 6 IRQ_TYPE_EDGE_RISING>,
159 interrupt-names = "wdog", "fatal", "ready",
160 "handover", "stop-ack";
162 memory-region = <&adsp_mem>;
164 power-domains = <&rpmhpd RPMHPD_LCX>,
166 power-domain-names = "lcx", "lmx";
169 qcom,smem-states = <&smp2p_adsp_out 0>;
170 qcom,smem-state-names = "stop";
172 glink-edge {
173 interrupts-extended = <&ipcc IPCC_CLIENT_LPASS
179 qcom,remote-pid = <2>;