diff options
author | Rafał Miłecki <[email protected]> | 2023-07-23 21:54:16 +0200 |
---|---|---|
committer | Florian Fainelli <[email protected]> | 2023-07-28 10:27:40 -0700 |
commit | d95b1caeea194962220db1778ce7fe71cdba788b (patch) | |
tree | 8c9678758bc41322614e38a3a0fb99d35a41d784 | |
parent | 8d6b61ecad2f1c939813c5c4517d53e04672dc48 (diff) |
ARM: dts: BCM53573: Add BCM53125 switch port 5
It's connected to the extra Ethernet interface.
Signed-off-by: Rafał Miłecki <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Florian Fainelli <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/broadcom/bcm53573.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/broadcom/bcm53573.dtsi b/arch/arm/boot/dts/broadcom/bcm53573.dtsi index 083304736fb3..10d0fe76ee3c 100644 --- a/arch/arm/boot/dts/broadcom/bcm53573.dtsi +++ b/arch/arm/boot/dts/broadcom/bcm53573.dtsi @@ -216,6 +216,16 @@ reg = <4>; }; + port@5 { + reg = <5>; + ethernet = <&gmac1>; + + fixed-link { + speed = <1000>; + full-duplex; + }; + }; + port@8 { reg = <8>; ethernet = <&gmac0>; |