<?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>topic UART port configuration in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/UART-port-configuration/m-p/741757#M115475</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;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using IMX6Q processor on my custom board.&lt;/P&gt;&lt;P&gt;I am trying to configure one of the UART port in LINUX kernel.&lt;/P&gt;&lt;P&gt;After configuration i am getting 2.8V on TX pin instead of 3.3V and 3.3V on RX pin.&lt;/P&gt;&lt;P&gt;I am using 3.3V on NVCC_EIM power domain for UART.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firmware configuration:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UART_TX: SRE_FAST, DSE_DISABLE, SPEED_MED, CTL_HYS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UART_RX: SRE_FAST, DSE_DISABLE, SPEED_MED, CTL_HYS, CTL_PUS_100K_UP,&amp;nbsp;CTL_PKE,&amp;nbsp;CTL_PUE.&lt;/P&gt;&lt;P&gt;Above configuration are used by kernel as a pad value of device tree node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the cause for this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Sanket&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2018 14:16:52 GMT</pubDate>
    <dc:creator>sanketparekh</dc:creator>
    <dc:date>2018-04-17T14:16:52Z</dc:date>
    <item>
      <title>UART port configuration</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UART-port-configuration/m-p/741757#M115475</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;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using IMX6Q processor on my custom board.&lt;/P&gt;&lt;P&gt;I am trying to configure one of the UART port in LINUX kernel.&lt;/P&gt;&lt;P&gt;After configuration i am getting 2.8V on TX pin instead of 3.3V and 3.3V on RX pin.&lt;/P&gt;&lt;P&gt;I am using 3.3V on NVCC_EIM power domain for UART.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firmware configuration:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UART_TX: SRE_FAST, DSE_DISABLE, SPEED_MED, CTL_HYS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UART_RX: SRE_FAST, DSE_DISABLE, SPEED_MED, CTL_HYS, CTL_PUS_100K_UP,&amp;nbsp;CTL_PKE,&amp;nbsp;CTL_PUE.&lt;/P&gt;&lt;P&gt;Above configuration are used by kernel as a pad value of device tree node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the cause for this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Sanket&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 14:16:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UART-port-configuration/m-p/741757#M115475</guid>
      <dc:creator>sanketparekh</dc:creator>
      <dc:date>2018-04-17T14:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: UART port configuration</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UART-port-configuration/m-p/741758#M115476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanket&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can recheck pad power supplies using Table 100. 21 x 21 mm Functional Contact Assignments&lt;/P&gt;&lt;P&gt;"Power Group" i.MX6DQ Datasheet, in general UART can be muxed from pad with other power domain.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/docs/en/data-sheet/IMX6DQCEC.pdf"&gt;http://www.nxp.com/docs/en/data-sheet/IMX6DQCEC.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;check i.MX6 System Development User’s Guide for common power supply recommendations,&lt;/P&gt;&lt;P&gt;note all power supply should be applied even not used, exceptions are given in sect.2.8 Unused analog interfaces.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX6DQ6SDLHDG.pdf"&gt;https://www.nxp.com/docs/en/user-guide/IMX6DQ6SDLHDG.pdf&lt;/A&gt;&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, 17 Apr 2018 23:05:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UART-port-configuration/m-p/741758#M115476</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-04-17T23:05:53Z</dc:date>
    </item>
  </channel>
</rss>

