diff --git a/bindings/soc/qcom/qcom,slate_touch_rpmsg.yaml b/bindings/soc/qcom/qcom,slate_touch_rpmsg.yaml new file mode 100644 index 00000000..7abbee5e --- /dev/null +++ b/bindings/soc/qcom/qcom,slate_touch_rpmsg.yaml @@ -0,0 +1,31 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/soc/qcom/qcom,slate_touch_rpmsg.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: slatetouch-rpmsg GLINK communication + +maintainers: + - Akshay Gola + +description: | + slatetouch-rpmsg is used to communicate with Slate over Glink + to configure the touch events slatetouch-rpmsg send commands over glink to + send configure, enable/disable touch to Slate + +properties: + compatible: + const: "qcom,slatetouch-rpmsg" + description: must be "qcom,slatetouch-rpmsg" + +required: + - compatible + +additionalProperties: false + +examples: + - | + qcom,slatetouch-rpmsg { + compatible = "qcom,slatetouch-rpmsg"; + };