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