<?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 Re: How to enable UART2 in Linux on LX2160A? in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2184460#M16195</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Please enable CONFIG_SERIAL_PROBE_ALL=y in lx2160ardb_tfa_defconfig&amp;nbsp;after applying this patch.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We have verified this method in LSDK 21.08.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Oct 2025 02:41:42 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2025-10-13T02:41:42Z</dc:date>
    <item>
      <title>How to enable UART2 in Linux on LX2160A?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2183703#M16179</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'd like to enable both UART1 and UARAT2 in Linux on LX2160A.&lt;BR /&gt;kernel version: 5.15.71&lt;/P&gt;&lt;P&gt;configuration in dts, it seems ok.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZhaoZheng1_0-1760084260244.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/360219i5951F55088BF18B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZhaoZheng1_0-1760084260244.png" alt="ZhaoZheng1_0-1760084260244.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Check UART control register, UART2 has not been enabled.&lt;BR /&gt;&lt;SPAN&gt;root@localhost:~# devmem2 0x21d0030 32&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0x00000300&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;root@localhost:~# devmem2 0x21c0030 32&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0x00000B01&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;May i have your comments?&lt;BR /&gt;Many thanks!&lt;/P&gt;&lt;P&gt;Zhao&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 08:21:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2183703#M16179</guid>
      <dc:creator>ZhaoZheng1</dc:creator>
      <dc:date>2025-10-10T08:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable UART2 in Linux on LX2160A?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2184256#M16185</link>
      <description>&lt;P&gt;BTW, I have a trial to modify the register of&amp;nbsp;UARTCR to enable UART2, still not working..&lt;/P&gt;</description>
      <pubDate>Sat, 11 Oct 2025 08:46:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2184256#M16185</guid>
      <dc:creator>ZhaoZheng1</dc:creator>
      <dc:date>2025-10-11T08:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable UART2 in Linux on LX2160A?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2184440#M16191</link>
      <description>&lt;P&gt;Please try below patch&lt;/P&gt;
&lt;P&gt;&lt;A href="https://patchwork.ozlabs.org/project/uboot/cover/1607490724-6447-1-git-send-email-vabhav.sharma@oss.nxp.com/" target="_blank"&gt;https://patchwork.ozlabs.org/project/uboot/cover/1607490724-6447-1-git-send-email-vabhav.sharma@oss.nxp.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Then enable CONFIG_SERIAL_PROBE_ALL=y in lx2160ardb_tfa_defconfig&amp;nbsp;after applying this patch.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 02:12:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2184440#M16191</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2025-10-13T02:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable UART2 in Linux on LX2160A?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2184448#M16192</link>
      <description>&lt;P&gt;Hi Yiping,&lt;/P&gt;&lt;P&gt;Thanks for your great help.&lt;/P&gt;&lt;P&gt;I checked the patch, it's about u-boot.&lt;BR /&gt;Does it mean enable UART2 in Linux should probe all UARTs in u-boot?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zhao&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 02:25:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2184448#M16192</guid>
      <dc:creator>ZhaoZheng1</dc:creator>
      <dc:date>2025-10-13T02:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable UART2 in Linux on LX2160A?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2184450#M16193</link>
      <description>&lt;P&gt;Yes, you need to apply this patch in u-boot. Then check UART1 and UART2 in Linux.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 02:31:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2184450#M16193</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2025-10-13T02:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable UART2 in Linux on LX2160A?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2184452#M16194</link>
      <description>&lt;P&gt;That's make sense.&lt;/P&gt;&lt;P&gt;I just checked the patch already integrated into u-boot mainline at least in LF-5.15.y.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 02:33:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2184452#M16194</guid>
      <dc:creator>ZhaoZheng1</dc:creator>
      <dc:date>2025-10-13T02:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable UART2 in Linux on LX2160A?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2184460#M16195</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Please enable CONFIG_SERIAL_PROBE_ALL=y in lx2160ardb_tfa_defconfig&amp;nbsp;after applying this patch.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We have verified this method in LSDK 21.08.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 02:41:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2184460#M16195</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2025-10-13T02:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable UART2 in Linux on LX2160A?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2184621#M16198</link>
      <description>&lt;P&gt;Thanks a lot, Yiping.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Zhao&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 07:38:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2184621#M16198</guid>
      <dc:creator>ZhaoZheng1</dc:creator>
      <dc:date>2025-10-13T07:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable UART2 in Linux on LX2160A?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2204653#M16290</link>
      <description>&lt;P&gt;Dear Zhaozhao,&lt;BR /&gt;&lt;SPAN&gt;The fsl-lx2160a.dtsi was added through an out-of-tree patch from my customer in 2023 and was merged into our branch in 2024; it is now fully supported.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Commit reference: git show 8b4a8708d37c1174f6a8ee0b8c78ad78c89df8e4&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 18:32:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2204653#M16290</guid>
      <dc:creator>kenli</dc:creator>
      <dc:date>2025-11-13T18:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable UART2 in Linux on LX2160A?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2204826#M16291</link>
      <description>&lt;P&gt;Hi Ken,&lt;/P&gt;&lt;P&gt;Thanks for your kindly support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Zhao&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 03:17:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-UART2-in-Linux-on-LX2160A/m-p/2204826#M16291</guid>
      <dc:creator>ZhaoZheng1</dc:creator>
      <dc:date>2025-11-14T03:17:50Z</dc:date>
    </item>
  </channel>
</rss>

