<?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: [LS1028A]:How to enable SGMII PHY ethernet on ls1028a based board?. in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/LS1028A-How-to-enable-SGMII-PHY-ethernet-on-ls1028a-based-board/m-p/1510114#M5221</link>
    <description>&lt;P&gt;Dear NXP Support Team,&lt;/P&gt;&lt;P&gt;Eagerly Waiting for you reply.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Keshri&lt;/P&gt;</description>
    <pubDate>Tue, 23 Aug 2022 10:06:03 GMT</pubDate>
    <dc:creator>Amit_Keshri</dc:creator>
    <dc:date>2022-08-23T10:06:03Z</dc:date>
    <item>
      <title>[LS1028A]:How to enable SGMII PHY ethernet on ls1028a based board?.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/LS1028A-How-to-enable-SGMII-PHY-ethernet-on-ls1028a-based-board/m-p/1506196#M5203</link>
      <description>&lt;P&gt;Dear NXP Team,&lt;/P&gt;&lt;P&gt;We are using LS1028A based custom board and want to enable SGMII PHY ethernet which is connected to ls1028a processor as shown in attached schematic diagram.&lt;/P&gt;&lt;P&gt;I have set the RCW value as given below:&lt;/P&gt;&lt;P&gt;ENETC_RCW=3&lt;/P&gt;&lt;P&gt;SPI3_PMUX=0&lt;BR /&gt;GTX_CLK125_PMUX=1&lt;BR /&gt;SRDS_PLL_PD_PLL1=0&lt;BR /&gt;SRDS_PLL_PD_PLL2=1&lt;/P&gt;&lt;P&gt;Please find the below dts configuration for SGMI PHY ethernet:&lt;/P&gt;&lt;P&gt;/*-----------------------------------------------*/&lt;/P&gt;&lt;P&gt;&amp;amp;enetc_port1 {&lt;BR /&gt;phy-handle = &amp;lt;&amp;amp;sgmii_phy0&amp;gt;;&lt;BR /&gt;phy-connection-type = "sgmii";&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;BR /&gt;sgmii_phy0: ethernet-phy@0 {&lt;BR /&gt;reg = &amp;lt;0x0&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;enetc_port0 {&lt;BR /&gt;status = "disabled";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;enetc_mdio_pf3 {&lt;/P&gt;&lt;P&gt;qsgmii_phy1: ethernet-phy@10 {&lt;BR /&gt;reg = &amp;lt;0x10&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;qsgmii_phy2: ethernet-phy@11 {&lt;BR /&gt;reg = &amp;lt;0x11&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;qsgmii_phy3: ethernet-phy@12 {&lt;BR /&gt;reg = &amp;lt;0x12&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;qsgmii_phy4: ethernet-phy@13 {&lt;BR /&gt;reg = &amp;lt;0x13&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/* l2switch ports */&lt;BR /&gt;&amp;amp;mscc_felix_ports {&lt;BR /&gt;port@0 {&lt;BR /&gt;status = "okay";&lt;BR /&gt;phy-handle = &amp;lt;&amp;amp;qsgmii_phy1&amp;gt;;&lt;BR /&gt;phy-mode = "qsgmii";&lt;BR /&gt;managed = "in-band-status";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;port@1 {&lt;BR /&gt;status = "okay";&lt;BR /&gt;phy-handle = &amp;lt;&amp;amp;qsgmii_phy2&amp;gt;;&lt;BR /&gt;phy-mode = "qsgmii";&lt;BR /&gt;managed = "in-band-status";&lt;BR /&gt;};&lt;BR /&gt;port@2 {&lt;BR /&gt;status = "okay";&lt;BR /&gt;phy-handle = &amp;lt;&amp;amp;qsgmii_phy3&amp;gt;;&lt;/P&gt;&lt;P&gt;/*-----------------------------------------------*/&lt;/P&gt;&lt;P&gt;In &lt;STRONG&gt;U-boot Ethernet is up and showing Alive&lt;/STRONG&gt;&amp;nbsp;as show in attached log ,after doing below configuration :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mii device emdio-3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mii write 0 0x16 0x12&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;mii write 0 0x14 0x8001&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mii write 0 0x16 0x1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;mii write 0 0x0 0x8140&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mii write 0 0x16 0x0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;mii write 0 0x0 0x8140&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But in linux after setting ip address using ifconfig ,Ethernet is not pinging.&lt;/P&gt;&lt;P&gt;Please find all the required files i.e log ,schematic diagram for your reference.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please tell me how i can enable SGNMII ethernet in linux?.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Kumar Keshri&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 13:59:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/LS1028A-How-to-enable-SGMII-PHY-ethernet-on-ls1028a-based-board/m-p/1506196#M5203</guid>
      <dc:creator>Amit_Keshri</dc:creator>
      <dc:date>2022-08-15T13:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: [LS1028A]:How to enable SGMII PHY ethernet on ls1028a based board?.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/LS1028A-How-to-enable-SGMII-PHY-ethernet-on-ls1028a-based-board/m-p/1507402#M5209</link>
      <description>&lt;P&gt;I found a similar case in&amp;nbsp;&lt;A href="https://community.nxp.com/t5/Layerscape/LS1028a-Ethernet-not-working-in-Linux/td-p/1506751" target="_blank"&gt;https://community.nxp.com/t5/Layerscape/LS1028a-Ethernet-not-working-in-Linux/td-p/1506751&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We are working on it.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 09:26:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/LS1028A-How-to-enable-SGMII-PHY-ethernet-on-ls1028a-based-board/m-p/1507402#M5209</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-08-17T09:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: [LS1028A]:How to enable SGMII PHY ethernet on ls1028a based board?.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/LS1028A-How-to-enable-SGMII-PHY-ethernet-on-ls1028a-based-board/m-p/1507436#M5211</link>
      <description>&lt;P&gt;Dear NXP Support Team,&lt;/P&gt;&lt;P&gt;Thank you for your reply&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Kumar Keshri&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 10:26:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/LS1028A-How-to-enable-SGMII-PHY-ethernet-on-ls1028a-based-board/m-p/1507436#M5211</guid>
      <dc:creator>Amit_Keshri</dc:creator>
      <dc:date>2022-08-17T10:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: [LS1028A]:How to enable SGMII PHY ethernet on ls1028a based board?.</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/LS1028A-How-to-enable-SGMII-PHY-ethernet-on-ls1028a-based-board/m-p/1510114#M5221</link>
      <description>&lt;P&gt;Dear NXP Support Team,&lt;/P&gt;&lt;P&gt;Eagerly Waiting for you reply.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Keshri&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 10:06:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/LS1028A-How-to-enable-SGMII-PHY-ethernet-on-ls1028a-based-board/m-p/1510114#M5221</guid>
      <dc:creator>Amit_Keshri</dc:creator>
      <dc:date>2022-08-23T10:06:03Z</dc:date>
    </item>
  </channel>
</rss>

