Lines Matching +full:rpm +full:- +full:msm8996
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/remoteproc/qcom,glink-rpm-edge.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm G-Link RPM edge
10 Qualcomm G-Link edge, a FIFO based mechanism for communication with Resource
11 Power Manager (RPM) on various Qualcomm platforms.
14 - Bjorn Andersson <andersson@kernel.org>
18 const: qcom,glink-rpm
30 - description: rpm_hlos mailbox in APCS
32 qcom,remote-pid:
38 qcom,rpm-msg-ram:
41 RPM message memory resource (compatible: qcom,rpm-msg-ram).
43 rpm-requests:
45 $ref: /schemas/soc/qcom/qcom,smd-rpm.yaml#
48 Qualcomm Resource Power Manager (RPM) over G-Link
52 $ref: /schemas/types.yaml#/definitions/uint32-matrix
57 - description: size of each intent to preallocate
58 - description: amount of intents to preallocate
67 - qcom,glink-channels
70 - compatible
71 - interrupts
72 - mboxes
75 - required:
76 - qcom,remote-pid
77 - required:
78 - qcom,rpm-msg-ram
83 - |
84 #include <dt-bindings/interrupt-controller/arm-gic.h>
86 glink-edge {
87 compatible = "qcom,glink-rpm";
90 qcom,rpm-msg-ram = <&rpm_msg_ram>;
92 rpm-requests {
93 compatible = "qcom,rpm-msm8996", "qcom,glink-smd-rpm";
94 qcom,glink-channels = "rpm_requests";