<?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>nRF COMP driver prevents Zephyr from booting on nRF54L15</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125801/nrf-comp-driver-prevents-zephyr-from-booting-on-nrf54l15</link><description>Hi, I&amp;#39;m trying to use the nRF COMP peripheral in Zephyr. My application boots and runs normally until I enable the DeviceTree overlay for the COMP. As soon as the overlay is added, the device stops booting (no logs appear). 
 If I remove the overlay entirely</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 26 Nov 2025 08:24:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125801/nrf-comp-driver-prevents-zephyr-from-booting-on-nrf54l15" /><item><title>RE: nRF COMP driver prevents Zephyr from booting on nRF54L15</title><link>https://devzone.nordicsemi.com/thread/555455?ContentTypeID=1</link><pubDate>Wed, 26 Nov 2025 08:24:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1e82e94-cc31-467d-b884-8aaf75ad4642</guid><dc:creator>Benjamin</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;I reproduced your issue. You are setting the comparator input&amp;nbsp;to AIN0 which on the nRF54L15 is P1.04. See&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/chapters/pin.html#ariaid-title7"&gt;pin assignments&lt;/a&gt;. This is the same pin that is used for UART and causes a conflict here. You will have to change the analog input pin or the UART pin arrangement. I changed the input to&amp;nbsp;AIN5 and then your code worked fine.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Benjamin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>