xref: /linux/Documentation/devicetree/bindings/hwmon/lantiq,cputemp.yaml (revision db4a3f0fbedb0398f77b9047e8b8bb2b49f355bb)
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/hwmon/lantiq,cputemp.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Lantiq cpu temperature sensor
8
9maintainers:
10  - Florian Eckert <fe@dev.tdt.de>
11
12properties:
13  compatible:
14    const: lantiq,cputemp
15
16  reg:
17    maxItems: 1
18
19required:
20  - compatible
21  - reg
22
23additionalProperties: false
24
25examples:
26  - |
27    cputemp@103040 {
28        compatible = "lantiq,cputemp";
29        reg = <0x103040 0x4>;
30    };
31