xref: /freebsd/sys/contrib/device-tree/Bindings/thermal/dlg,da9062-thermal.yaml (revision 01950c46b8155250f64374fb72fc11faa44bf099)
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/thermal/dlg,da9062-thermal.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Dialog DA9062/61 TJUNC Thermal Module
8
9maintainers:
10  - Biju Das <biju.das.jz@bp.renesas.com>
11
12description: |
13  This module is part of the DA9061/DA9062. For more details about entire
14  DA906{1,2} chips see Documentation/devicetree/bindings/mfd/dlg,da9063.yaml
15
16  Junction temperature thermal module uses an interrupt signal to identify
17  high THERMAL_TRIP_HOT temperatures for the PMIC device.
18
19properties:
20  compatible:
21    oneOf:
22      - const: dlg,da9062-thermal
23      - items:
24          - const: dlg,da9061-thermal
25          - const: dlg,da9062-thermal
26
27  polling-delay-passive:
28    description:
29      Specify the polling period, measured in milliseconds, between
30      thermal zone device update checks.
31
32required:
33  - compatible
34
35additionalProperties: false
36