<?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: RMII interface on the IMX7</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642719#M98116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arnout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can just buy colibri board and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Sep 2016 09:44:46 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2016-09-23T09:44:46Z</dc:date>
    <item>
      <title>RMII interface on the IMX7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642715#M98112</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 get a custom board with the IMX7 processor to talk RMII to my phy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;However, does the IMX7 fully support RMII?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Unlike the IMX6, there is no TX_EN pin?&lt;UL&gt;&lt;LI&gt;Can I safely assume this is the TX_CTL pin (under rgmii1-pinmux), even though this is not really described&amp;nbsp;as such in chapter 11, table 11-1 of the reference manual?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A class="link-titled" href="http://cache.nxp.com/files/32bit/doc/user_guide/IMX6DQ6SDLHDG.pdf" title="http://cache.nxp.com/files/32bit/doc/user_guide/IMX6DQ6SDLHDG.pdf"&gt;http://cache.nxp.com/files/32bit/doc/user_guide/IMX6DQ6SDLHDG.pdf&lt;/A&gt;&amp;nbsp; describes the design guide for rmii, but I can't find this document for the IMX7?&lt;UL&gt;&lt;LI&gt;&lt;A class="link-titled" href="http://www.nxp.com/files/32bit/doc/data_sheet/IMX7DCEC.pdf" title="http://www.nxp.com/files/32bit/doc/data_sheet/IMX7DCEC.pdf"&gt;http://www.nxp.com/files/32bit/doc/data_sheet/IMX7DCEC.pdf&lt;/A&gt;&amp;nbsp; seems to be the next best thing, and this mentions rmii as well, but not in the detail of the imx6 document&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, I have the following device tree config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;amp;fec1 {&lt;BR /&gt; pinctrl-names = "default";&lt;BR /&gt; pinctrl-0 = &amp;lt;&amp;amp;pinctrl_enet1&amp;gt;;&lt;BR /&gt; assigned-clocks = &amp;lt;&amp;amp;clks IMX7D_ENET1_TIME_ROOT_SRC&amp;gt;,&lt;BR /&gt; &amp;lt;&amp;amp;clks IMX7D_ENET1_TIME_ROOT_CLK&amp;gt;;&lt;BR /&gt; assigned-clock-parents = &amp;lt;&amp;amp;clks IMX7D_PLL_ENET_MAIN_100M_CLK&amp;gt;;&lt;BR /&gt; assigned-clock-rates = &amp;lt;0&amp;gt;, &amp;lt;100000000&amp;gt;;&lt;BR /&gt; phy-mode = "rmii";&lt;BR /&gt; phy-handle = &amp;lt;&amp;amp;ethphy1&amp;gt;;&lt;BR /&gt; fsl,magic-packet;&lt;BR /&gt; status = "okay";&lt;/P&gt;&lt;P&gt;mdio {&lt;BR /&gt; #address-cells = &amp;lt;1&amp;gt;;&lt;BR /&gt; #size-cells = &amp;lt;0&amp;gt;;&lt;/P&gt;&lt;P&gt;ethphy1: ethernet-phy@1 {&lt;BR /&gt; compatible = "ethernet-phy-ieee802.3-c22";&lt;BR /&gt; reg = &amp;lt;1&amp;gt;;&lt;BR /&gt; };&lt;BR /&gt; };&lt;BR /&gt;};&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If I change phy-mode rmii to rgmii, I see data being sent over the TXD lines. However, in RMII mode, TX_CTL is silent as wel as the TXD lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your feedback!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 12:27:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642715#M98112</guid>
      <dc:creator>arnoutdiels</dc:creator>
      <dc:date>2016-09-22T12:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: RMII interface on the IMX7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642716#M98113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm also pretty confused regarding clocking.&lt;/P&gt;&lt;P&gt;RMII specifies a single clock,&amp;nbsp;ENET_CLK or&amp;nbsp;ENET_REF_CLK or RMII_REF_CLK. These names do appear on the reference and hardware design manuals, but do not specify which pin for example this is source from or output from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any pointers here!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 12:45:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642716#M98113</guid>
      <dc:creator>arnoutdiels</dc:creator>
      <dc:date>2016-09-22T12:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: RMII interface on the IMX7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642717#M98114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arnout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are right regarding TX_EN pin, for linux settings one can look&lt;/P&gt;&lt;P&gt;at Colibri iMX7 linux with Micrel KSZ8041 &lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2FFreescale%2Fu-boot-fslc%2Fblob%2F2016.07%252Bfslc%2Finclude%2Fconfigs%2Fcolibri_imx7.h" rel="nofollow" target="_blank"&gt;https://github.com/Freescale/u-boot-fslc/blob/2016.07%2Bfslc/include/configs/colibri_imx7.h&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://git.toradex.com/cgit/linux-toradex.git/tree/arch/arm/boot/dts/imx7-colibri.dtsi?h=toradex_imx_4.1.15_1.0.0_ga"&gt;http://git.toradex.com/cgit/linux-toradex.git/tree/arch/arm/boot/dts/imx7-colibri.dtsi?h=toradex_imx_4.1.15_1.0.0_ga&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>Fri, 23 Sep 2016 00:58:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642717#M98114</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-09-23T00:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: RMII interface on the IMX7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642718#M98115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, this is very useful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I still do not seem to get the TX_CTL pin to talk when I send packets, while in RGMII it does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The changes I could see vs my DTS:&lt;/P&gt;&lt;P&gt;- The colibri/toradex does reconfigure the clock:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMX7D_PLL_ENET_MAIN_125M_CLK =&amp;gt;&amp;nbsp;IMX7D_PLL_ENET_MAIN_50M_CLK&lt;/P&gt;&lt;P&gt;I also tried this before, but no luck.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Secondly, the DTS does show how to enable or disable the ENET_CLK. However, neither in RGMII or RMII mode, I see the relevant pin outputting a clock signal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I guess the toradex repo produces a valid working RMII, but I don't immediately see what is different from our board.&lt;BR /&gt;- Do we have a schematic of the colibri board for reference?&lt;BR /&gt;- Do you have any idea of other kernel changes (non-DTS) that toradex did to make this work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I am working off the&amp;nbsp;linux-rel_imx_4.1.15_1.0.0_ga tag, but so does the toradex seem to be)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(For reference, my full DTS in attachment. I did not do modifs to the linux kernel code)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:18:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642718#M98115</guid>
      <dc:creator>arnoutdiels</dc:creator>
      <dc:date>2016-09-23T08:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: RMII interface on the IMX7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642719#M98116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arnout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can just buy colibri board and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 09:44:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642719#M98116</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-09-23T09:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: RMII interface on the IMX7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642720#M98117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Turns out more than just the DTS change is needed. In particular, the change done by toradex in&amp;nbsp;&lt;A class="link-titled" href="http://git.toradex.com/cgit/linux-toradex.git/tree/arch/arm/mach-imx/mach-imx7d.c?h=toradex_imx_4.1.15_1.0.0_ga" title="http://git.toradex.com/cgit/linux-toradex.git/tree/arch/arm/mach-imx/mach-imx7d.c?h=toradex_imx_4.1.15_1.0.0_ga"&gt;mach-imx7d.c&lt;/A&gt;&amp;nbsp;&amp;nbsp; is essential:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (!IS_ERR(gpr)) {&lt;BR /&gt; if (IS_ERR(enet_out_clk)) {&lt;BR /&gt; pr_info("%s: failed to get enet_out clock, assuming ext. clock source\n", __func__);&lt;BR /&gt; /* use external clock for PHY */&lt;BR /&gt; regmap_update_bits(gpr, IOMUXC_GPR1, IMX7D_GPR1_ENET_TX_CLK_SEL_MASK, IMX7D_GPR1_ENET_TX_CLK_SEL_MASK);&lt;BR /&gt; regmap_update_bits(gpr, IOMUXC_GPR1, IMX7D_GPR1_ENET_CLK_DIR_MASK, 0);&lt;BR /&gt; } else {&lt;BR /&gt; pr_info("%s: found enet_out clock, assuming internal clock source\n", __func__);&lt;BR /&gt; /* use internal clock generation and output it to PHY */&lt;BR /&gt; regmap_update_bits(gpr, IOMUXC_GPR1, IMX7D_GPR1_ENET_TX_CLK_SEL_MASK, 0);&lt;BR /&gt; regmap_update_bits(gpr, IOMUXC_GPR1, IMX7D_GPR1_ENET_CLK_DIR_MASK, IMX7D_GPR1_ENET1_CLK_DIR_MASK);&lt;BR /&gt; clk_put(enet_out_clk);&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt; } else {&lt;BR /&gt; pr_err("failed to find fsl,imx7d-iomux-gpr regmap\n");&lt;BR /&gt; }&lt;BR /&gt; of_node_put(np);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This, in combination with the dts change,&amp;nbsp;basically succeeds in setting the enet clock to internal, and make the cpu drive the TX_EN and TXD pins, as well as produce an output on the&amp;nbsp;CCM_ENET_REF_CLK1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only problem I'm still facing is that the output clock is 125Mhz rather than 50Mhz. The DTS example of toradex was modified to use this clock, but this does not seem to have an effect. I don't yet understand how to configure which reference clock to use. In case someone knows, feel free to share. If I find it first, I'll also complete the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Arnout&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 20:52:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642720#M98117</guid>
      <dc:creator>arnoutdiels</dc:creator>
      <dc:date>2016-09-23T20:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: RMII interface on the IMX7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642721#M98118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you try to change assigned-clock-parents = &amp;lt;&amp;amp;clks IMX7D_PLL_ENET_MAIN_100M_CLK&amp;gt;;&lt;/P&gt;&lt;P&gt;to IMX7D_PLL_ENET_MAIN_50M_CLK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 23:56:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642721#M98118</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-09-23T23:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: RMII interface on the IMX7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642722#M98119</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 found it in the reference manual in&amp;nbsp;Table 5-11. Clock Root Table. The clock mux has to be put to the 50Mhz.&lt;/P&gt;&lt;P&gt;I don't fully know how this has to be done in the device tree, but this patch did the trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;diff --git a/arch/arm/mach-imx/clk-imx7d.c b/arch/arm/mach-imx/clk-imx7d.c&lt;BR /&gt;index 980a30a..d05e947 100644&lt;BR /&gt;--- a/arch/arm/mach-imx/clk-imx7d.c&lt;BR /&gt;+++ b/arch/arm/mach-imx/clk-imx7d.c&lt;BR /&gt;@@ -905,6 +905,9 @@ static void __init imx7d_clocks_init(struct device_node *ccm_node)&lt;BR /&gt; imx_clk_set_rate(clks[IMX7D_ENET_AXI_ROOT_CLK], 267000000);&lt;BR /&gt; imx_clk_set_parent(clks[IMX7D_ENET_PHY_REF_ROOT_SRC], clks[IMX7D_PLL_ENET_MAIN_25M_CLK]);&lt;BR /&gt; &lt;BR /&gt;+ imx_clk_set_parent(clks[IMX7D_ENET1_REF_ROOT_SRC], clks[IMX7D_PLL_ENET_MAIN_50M_CLK]);&lt;BR /&gt;+&lt;BR /&gt;+&lt;BR /&gt; /* set pcie root's parent clk source */&lt;BR /&gt; imx_clk_set_parent(clks[IMX7D_PCIE_CTRL_ROOT_SRC], clks[IMX7D_PLL_ENET_MAIN_250M_CLK]);&lt;BR /&gt; imx_clk_set_parent(clks[IMX7D_PCIE_PHY_ROOT_SRC], clks[IMX7D_PLL_ENET_MAIN_100M_CLK]);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The packet transmission works now!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, reception does not.&lt;/P&gt;&lt;P&gt;I fear that this might be due a wrong pin selection.&lt;/P&gt;&lt;P&gt;As mentionned before, Table 11-1 in the reference manual is missing RMII pin information. Like the TX_EN was not mapped anywhere clearly, the&amp;nbsp;&lt;SPAN style="color: #252525; background-color: #ffffff; font-size: 14px;"&gt;CRS_DV for RMII is also nowhere to be found.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #252525; background-color: #ffffff; font-size: 14px;"&gt;For our&amp;nbsp;reference board, we mapped this onto&amp;nbsp;ENET1_CRS, but who knows, perhaps it had to be RGMII1_RX_CTL? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #252525; font-size: 14px;"&gt;Igor, since you knew about the TX_EN, can you confirm which pin it has to be for the CRS_DV?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #252525; background-color: #ffffff; font-size: 14px;"&gt;Thanks in advance for your reply!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #252525; background-color: #ffffff; font-size: 14px;"&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #252525; background-color: #ffffff; font-size: 14px;"&gt;Arnout&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 08:47:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642722#M98119</guid>
      <dc:creator>arnoutdiels</dc:creator>
      <dc:date>2016-09-26T08:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: RMII interface on the IMX7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642723#M98120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/7482i583E0DD36C1F0500/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.jpg" alt="pastedImage_1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 10:45:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642723#M98120</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-09-26T10:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: RMII interface on the IMX7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642724#M98121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, as I feared. We took the wrong pin. I hope this gets fixed in the reference manual soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another note for anyone who would try to get stuck: It seems to be required in the device tree pinmux to set a pin with pinmux enet_ref_clkx, in order for it to be activated internally! (For example, I was trying to use enet_ref_clk1 for both eth0 and eth1, but eth1 simply is not active until -a- pin has the&amp;nbsp;pinmux &lt;SPAN&gt;enet_ref_clk2&amp;nbsp;&lt;/SPAN&gt;(regardless of whether it is connected to anything).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yet another note: In case anybody would try to use two seperate MDIO busses (Sabre uses 1 for both phy's), you need to patch the driver to avoid it forcing this configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks igor for your support, and hopefully when we have a new hardware iteration ready, packets start flying happily!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 06:45:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642724#M98121</guid>
      <dc:creator>arnoutdiels</dc:creator>
      <dc:date>2016-09-27T06:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: RMII interface on the IMX7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642725#M98122</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 tested our new hardware revision (with the correct RX_CTL pin), and RMII works now!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help Igor, and I hope the manual/datasheet gets updated to be less confusing in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Arnout&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2016 07:47:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RMII-interface-on-the-IMX7/m-p/642725#M98122</guid>
      <dc:creator>arnoutdiels</dc:creator>
      <dc:date>2016-12-02T07:47:38Z</dc:date>
    </item>
  </channel>
</rss>

