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		status0-gpios = <&edge_connector 5 GPIO_ACTIVE_HIGH>;
13		req-gpios = <&edge_connector 6 GPIO_ACTIVE_HIGH>;
14		grant-gpios = <&edge_connector 15 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;
15	};
16};
17