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