1/*
2 * Copyright (c) 2019 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/*
8 * GPIOTE1 is always accessible as a non-secure peripheral.
9 */
10
11/ {
12	soc {
13		gpiote1: gpiote@4002f000 {
14			compatible = "nordic,nrf-gpiote";
15			reg = <0x4002f000 0x1000>;
16			interrupts = <47 5>;
17			status = "disabled";
18		};
19	};
20};
21