[PATCH 2/3] ARM: dts: BCM5301X: Linksys EA9500 add port 5 and port 7

Vivek Unune npcomplete13 at gmail.com
Wed Oct 7 15:01:51 EDT 2020


Add port 5 and port 7 which are connected to gmac0 & 1 respectively
DSA driver will use port 5 as cpu port and this works as well.

Signed-off-by: Vivek Unune <npcomplete13 at gmail.com>
---
 .../boot/dts/bcm47094-linksys-panamera.dts    | 22 +++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/arch/arm/boot/dts/bcm47094-linksys-panamera.dts b/arch/arm/boot/dts/bcm47094-linksys-panamera.dts
index f8443d9f86b7..b36ed0ead733 100644
--- a/arch/arm/boot/dts/bcm47094-linksys-panamera.dts
+++ b/arch/arm/boot/dts/bcm47094-linksys-panamera.dts
@@ -161,6 +161,28 @@ port at 4 {
 			label = "wan";
 		};
 
+		port at 5 {
+			reg = <5>;
+			ethernet = <&gmac0>;
+			label = "cpu";
+
+			fixed-link {
+				speed = <1000>;
+				full-duplex;
+			};
+		};
+
+		port at 7 {
+			reg = <7>;
+			ethernet = <&gmac1>;
+			label = "cpu";
+
+			fixed-link {
+				speed = <1000>;
+				full-duplex;
+			};
+		};
+
 		port at 8 {
 			reg = <8>;
 			ethernet = <&gmac2>;
-- 
2.25.1




More information about the linux-arm-kernel mailing list