<?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: iMX 91 FRDM  UART3 Connection in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX-91-FRDM-UART3-Connection/m-p/2291080#M243297</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/246525"&gt;@sivakami&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;UART3 is not enabled by default on this platform. To enable it, you must modify the original device tree to include the UART3 node.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I have attached a modified device tree that enables UART3 for the FRDM board.&lt;BR /&gt;Please follow the procedure below to compile and flash the updated device tree, after which UART3 will be available for use.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you have any questions or need further assistance, please let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/How-to-compile-Linux-Kernel-Image-and-device-tree-using-Yocto/ta-p/2022759" target="_self"&gt;How to compile Linux Kernel Image and device tree using Yocto SDK&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Chavira&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jan 2026 15:39:46 GMT</pubDate>
    <dc:creator>Chavira</dc:creator>
    <dc:date>2026-01-09T15:39:46Z</dc:date>
    <item>
      <title>iMX 91 FRDM  UART3 Connection</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX-91-FRDM-UART3-Connection/m-p/2290956#M243288</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i am using FRDM-imx91, i need to enable UART3 in P11 Connector. i can use that Pin 8 and 9 as GPIO.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;root@imx91frdm:~# gpioset --chip gpiochip0 14=0&lt;BR /&gt;^C&lt;BR /&gt;root@imx91frdm:~# gpioset --chip gpiochip0 14=1&lt;BR /&gt;^C&lt;BR /&gt;root@imx91frdm:~# gpioset --chip gpiochip0 14=0&lt;BR /&gt;^C&lt;BR /&gt;root@imx91frdm:~# gpioinfo | grep 14&lt;BR /&gt;line 14: unnamed output&lt;BR /&gt;line 14: unnamed input&lt;BR /&gt;line 14: unnamed input&lt;BR /&gt;line 14: unnamed input&lt;BR /&gt;line 14: unnamed output consumer=regulator-vdd-12v&lt;BR /&gt;root@imx91frdm:~# gpioinfo | grep 15&lt;BR /&gt;line 15: unnamed input&lt;BR /&gt;line 15: unnamed input&lt;BR /&gt;line 15: unnamed input&lt;BR /&gt;line 15: unnamed input&lt;BR /&gt;line 15: unnamed output&lt;BR /&gt;root@imx91frdm:~# killall gpioset&lt;BR /&gt;gpioset: no process found&lt;BR /&gt;root@imx91frdm:~# gpioinfo | grep 14&lt;BR /&gt;line 14: unnamed output&lt;BR /&gt;line 14: unnamed input&lt;BR /&gt;line 14: unnamed input&lt;BR /&gt;line 14: unnamed input&lt;BR /&gt;line 14: unnamed output consumer=regulator-vdd-12v&lt;BR /&gt;root@imx91frdm:~#&lt;BR /&gt;but i couldnot use as UART, i have see as below ttyLP*&lt;BR /&gt;root@imx91frdm:~# dmesg | grep ttyLP&lt;BR /&gt;[ 0.000000] Kernel command line: console=ttyLP0,115200 earlycon root=/dev/mmcblk0p2 rootwait rw&lt;BR /&gt;[ 0.820223] 44380000.serial: ttyLP0 at MMIO 0x44380010 (irq = 17, base_baud = 1500000) is a FSL_LPUART&lt;BR /&gt;[ 0.829548] printk: console [ttyLP0] enabled&lt;BR /&gt;[ 0.853209] 425a0000.serial: ttyLP5 at MMIO 0x425a0010 (irq = 18, base_baud = 1500000) is a FSL_LPUART&lt;BR /&gt;[ 1.918196] 42590000.serial: ttyLP4 at MMIO 0x42590010 (irq = 107, base_baud = 1500000) is a FSL_LPUART&lt;BR /&gt;root@imx91frdm:~#&lt;/P&gt;&lt;P&gt;How to send data in UART?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 10:35:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX-91-FRDM-UART3-Connection/m-p/2290956#M243288</guid>
      <dc:creator>sivakami</dc:creator>
      <dc:date>2026-01-09T10:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: iMX 91 FRDM  UART3 Connection</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX-91-FRDM-UART3-Connection/m-p/2291080#M243297</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/246525"&gt;@sivakami&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;UART3 is not enabled by default on this platform. To enable it, you must modify the original device tree to include the UART3 node.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I have attached a modified device tree that enables UART3 for the FRDM board.&lt;BR /&gt;Please follow the procedure below to compile and flash the updated device tree, after which UART3 will be available for use.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you have any questions or need further assistance, please let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/How-to-compile-Linux-Kernel-Image-and-device-tree-using-Yocto/ta-p/2022759" target="_self"&gt;How to compile Linux Kernel Image and device tree using Yocto SDK&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 15:39:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX-91-FRDM-UART3-Connection/m-p/2291080#M243297</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2026-01-09T15:39:46Z</dc:date>
    </item>
  </channel>
</rss>

