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/hwmon/nxp,m 4 $id: http://devicetree.org/schemas/hwmon/nxp,mc34vr500.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: NXP MC34VR500 hwmon sensor 7 title: NXP MC34VR500 hwmon sensor 8 8 9 maintainers: 9 maintainers: 10 - Mario Kicherer <dev@kicherer.org> 10 - Mario Kicherer <dev@kicherer.org> 11 11 12 properties: 12 properties: 13 compatible: 13 compatible: 14 enum: 14 enum: 15 - nxp,mc34vr500 15 - nxp,mc34vr500 16 16 17 reg: 17 reg: 18 maxItems: 1 18 maxItems: 1 19 19 20 required: 20 required: 21 - compatible 21 - compatible 22 - reg 22 - reg 23 23 24 additionalProperties: false 24 additionalProperties: false 25 25 26 examples: 26 examples: 27 - | 27 - | 28 i2c { 28 i2c { 29 #address-cells = <1>; 29 #address-cells = <1>; 30 #size-cells = <0>; 30 #size-cells = <0>; 31 31 32 pmic@8 { 32 pmic@8 { 33 compatible = "nxp,mc34vr500"; 33 compatible = "nxp,mc34vr500"; 34 reg = <0x08>; 34 reg = <0x08>; 35 }; 35 }; 36 }; 36 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.