1# 2# Copyright (c) 2024 Nordic Semiconductor ASA 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7description: NPM2100 PMIC Battery Voltage 8 9compatible: "nordic,npm2100-vbat" 10 11include: [sensor-device.yaml] 12 13properties: 14 vout-min-microvolt: 15 type: int 16 description: | 17 Minimum Vout level. 18 When Vout falls to this level, the PMIC will allow more current to flow 19 from the battery by dropping to the vbatminl battery threshold. 20 21 vbat-min-microvolt: 22 type: int 23 description: | 24 Initial value for vbatminl and vbatminh. 25 The boost converter will not allow the battery to drop below this level. 26