<?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>The child nodes of the I2C device tree cannot be parsed.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125434/the-child-nodes-of-the-i2c-device-tree-cannot-be-parsed</link><description>I am not using the nrf5340DK development board; instead, I am using the nrf5340 chip, and the SDK version I&amp;#39;m using is V3.1.0. I defined the I2C child node &amp;quot;lt3582&amp;quot; in the device tree, and this child node is also visible under the &amp;quot;i2c1&amp;quot; node. However</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 06 Nov 2025 10:38:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125434/the-child-nodes-of-the-i2c-device-tree-cannot-be-parsed" /><item><title>RE: The child nodes of the I2C device tree cannot be parsed.</title><link>https://devzone.nordicsemi.com/thread/553539?ContentTypeID=1</link><pubDate>Thu, 06 Nov 2025 10:38:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59d690d2-26ab-411e-ad15-3b1c83eba20c</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;It’s possible to create a custom i2c child node, like the “mysensor” node in the DevAcademy course, and not create a proper binding to a Zephyr driver, but instead use the i2c driver directly from your application. Do you see any actual errors/warnings reported in the build output here:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1762425503396v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;If so, could you please post the log here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: The child nodes of the I2C device tree cannot be parsed.</title><link>https://devzone.nordicsemi.com/thread/553415?ContentTypeID=1</link><pubDate>Wed, 05 Nov 2025 11:29:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c83310ec-7912-4749-9cbb-89e12a04f456</guid><dc:creator>lizhaoming634</dc:creator><description>&lt;div&gt;&lt;span&gt;description&lt;/span&gt;&lt;span&gt;: &lt;/span&gt;&lt;span&gt;BME280 integrated environmental sensor&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div&gt;&lt;span&gt;compatible&lt;/span&gt;&lt;span&gt;: &lt;/span&gt;&lt;span&gt;&amp;quot;zephyr,custom-bme280&amp;quot;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div&gt;&lt;span&gt;include&lt;/span&gt;&lt;span&gt;: [&lt;/span&gt;&lt;span&gt;sensor-device.yaml&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;spi-device.yaml&lt;/span&gt;&lt;span&gt;]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;like this, you need .yaml, not .overlay&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: The child nodes of the I2C device tree cannot be parsed.</title><link>https://devzone.nordicsemi.com/thread/553393?ContentTypeID=1</link><pubDate>Wed, 05 Nov 2025 09:42:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12f429bd-f0f7-41a0-ae78-8b507b292740</guid><dc:creator>HHJ</dc:creator><description>&lt;p&gt;In the tutorial, it&amp;#39;s possible to add one&amp;#39;s own device tree files, but in my current device tree setup, there doesn&amp;#39;t seem to be a place to add device tree files. Currently, there are two device tree files: nrf5340dk_nrf5340_cpuapp_ns.dts and app.overlay. The app.overlay file is the one I modified to configure device tree pins, and I&amp;#39;m not sure if app.overlay is my custom device tree file.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1762335665817v1.png" alt=" " /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1762335678068v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: The child nodes of the I2C device tree cannot be parsed.</title><link>https://devzone.nordicsemi.com/thread/553378?ContentTypeID=1</link><pubDate>Wed, 05 Nov 2025 08:46:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c28c6bdd-b3ad-42dc-baaf-fa51d035979f</guid><dc:creator>lizhaoming634</dc:creator><description>&lt;p&gt;It looks like the LT3582 isn&amp;rsquo;t supported in NCS at the moment. You might need to create a custom Devicetree binding (YAML) for it&lt;br /&gt;&lt;br /&gt;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-6-serial-com-i2c/topic/exercise-1-6-2/"&gt;Exercise 1 &amp;ndash; Connecting an BME280 temperature sensor - Nordic Developer Academy&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>