diff --git a/bindings/usb/qcom,ucsi-glink.yaml b/bindings/usb/qcom,ucsi-glink.yaml new file mode 100644 index 00000000..396d25e8 --- /dev/null +++ b/bindings/usb/qcom,ucsi-glink.yaml @@ -0,0 +1,33 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/soc/qcom/qcom,ucsi-glink.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Qualcomm Technologies, Inc. UCSI Glink Device + +maintainers: + - Subbaraman Narayanamurthy + +description: | + This binding describes the Qualcomm Technologies, Inc. UCSI device. UCSI + handles the communication between OPM on the Application processor and PPM + which is charger firmware running on a remote subsystem (e.g. DSP) over + PMIC Glink. + +properties: + compatible: + const: qcom,ucsi-glink + +required: + - compatible + +additionalProperties: false + +examples: + - | + pmic_glink { + ucsi { + compatible = "qcom,ucsi-glink"; + }; + };