Re: [PATCH net-next 2/3] net: phy: add Broadcom BCM54140 support

From: Andrew Lunn
Date: Fri Apr 17 2020 - 16:12:16 EST


> > Hi Michael
> >
> > How much flexibility is there in setting the base address using
> > strapping etc? Is it limited to a multiple of 4?
>
> You can just set the base address to any address. Then the following
> addresses are used:
> base, base + 1, base + 2, base + 3, (base + 4)*

O.K, nothing as nice as base = my MOD 4.

:-(

Andrew