Lines Matching +full:power +full:- +full:domain +full:- +full:names
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 <[email protected]>
19 - qcom,sar2130p-adsp-pas
20 - qcom,sm8350-adsp-pas
21 - qcom,sm8350-cdsp-pas
22 - qcom,sm8350-slpi-pas
23 - qcom,sm8350-mpss-pas
24 - qcom,sm8450-adsp-pas
25 - qcom,sm8450-cdsp-pas
26 - qcom,sm8450-mpss-pas
27 - qcom,sm8450-slpi-pas
34 - description: XO clock
36 clock-names:
38 - const: xo
42 description: Reference to the AOSS side-channel message RAM.
44 smd-edge: false
46 memory-region:
48 description: Reference to the reserved-memory for the Hexagon core
50 firmware-name:
55 - compatible
56 - reg
57 - memory-region
60 - $ref: /schemas/remoteproc/qcom,pas-common.yaml#
61 - if:
65 - qcom,sar2130p-adsp-pas
66 - qcom,sm8350-adsp-pas
67 - qcom,sm8350-cdsp-pas
68 - qcom,sm8350-slpi-pas
69 - qcom,sm8450-adsp-pas
70 - qcom,sm8450-cdsp-pas
71 - qcom,sm8450-slpi-pas
76 interrupt-names:
82 interrupt-names:
85 - if:
89 - qcom,sm8350-mpss-pas
90 - qcom,sm8450-mpss-pas
93 power-domains:
95 - description: CX power domain
96 - description: MSS power domain
97 power-domain-names:
99 - const: cx
100 - const: mss
102 - if:
106 - qcom,sar2130p-adsp-pas
107 - qcom,sm8350-adsp-pas
108 - qcom,sm8350-slpi-pas
109 - qcom,sm8450-adsp-pas
110 - qcom,sm8450-slpi-pas
113 power-domains:
115 - description: LCX power domain
116 - description: LMX power domain
117 power-domain-names:
119 - const: lcx
120 - const: lmx
122 - if:
126 - qcom,sm8350-cdsp-pas
127 - qcom,sm8450-cdsp-pas
130 power-domains:
132 - description: CX power domain
133 - description: MXC power domain
134 power-domain-names:
136 - const: cx
137 - const: mxc
142 - |
143 #include <dt-bindings/clock/qcom,rpmh.h>
144 #include <dt-bindings/interrupt-controller/irq.h>
145 #include <dt-bindings/mailbox/qcom-ipcc.h>
146 #include <dt-bindings/power/qcom,rpmhpd.h>
149 compatible = "qcom,sm8450-adsp-pas";
153 clock-names = "xo";
155 firmware-name = "qcom/sm8450/adsp.mbn";
157 interrupts-extended = <&pdc 6 IRQ_TYPE_EDGE_RISING>,
162 interrupt-names = "wdog", "fatal", "ready",
163 "handover", "stop-ack";
165 memory-region = <&adsp_mem>;
167 power-domains = <&rpmhpd RPMHPD_LCX>,
169 power-domain-names = "lcx", "lmx";
172 qcom,smem-states = <&smp2p_adsp_out 0>;
173 qcom,smem-state-names = "stop";
175 glink-edge {
176 interrupts-extended = <&ipcc IPCC_CLIENT_LPASS
182 qcom,remote-pid = <2>;