xref: /freebsd/sys/contrib/device-tree/Bindings/hwmon/nxp,mc34vr500.yaml (revision aa1a8ff2d6dbc51ef058f46f3db5a8bb77967145)
1*aa1a8ff2SEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2cb7aa33aSEmmanuel Vadot%YAML 1.2
3cb7aa33aSEmmanuel Vadot---
4cb7aa33aSEmmanuel Vadot$id: http://devicetree.org/schemas/hwmon/nxp,mc34vr500.yaml#
5cb7aa33aSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6cb7aa33aSEmmanuel Vadot
7cb7aa33aSEmmanuel Vadottitle: NXP MC34VR500 hwmon sensor
8cb7aa33aSEmmanuel Vadot
9cb7aa33aSEmmanuel Vadotmaintainers:
10cb7aa33aSEmmanuel Vadot  - Mario Kicherer <dev@kicherer.org>
11cb7aa33aSEmmanuel Vadot
12cb7aa33aSEmmanuel Vadotproperties:
13cb7aa33aSEmmanuel Vadot  compatible:
14cb7aa33aSEmmanuel Vadot    enum:
15cb7aa33aSEmmanuel Vadot      - nxp,mc34vr500
16cb7aa33aSEmmanuel Vadot
17cb7aa33aSEmmanuel Vadot  reg:
18cb7aa33aSEmmanuel Vadot    maxItems: 1
19cb7aa33aSEmmanuel Vadot
20cb7aa33aSEmmanuel Vadotrequired:
21cb7aa33aSEmmanuel Vadot  - compatible
22cb7aa33aSEmmanuel Vadot  - reg
23cb7aa33aSEmmanuel Vadot
24cb7aa33aSEmmanuel VadotadditionalProperties: false
25cb7aa33aSEmmanuel Vadot
26cb7aa33aSEmmanuel Vadotexamples:
27cb7aa33aSEmmanuel Vadot  - |
28cb7aa33aSEmmanuel Vadot    i2c {
29cb7aa33aSEmmanuel Vadot      #address-cells = <1>;
30cb7aa33aSEmmanuel Vadot      #size-cells = <0>;
31cb7aa33aSEmmanuel Vadot
32cb7aa33aSEmmanuel Vadot      pmic@8 {
33cb7aa33aSEmmanuel Vadot        compatible = "nxp,mc34vr500";
34cb7aa33aSEmmanuel Vadot        reg = <0x08>;
35cb7aa33aSEmmanuel Vadot      };
36cb7aa33aSEmmanuel Vadot    };
37