<?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>i.MX Processors中的主题 Re: IMX8MM GPIOs</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-GPIOs/m-p/963571#M143615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can look at i.MX8MM dts file and check how gpios are used;&lt;/P&gt;&lt;P&gt;linux/arch/arm64/boot/dts/freescale/fsl-imx8mm-evk.dts&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/fsl-imx8mm-evk.dts?h=imx_4.14.78_1.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/fsl-imx8mm-evk.dts?h=imx_4.14.78_1.0.0_ga"&gt;fsl-imx8mm-evk.dts\freescale\dts\boot\arm64\arch - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jun 2019 00:27:31 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2019-06-25T00:27:31Z</dc:date>
    <item>
      <title>IMX8MM GPIOs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-GPIOs/m-p/963570#M143614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use the pins that are being exposed at J1003 on iMX 8MM EVK on Android 9, specifically,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UART3_RXD (gpio5.IO[26])&amp;nbsp;&lt;BR /&gt;UART3_TXD(gpio5.IO[27])&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAI5_&lt;SPAN&gt;RXD3&lt;/SPAN&gt;(gpio3.IO[24])&lt;/P&gt;&lt;P&gt;SAI5_&lt;SPAN&gt;RXD2&lt;/SPAN&gt;(gpio3.IO[22])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Few questions:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Since they are being exposed, can I safely assume that they are not used by any other component?&lt;/P&gt;&lt;P&gt;2. I tried to "export" them, however, when measuring the voltage when toggling from HI to LO it doesn't seem to work correctly(the value changes from 0 to 1, but the multimeter shows 3.3v in both states).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Do I have to define them in the evk's dts file? Defining them as below; is it the correct way?&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;pinctrl_hog: hoggrp {&lt;BR /&gt; fsl,pins = &amp;lt;&lt;/P&gt;&lt;P&gt;MX8MM_IOMUXC_UART3_TXD_GPIO5_IO27 0x19&lt;BR /&gt; MX8MM_IOMUXC_UART3_RXD_GPIO5_IO26 0x19&lt;BR /&gt; MX8MM_IOMUXC_SAI5_RXD3_GPIO3_IO24 0x19&lt;BR /&gt; MX8MM_IOMUXC_SAI5_RXD2_GPIO3_IO23 0x19&lt;BR /&gt; &amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 16:46:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-GPIOs/m-p/963570#M143614</guid>
      <dc:creator>mikemalgin</dc:creator>
      <dc:date>2019-06-24T16:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MM GPIOs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-GPIOs/m-p/963571#M143615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can look at i.MX8MM dts file and check how gpios are used;&lt;/P&gt;&lt;P&gt;linux/arch/arm64/boot/dts/freescale/fsl-imx8mm-evk.dts&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/fsl-imx8mm-evk.dts?h=imx_4.14.78_1.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/fsl-imx8mm-evk.dts?h=imx_4.14.78_1.0.0_ga"&gt;fsl-imx8mm-evk.dts\freescale\dts\boot\arm64\arch - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 00:27:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-GPIOs/m-p/963571#M143615</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-06-25T00:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MM GPIOs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-GPIOs/m-p/963572#M143616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Hi Igor,&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Thanks, I checked the dts(see below) it looks like UART3_RXD/TXD as well SAI5_RXD3/2 are both taken? Is this correct?&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;(UART3 is used for SPI and SAI5 used for mic)&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Why NXP is making it so hard to use their EVK board? There isn't even a single GPIO(except the ECSPI2 which I use for spidev) on J1003 that is available and can be easily used on Android...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Am I missing something here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 15:21:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-GPIOs/m-p/963572#M143616</guid>
      <dc:creator>mikemalgin</dc:creator>
      <dc:date>2019-06-25T15:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MM GPIOs</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-GPIOs/m-p/1261680#M172554</link>
      <description>&lt;P&gt;Hi MikeMalgin,&lt;/P&gt;&lt;P&gt;Are you able to figure out anyway to use GPIO pin on i.MX8MM evk hw?&lt;/P&gt;&lt;P&gt;Could you please let me know if you are able to.&lt;/P&gt;&lt;P&gt;Thank you, Sreedhar&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 05:17:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-GPIOs/m-p/1261680#M172554</guid>
      <dc:creator>sreedhar_appala</dc:creator>
      <dc:date>2021-04-14T05:17:38Z</dc:date>
    </item>
  </channel>
</rss>

