<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Wireless MCUのトピックRe: PN7150 device tree</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/PN7150-device-tree/m-p/1384464#M12535</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/86688"&gt;@alassaneg&lt;/a&gt;&amp;nbsp;：&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From nfc-reader library source code, the sample device tree is as the application note says&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;&amp;amp;i2c{&lt;/P&gt;
&lt;P&gt;status = "okay";&lt;/P&gt;
&lt;P&gt;pn547: pn547@29 {&lt;/P&gt;
&lt;P&gt;compatible = "nxp,pn547";&lt;/P&gt;
&lt;P&gt;reg = &amp;lt;0x29&amp;gt;;&lt;BR /&gt;clock-frequency = &amp;lt;400000&amp;gt;;&lt;/P&gt;
&lt;P&gt;interrupt-gpios = &amp;lt;&amp;amp;gpio2 17 0&amp;gt;;&lt;BR /&gt;enable-gpios = &amp;lt;&amp;amp;gpio4 21 0&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Fri, 10 Dec 2021 02:48:31 GMT</pubDate>
    <dc:creator>danielchen</dc:creator>
    <dc:date>2021-12-10T02:48:31Z</dc:date>
    <item>
      <title>PN7150 device tree</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/PN7150-device-tree/m-p/1379793#M12472</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, I'm trying to use the PN7120 through the device tree but there is a confusion between what the app note (&amp;nbsp;&lt;A title="app note" href="https://www.nxp.com/docs/en/application-note/AN11697.pdf" target="_blank" rel="noopener"&gt;https://www.nxp.com/docs/en/application-note/AN11697.pdf&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;) says and the device tree binding: The device tree binding (&amp;nbsp;&lt;A title="device tree binding" href="https://elixir.bootlin.com/linux/latest/source/Documentation/devicetree/bindings/net/nfc/nxp-nci.txt" target="_blank" rel="noopener"&gt;https://elixir.bootlin.com/linux/latest/source/Documentation/devicetree/bindings/net/nfc/nxp-nci.txt&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;) says that the device tree should be implemented this way :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;i2c2 { npc100: &lt;A href="mailto:npc100@29" target="_blank" rel="noopener"&gt;npc100@29 &lt;/A&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;compatible = "nxp,nxp-nci-i2c";&lt;/P&gt;&lt;P&gt;reg = &amp;lt;0x29&amp;gt;; clock-frequency = &amp;lt;100000&amp;gt;;&lt;/P&gt;&lt;P&gt;interrupt-parent = &amp;lt;&amp;amp;gpio1&amp;gt;;&lt;/P&gt;&lt;P&gt;interrupts = &amp;lt;29 IRQ_TYPE_LEVEL_HIGH&amp;gt;;&lt;/P&gt;&lt;P&gt;enable-gpios = &amp;lt;&amp;amp;gpio0 30 GPIO_ACTIVE_HIGH&amp;gt;;&lt;/P&gt;&lt;P&gt;firmware-gpios = &amp;lt;&amp;amp;gpio0 31 GPIO_ACTIVE_HIGH&amp;gt;;&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The app note says: &amp;amp;i2c{ status = "okay"; pn547: pn547@28 {&lt;/P&gt;&lt;P&gt;compatible = "nxp,pn547";&lt;/P&gt;&lt;P&gt;reg = &amp;lt;0x28&amp;gt;;&lt;/P&gt;&lt;P&gt;clock-frequency = &amp;lt;400000&amp;gt;;&lt;/P&gt;&lt;P&gt;interrupt-gpios = &amp;lt;&amp;amp;gpio2 17 0&amp;gt;;&lt;/P&gt;&lt;P&gt;enable-gpios = &amp;lt;&amp;amp;gpio4 21 0&amp;gt;;&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could someone tell me what's the correct implementation?&lt;/P&gt;&lt;P&gt;I already submitted a ticket to NXP but apparently they're not interested with that kind of issue&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 14:44:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/PN7150-device-tree/m-p/1379793#M12472</guid>
      <dc:creator>alassaneg</dc:creator>
      <dc:date>2021-12-01T14:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: PN7150 device tree</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/PN7150-device-tree/m-p/1384464#M12535</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/86688"&gt;@alassaneg&lt;/a&gt;&amp;nbsp;：&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From nfc-reader library source code, the sample device tree is as the application note says&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;&amp;amp;i2c{&lt;/P&gt;
&lt;P&gt;status = "okay";&lt;/P&gt;
&lt;P&gt;pn547: pn547@29 {&lt;/P&gt;
&lt;P&gt;compatible = "nxp,pn547";&lt;/P&gt;
&lt;P&gt;reg = &amp;lt;0x29&amp;gt;;&lt;BR /&gt;clock-frequency = &amp;lt;400000&amp;gt;;&lt;/P&gt;
&lt;P&gt;interrupt-gpios = &amp;lt;&amp;amp;gpio2 17 0&amp;gt;;&lt;BR /&gt;enable-gpios = &amp;lt;&amp;amp;gpio4 21 0&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 02:48:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/PN7150-device-tree/m-p/1384464#M12535</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2021-12-10T02:48:31Z</dc:date>
    </item>
  </channel>
</rss>

