Path: blob/master/Documentation/devicetree/bindings/hwmon/adi,adm1266.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/hwmon/adi,adm1266.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Analog Devices ADM1266 Cascadable Super Sequencer with Margin7Control and Fault Recording89maintainers:10- Cedric Encarnacion <cedricjustine.encarnacion@analog.com>1112description: |13Analog Devices ADM1266 Cascadable Super Sequencer with Margin14Control and Fault Recording.15https://www.analog.com/media/en/technical-documentation/data-sheets/ADM1266.pdf1617properties:18compatible:19enum:20- adi,adm12662122reg:23description: |24I2C address of slave device.25items:26minimum: 0x4027maximum: 0x4F2829avcc-supply:30description: |31Phandle to the Avcc power supply.3233required:34- compatible35- reg3637additionalProperties: false3839examples:40- |41i2c {42#address-cells = <1>;43#size-cells = <0>;4445adm1266@40 {46compatible = "adi,adm1266";47reg = <0x40>;48};49};50...515253