<?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>Modify the device tree</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63086/modify-the-device-tree</link><description>Hi, 
 I&amp;#39;m working on the Basic example Blink_led. 
 I would like to change from LED 1 to LED 2. I changed the ch0-pin = &amp;lt;3&amp;gt; in the nrf9160_pca10090_common.dts but now the LED 1 is off and LED 2 is off 
 I also build an overlay and add it to the Folder</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 29 Jun 2020 14:42:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63086/modify-the-device-tree" /><item><title>RE: Modify the device tree</title><link>https://devzone.nordicsemi.com/thread/257434?ContentTypeID=1</link><pubDate>Mon, 29 Jun 2020 14:42:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2eee6b7-ac68-4ab0-ac2f-3c776eb8460a</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Try nrf9160dk_nrf9160.overlay:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;&amp;amp;pwm_led0 {
  pwms = &amp;lt;&amp;amp;pwm0 3&amp;gt;;
};

&amp;amp;pwm0 {
  ch0-pin = &amp;lt;3&amp;gt;;
};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>