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>
39 lines
968 B
YAML
39 lines
968 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_interface.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Slatecom Interface Driver
|
|
|
|
maintainers:
|
|
- Praveen koya <quic_pkoya@quicinc.com>
|
|
|
|
description: |
|
|
slatecom_interface driver creates a slate_com_dev device
|
|
node for user space communication. Single user space
|
|
client can open device node for communication from hardware.
|
|
Hardware will provide access to read/write registers or AHB
|
|
memory in the device.
|
|
|
|
properties:
|
|
compatible:
|
|
const: qcom,slate-daemon
|
|
|
|
qcom,platform-reset-gpio:
|
|
description: This gpio state used to make boot decision for slate subsystem.
|
|
|
|
required:
|
|
- compatible
|
|
- qcom,platform-reset-gpio
|
|
|
|
additionalProperties: false
|
|
|
|
examples:
|
|
- |
|
|
qcom,slate-daemon {
|
|
compatible = "qcom,slate-daemon";
|
|
qcom,platform-reset-gpio = <&pm5100_gpios 15 0>;
|
|
};
|
|
|