Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/Documentation/devicetree/bindings/hwmon/apm,xgene-slimpro-hwmon.yaml
38189 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/apm,xgene-slimpro-hwmon.yaml#
5
$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7
title: APM X-Gene SLIMpro hwmon
8
9
maintainers:
10
- Khuong Dinh <khuong@os.amperecomputing.com>
11
12
properties:
13
compatible:
14
const: apm,xgene-slimpro-hwmon
15
16
mboxes:
17
maxItems: 1
18
19
required:
20
- compatible
21
- mboxes
22
23
additionalProperties: false
24
25
examples:
26
- |
27
hwmon {
28
compatible = "apm,xgene-slimpro-hwmon";
29
mboxes = <&mailbox 7>;
30
};
31
32