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