Add snapshot of device-tree bindings for AON spi, interface and it's corresponding rpmsg drivers 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: I5c66e660b674fee78f541b267027a34f92717e0c Signed-off-by: Koushik Immadisetty <quic_kimmadis@quicinc.com>
38 lines
887 B
YAML
38 lines
887 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/soc/qcom/qcom,slatecom_spi.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Slate Coprocessor Communication Driver
|
|
|
|
maintainers:
|
|
- Praveen koya <quic_pkoya@quicinc.com>
|
|
|
|
description: |
|
|
slatecom_spi driver provides a set of apis to perform
|
|
register, fifo, ahb read and write operations with slate
|
|
over spi interface. It also reads slate status and
|
|
sends events to the registered clients.
|
|
|
|
properties:
|
|
compatible:
|
|
const: qcom,slate-spi
|
|
|
|
qcom,irq-gpio:
|
|
description: IRQ used by the slate to inturrupt MSM.
|
|
|
|
required:
|
|
- compatible
|
|
|
|
additionalProperties: false
|
|
|
|
examples:
|
|
- |
|
|
qcom,slate-spi {
|
|
compatible = "qcom,slate-spi";
|
|
interrupt-parent = <&tlmm>;
|
|
/* IRQ from slate */
|
|
qcom,irq-gpio = <&tlmm 104 1>;
|
|
};
|