Skip to content

Commit 2ce61fa

Browse files
Rafał Miłeckiffainelli
authored andcommitted
ARM: dts: BCM5301X: Add Ethernet interfaces links
Northstar SoCs have 3 usable Ethernet interfaces each connected to one of switch ports. They all use fixed links. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Link: https://lore.kernel.org/r/20230707091519.21673-1-zajec5@gmail.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent 8960f09 commit 2ce61fa

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

arch/arm/boot/dts/broadcom/bcm-ns.dtsi

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,14 +272,32 @@
272272

273273
gmac0: ethernet@24000 {
274274
reg = <0x24000 0x800>;
275+
phy-mode = "internal";
276+
277+
fixed-link {
278+
speed = <1000>;
279+
full-duplex;
280+
};
275281
};
276282

277283
gmac1: ethernet@25000 {
278284
reg = <0x25000 0x800>;
285+
phy-mode = "internal";
286+
287+
fixed-link {
288+
speed = <1000>;
289+
full-duplex;
290+
};
279291
};
280292

281293
gmac2: ethernet@26000 {
282294
reg = <0x26000 0x800>;
295+
phy-mode = "internal";
296+
297+
fixed-link {
298+
speed = <1000>;
299+
full-duplex;
300+
};
283301
};
284302

285303
gmac3: ethernet@27000 {

0 commit comments

Comments
 (0)