1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/power/suppl !! 4 $id: "http://devicetree.org/schemas/power/supply/olpc-battery.yaml#" 5 $schema: http://devicetree.org/meta-schemas/co !! 5 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 6 6 7 title: OLPC Battery 7 title: OLPC Battery 8 8 9 maintainers: 9 maintainers: 10 - Sebastian Reichel <sre@kernel.org> 10 - Sebastian Reichel <sre@kernel.org> 11 11 12 allOf: 12 allOf: 13 - $ref: power-supply.yaml# 13 - $ref: power-supply.yaml# 14 14 15 properties: 15 properties: 16 compatible: 16 compatible: 17 oneOf: 17 oneOf: 18 - items: 18 - items: 19 - const: olpc,xo1.5-battery 19 - const: olpc,xo1.5-battery 20 - const: olpc,xo1-battery 20 - const: olpc,xo1-battery 21 - items: 21 - items: 22 - const: olpc,xo1-battery 22 - const: olpc,xo1-battery 23 23 24 required: 24 required: 25 - compatible 25 - compatible 26 26 27 additionalProperties: false 27 additionalProperties: false
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.