From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Schmoller Date: Tue, 23 Mar 2010 10:11:06 -0500 Subject: [U-Boot] several problems with ethernet on MCF5445x In-Reply-To: <4BA8E333.24696.1444C53@w.wegner.astro-kom.de> References: <4BA8E333.24696.1444C53@w.wegner.astro-kom.de> Message-ID: <1269357066.11854.16.camel@johns> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2010-03-23 at 15:50 +0100, w.wegner at astro-kom.de wrote: > Dear list, > > I am trying to get ethernet to work on my custom MCF54455 board > and having some trouble. > > I have a DP83848J PHY connected in MII mode to each of the FEC0 > and FEC1 ports (seperate MDIO connection). Both PHYs are set to > address 0x0. *) Are you sure this is what you want? From the data sheet: Strapping PHY Address 0 puts the part into Isolate Mode. When in the MII isolate mode, the DP83848J does not respond to packet data present at TXD[3:0], TX_EN inputs and presents a high impedance on the TX_CLK, RX_CLK, RX_DV, RX_ER, RXD[3:0], COL, and CRS outputs. When in Isolate mode, the DP83848J will continue to respond to all management transactions. John