Path: blob/master/Documentation/devicetree/bindings/hwmon/lltc,ltc4286.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/lltc,ltc4286.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: LTC4286 power monitors78maintainers:9- Delphine CC Chiu <Delphine_CC_Chiu@Wiwynn.com>1011properties:12compatible:13enum:14- lltc,ltc428615- lltc,ltc42871617reg:18maxItems: 11920adi,vrange-low-enable:21description:22This property is a bool parameter to represent the23voltage range is 25.6 volts or 102.4 volts for this chip.24The default is 102.4 volts.25type: boolean2627required:28- compatible29- reg3031allOf:32- $ref: hwmon-common.yaml#3334unevaluatedProperties: false3536examples:37- |38i2c {39#address-cells = <1>;40#size-cells = <0>;4142power-monitor@40 {43compatible = "lltc,ltc4286";44reg = <0x40>;45adi,vrange-low-enable;46shunt-resistor-micro-ohms = <300>;47};48};495051