1# Copyright (c) 2021 Telink Semiconductor
2# SPDX-License-Identifier: Apache-2.0
3
4description: Telink B91 power control node
5
6compatible: "telink,b91-power"
7
8include: base.yaml
9
10properties:
11  reg:
12    required: true
13
14  power-mode:
15    type: string
16    required: true
17    enum:
18      - "LDO_1P4_LDO_1P8"
19      - "DCDC_1P4_LDO_1P8"
20      - "DCDC_1P4_DCDC_1P8"
21
22  vbat-type:
23    type: string
24    required: true
25    enum:
26      - "VBAT_MAX_VALUE_LESS_THAN_3V6"
27      - "VBAT_MAX_VALUE_GREATER_THAN_3V6"
28