<?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>PowerQUICC ProcessorsのトピックRe: Re: MPC8306 qe uart</title>
    <link>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8306-qe-uart/m-p/231597#M228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please, refer to the following docs (RS485 example):&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jan 2014 03:34:13 GMT</pubDate>
    <dc:creator>LPP</dc:creator>
    <dc:date>2014-01-17T03:34:13Z</dc:date>
    <item>
      <title>MPC8306 qe uart</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8306-qe-uart/m-p/231594#M225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can MPC8306 QUICC Engine support UART rather than TDM? Need a New QE firm update to support this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 09:49:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8306-qe-uart/m-p/231594#M225</guid>
      <dc:creator>go777</dc:creator>
      <dc:date>2014-01-13T09:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: MPC8306 qe uart</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8306-qe-uart/m-p/231595#M226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MPC8306 UCCs support UART.&lt;/P&gt;&lt;P&gt;Please refer to MPC8306RM Section 22.2 "QUICC Engine Implementation Details for the MPC8306 and MPC8306S".&lt;/P&gt;&lt;P&gt;This function doesn't require special firmware.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 10:07:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8306-qe-uart/m-p/231595#M226</guid>
      <dc:creator>LPP</dc:creator>
      <dc:date>2014-01-13T10:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: MPC8306 qe uart</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8306-qe-uart/m-p/231596#M227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For MPC8306, the last firmware is &lt;A href="http://www.freescale.com/lgfiles/NMG/NSD/MPC830x_1-0-0.zip?&amp;amp;Parent_nodeId=1259899192829694305554&amp;amp;Parent_pageType=product" style="color: #017bba; text-indent: 0px;"&gt;MPC830x_1-0-0&lt;/A&gt;, the microcode also support UART &amp;amp; TDM?&lt;/P&gt;&lt;P&gt;In Linux kernel, the dts file for MPC830x(tdm port):&lt;/P&gt;&lt;P&gt;ucc@2400 {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; device_type = "tdm";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; compatible = "ucc-tdm-framer";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; cell-index = &amp;lt;5&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; tdm-num = &amp;lt;1&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; si-num = &amp;lt;1&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; tdm-rx-clock = "clk3";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; tdm-tx-clock = "clk4";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; tdm-rx-sync = "RSYNC";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; tdm-tx-sync = "TSYNC";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; reg = &amp;lt;0x2400 0x200&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; interrupts = &amp;lt;40&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; interrupt-parent = &amp;lt;&amp;amp;qeic&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I want change it to ucc uart port,I can write like this?&lt;/P&gt;&lt;P&gt;ucc@2400 {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; device_type = "serial";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; compatible = "ucc_uart";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; cell-index = &amp;lt;5&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; port-number = &amp;lt;0&amp;gt;; /* Which ttyQEx device */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; rx-clock-name = "brg5";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; tx-clock-name = "brg5";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; reg = &amp;lt;0x2400 0x200&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; interrupts = &amp;lt;40&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; interrupt-parent = &amp;lt;&amp;amp;qeic&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no knowledge to microcode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 10:41:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8306-qe-uart/m-p/231596#M227</guid>
      <dc:creator>go777</dc:creator>
      <dc:date>2014-01-13T10:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: MPC8306 qe uart</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8306-qe-uart/m-p/231597#M228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please, refer to the following docs (RS485 example):&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 03:34:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8306-qe-uart/m-p/231597#M228</guid>
      <dc:creator>LPP</dc:creator>
      <dc:date>2014-01-17T03:34:13Z</dc:date>
    </item>
  </channel>
</rss>

