Lines Matching +full:qcom +full:- +full:sm6115 +full:- +full:lpass +full:- +full:state
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 - Bjorn Andersson <[email protected]>
11 - Konrad Dybcio <[email protected]>
14 Qualcomm SM6115 SoC Peripheral Authentication Service loads and boots
20 - enum:
21 - qcom,sm6115-adsp-pas
22 - qcom,sm6115-cdsp-pas
23 - qcom,sm6115-mpss-pas
25 - items:
26 - const: qcom,qcm2290-adsp-pas
27 - const: qcom,sm6115-adsp-pas
29 - items:
30 - const: qcom,qcm2290-mpss-pas
31 - const: qcom,sm6115-mpss-pas
38 - description: XO clock
40 clock-names:
42 - const: xo
44 memory-region:
46 description: Reference to the reserved-memory for the Hexagon core
48 smd-edge: false
50 firmware-name:
55 - compatible
56 - reg
57 - memory-region
60 - $ref: /schemas/remoteproc/qcom,pas-common.yaml#
61 - if:
66 - qcom,sm6115-adsp-pas
67 - qcom,sm6115-cdsp-pas
72 interrupt-names:
78 interrupt-names:
81 - if:
86 - qcom,sm6115-cdsp-pas
87 - qcom,sm6115-mpss-pas
90 power-domains:
92 - description: CX power domain
93 power-domain-names:
95 - const: cx
97 - if:
102 - qcom,sm6115-adsp-pas
105 power-domains:
107 - description: LPI CX power domain
108 - description: LPI MX power domain
109 power-domain-names:
111 - const: lcx
112 - const: lmx
117 - |
118 #include <dt-bindings/clock/qcom,rpmcc.h>
119 #include <dt-bindings/interrupt-controller/arm-gic.h>
120 #include <dt-bindings/interrupt-controller/irq.h>
121 #include <dt-bindings/power/qcom-rpmpd.h>
124 compatible = "qcom,sm6115-adsp-pas";
128 clock-names = "xo";
130 firmware-name = "qcom/sm6115/adsp.mdt";
132 interrupts-extended = <&intc GIC_SPI 282 IRQ_TYPE_EDGE_RISING>,
137 interrupt-names = "wdog", "fatal", "ready",
138 "handover", "stop-ack";
140 memory-region = <&pil_adsp_mem>;
142 power-domains = <&rpmpd SM6115_VDD_LPI_CX>,
145 qcom,smem-states = <&adsp_smp2p_out 0>;
146 qcom,smem-state-names = "stop";
148 glink-edge {
150 label = "lpass";
151 qcom,remote-pid = <2>;