Lines Matching +full:qcom +full:- +full:ipcc

1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/remoteproc/qcom,sm8550-pas.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
19 - qcom,sm8550-adsp-pas
20 - qcom,sm8550-cdsp-pas
21 - qcom,sm8550-mpss-pas
28 - description: XO clock
30 clock-names:
32 - const: xo
34 qcom,qmp:
36 description: Reference to the AOSS side-channel message RAM.
38 smd-edge: false
40 firmware-name:
41 $ref: /schemas/types.yaml#/definitions/string-array
43 - description: Firmware name of the Hexagon core
44 - description: Firmware name of the Hexagon Devicetree
46 memory-region:
49 - description: Memory region for main Firmware authentication
50 - description: Memory region for Devicetree Firmware authentication
51 - description: DSM Memory region
54 - compatible
55 - reg
56 - memory-region
59 - $ref: /schemas/remoteproc/qcom,pas-common.yaml#
60 - if:
64 - qcom,sm8550-adsp-pas
65 - qcom,sm8550-cdsp-pas
70 interrupt-names:
72 memory-region:
78 interrupt-names:
80 memory-region:
83 - if:
87 - qcom,sm8550-adsp-pas
90 power-domains:
92 - description: LCX power domain
93 - description: LMX power domain
94 power-domain-names:
96 - const: lcx
97 - const: lmx
99 - if:
103 - qcom,sm8550-mpss-pas
106 power-domains:
108 - description: CX power domain
109 - description: MSS power domain
110 power-domain-names:
112 - const: cx
113 - const: mss
114 - if:
118 - qcom,sm8550-cdsp-pas
121 power-domains:
123 - description: CX power domain
124 - description: MXC power domain
125 - description: NSP power domain
126 power-domain-names:
128 - const: cx
129 - const: mxc
130 - const: nsp
135 - |
136 #include <dt-bindings/clock/qcom,rpmh.h>
137 #include <dt-bindings/interrupt-controller/irq.h>
138 #include <dt-bindings/mailbox/qcom-ipcc.h>
141 compatible = "qcom,sm8550-adsp-pas";
145 clock-names = "xo";
147 interrupts-extended = <&pdc 6 IRQ_TYPE_EDGE_RISING>,
152 interrupt-names = "wdog", "fatal", "ready",
153 "handover", "stop-ack";
155 memory-region = <&adsp_mem>, <&dtb_adsp_mem>;
157 firmware-name = "qcom/sm8550/adsp.mbn",
158 "qcom/sm8550/adsp_dtb.mbn";
160 power-domains = <&rpmhpd_sm8550_lcx>,
162 power-domain-names = "lcx", "lmx";
164 qcom,qmp = <&aoss_qmp>;
165 qcom,smem-states = <&smp2p_adsp_out 0>;
166 qcom,smem-state-names = "stop";
168 glink-edge {
169 interrupts-extended = <&ipcc IPCC_CLIENT_LPASS
172 mboxes = <&ipcc IPCC_CLIENT_LPASS IPCC_MPROC_SIGNAL_GLINK_QMP>;
175 qcom,remote-pid = <2>;