Lines Matching +full:sm6115 +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,sm6115-pas.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm SM6115 Peripheral Authentication Service
10 - Bhupesh Sharma <bhupesh.sharma@linaro.org>
13 Qualcomm SM6115 SoC Peripheral Authentication Service loads and boots
19 - enum:
20 - qcom,sm6115-adsp-pas
21 - qcom,sm6115-cdsp-pas
22 - qcom,sm6115-mpss-pas
24 - items:
25 - const: qcom,qcm2290-adsp-pas
26 - const: qcom,sm6115-adsp-pas
28 - items:
29 - const: qcom,qcm2290-mpss-pas
30 - const: qcom,sm6115-mpss-pas
37 - description: XO clock
39 clock-names:
41 - const: xo
43 memory-region:
45 description: Reference to the reserved-memory for the Hexagon core
47 smd-edge: false
49 firmware-name:
54 - compatible
55 - reg
56 - memory-region
59 - $ref: /schemas/remoteproc/qcom,pas-common.yaml#
60 - if:
65 - qcom,sm6115-adsp-pas
66 - qcom,sm6115-cdsp-pas
71 interrupt-names:
77 interrupt-names:
80 - if:
85 - qcom,sm6115-cdsp-pas
86 - qcom,sm6115-mpss-pas
89 power-domains:
91 - description: CX power domain
92 power-domain-names:
94 - const: cx
96 - if:
101 - qcom,sm6115-adsp-pas
104 power-domains:
106 - description: LPI CX power domain
107 - description: LPI MX power domain
108 power-domain-names:
110 - const: lcx
111 - const: lmx
116 - |
117 #include <dt-bindings/clock/qcom,rpmcc.h>
118 #include <dt-bindings/interrupt-controller/arm-gic.h>
119 #include <dt-bindings/interrupt-controller/irq.h>
120 #include <dt-bindings/power/qcom-rpmpd.h>
123 compatible = "qcom,sm6115-adsp-pas";
127 clock-names = "xo";
129 firmware-name = "qcom/sm6115/adsp.mdt";
131 interrupts-extended = <&intc GIC_SPI 282 IRQ_TYPE_EDGE_RISING>,
136 interrupt-names = "wdog", "fatal", "ready",
137 "handover", "stop-ack";
139 memory-region = <&pil_adsp_mem>;
141 power-domains = <&rpmpd SM6115_VDD_LPI_CX>,
144 qcom,smem-states = <&adsp_smp2p_out 0>;
145 qcom,smem-state-names = "stop";
147 glink-edge {
150 qcom,remote-pid = <2>;