Re: dwge(4) fixed-link support

2023-07-05 Thread Mark Kettenis
> Date: Wed, 5 Jul 2023 16:09:14 +0300 > From: Jonathan Matthew > > On Wed, Jul 05, 2023 at 01:13:34PM +0200, Mark Kettenis wrote: > > > Date: Wed, 5 Jul 2023 12:46:36 +0300 > > > From: Jonathan Matthew > > > > > > On the Banana Pi R1 (aka Lamobo R1), the dwge interface on the soc is > > > conn

Re: dwge(4) fixed-link support

2023-07-05 Thread Jonathan Matthew
On Wed, Jul 05, 2023 at 01:13:34PM +0200, Mark Kettenis wrote: > > Date: Wed, 5 Jul 2023 12:46:36 +0300 > > From: Jonathan Matthew > > > > On the Banana Pi R1 (aka Lamobo R1), the dwge interface on the soc is > > connected to a broadcom switch chip. It looks like this in the device > > tree: > >

Re: dwge(4) fixed-link support

2023-07-05 Thread Mark Kettenis
> Date: Wed, 5 Jul 2023 12:46:36 +0300 > From: Jonathan Matthew > > On the Banana Pi R1 (aka Lamobo R1), the dwge interface on the soc is > connected to a broadcom switch chip. It looks like this in the device > tree: > > &gmac { > pinctrl-names = "default"; > pinctrl-0 = <&gmac

dwge(4) fixed-link support

2023-07-05 Thread Jonathan Matthew
On the Banana Pi R1 (aka Lamobo R1), the dwge interface on the soc is connected to a broadcom switch chip. It looks like this in the device tree: &gmac { pinctrl-names = "default"; pinctrl-0 = <&gmac_rgmii_pins>; phy-mode = "rgmii"; phy-supply = <®_gmac_3v3>;