[PATCH 4/4] powerpc/fsl-booke: Add T1024RDB FMan device tree

Madalin Bucur madalin.bucur at freescale.com
Wed May 20 22:41:40 AEST 2015


Signed-off-by: Madalin Bucur <madalin.bucur at freescale.com>
---
 arch/powerpc/boot/dts/t1024rdb.dts | 45 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/arch/powerpc/boot/dts/t1024rdb.dts b/arch/powerpc/boot/dts/t1024rdb.dts
index 0984ae8..860e4c7 100644
--- a/arch/powerpc/boot/dts/t1024rdb.dts
+++ b/arch/powerpc/boot/dts/t1024rdb.dts
@@ -161,6 +161,51 @@
 				#size-cells = <0>;
 			};
 		};
+
+		fman at 400000 {
+			fm1mac1: ethernet at e0000 {
+				phy-handle = <&xg_aqr105_phy3>;
+				phy-connection-type = "xgmii";
+				sleep = <&rcpm 0x80000000>;
+			};
+
+			fm1mac2: ethernet at e2000 {
+				sleep = <&rcpm 0x40000000>;
+			};
+
+			fm1mac3: ethernet at e4000 {
+				phy-handle = <&rgmii_phy2>;
+				phy-connection-type = "rgmii";
+				sleep = <&rcpm 0x20000000>;
+			};
+
+			fm1mac4: ethernet at e6000 {
+				phy-handle = <&rgmii_phy1>;
+				phy-connection-type = "rgmii";
+				sleep = <&rcpm 0x10000000>;
+			};
+
+
+			mdio0: mdio at fc000 {
+				rgmii_phy1: ethernet-phy at 2 {
+					reg = <0x2>;
+				};
+				rgmii_phy2: ethernet-phy at 6 {
+					reg = <0x6>;
+				};
+			};
+
+			xmdio0: mdio at fd000 {
+				xg_aqr105_phy3: ethernet-phy at 1 {
+					compatible = "ethernet-phy-ieee802.3-c45";
+					reg = <0x1>;
+				};
+				sg_2500_aqr105_phy4: ethernet-phy at 2 {
+					compatible = "ethernet-phy-ieee802.3-c45";
+					reg = <0x2>;
+				};
+			};
+		};
 	};
 
 	pci0: pcie at ffe240000 {
-- 
1.7.11.7



More information about the Linuxppc-dev mailing list