1# Copyright (c) 2023, Martin Kiepfer <mrmarteng@teleschirm.org>
2# SPDX-License-Identifier: Apache-2.0
3
4description: X-Powers AXP192
5
6compatible: "x-powers,axp192"
7
8include: i2c-device.yaml
9
10properties:
11  reg:
12    required: true
13
14  vbusen-disable:
15    type: boolean
16    description: |
17      This option will disable VBUS power control via N_VBUSEN.
18      By default VBUS power supply is chosen via N_VBUSEN pin.
19      When disabled, VBUS can by chosen automatically by the pmic
20      and there is no need by the host to control N_VBUSEN pin.
21      Please refer to datasheet for details (pin state (REG10H[7] = 1).
22