2018-05-17 01:53:17 +02:00
|
|
|
# Copyright (c) 2018, marc-cpdesign
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-06-19 00:03:49 +02:00
|
|
|
|
2019-11-19 08:39:11 +01:00
|
|
|
description: NRF5 GPIOTE node
|
2018-05-17 01:53:17 +02:00
|
|
|
|
2019-08-19 20:32:25 +02:00
|
|
|
compatible: "nordic,nrf-gpiote"
|
|
|
|
|
2024-01-31 18:10:55 +01:00
|
|
|
include:
|
|
|
|
- base.yaml
|
|
|
|
- nordic,split-channels.yaml
|
2019-06-07 18:12:49 +02:00
|
|
|
|
2018-05-17 01:53:17 +02:00
|
|
|
properties:
|
2023-01-03 20:21:25 +01:00
|
|
|
reg:
|
|
|
|
required: true
|
2018-05-17 01:53:17 +02:00
|
|
|
|
2023-01-03 20:21:25 +01:00
|
|
|
interrupts:
|
|
|
|
required: true
|
2024-01-04 16:06:15 +01:00
|
|
|
|
|
|
|
instance:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: |
|
|
|
|
The GPIOTE instance number. GPIOTE instance GPIOTE0 has:
|
|
|
|
|
|
|
|
instance = <0>;
|
|
|
|
|
|
|
|
And GPIOTE1 has:
|
|
|
|
|
|
|
|
instance = <1>;
|