<?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>Adding nPM1300 overlay to nRF5340 DK configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113767/adding-npm1300-overlay-to-nrf5340-dk-configuration</link><description>Hi, 
 I am currently configuring the nPM1300-EK with the nRF5340-DK by following the instructions from the webinar &amp;quot;Adding battery charging and fuel gauging to your nRF52 Series project&amp;quot; available on the Nordic Semiconductor YouTube channel, as well as</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 16 Aug 2024 12:57:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113767/adding-npm1300-overlay-to-nrf5340-dk-configuration" /><item><title>RE: Adding nPM1300 overlay to nRF5340 DK configuration</title><link>https://devzone.nordicsemi.com/thread/498638?ContentTypeID=1</link><pubDate>Fri, 16 Aug 2024 12:57:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:edda44c2-8a5f-490f-a545-2bf942f7e499</guid><dc:creator>Robin M Saltnes</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have you added the pin configurations for the I2C to your overlay after exporting it? For the nRF5340DK with the connections used in the guide you linked to it would be something like this:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;&amp;amp;i2c0_default {
    group2 {
        psels = &amp;lt;NRF_PSEL(TWIM_SCL, 1, 3)&amp;gt;, &amp;lt;NRF_PSEL(TWIM_SDA, 1, 2)&amp;gt;;
        bias-pull-up;
        };
    };
/delete-node/ &amp;amp;{/pin-controller/i2c0_default/group1/};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;br,&lt;br /&gt;Robin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding nPM1300 overlay to nRF5340 DK configuration</title><link>https://devzone.nordicsemi.com/thread/497532?ContentTypeID=1</link><pubDate>Thu, 08 Aug 2024 21:36:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff288e4c-f96e-43c3-94ae-d2a65b81900a</guid><dc:creator>rajeev</dc:creator><description>&lt;p&gt;Have a look at this and see if it helps&lt;br /&gt;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/blob/0c7e87714d923d5e1db89e0fb15fbdf45dcd4a00/boards/nordic/nrf9131ek/nrf9131ek_nrf9131_common.dtsi#L109"&gt;https://github.com/zephyrproject-rtos/zephyr/blob/0c7e87714d923d5e1db89e0fb15fbdf45dcd4a00/boards/nordic/nrf9131ek/nrf9131ek_nrf9131_common.dtsi#L109&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>