Files
android_kernel_samsung_sm87…/bindings/soc/qcom/qcom,slatecom_interface.yaml
Koushik Immadisetty b0287b59fd dt-bindings: Add device-tree bindings for aon spi & interface drivers
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>
2024-05-29 09:05:51 -07:00

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>;
};