<?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>LayerscapeのトピックRe: LS1043argw RGMII</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876749#M4036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi YiPing,&lt;/P&gt;&lt;P&gt;here's the attachment...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have modified in eth.c and ls1043argw.h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the other files are for your reference, in case you need them... the 2016 uboot is a very old structure...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Feb 2019 06:26:01 GMT</pubDate>
    <dc:creator>klh</dc:creator>
    <dc:date>2019-02-22T06:26:01Z</dc:date>
    <item>
      <title>LS1043argw RGMII</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876746#M4033</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 have successfully built a custom board based on LS1043argw rev B. I'm using 2016.09+fslgit-r0 uboot files.&lt;/P&gt;&lt;P&gt;For the custom board, the here's the changes:-&lt;/P&gt;&lt;P&gt;1) not using sgmii in the architecture (hence no 4 port ethernet phy in the design), using 2 X RGMII instead using AR8035 atheros phy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Change rcw on bit 416 to 421 to 000000 (RGMII and RGMII2)&lt;/P&gt;&lt;P&gt;- Change rcw serdes protocol to 1555 (XFI, 3 x PCIE &amp;amp; RGMII)&amp;nbsp; (hence, technically i don't have TSEC1, TSEC2, TSEC5, TSEC6 which belongs previously to RGW reference design having Vitesse phy), i still have 10G fibre optic configuration same as RGW reference design.&lt;/P&gt;&lt;P&gt;- On the changes on adding PCIE3 (since I choose serdes protocol 1555), i won't discuss here, coz want to discuss only the RGMII&lt;/P&gt;&lt;P&gt;- On schematic, 1 x atheros AR8035 (ethernet phy) is connected to EC1 = RGMII 1 having EMI1_MDC and EMI1_MDIO connected, having physical address 1&lt;/P&gt;&lt;P&gt;- another atheros AR8035 (ethernet phy) is connected to EC2 = RGMII 2 having EMI2_MDC and EMI2_MDIO connected having physcial address 2&lt;/P&gt;&lt;P&gt;- In the make menuconfig, i have enabled ethernet portion with the driver AR8035 enabled. uboot can recognise this driver as shown in uboot log below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- In the ls1043argw.c file, i have added the line&lt;/P&gt;&lt;P&gt;fm_info_set_phy_address(FM1_DTSEC3, RGMII_PHY1_ADDR);&lt;/P&gt;&lt;P&gt;fm_info_set_phy_address(FM1_DTSEC4, RGMII_PHY2_ADDR);&lt;/P&gt;&lt;P&gt;- In the ls1043argw.h, i have added the line&lt;/P&gt;&lt;P&gt;#define RGMII_PHY1_ADDR&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;0x1&lt;/P&gt;&lt;P&gt;#define RGMII_PHY2_ADDR&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;0x2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- In the uboot log below, you can see that when I type mdio list, i can see only DTSEC3 recognised in uboot as AR8035 (which I can ping and flash software to nand without issue), but somehow I can't get RGMII2 (DTSEC4 enabled).&amp;nbsp; The error says could not get PHY for FSL_MDIO0: addr 2&lt;/P&gt;&lt;P&gt;=&amp;gt;mdio list&lt;/P&gt;&lt;P&gt;FSL_MDIO0:&lt;BR /&gt;1 - AR8035 &amp;lt;--&amp;gt; &lt;A href="mailto:FM1@DTSEC3"&gt;FM1@DTSEC3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a snapshot of the uboot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U-Boot SPL 2016.092.0+ga06b209 (Feb 15 2019 - 16:37:26)&lt;BR /&gt;Initializing DDR....&lt;BR /&gt;Applying DDR4 workaround ......&lt;BR /&gt;Trying to boot from NAND&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;U-Boot 2016.092.0+ga06b209 (Feb 15 2019 - 16:37:26 +0800)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SoC:&amp;nbsp; LS1043AE Rev1.1 (0x87920011)&lt;BR /&gt;Clock Configuration:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CPU0(A53):1600 MHz&amp;nbsp; CPU1(A53):1600 MHz&amp;nbsp; CPU2(A53):1600 MHz &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CPU3(A53):1600 MHz &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bus:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 400&amp;nbsp; MHz&amp;nbsp; DDR:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1600 MT/s&amp;nbsp; FMAN:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 500&amp;nbsp; MHz&lt;BR /&gt;Reset Configuration Word (RCW):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000000: 08100010 0a000000 00000000 00000000&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000010: 15550002 80004002 e0106000 c1002000&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000020: 00000000 00000000 00000000 01030940&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000030: 00000000 00003004 00000096 00000001&lt;BR /&gt;Model: LS1043A RGW Board&lt;BR /&gt;Board: LS1043ARGW, boot from NAND&lt;BR /&gt;SERDES Reference Clocks:&lt;BR /&gt;SD1_CLK1 = 156.25MHZ, SD1_CLK2 = 100.00MHZ&lt;BR /&gt;I2C:&amp;nbsp;&amp;nbsp; ready&lt;BR /&gt;DRAM:&amp;nbsp; Detected UDIMM Fixed DDR on board&lt;BR /&gt;2 GiB (DDR4, 32-bit, CL=11, ECC off)&lt;BR /&gt;Retimer:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revision 0x03, ID 0x01&lt;BR /&gt;SEC0: RNG instantiated&lt;BR /&gt;PSCI: PSCI does not exist.&lt;BR /&gt;Waking secondary cores to start from ffd0d000&lt;BR /&gt;All (4) cores are up.&lt;BR /&gt;Using SERDES1 Protocol: 5461 (0x1555)&lt;BR /&gt;NAND:&amp;nbsp; 512 MiB&lt;BR /&gt;MMC:&amp;nbsp;&amp;nbsp; FSL_SDHC: 0&lt;BR /&gt;In:&amp;nbsp;&amp;nbsp;&amp;nbsp; serial&lt;BR /&gt;Out:&amp;nbsp;&amp;nbsp; serial&lt;BR /&gt;Err:&amp;nbsp;&amp;nbsp; serial&lt;BR /&gt;Assign to qe-tdm clk, rcwpmuxcr0=4311&lt;BR /&gt;Not a microcode&lt;BR /&gt;Net:&amp;nbsp;&amp;nbsp; Fman1: Uploading microcode version 108.4.23&lt;BR /&gt;Could not get PHY for FSL_MDIO0: addr 2&lt;BR /&gt;Failed to connect&lt;BR /&gt;Could not get PHY for FM_TGEC_MDIO: addr 1&lt;BR /&gt;Failed to connect&lt;BR /&gt;PCIe0: pcie@3400000 Root Complex: no link&lt;BR /&gt;PCIe1: pcie@3500000 Root Complex: no link&lt;BR /&gt;PCIe2: pcie@3600000 Root Complex: no link&lt;BR /&gt;FM1@DTSEC3 [PRIME], FM1@DTSEC4, FM1@TGEC1&lt;/P&gt;&lt;P&gt;Hit any key to stop autoboot:&amp;nbsp; 0 &lt;BR /&gt;=&amp;gt; printenv&lt;BR /&gt;baudrate=115200&lt;BR /&gt;bootargs=console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500&lt;BR /&gt;bootcmd=nand read $kernel_load $kernel_addr $kernel_size;bootm $kernel_load&lt;BR /&gt;bootdelay=10&lt;BR /&gt;console=ttyAMA0,38400n8&lt;BR /&gt;eth1addr=00:04:9F:04:65:11&lt;BR /&gt;eth2addr=00:04:9F:04:65:22&lt;BR /&gt;eth3addr=00:04:9F:04:65:33&lt;BR /&gt;eth4addr=00:04:9F:04:65:44&lt;BR /&gt;eth5addr=00:04:9F:04:65:55&lt;BR /&gt;eth6addr=00:04:9F:04:65:66&lt;BR /&gt;ethact=FM1@DTSEC3&lt;BR /&gt;ethaddr=00:04:9F:04:65:00&lt;BR /&gt;ethprime=FM1@DTSEC3&lt;BR /&gt;fdt_high=0xffffffffffffffff&lt;BR /&gt;fdtcontroladdr=ffc08600&lt;BR /&gt;fileaddr=a0000000&lt;BR /&gt;filesize=1fff5d3&lt;BR /&gt;fman_ucode=ffc29530&lt;BR /&gt;hwconfig=fsl_ddr:bank_intlv=auto&lt;BR /&gt;initrd_high=0xffffffffffffffff&lt;BR /&gt;ipaddr=192.168.0.3&lt;BR /&gt;kernel_addr=0x160000&lt;BR /&gt;kernel_load=0xa0000000&lt;BR /&gt;kernel_size=1fff5d3&lt;BR /&gt;kernel_start=0x61100000&lt;BR /&gt;loadaddr=0x80100000&lt;BR /&gt;mtdparts=mtdparts=60000000.nor:1m(nor_bank0_rcw),1m(nor_bank0_uboot),1m(nor_ban)&lt;BR /&gt;ramdisk_addr=0x800000&lt;BR /&gt;ramdisk_size=0x2000000&lt;BR /&gt;serverip=192.168.0.60&lt;BR /&gt;stderr=serial&lt;BR /&gt;stdin=serial&lt;BR /&gt;stdout=serial&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment size: 1267/8188 bytes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; mdio list&lt;BR /&gt;FSL_MDIO0:&lt;BR /&gt;1 - AR8035 &amp;lt;--&amp;gt; FM1@DTSEC3&lt;BR /&gt;FM_TGEC_MDIO:&lt;BR /&gt;=&amp;gt; mii info&lt;BR /&gt;PHY 0x01: OUI = 0x1374, Model = 0x07, Rev = 0x02, 1000baseX, HDX&lt;BR /&gt;=&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help, what other modifications in the file structure i need to do to enable RGMII2 (DTSEC4)? Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 09:37:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876746#M4033</guid>
      <dc:creator>klh</dc:creator>
      <dc:date>2019-02-20T09:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043argw RGMII</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876747#M4034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry correction on typo should be eth.c file:-&lt;/P&gt;&lt;P&gt;- In the eth.c file in ls1043argw folder, i have added the line&lt;/P&gt;&lt;P&gt;fm_info_set_phy_address(FM1_DTSEC3, RGMII_PHY1_ADDR);&lt;/P&gt;&lt;P&gt;fm_info_set_phy_address(FM1_DTSEC4, RGMII_PHY2_ADDR);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 09:43:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876747#M4034</guid>
      <dc:creator>klh</dc:creator>
      <dc:date>2019-02-20T09:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043argw RGMII</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876748#M4035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;STRONG class=""&gt;&lt;SPAN class=""&gt;kl h&lt;/SPAN&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LS1043ARDB integrates two RGMII ports setting up as FM1_DTSEC3 and FM1_DTSEC4, you could do your porting based on board/freescale/ls1043ardb/eth.c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot find u-boot source code supporting ls1043argw, would you please attach your modified eth.c and ls1043argw.h? I will do some verification for you on my side.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2019 05:49:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876748#M4035</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2019-02-22T05:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043argw RGMII</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876749#M4036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi YiPing,&lt;/P&gt;&lt;P&gt;here's the attachment...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have modified in eth.c and ls1043argw.h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the other files are for your reference, in case you need them... the 2016 uboot is a very old structure...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2019 06:26:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876749#M4036</guid>
      <dc:creator>klh</dc:creator>
      <dc:date>2019-02-22T06:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043argw RGMII</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876750#M4037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, if you need me to attach the screenshot of schematics on RGMII connections, let me know. But the RGMII 1 and RGMII 2 connections are exact same IC.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2019 06:35:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876750#M4037</guid>
      <dc:creator>klh</dc:creator>
      <dc:date>2019-02-22T06:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043argw RGMII</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876751#M4038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one more item, on the MDC and MDIO pins on the cpu, i have pull high of 1.5kohm and 4.7kohm. Maybe it's too high resistor value? Maybe I should reduce it to 200ohm and 330ohm... ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2019 07:20:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876751#M4038</guid>
      <dc:creator>klh</dc:creator>
      <dc:date>2019-02-22T07:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043argw RGMII</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876752#M4039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;STRONG class=""&gt;&lt;SPAN class=""&gt;kl h&lt;/SPAN&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the following section in Ethernet Management Interface (EMI1/2) pin termination checklist.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class=""&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class=""&gt;EMIx_MDC could be left unconnected since it is an output.&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp; &lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/78653iD8A21CF433FF3760/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/78884iDAF04EB9F26D97B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't find obvious problem in your modified u-boot source code. Please check the hardware design.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yiping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 06:51:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876752#M4039</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2019-02-25T06:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043argw RGMII</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876753#M4040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yi Ping,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the lookup on the codes. I follow your advise and check on the hardware connections again. Apparently, during P1023, I use common mdc mdio from cpu to both the phy Ethernet @ address 1 &amp;amp; 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I further do the modification and connect both phy’s MDC and MDIO to EMI1_MDC and EMI1_MDIO. Now I don’t get the error anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I type mdio list, I get&lt;/P&gt;&lt;P&gt;FSL_MDIO0:&lt;/P&gt;&lt;P&gt;1 – AR8035 &amp;lt; - - &amp;gt; FM1@DTSEC3&lt;/P&gt;&lt;P&gt;2 – AR8035 &amp;lt; - - &amp;gt; FM1@DTSEC4&lt;/P&gt;&lt;P&gt;FM_TGEC_MDIO:&lt;/P&gt;&lt;P&gt;1 – Generic 10G PHY &amp;lt; - - &amp;gt; FM1@TGEC1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence, I think the code FSL_MDIO0 maybe referring to EMI1_MDC and EMI1_MDIO and not EMI2…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 09:28:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876753#M4040</guid>
      <dc:creator>klh</dc:creator>
      <dc:date>2019-02-25T09:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043argw RGMII</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876754#M4041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;STRONG class=""&gt;&lt;SPAN class=""&gt;kl h&lt;/SPAN&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also refer to LS1043ARDB hardware design as the following, RTL8211FS is RGMII PHY, AQR105-B1 is XFI PHY.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/79365i0580E61BBE1B8F50/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 09:52:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876754#M4041</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2019-02-25T09:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043argw RGMII</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876755#M4042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yi Ping,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the detailed description. It’s very clear for my modification of the design. We can now close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I have another question on the I2C portion, but should continue with this or raise a new Thread in the community?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 01:07:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876755#M4042</guid>
      <dc:creator>klh</dc:creator>
      <dc:date>2019-02-26T01:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043argw RGMII</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876756#M4043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;STRONG class=""&gt; &lt;SPAN class=""&gt;kl h&lt;/SPAN&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please create a new thread in community to address you other issue to make it convenient for other customers to searching from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yiping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 01:45:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043argw-RGMII/m-p/876756#M4043</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2019-02-26T01:45:46Z</dc:date>
    </item>
  </channel>
</rss>

