diff options
| author | Rafał Miłecki <[email protected]> | 2023-07-23 19:54:16 +0000 |
|---|---|---|
| committer | Florian Fainelli <[email protected]> | 2023-07-28 17:27:40 +0000 |
| commit | d95b1caeea194962220db1778ce7fe71cdba788b (patch) | |
| tree | 8c9678758bc41322614e38a3a0fb99d35a41d784 | |
| parent | ARM: dts: BCM53573: Describe BCM53125 switch ports in the main DTS (diff) | |
| download | kernel-d95b1caeea194962220db1778ce7fe71cdba788b.tar.gz kernel-d95b1caeea194962220db1778ce7fe71cdba788b.zip | |
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>; |
