Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
[drm/drm-misc.git] / Documentation / devicetree / bindings / hwmon / syna,as370.yaml
blob1f7005f552475c9d00d758658d82d34899e99d50
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/hwmon/syna,as370.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Synaptics AS370 PVT sensors
9 maintainers:
10   - Javier Carrasco <javier.carrasco.cruz@gmail.com>
12 properties:
13   compatible:
14     const: syna,as370-hwmon
16   reg:
17     description:
18       Address and length of the register set.
19     maxItems: 1
21 required:
22   - compatible
23   - reg
25 additionalProperties: false
27 examples:
28   - |
29     sensor@ea0810 {
30         compatible = "syna,as370-hwmon";
31         reg = <0xea0810 0xc>;
32     };