# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- $id: http://devicetree.org/schemas/thermal/qcom-bcl-soc.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm Technologies, Inc. PMIC State Of Charge Device maintainers: - Rashid Zafar description: | Battery state of charge driver can monitor for change in battery charge and notify thermal framework, when the value goes below a certain threshold. properties: compatible: const: qcom,msm-bcl-soc description: msm battery state of charge device required: - compatible additionalProperties: false examples: - | bcl-soc { compatible = "qcom,msm-bcl-soc"; }; ...