xref: /freebsd/sys/contrib/device-tree/Bindings/hwmon/adi,adm1266.yaml (revision cb7aa33ac6cd46a5434798e50363136e64f3ae98)
16be33864SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
26be33864SEmmanuel Vadot%YAML 1.2
36be33864SEmmanuel Vadot---
46be33864SEmmanuel Vadot$id: http://devicetree.org/schemas/hwmon/adi,adm1266.yaml#
56be33864SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
66be33864SEmmanuel Vadot
76be33864SEmmanuel Vadottitle: Analog Devices ADM1266 Cascadable Super Sequencer with Margin
86be33864SEmmanuel Vadot  Control and Fault Recording
96be33864SEmmanuel Vadot
106be33864SEmmanuel Vadotmaintainers:
116be33864SEmmanuel Vadot  - Alexandru Tachici <alexandru.tachici@analog.com>
126be33864SEmmanuel Vadot
136be33864SEmmanuel Vadotdescription: |
146be33864SEmmanuel Vadot  Analog Devices ADM1266 Cascadable Super Sequencer with Margin
156be33864SEmmanuel Vadot  Control and Fault Recording.
166be33864SEmmanuel Vadot  https://www.analog.com/media/en/technical-documentation/data-sheets/ADM1266.pdf
176be33864SEmmanuel Vadot
186be33864SEmmanuel Vadotproperties:
196be33864SEmmanuel Vadot  compatible:
206be33864SEmmanuel Vadot    enum:
216be33864SEmmanuel Vadot      - adi,adm1266
226be33864SEmmanuel Vadot
236be33864SEmmanuel Vadot  reg:
246be33864SEmmanuel Vadot    description: |
256be33864SEmmanuel Vadot      I2C address of slave device.
266be33864SEmmanuel Vadot    items:
276be33864SEmmanuel Vadot      minimum: 0x40
286be33864SEmmanuel Vadot      maximum: 0x4F
296be33864SEmmanuel Vadot
306be33864SEmmanuel Vadot  avcc-supply:
316be33864SEmmanuel Vadot    description: |
326be33864SEmmanuel Vadot      Phandle to the Avcc power supply.
336be33864SEmmanuel Vadot
346be33864SEmmanuel Vadotrequired:
356be33864SEmmanuel Vadot  - compatible
366be33864SEmmanuel Vadot  - reg
376be33864SEmmanuel Vadot
386be33864SEmmanuel VadotadditionalProperties: false
396be33864SEmmanuel Vadot
406be33864SEmmanuel Vadotexamples:
416be33864SEmmanuel Vadot  - |
42*cb7aa33aSEmmanuel Vadot    i2c {
436be33864SEmmanuel Vadot        #address-cells = <1>;
446be33864SEmmanuel Vadot        #size-cells = <0>;
456be33864SEmmanuel Vadot
466be33864SEmmanuel Vadot        adm1266@40 {
476be33864SEmmanuel Vadot            compatible = "adi,adm1266";
486be33864SEmmanuel Vadot            reg = <0x40>;
496be33864SEmmanuel Vadot        };
506be33864SEmmanuel Vadot    };
516be33864SEmmanuel Vadot...
52