<?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>devicetree error: ... /library_sdk/boards/arm/nrf52840_custom/nrf52840_custom.dts:152 (column 14): parse error: malformed value</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/94783/devicetree-error-library_sdk-boards-arm-nrf52840_custom-nrf52840_custom-dts-152-column-14-parse-error-malformed-value</link><description>Hello Community / Nordic How can I have a boolean property in my mp2723 device driver devicetree dts or overlay. I am using NCS v2.2.0 in MS Windows 11 with VSCode 1.17.2 Zephyr says: 
 my mp,mp2723.yaml file: the boolean property I did try the following</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 12 Dec 2022 19:13:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/94783/devicetree-error-library_sdk-boards-arm-nrf52840_custom-nrf52840_custom-dts-152-column-14-parse-error-malformed-value" /><item><title>RE: devicetree error: ... /library_sdk/boards/arm/nrf52840_custom/nrf52840_custom.dts:152 (column 14): parse error: malformed value</title><link>https://devzone.nordicsemi.com/thread/400238?ContentTypeID=1</link><pubDate>Mon, 12 Dec 2022 19:13:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2df6bac4-153b-4325-b340-0188b2b8dedd</guid><dc:creator>nRF5xFanboy</dc:creator><description>&lt;p&gt;Hi &lt;a class="internal-link view-user-profile" href="https://devzone.nordicsemi.com/members/oivind"&gt;&amp;Oslash;ivind&lt;/a&gt;,&lt;br /&gt;&lt;br /&gt;Thanks, I did discovered the same&amp;nbsp;while browsing through some examples&lt;br /&gt;The zephyr website was not very clear on this.&lt;br /&gt;&lt;br /&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: devicetree error: ... /library_sdk/boards/arm/nrf52840_custom/nrf52840_custom.dts:152 (column 14): parse error: malformed value</title><link>https://devzone.nordicsemi.com/thread/400203?ContentTypeID=1</link><pubDate>Mon, 12 Dec 2022 15:15:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30313c24-6e87-4f08-b9d8-df996ad1d559</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You set a boolean property to true by including it in the devicetree node. For example:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;mp2723: mp2723@0 {
    compatible = &amp;quot;mp,mp2723&amp;quot;;
    reg = &amp;lt;0&amp;gt;;
    
    NTC_type;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If the boolean is set to true in a board file and you would like to set it to false in an overlay, you can delete the property in the overlay:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;mp2723 {
    /delete-property/ NTC_type;
};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>