<?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: IMX8M mini RGMII TO RGMII Connection</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-mini-RGMII-TO-RGMII-Connection/m-p/1770403#M216997</link>
    <description>&lt;P&gt;Thank you for your quick reply. If I understand correctly, I should connect the below pins each other. is it ? will I do anything about fec clock ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MX8MM_IOMUXC_ENET_TD3_ENET1_RGMII_TD3 0x1f//&lt;BR /&gt;MX8MM_IOMUXC_ENET_TD2_ENET1_RGMII_TD2 0x1f//&lt;BR /&gt;MX8MM_IOMUXC_ENET_TD1_ENET1_RGMII_TD1 0x1f//&lt;BR /&gt;MX8MM_IOMUXC_ENET_TD0_ENET1_RGMII_TD0 0x1f//&lt;BR /&gt;&lt;BR /&gt;MX8MM_IOMUXC_ENET_RD3_ENET1_RGMII_RD3 0x91//&lt;BR /&gt;MX8MM_IOMUXC_ENET_RD2_ENET1_RGMII_RD2 0x91//&lt;BR /&gt;MX8MM_IOMUXC_ENET_RD1_ENET1_RGMII_RD1 0x91//&lt;BR /&gt;MX8MM_IOMUXC_ENET_RD0_ENET1_RGMII_RD0 0x91//&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MX8MM_IOMUXC_ENET_TXC_ENET1_RGMII_TXC 0x1f//&lt;BR /&gt;MX8MM_IOMUXC_ENET_RXC_ENET1_RGMII_RXC 0x91//&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MX8MM_IOMUXC_ENET_RX_CTL_ENET1_RGMII_RX_CTL 0x91//&lt;BR /&gt;MX8MM_IOMUXC_ENET_TX_CTL_ENET1_RGMII_TX_CTL 0x1f//&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did like your dtb file for fec. Then I tried on the board and ping from the board to the other board over RGMII to RGMII&amp;nbsp; connection but it was not succesfull. I didnt show any TX clock. do I need any external clock source for FEC ? Could you please write step to step what I do for RGMII to RGMII connection ?&lt;/P&gt;</description>
    <pubDate>Thu, 07 Dec 2023 05:26:59 GMT</pubDate>
    <dc:creator>HAKANAYDN</dc:creator>
    <dc:date>2023-12-07T05:26:59Z</dc:date>
    <item>
      <title>IMX8M mini RGMII TO RGMII Connection</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-mini-RGMII-TO-RGMII-Connection/m-p/1769792#M216954</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to connect two IMX8 mini cpu over ethernet RGMII Interface not using external PHY. How can I do ? &amp;nbsp; Which pin do I connect between IMX8 ? What do I write my linux device tree ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 13:18:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-mini-RGMII-TO-RGMII-Connection/m-p/1769792#M216954</guid>
      <dc:creator>HAKANAYDN</dc:creator>
      <dc:date>2023-12-06T13:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M mini RGMII TO RGMII Connection</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-mini-RGMII-TO-RGMII-Connection/m-p/1770329#M216991</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your interest in NXP Semiconductor products,&lt;/P&gt;
&lt;DIV&gt;Add a fixed-link property, this is the &lt;A href="https://github.com/nxp-imx/linux-imx/blob/770c5fe2c1d1529fae21b7043911cd50c6cf087e/Documentation/devicetree/bindings/net/ethernet-controller.yaml#L162" target="_blank" rel="noopener" shape="rect"&gt;documentation&lt;/A&gt;.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;This would transform the &lt;A href="https://github.com/nxp-imx/linux-imx/blob/770c5fe2c1d1529fae21b7043911cd50c6cf087e/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi#L268" target="_blank" rel="noopener" shape="rect"&gt;EVK DTS &lt;/A&gt;from:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;&amp;amp;fec1 {
	pinctrl-names = "default";
	pinctrl-0 = &amp;lt;&amp;amp;pinctrl_fec1&amp;gt;;
	phy-mode = "rgmii-id";
	phy-handle = &amp;lt;&amp;amp;ethphy0&amp;gt;;
	fsl,magic-packet;
	status = "okay";

	mdio {
		#address-cells = &amp;lt;1&amp;gt;;
		#size-cells = &amp;lt;0&amp;gt;;

		ethphy0: ethernet-phy@0 {
			compatible = "ethernet-phy-ieee802.3-c22";
			reg = &amp;lt;0&amp;gt;;
			reset-gpios = &amp;lt;&amp;amp;gpio4 22 GPIO_ACTIVE_LOW&amp;gt;;
			reset-assert-us = &amp;lt;10000&amp;gt;;
			reset-deassert-us = &amp;lt;80000&amp;gt;;
			realtek,aldps-enable;
			realtek,clkout-disable;
			qca,disable-smarteee;
			vddio-supply = &amp;lt;&amp;amp;vddio&amp;gt;;

			vddio: vddio-regulator {
				regulator-min-microvolt = &amp;lt;1800000&amp;gt;;
				regulator-max-microvolt = &amp;lt;1800000&amp;gt;;
			};
		};
	};
};&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;To:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;&amp;amp;fec1 {
        pinctrl-names = "default";
        pinctrl-0 = &amp;lt;&amp;amp;pinctrl_fec1&amp;gt;;
        phy-mode = "rgmii-id";
	    fsl,magic-packet;
        status = "okay";

	    /* fixed-link node */
        fixed-link {
                speed = &amp;lt;1000&amp;gt;;
                full-duplex;    
        };  
};
&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;Pins needed to be mapped are everyone that's under RGMII spec / everyone that would be mapped to a PHY.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 02:31:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-mini-RGMII-TO-RGMII-Connection/m-p/1770329#M216991</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2023-12-07T02:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M mini RGMII TO RGMII Connection</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-mini-RGMII-TO-RGMII-Connection/m-p/1770403#M216997</link>
      <description>&lt;P&gt;Thank you for your quick reply. If I understand correctly, I should connect the below pins each other. is it ? will I do anything about fec clock ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MX8MM_IOMUXC_ENET_TD3_ENET1_RGMII_TD3 0x1f//&lt;BR /&gt;MX8MM_IOMUXC_ENET_TD2_ENET1_RGMII_TD2 0x1f//&lt;BR /&gt;MX8MM_IOMUXC_ENET_TD1_ENET1_RGMII_TD1 0x1f//&lt;BR /&gt;MX8MM_IOMUXC_ENET_TD0_ENET1_RGMII_TD0 0x1f//&lt;BR /&gt;&lt;BR /&gt;MX8MM_IOMUXC_ENET_RD3_ENET1_RGMII_RD3 0x91//&lt;BR /&gt;MX8MM_IOMUXC_ENET_RD2_ENET1_RGMII_RD2 0x91//&lt;BR /&gt;MX8MM_IOMUXC_ENET_RD1_ENET1_RGMII_RD1 0x91//&lt;BR /&gt;MX8MM_IOMUXC_ENET_RD0_ENET1_RGMII_RD0 0x91//&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MX8MM_IOMUXC_ENET_TXC_ENET1_RGMII_TXC 0x1f//&lt;BR /&gt;MX8MM_IOMUXC_ENET_RXC_ENET1_RGMII_RXC 0x91//&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MX8MM_IOMUXC_ENET_RX_CTL_ENET1_RGMII_RX_CTL 0x91//&lt;BR /&gt;MX8MM_IOMUXC_ENET_TX_CTL_ENET1_RGMII_TX_CTL 0x1f//&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did like your dtb file for fec. Then I tried on the board and ping from the board to the other board over RGMII to RGMII&amp;nbsp; connection but it was not succesfull. I didnt show any TX clock. do I need any external clock source for FEC ? Could you please write step to step what I do for RGMII to RGMII connection ?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 05:26:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-mini-RGMII-TO-RGMII-Connection/m-p/1770403#M216997</guid>
      <dc:creator>HAKANAYDN</dc:creator>
      <dc:date>2023-12-07T05:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M mini RGMII TO RGMII Connection</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-mini-RGMII-TO-RGMII-Connection/m-p/1776550#M217555</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I think I found the issue, according to the bindings definition:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;# RX and TX delays are added by the MAC when required&lt;BR /&gt;- rgmii&lt;/P&gt;
&lt;P&gt;# RGMII with internal RX and TX delays provided by the PHY,&lt;BR /&gt;# the MAC should not add the RX or TX delays in this case&lt;BR /&gt;- rgmii-id&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;rgmii should be selected as phy-mode,&lt;/P&gt;
&lt;P&gt;TXC is properly configured, let me know if the above change did enable TXC&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 19:24:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-mini-RGMII-TO-RGMII-Connection/m-p/1776550#M217555</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2023-12-18T19:24:06Z</dc:date>
    </item>
  </channel>
</rss>

