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,sm6375-pas.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
19 - qcom,sm6375-adsp-pas
20 - qcom,sm6375-cdsp-pas
21 - qcom,sm6375-mpss-pas
28 - description: XO clock
30 clock-names:
32 - const: xo
34 memory-region:
36 description: Reference to the reserved-memory for the Hexagon core
38 firmware-name:
42 smd-edge: false
45 - compatible
46 - reg
49 - $ref: /schemas/remoteproc/qcom,pas-common.yaml#
50 - if:
54 - qcom,sm6375-adsp-pas
55 - qcom,sm6375-cdsp-pas
60 interrupt-names:
66 interrupt-names:
69 - if:
73 - qcom,sm6375-adsp-pas
76 power-domains:
78 - description: LCX power domain
79 - description: LMX power domain
80 power-domain-names:
82 - const: lcx
83 - const: lmx
85 - if:
89 - qcom,sm6375-cdsp-pas
90 - qcom,sm6375-mpss-pas
93 power-domains:
95 - description: CX power domain
96 power-domain-names:
98 - const: cx
103 - |
104 #include <dt-bindings/clock/qcom,rpmcc.h>
105 #include <dt-bindings/interrupt-controller/arm-gic.h>
106 #include <dt-bindings/mailbox/qcom-ipcc.h>
107 #include <dt-bindings/power/qcom-rpmpd.h>
110 compatible = "qcom,sm6375-adsp-pas";
113 interrupts-extended = <&intc GIC_SPI 282 IRQ_TYPE_LEVEL_HIGH>,
118 interrupt-names = "wdog", "fatal", "ready",
119 "handover", "stop-ack";
122 clock-names = "xo";
124 power-domains = <&rpmpd SM6375_VDD_LPI_CX>,
126 power-domain-names = "lcx", "lmx";
128 memory-region = <&pil_adsp_mem>;
130 qcom,smem-states = <&smp2p_adsp_out 0>;
131 qcom,smem-state-names = "stop";
133 glink-edge {
134 interrupts-extended = <&ipcc IPCC_CLIENT_LPASS
141 qcom,remote-pid = <2>;