1# Copyright (c) 2018, marc-cpdesign
2# SPDX-License-Identifier: Apache-2.0
3
4description: NRF5 GPIOTE node
5
6compatible: "nordic,nrf-gpiote"
7
8include:
9  - base.yaml
10  - nordic,split-channels.yaml
11
12properties:
13  reg:
14    required: true
15
16  interrupts:
17    required: true
18
19  instance:
20    type: int
21    required: true
22    description: |
23      The GPIOTE instance number. GPIOTE instance GPIOTE0 has:
24
25        instance = <0>;
26
27      And GPIOTE1 has:
28
29        instance = <1>;
30