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>
31 lines
680 B
YAML
31 lines
680 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/soc/qcom/qcom,slate_rsb.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Qualcomm technologies, Inc. slate-rsb
|
|
|
|
maintainers:
|
|
- Praveen koya <quic_pkoya@quicinc.com>
|
|
|
|
description: |
|
|
slate-rsb is used to communicate with Slate over Glink
|
|
to configure the RSB eventsslate-rsb send commands over glink to
|
|
send configure, enable/disable RSB to Slate
|
|
|
|
properties:
|
|
compatible:
|
|
const: qcom,slate-rsb
|
|
|
|
required:
|
|
- compatible
|
|
|
|
additionalProperties: false
|
|
|
|
examples:
|
|
- |
|
|
qcom,slate-rsb {
|
|
compatible = "qcom,slate-rsb";
|
|
};
|