Files
android_kernel_samsung_sm87…/bindings/soc/qcom/qcom,slatersb_rpmsg.yaml
Koushik Immadisetty cf17fb5975 dt-bindings: Add device-tree bindings for aon RSB driver
Add snapshot of device-tree bindings for AON RSB driver
and corresponding rpmsg driver from msm-5.15.c2 in YAML format.

Snapshot is taken from msm-5.15.c2 kernel commit 95ffcf910eee
("ARM: dts: msm: add aon-rma glink node").

Change-Id: I73bbb30403a488a053ba2b8a3aaf456190162506
Signed-off-by: Koushik Immadisetty <quic_kimmadis@quicinc.com>
2024-05-29 12:17:41 -07:00

48 lines
1.2 KiB
YAML

# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/soc/qcom/qcom,slatersb_rpmsg.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Qualcomm technologies, Inc. slatersb-rpmsg
maintainers:
- Praveen koya <quic_pkoya@quicinc.com>
description: |
slatersb-rpmsg is used as an interface between slate-rsb
and slate for Glink communication.slate-rsb is used to communicate with
Slate over Glink to configure the RSB events.
properties:
compatible:
const: qcom,slatersb-rpmsg
qcom,glink-channels:
$ref: '/schemas/types.yaml#/definitions/string'
description: specifies the glink channel name
qcom,glinkpkt-edge:
$ref: '/schemas/types.yaml#/definitions/string'
description: specifies the glink edge to match
intents:
description: specifies the size and count of intents to glink
required:
- compatible
- qcom,glink-channels
- qcom,glinkpkt-edge
- intents
additionalProperties: false
examples:
- |
qcom,slatersb-rpmsg {
compatible = "qcom,slatersb-rpmsg";
qcom,glink-channels = "RSB_CTRL";
qcom,glinkpkt-edge = "slate";
intents = <0x200 1>;
};