zephyr/boards/shields/nrf7002eb/nrf7002eb_coex.overlay
Chaitanya Tata d137527f88 boards: nordic: Fix the label for nRF70 SR co-existence
The co-existence modules expect a common and fixed name, so, rename it
to avoid churn.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
2024-10-31 14:17:31 -05:00

16 lines
371 B
Text

/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
nrf_radio_coex: coex {
compatible = "nordic,nrf7002-coex";
status = "okay";
status0-gpios = <&edge_connector 5 GPIO_ACTIVE_HIGH>;
req-gpios = <&edge_connector 6 GPIO_ACTIVE_HIGH>;
grant-gpios = <&edge_connector 15 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;
};
};