Path: blob/master/Documentation/devicetree/bindings/hwmon/maxim,max20730.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/hwmon/maxim,max20730.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Maxim max2073078maintainers:9- Jean Delvare <jdelvare@suse.com>10- Guenter Roeck <linux@roeck-us.net>1112description: |13The MAX20730 is a fully integrated, highly efficient switching regulator14with PMBus for applications operating from 4.5V to 16V and requiring15up to 25A (max) load. This single-chip regulator provides extremely16compact, high efficiency power-delivery solutions with high-precision17output voltages and excellent transient response.1819Datasheets:20https://datasheets.maximintegrated.com/en/ds/MAX20730.pdf21https://datasheets.maximintegrated.com/en/ds/MAX20734.pdf22https://datasheets.maximintegrated.com/en/ds/MAX20743.pdf2324properties:25compatible:26enum:27- maxim,max2071028- maxim,max2073029- maxim,max2073430- maxim,max207433132reg:33maxItems: 13435vout-voltage-divider:36description: |37If voltage divider present at vout, the voltage at voltage sensor pin38will be scaled. The properties will convert the raw reading to a more39meaningful number if voltage divider present. It has two numbers,40the first number is the output resistor, the second number is the total41resistance. Therefore, the adjusted vout is equal to42Vout = Vout * output_resistance / total resistance.43$ref: /schemas/types.yaml#/definitions/uint32-array44minItems: 245maxItems: 24647required:48- compatible49- reg5051additionalProperties: false5253examples:54- |55i2c {56#address-cells = <1>;57#size-cells = <0>;5859max20730@10 {60compatible = "maxim,max20730";61reg = <0x10>;62vout-voltage-divider = <1000 2000>; // vout would be scaled to 0.563};64};656667