<?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>Power supply Config. 6 and software define</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125450/power-supply-config-6-and-software-define</link><description>Hi, I used in my hw design Config. 6 for nRF52840 QIAA aQFN73 
 https://docs.nordicsemi.com/bundle/ps_nrf52840/page/ref_circuitry.html#ariaid-title7 
 The question is how to activate this configuration in the Zephyr software? As I understand I should</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 01 Dec 2025 16:14:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125450/power-supply-config-6-and-software-define" /><item><title>RE: Power supply Config. 6 and software define</title><link>https://devzone.nordicsemi.com/thread/555906?ContentTypeID=1</link><pubDate>Mon, 01 Dec 2025 16:14:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3586115-9ed7-4084-b1ac-c3360e275fa7</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;It was controlled by Kconfig instead of the devicetree in SDK &amp;nbsp;v2.5.3. Link to migration doc:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/releases/migration-guide-4.0.html#regulator"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/releases/migration-guide-4.0.html#regulator&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power supply Config. 6 and software define</title><link>https://devzone.nordicsemi.com/thread/555811?ContentTypeID=1</link><pubDate>Sun, 30 Nov 2025 19:50:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b50c7628-c2a7-4c48-90ef-156586243ad0</guid><dc:creator>ivnn</dc:creator><description>&lt;p&gt;Thanks&lt;br /&gt;Works great for Zephyr SDK 3.1.1&lt;br /&gt;&lt;br /&gt;Could you please advise how to enable LDO in SDK 2.5.3? It&amp;#39;s old, and there is no &amp;amp;reg0 and &amp;amp;reg1&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power supply Config. 6 and software define</title><link>https://devzone.nordicsemi.com/thread/553550?ContentTypeID=1</link><pubDate>Thu, 06 Nov 2025 12:12:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67e5d660-fd98-40cc-a4c0-02d1e621908a</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re building for the nRF52840DK/nrf52840 target you can create a file named nrf52840dk_nrf52840 in your project root directory with the following content which overrides the default regulator configuration for this board to match your HW:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;
&amp;amp;reg0 {
    status = &amp;quot;disabled&amp;quot;;
};

&amp;amp;reg1 {
    regulator-initial-mode = &amp;lt;NRF5X_REG_MODE_LDO&amp;gt;;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Then do a pristine/clean build which is needed to allow the build system to detect that the new devictree overlay file has been added. You can also check the zephyr.dts output after completing the build to verify that the changes took effect:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1762431125144v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;If you don&amp;#39;t have the optional 32KHz crystal, you will also need to change the default clock source from LFXO to LFRC by adding&amp;nbsp;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y to your project configuration (prj.conf) file.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>