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