1# Copyright (c) 2022, Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4description: Nordic nPM6001
5
6compatible: "nordic,npm6001"
7
8include: i2c-device.yaml
9
10properties:
11  reg:
12    required: true
13
14  nordic,ready-high-drive:
15    type: boolean
16    description: Set drive strength to high for READY pin.
17
18  nordic,nint-high-drive:
19    type: boolean
20    description: Set drive strength to high for NINT pin.
21
22  nordic,sda-high-drive:
23    type: boolean
24    description: Set drive strength to high for SDA pin.
25
26  nordic,buck-mode0-input-type:
27    type: string
28    default: "schmitt"
29    enum: ["schmitt", "cmos"]
30    description: Input type for BUCK_MODE0 pin. Defaults IC boot-time value.
31
32  nordic,buck-mode0-pull-down:
33    type: boolean
34    description: Enable pull-down resistor for BUCK_MODE0 pin.
35
36  nordic,buck-mode1-input-type:
37    type: string
38    default: "schmitt"
39    enum: ["schmitt", "cmos"]
40    description: Input type for BUCK_MODE1 pin. Defaults IC boot-time value.
41
42  nordic,buck-mode1-pull-down:
43    type: boolean
44    description: Enable pull-down resistor for BUCK_MODE1 pin.
45
46  nordic,buck-mode2-input-type:
47    type: string
48    default: "schmitt"
49    enum: ["schmitt", "cmos"]
50    description: Input type for BUCK_MODE2 pin. Defaults IC boot-time value.
51
52  nordic,buck-mode2-pull-down:
53    type: boolean
54    description: Enable pull-down resistor for BUCK_MODE2 pin.
55