Path: blob/master/Documentation/devicetree/bindings/hwmon/adi,ltc2945.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,ltc2945.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Analog Devices LTC2945 wide range i2c power monitor78maintainers:9- Guenter Roeck <linux@roeck-us.net>1011description: |12Analog Devices LTC2945 wide range i2c power monitor over I2C.1314https://www.analog.com/media/en/technical-documentation/data-sheets/LTC2945.pdf1516properties:17compatible:18enum:19- adi,ltc29452021reg:22maxItems: 12324shunt-resistor-micro-ohms:25description:26Shunt resistor value in micro-Ohms27default: 10002829required:30- compatible31- reg3233allOf:34- $ref: hwmon-common.yaml#3536unevaluatedProperties: false3738examples:39- |40i2c {41#address-cells = <1>;42#size-cells = <0>;4344power-monitor@6e {45compatible = "adi,ltc2945";46reg = <0x6e>;47/* 10 milli-Ohm shunt resistor */48shunt-resistor-micro-ohms = <10000>;49};50};51...525354