<?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>error on nRF54L15-DK peripheral-uart compile: undefined node label &amp;#39;uart0&amp;#39;</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118670/error-on-nrf54l15-dk-peripheral-uart-compile-undefined-node-label-uart0</link><description>Hello there, 
 I got an error msg when I tried to compile the Bluetooth LE UART service example for nRF54L15-DK as: &amp;quot; devicetree error: /chosen: undefined node label &amp;#39;uart0&amp;#39; &amp;quot; The screenshot is attached. 
 However, If I change the board config to nRF52840DK</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 06 Feb 2025 08:46:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118670/error-on-nrf54l15-dk-peripheral-uart-compile-undefined-node-label-uart0" /><item><title>RE: error on nRF54L15-DK peripheral-uart compile: undefined node label 'uart0'</title><link>https://devzone.nordicsemi.com/thread/521669?ContentTypeID=1</link><pubDate>Thu, 06 Feb 2025 08:46:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8dc08e9-c83a-42b2-9d80-df56709064c7</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;UART0 is not available in nRF54L15. The numbering of serial instances has changed to using 2 digits, on to identify domain and one to identify instance. See&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/about.html#ariaid-title4"&gt;Peripheral naming conventions&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The default UART instance used for Nordic UART service is uart20:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v2.9.0/samples/bluetooth/peripheral_uart/boards/nrf54l15dk_nrf54l15_cpuapp.overlay"&gt;https://github.com/nrfconnect/sdk-nrf/blob/v2.9.0/samples/bluetooth/peripheral_uart/boards/nrf54l15dk_nrf54l15_cpuapp.overlay&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It looks like you are building for the _ns target, but there is no overlay for this target included in the sample, you need to create this yourself by replicating the nrf54l15dk_nrf54l15_cpuapp.* files inside boards directory with&amp;nbsp;&lt;span&gt;nrf54l15dk_nrf54l15_cpuapp_ns.* naming. You can also build for the &amp;quot;nrf54l15dk/nrf54l15/cpuapp board&amp;quot;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>