Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/Documentation/devicetree/bindings/hwmon/lantiq,cputemp.yaml
29282 views
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
7
title: Lantiq cpu temperature sensor
8
9
maintainers:
10
- Florian Eckert <fe@dev.tdt.de>
11
12
properties:
13
compatible:
14
const: lantiq,cputemp
15
16
reg:
17
maxItems: 1
18
19
required:
20
- compatible
21
- reg
22
23
additionalProperties: false
24
25
examples:
26
- |
27
cputemp@103040 {
28
compatible = "lantiq,cputemp";
29
reg = <0x103040 0x4>;
30
};
31
32