[PATCH v2] powerpc: define the fman node for the kmcoge4 DTS
    Valentin Longchamp 
    valentin.longchamp at keymile.com
       
    Tue Apr 19 19:37:21 AEST 2016
    
    
  
Now that the FMAN mac driver has been merged the fman node is relevant.
The kmcoge4 board implements 3 ethernet interfaces, 1 with a RGMII phy
and 2 with fixed 1 Giga SGMII links.
Signed-off-by: Valentin Longchamp <valentin.longchamp at keymile.com>
---
 arch/powerpc/boot/dts/fsl/kmcoge4.dts | 37 +++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
diff --git a/arch/powerpc/boot/dts/fsl/kmcoge4.dts b/arch/powerpc/boot/dts/fsl/kmcoge4.dts
index 6858ec9..67bfcec 100644
--- a/arch/powerpc/boot/dts/fsl/kmcoge4.dts
+++ b/arch/powerpc/boot/dts/fsl/kmcoge4.dts
@@ -106,6 +106,43 @@
 		sata at 221000 {
 			status = "disabled";
 		};
+
+		fman0: fman at 400000 {
+			enet0: ethernet at e0000 {
+				phy-connection-type = "sgmii";
+				fixed-link {
+					speed = <1000>;
+					full-duplex;
+				};
+			};
+			mdio0: mdio at e1120 {
+				front_phy: ethernet-phy at 11 {
+					reg = <0x11>;
+				};
+			};
+
+			enet1: ethernet at e2000 {
+				phy-connection-type = "sgmii";
+				fixed-link {
+					speed = <1000>;
+					full-duplex;
+				};
+			};
+			enet2: ethernet at e4000 {
+				status = "disabled";
+			};
+
+			enet3: ethernet at e6000 {
+				status = "disabled";
+			};
+			enet4: ethernet at e8000 {
+				phy-handle = <&front_phy>;
+				phy-connection-type = "rgmii";
+			};
+			enet5: ethernet at f0000 {
+				status = "disabled";
+			};
+		};
 	};
 
 	rio: rapidio at ffe0c0000 {
-- 
1.8.3.1
    
    
More information about the Linuxppc-dev
mailing list