28 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/power/supply/olpc-battery.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: OLPC Battery8 9maintainers:10 - Sebastian Reichel <sre@kernel.org>11 12allOf:13 - $ref: power-supply.yaml#14 15properties:16 compatible:17 oneOf:18 - items:19 - const: olpc,xo1.5-battery20 - const: olpc,xo1-battery21 - items:22 - const: olpc,xo1-battery23 24required:25 - compatible26 27additionalProperties: false28