<?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: LX2160ARDB_REV2 XFI interface doesn't work in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/LX2160ARDB-REV2-XFI-interface-doesn-t-work/m-p/1391739#M9698</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Please check if SFI is configured. It's required if no retimer is used.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Dec 2021 08:21:09 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2021-12-24T08:21:09Z</dc:date>
    <item>
      <title>LX2160ARDB_REV2 XFI interface doesn't work</title>
      <link>https://community.nxp.com/t5/Layerscape/LX2160ARDB-REV2-XFI-interface-doesn-t-work/m-p/1389343#M9665</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have a lx2160ardb_rev2 custom board with serdes 1 (0x7).&lt;/P&gt;&lt;P&gt;DPMAC.3 and DPMAC.4 are set as XFI. And both of them connect to SFP+ cage directly (without PHY).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to test ping in U-Boot, but it doesn't link up when I connect one of them to another 10G SFP+&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My device tree setting&lt;/P&gt;&lt;LI-CODE lang="c"&gt;&amp;amp;dpmac3 {
        status = "okay";
        phy-connection-type = "xfi";
};

&amp;amp;dpmac4 {
        status = "okay";
        phy-connection-type = "xfi";
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you give some advises for debugging?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 07:09:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LX2160ARDB-REV2-XFI-interface-doesn-t-work/m-p/1389343#M9665</guid>
      <dc:creator>tsungmin_wang</dc:creator>
      <dc:date>2021-12-20T07:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: LX2160ARDB_REV2 XFI interface doesn't work</title>
      <link>https://community.nxp.com/t5/Layerscape/LX2160ARDB-REV2-XFI-interface-doesn-t-work/m-p/1390720#M9683</link>
      <description>&lt;P&gt;Do you use retimer for these two ports on your board?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 09:51:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LX2160ARDB-REV2-XFI-interface-doesn-t-work/m-p/1390720#M9683</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-12-22T09:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: LX2160ARDB_REV2 XFI interface doesn't work</title>
      <link>https://community.nxp.com/t5/Layerscape/LX2160ARDB-REV2-XFI-interface-doesn-t-work/m-p/1391572#M9696</link>
      <description>&lt;P&gt;No, we just connect the optical transceiver to SerDes directly&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2021 01:25:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LX2160ARDB-REV2-XFI-interface-doesn-t-work/m-p/1391572#M9696</guid>
      <dc:creator>tsungmin_wang</dc:creator>
      <dc:date>2021-12-24T01:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: LX2160ARDB_REV2 XFI interface doesn't work</title>
      <link>https://community.nxp.com/t5/Layerscape/LX2160ARDB-REV2-XFI-interface-doesn-t-work/m-p/1391739#M9698</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Please check if SFI is configured. It's required if no retimer is used.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2021 08:21:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LX2160ARDB-REV2-XFI-interface-doesn-t-work/m-p/1391739#M9698</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-12-24T08:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: LX2160ARDB_REV2 XFI interface doesn't work</title>
      <link>https://community.nxp.com/t5/Layerscape/LX2160ARDB-REV2-XFI-interface-doesn-t-work/m-p/1391990#M9703</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you mean the DPC and DTS?&lt;/P&gt;&lt;P&gt;This is my DPC.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        board_info {
                ports {
                        mac@3 {
                                link_tpye = "MAC_LINK_TYPE_FIXED";
                                serdes_cfg = "sfi";
                        };
                        mac@4 {
                                link_tpye = "MAC_LINK_TYPE_FIXED";
                                serdes_cfg = "sfi";
                        };
                };
        };&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my DTS&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;amp;dpmac3 {
        status = "okay";
        phy-connection-type = "xfi";
};

&amp;amp;dpmac4 {
        status = "okay";
        phy-connection-type = "xfi";
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Am I right for the configurations?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, should I enable any driver in U-Boot or Linux?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 01:46:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LX2160ARDB-REV2-XFI-interface-doesn-t-work/m-p/1391990#M9703</guid>
      <dc:creator>tsungmin_wang</dc:creator>
      <dc:date>2021-12-27T01:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: LX2160ARDB_REV2 XFI interface doesn't work</title>
      <link>https://community.nxp.com/t5/Layerscape/LX2160ARDB-REV2-XFI-interface-doesn-t-work/m-p/1392534#M9729</link>
      <description>&lt;P&gt;You should define the DTS as the following.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;amp;dpmac3 {
        status = "okay";
        fixed-link = &amp;lt;0 1 10000 0 0&amp;gt;;
        phy-connection-type = "xfi";
};&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 28 Dec 2021 06:53:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LX2160ARDB-REV2-XFI-interface-doesn-t-work/m-p/1392534#M9729</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-12-28T06:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: LX2160ARDB_REV2 XFI interface doesn't work</title>
      <link>https://community.nxp.com/t5/Layerscape/LX2160ARDB-REV2-XFI-interface-doesn-t-work/m-p/1394114#M9770</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I use the same dts configuration to linux.&lt;/P&gt;&lt;P&gt;And dpc use "MAC_LINK_TYPE_FIXED" and "sfi" to XFI interface&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        board_info {
                ports {
                        mac@3 {
                                link_tpye = "MAC_LINK_TYPE_FIXED";
                                serdes_cfg = "sfi";
                        };
                        mac@4 {
                                link_tpye = "MAC_LINK_TYPE_FIXED";
                                serdes_cfg = "sfi";
                        };
                };
        };&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use "restool" to create dpmac&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; restool dpmac create --mac-id=3
 restool dpmac create --mac-id=4&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Link them with "ls-addni"&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ls-addni dpmac.3
ls-addni dpmac.4&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The commands would create two interfaces.&lt;/P&gt;&lt;P&gt;But they doesn't link up when I connect them to another SFP interfaces.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I check the interface?&lt;/P&gt;&lt;P&gt;And should I enable something in kernel?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 09:06:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LX2160ARDB-REV2-XFI-interface-doesn-t-work/m-p/1394114#M9770</guid>
      <dc:creator>tsungmin_wang</dc:creator>
      <dc:date>2022-01-04T09:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: LX2160ARDB_REV2 XFI interface doesn't work</title>
      <link>https://community.nxp.com/t5/Layerscape/LX2160ARDB-REV2-XFI-interface-doesn-t-work/m-p/1394639#M9773</link>
      <description>&lt;P&gt;Please refer to the following update from the expert team.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does customer have RDB board. If yes, the mac5 and mac6 are optical fiber interfaces which have no retimer. Customer can use these two ports to check the fiber module at first. I am not sure if this is a fiber compatible issue.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 07:23:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LX2160ARDB-REV2-XFI-interface-doesn-t-work/m-p/1394639#M9773</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-01-05T07:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: LX2160ARDB_REV2 XFI interface doesn't work</title>
      <link>https://community.nxp.com/t5/Layerscape/LX2160ARDB-REV2-XFI-interface-doesn-t-work/m-p/1399922#M9851</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have checked that our&amp;nbsp;&lt;SPAN&gt;fiber module can make the port link up on RDB board.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm not sure is the ref clock the problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Our PLLF is 156.25 MHz and PLLS is 100 MHz.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And default are both 161.13 MHz.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, I wonder how to change this setting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tsungmin_wang_0-1642396629230.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/167757i7F3003AAAD868FEB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tsungmin_wang_0-1642396629230.png" alt="tsungmin_wang_0-1642396629230.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I think I should set &lt;STRONG&gt;SRDS_PLL_REF_CLK_SEL_S1=0&lt;/STRONG&gt;, is it right?&lt;/P&gt;&lt;P&gt;I have tested this setting, but it doesn't work. Should I set something else?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 05:19:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LX2160ARDB-REV2-XFI-interface-doesn-t-work/m-p/1399922#M9851</guid>
      <dc:creator>tsungmin_wang</dc:creator>
      <dc:date>2022-01-17T05:19:52Z</dc:date>
    </item>
  </channel>
</rss>

