1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	nrf_radio_coex: coex {
9		compatible = "nordic,nrf7002-coex";
10		status = "okay";
11
12		/* D2 */
13		status0-gpios = <&arduino_header 8 GPIO_ACTIVE_HIGH>;
14		/* D3 */
15		req-gpios = <&arduino_header 9 GPIO_ACTIVE_HIGH>;
16		/* D4 */
17		grant-gpios = <&arduino_header 10 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;
18		/* D6 */
19		swctrl1-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>;
20	};
21};
22