1# Copyright (c) 2021 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4# NOTE: This file is replicated in nrf9160dk_nrf9160 and nrf9160dk_nrf52840.
5#       Any changes should be done in both instances.
6
7description: GPIO used to reset nRF52840 on nRF9160 DK
8
9compatible: "nordic,nrf9160dk-nrf52840-reset"
10
11include: base.yaml
12
13properties:
14  status:
15    required: true
16
17  gpios:
18    type: phandle-array
19    required: true
20    description: |
21      GPIO to use as nRF52840 reset line: output in nRF9160, input in nRF52840.
22