brintos

brintos / linux-shallow public Read only

0
0
Text · 474 B · dc86b5c Raw
20 lines · yaml
1# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause2%YAML 1.23---4$id: http://devicetree.org/schemas/hwmon/hwmon-common.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Hardware Monitoring Devices Common Properties8 9maintainers:10  - Guenter Roeck <linux@roeck-us.net>11 12properties:13  label:14    description: A descriptive name for this device.15 16  shunt-resistor-micro-ohms:17    description: The value of current sense resistor.18 19additionalProperties: true20