Re: awge0: reset timed out
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Mar 15, 2025 at 07:33:45AM +0900, Mori Hiroki wrote: > This soc use dwc gmac. > > I have problem that is reset timed out. dwc_gmac_reset() is the first "real" thing that dwc_gmac_attach does, so if this times out your gmac is not active/working at all. Could be wrong clock setup, the reset still being asserted, the registers not properly mapped - basically anything that the frontend driver has to do before calling dwc_gmac_attach(). Havae you looked at other frontend drivers and checked your SoC docs? Martin