<?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>Other NXP ProductsのトピックInterrupt parameter: device tree configuration?</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Interrupt-parameter-device-tree-configuration/m-p/1007948#M8502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;I am currently writing a device tree node to configure&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;NXP&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;SCI6IS752 Dual Channel UART&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;with I2C which is connected to the slave address&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;0x4d&lt;/STRONG&gt;&lt;/SPAN&gt;. I am also using a clock of 1.8432MHz. The IRQ pin of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;SCISIS752&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is attached to an IO Expander GPIO which is gpiopin 456 in my case. My dts configuration:&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;PRE style="color: #242729; border: 0px; margin: 0px 0px 1em; padding: 12px 8px;"&gt;&lt;CODE style="border: 0px; font-weight: inherit;"&gt;sc16is752@4d {     compatible = "nxp,sc16is752";     reg = &amp;lt;0x4d&amp;gt;;      clocks = &amp;lt;&amp;amp;sc16is752_clk&amp;gt;;     interrupt-parent = &amp;lt;&amp;amp;gpio3&amp;gt;;     interrupts = &amp;lt;7 2&amp;gt;;      gpio-controller;     #gpio-cells = &amp;lt;2&amp;gt;;      sc16is752_clk: sc16is752_clk {         compatible = "fixed-clock";         #clock-cells = &amp;lt;0&amp;gt;;         clock-frequency = &amp;lt;1843200&amp;gt;;     };};&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;CODE style="background-color: #eff0f1; border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/CODE&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;How do I set the values of interrupt-parent and interrupts for this configuration?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Nov 2019 16:13:38 GMT</pubDate>
    <dc:creator>amodamatya</dc:creator>
    <dc:date>2019-11-05T16:13:38Z</dc:date>
    <item>
      <title>Interrupt parameter: device tree configuration?</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Interrupt-parameter-device-tree-configuration/m-p/1007948#M8502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;I am currently writing a device tree node to configure&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;NXP&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;SCI6IS752 Dual Channel UART&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;with I2C which is connected to the slave address&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;0x4d&lt;/STRONG&gt;&lt;/SPAN&gt;. I am also using a clock of 1.8432MHz. The IRQ pin of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;SCISIS752&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is attached to an IO Expander GPIO which is gpiopin 456 in my case. My dts configuration:&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;PRE style="color: #242729; border: 0px; margin: 0px 0px 1em; padding: 12px 8px;"&gt;&lt;CODE style="border: 0px; font-weight: inherit;"&gt;sc16is752@4d {     compatible = "nxp,sc16is752";     reg = &amp;lt;0x4d&amp;gt;;      clocks = &amp;lt;&amp;amp;sc16is752_clk&amp;gt;;     interrupt-parent = &amp;lt;&amp;amp;gpio3&amp;gt;;     interrupts = &amp;lt;7 2&amp;gt;;      gpio-controller;     #gpio-cells = &amp;lt;2&amp;gt;;      sc16is752_clk: sc16is752_clk {         compatible = "fixed-clock";         #clock-cells = &amp;lt;0&amp;gt;;         clock-frequency = &amp;lt;1843200&amp;gt;;     };};&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;CODE style="background-color: #eff0f1; border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/CODE&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;How do I set the values of interrupt-parent and interrupts for this configuration?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2019 16:13:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Interrupt-parameter-device-tree-configuration/m-p/1007948#M8502</guid>
      <dc:creator>amodamatya</dc:creator>
      <dc:date>2019-11-05T16:13:38Z</dc:date>
    </item>
  </channel>
</rss>

