1 # SPDX-License-Identifier: GPL-2.0-only OR BSD 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 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/mitsumi,mm8013.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Mitsumi MM8013 fuel gauge 7 title: Mitsumi MM8013 fuel gauge 8 8 9 maintainers: 9 maintainers: 10 - Konrad Dybcio <konradybcio@kernel.org> 10 - Konrad Dybcio <konradybcio@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 const: mitsumi,mm8013 17 const: mitsumi,mm8013 18 18 19 reg: 19 reg: 20 maxItems: 1 20 maxItems: 1 21 21 22 required: 22 required: 23 - compatible 23 - compatible 24 - reg 24 - reg 25 25 26 additionalProperties: false 26 additionalProperties: false 27 27 28 examples: 28 examples: 29 - | 29 - | 30 i2c { 30 i2c { 31 #address-cells = <1>; 31 #address-cells = <1>; 32 #size-cells = <0>; 32 #size-cells = <0>; 33 33 34 fuel-gauge@55 { 34 fuel-gauge@55 { 35 compatible = "mitsumi,mm8013"; 35 compatible = "mitsumi,mm8013"; 36 reg = <0x55>; 36 reg = <0x55>; 37 }; 37 }; 38 }; 38 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.