Path: blob/master/Documentation/devicetree/bindings/hwmon/lltc,ltc4151.yaml
26308 views
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause1%YAML 1.22---3$id: http://devicetree.org/schemas/hwmon/lltc,ltc4151.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: LTC4151 High Voltage I2C Current and Voltage Monitor78maintainers:9- Krzysztof Kozlowski <krzk@kernel.org>1011properties:12compatible:13const: lltc,ltc41511415reg:16maxItems: 11718shunt-resistor-micro-ohms:19description:20Shunt resistor value in micro-Ohms21default: 10002223required:24- compatible25- reg2627allOf:28- $ref: hwmon-common.yaml#2930unevaluatedProperties: false3132examples:33- |34i2c {35#address-cells = <1>;36#size-cells = <0>;3738sensor@6e {39compatible = "lltc,ltc4151";40reg = <0x6e>;41shunt-resistor-micro-ohms = <1500>;42};43};444546