brintos

brintos / linux-shallow public Read only

0
0
Text · 736 B · 4e54c93 Raw
28 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/power/supply/power-supply.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Power Supply Core Support8 9maintainers:10  - Sebastian Reichel <sre@kernel.org>11 12properties:13  power-supplies:14    $ref: /schemas/types.yaml#/definitions/phandle-array15    items:16      maxItems: 117    description:18      This property is added to a supply in order to list the devices which19      supply it power, referenced by their phandles.20 21  monitored-battery:22    $ref: /schemas/types.yaml#/definitions/phandle23    description:24      The battery (with "simple-battery" compatible) being monitored by this25      power supply.26 27additionalProperties: true28