1/*
2 * Copyright (c) 2022 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7 /* Enable pin forwarding to network core. The selected pins will be used by
8  * Radio Direction Finding Extension for antenna switching purposes.
9  *
10  * Note: Pay attention to assign the same GPIO pins as those provided in
11  * network core DTS overlay.
12  */
13&gpio_fwd {
14	dfe-gpio-if {
15		gpios = <&gpio0 4 0>,
16			<&gpio0 5 0>,
17			<&gpio0 6 0>,
18			<&gpio0 7 0>;
19		};
20};
21