<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Configure and Connect nRF7002 to nRF52840 on SDK 2.2.2</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/128402/configure-and-connect-nrf7002-to-nrf52840-on-sdk-2-2-2</link><description>I am using nRF52840 as host processor. Now I need to connect to nRF7002 for WiFi usage. I am using ncs 2.2.2 SDK. I have a few questions? 1. Does nRF7002 work on v2.2.2? I created the nRF7002 device on the device tree with &amp;quot;nordic,nrf7002-spi&amp;quot; compatible</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Jun 2026 17:19:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/128402/configure-and-connect-nrf7002-to-nrf52840-on-sdk-2-2-2" /><item><title>RE: Configure and Connect nRF7002 to nRF52840 on SDK 2.2.2</title><link>https://devzone.nordicsemi.com/thread/567728?ContentTypeID=1</link><pubDate>Wed, 10 Jun 2026 17:19:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b22b6969-ad10-4175-9371-4dea8defce8f</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;No chance in SDK 2.2.0. I don&amp;#39;t see DTS bindings in my 2.6.1 SDK installation either.&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;&lt;em&gt;do&lt;/em&gt; see bindings in the SDK 2.9.2 version here, so this is probably close to the&amp;nbsp;&lt;em&gt;minimum&lt;/em&gt; required SDK version. But you should probably upgrade all the way to a recent 3.x version here while you are at it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configure and Connect nRF7002 to nRF52840 on SDK 2.2.2</title><link>https://devzone.nordicsemi.com/thread/567727?ContentTypeID=1</link><pubDate>Wed, 10 Jun 2026 15:02:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0689c98-a621-4f42-b67d-b1cf15e82848</guid><dc:creator>Yimin Tang</dc:creator><description>&lt;p&gt;Sorry, I am using nRF Connect S?DK v2.2.0. I am still seeing the same issue. Where can I find the complete example of nRF7002 used in nRF52840?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configure and Connect nRF7002 to nRF52840 on SDK 2.2.2</title><link>https://devzone.nordicsemi.com/thread/567669?ContentTypeID=1</link><pubDate>Wed, 10 Jun 2026 08:13:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb8400b5-6f7b-42ed-8bbc-d7f11834e2ff</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]I am using nRF52840 as host processor. Now I need to connect to nRF7002 for WiFi usage. I am using ncs 2.2.2 SDK. I have a few questions?&lt;br /&gt;1. Does nRF7002 work on v2.2.2? I created the nRF7002 device on the device tree with &amp;quot;nordic,nrf7002-spi&amp;quot; compatible . However, I cannot link to it. The&amp;nbsp;CONFIG_NRF700X_SPI=y is not supported.[/quote]
&lt;p&gt;I assume you mean ncs v3.2.2?&lt;/p&gt;
&lt;p&gt;nRF7002 shall be supported in this version.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In your device tree, try to add these sections (taken from the nrf7002eb device tree files):&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/*
 * Copyright (c) 2024 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: Apache-2.0
 */

#include &amp;lt;freq.h&amp;gt;

/ {
	chosen {
		zephyr,wifi = &amp;amp;wlan0;
	};
};

&amp;amp;spi1 {
	status = &amp;quot;okay&amp;quot;;

	nrf70: nrf7002@0 {
		compatible = &amp;quot;nordic,nrf7002-spi&amp;quot;;
		status = &amp;quot;okay&amp;quot;;

		wlan0: wlan0 {
			compatible = &amp;quot;nordic,wlan&amp;quot;;
		};

		wlan1: wlan1 {
			compatible = &amp;quot;nordic,wlan&amp;quot;;
		};

		wifi-max-tx-pwr-2g-dsss = &amp;lt;21&amp;gt;;
		wifi-max-tx-pwr-2g-mcs0 = &amp;lt;16&amp;gt;;
		wifi-max-tx-pwr-2g-mcs7 = &amp;lt;16&amp;gt;;
		wifi-max-tx-pwr-5g-low-mcs0 = &amp;lt;13&amp;gt;;
		wifi-max-tx-pwr-5g-low-mcs7 = &amp;lt;13&amp;gt;;
		wifi-max-tx-pwr-5g-mid-mcs0 = &amp;lt;13&amp;gt;;
		wifi-max-tx-pwr-5g-mid-mcs7 = &amp;lt;13&amp;gt;;
		wifi-max-tx-pwr-5g-high-mcs0 = &amp;lt;12&amp;gt;;
		wifi-max-tx-pwr-5g-high-mcs7 = &amp;lt;12&amp;gt;;
		...rest of your configuration..
	};
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I suspect that the issue is the chosen &amp;quot;zephyr,wifi = &amp;amp;wlan0&amp;quot; is missing from your overlay.&lt;/p&gt;
&lt;p&gt;Could you check if this works as intended?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>