zephyr/dts/arm/nordic/nrf5340_cpuapp_peripherals_...

22 lines
355 B
Plaintext

/*
* Copyright (c) 2019 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* GPIOTE1 is always accessible as a non-secure peripheral.
*/
/ {
soc {
gpiote1: gpiote@4002f000 {
compatible = "nordic,nrf-gpiote";
reg = <0x4002f000 0x1000>;
interrupts = <47 5>;
status = "disabled";
label = "GPIOTE_1";
};
};
};