| 123456789101112131415161718192021222324252627282930313233343536 |
- From d95b1caeea194962220db1778ce7fe71cdba788b Mon Sep 17 00:00:00 2001
- From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
- Date: Sun, 23 Jul 2023 21:54:16 +0200
- Subject: [PATCH] ARM: dts: BCM53573: Add BCM53125 switch port 5
- MIME-Version: 1.0
- Content-Type: text/plain; charset=UTF-8
- Content-Transfer-Encoding: 8bit
- 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]>
- ---
- arch/arm/boot/dts/broadcom/bcm53573.dtsi | 10 ++++++++++
- 1 file changed, 10 insertions(+)
- --- a/arch/arm/boot/dts/bcm53573.dtsi
- +++ b/arch/arm/boot/dts/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>;
|