/* Copyright (c) 2023 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
 */

/ {
	// nrf_radio_coex: nrf7002-coex {
		//     status = "okay";
		//     compatible = "nordic,nrf700x-coex";
		//     status0-gpios = <&arduino_header 8 GPIO_ACTIVE_HIGH>;       /* D2 */
		//     req-gpios = <&arduino_header 9 GPIO_ACTIVE_HIGH>;   /* D3 */
		//     grant-gpios = <&arduino_header 10 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;    /* D4 */
		//     swctrl1-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>;  /* D6 */
	// };

	nrf_radio_coex: nrf7002-coex {
		status = "okay";
		compatible = "nordic,nrf700x-coex";
		req-gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>;
		status0-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
		grant-gpios = <&gpio1 10 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;
		swctrl1-gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
		// btrf-switch-gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
	};


};
