Lines Matching +full:core +full:- +full:domain

1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/remoteproc/qcom,sa8775p-pas.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
19 - qcom,sa8775p-adsp-pas
20 - qcom,sa8775p-cdsp0-pas
21 - qcom,sa8775p-cdsp1-pas
22 - qcom,sa8775p-gpdsp0-pas
23 - qcom,sa8775p-gpdsp1-pas
30 - description: XO clock
32 clock-names:
34 - const: xo
38 description: Reference to the AOSS side-channel message RAM.
40 firmware-name:
41 $ref: /schemas/types.yaml#/definitions/string-array
43 - description: Firmware name of the Hexagon core
45 memory-region:
47 - description: Memory region for main Firmware authentication
52 interrupt-names:
56 - compatible
57 - reg
58 - memory-region
61 - $ref: /schemas/remoteproc/qcom,pas-common.yaml#
63 - if:
67 - qcom,sa8775p-adsp-pas
70 power-domains:
72 - description: LCX power domain
73 - description: LMX power domain
74 power-domain-names:
76 - const: lcx
77 - const: lmx
79 - if:
83 - qcom,sa8775p-cdsp0-pas
84 - qcom,sa8775p-cdsp1-pas
87 power-domains:
89 - description: CX power domain
90 - description: MXC power domain
91 - description: NSP0 power domain
92 power-domain-names:
94 - const: cx
95 - const: mxc
96 - const: nsp
98 - if:
102 - qcom,sa8775p-gpdsp0-pas
103 - qcom,sa8775p-gpdsp1-pas
106 power-domains:
108 - description: CX power domain
109 - description: MXC power domain
110 power-domain-names:
112 - const: cx
113 - const: mxc
118 - |
119 #include <dt-bindings/clock/qcom,rpmh.h>
120 #include <dt-bindings/interconnect/qcom,sa8775p-rpmh.h>
121 #include <dt-bindings/interrupt-controller/irq.h>
122 #include <dt-bindings/mailbox/qcom-ipcc.h>
123 #include <dt-bindings/power/qcom,rpmhpd.h>
126 compatible = "qcom,sa8775p-adsp-pas";
129 interrupts-extended = <&pdc 6 IRQ_TYPE_EDGE_RISING>,
134 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
137 clock-names = "xo";
139 power-domains = <&rpmhpd RPMHPD_LCX>, <&rpmhpd RPMHPD_LMX>;
140 power-domain-names = "lcx", "lmx";
144 memory-region = <&pil_adsp_mem>;
148 qcom,smem-states = <&smp2p_adsp_out 0>;
149 qcom,smem-state-names = "stop";
151 glink-edge {
152 interrupts-extended = <&ipcc IPCC_CLIENT_LPASS
158 qcom,remote-pid = <2>;