Lines Matching +full:sm8150 +full:- +full:adsp +full:- +full:pas
1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/remoteproc/qcom,sm8150-pas.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm SM8150/SM8250 Peripheral Authentication Service
10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
13 Qualcomm SM8150/SM8250 SoC Peripheral Authentication Service loads and boots
19 - qcom,sm8150-adsp-pas
20 - qcom,sm8150-cdsp-pas
21 - qcom,sm8150-mpss-pas
22 - qcom,sm8150-slpi-pas
23 - qcom,sm8250-adsp-pas
24 - qcom,sm8250-cdsp-pas
25 - qcom,sm8250-slpi-pas
32 - description: XO clock
34 clock-names:
36 - const: xo
40 description: Reference to the AOSS side-channel message RAM.
42 memory-region:
44 description: Reference to the reserved-memory for the Hexagon core
46 smd-edge: false
48 firmware-name:
53 - compatible
54 - reg
55 - memory-region
58 - $ref: /schemas/remoteproc/qcom,pas-common.yaml#
59 - if:
63 - qcom,sm8150-adsp-pas
64 - qcom,sm8150-cdsp-pas
65 - qcom,sm8150-slpi-pas
66 - qcom,sm8250-adsp-pas
67 - qcom,sm8250-cdsp-pas
68 - qcom,sm8250-slpi-pas
73 interrupt-names:
79 interrupt-names:
82 - if:
86 - qcom,sm8150-adsp-pas
87 - qcom,sm8150-cdsp-pas
88 - qcom,sm8250-cdsp-pas
91 power-domains:
93 - description: CX power domain
94 power-domain-names:
96 - const: cx
98 - if:
102 - qcom,sm8150-mpss-pas
105 power-domains:
107 - description: CX power domain
108 - description: MSS power domain
109 power-domain-names:
111 - const: cx
112 - const: mss
114 - if:
118 - qcom,sm8150-slpi-pas
119 - qcom,sm8250-adsp-pas
120 - qcom,sm8250-slpi-pas
123 power-domains:
125 - description: LCX power domain
126 - description: LMX power domain
127 power-domain-names:
129 - const: lcx
130 - const: lmx
135 - |
136 #include <dt-bindings/clock/qcom,rpmh.h>
137 #include <dt-bindings/interrupt-controller/arm-gic.h>
138 #include <dt-bindings/interrupt-controller/irq.h>
139 #include <dt-bindings/power/qcom-rpmpd.h>
142 compatible = "qcom,sm8150-adsp-pas";
146 clock-names = "xo";
148 firmware-name = "qcom/sm8150/adsp.mbn";
150 interrupts-extended = <&intc GIC_SPI 162 IRQ_TYPE_EDGE_RISING>,
155 interrupt-names = "wdog", "fatal", "ready",
156 "handover", "stop-ack";
158 memory-region = <&adsp_mem>;
160 power-domains = <&rpmhpd SM8150_CX>;
163 qcom,smem-states = <&adsp_smp2p_out 0>;
164 qcom,smem-state-names = "stop";
166 glink-edge {
169 qcom,remote-pid = <2>;