1# Copyright (c) 2023, Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4description: Nordic nPM1300 5 6compatible: "nordic,npm1300" 7 8include: i2c-device.yaml 9 10properties: 11 reg: 12 required: true 13 14 host-int-gpios: 15 type: phandle-array 16 description: Host pin for interrupt input 17 18 pmic-int-pin: 19 type: int 20 description: Pmic pin number for interrupt output 21 22 ship-to-active-time-ms: 23 type: int 24 description: | 25 Press duration required to wake from ship / hibernate in ms. 26 The default is the device powerup value. 27 enum: 28 - 16 29 - 32 30 - 64 31 - 96 32 - 304 33 - 608 34 - 1008 35 - 3008 36 default: 96 37 38 long-press-reset: 39 type: string 40 description: Long press reset configuration 41 enum: 42 - "one-button" 43 - "disabled" 44 - "two-button" 45