diff options
author | Madalin Bucur <madalin.bucur@nxp.com> | 2016-12-07 10:14:56 -0500 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-12-10 00:11:17 -0500 |
commit | baae856ebdeeaefbadd4a02cdb54b7c2277ff4dd (patch) | |
tree | 9cfa3d086030e817fc47c99b10c49a04f2739c5c | |
parent | f93ace2b22e993bafca117a295a42a7774bff4a4 (diff) |
powerpc/fsl/dts: add FMan node for t1042d4rdb
Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com>
Signed-off-by: Scott Wood <oss@buserror.net>
-rw-r--r-- | arch/powerpc/boot/dts/fsl/t1042d4rdb.dts | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t1042d4rdb.dts b/arch/powerpc/boot/dts/fsl/t1042d4rdb.dts index 2a5a90dd272e..fcd2aeb5b8ac 100644 --- a/arch/powerpc/boot/dts/fsl/t1042d4rdb.dts +++ b/arch/powerpc/boot/dts/fsl/t1042d4rdb.dts | |||
@@ -48,6 +48,58 @@ | |||
48 | "fsl,deepsleep-cpld"; | 48 | "fsl,deepsleep-cpld"; |
49 | }; | 49 | }; |
50 | }; | 50 | }; |
51 | |||
52 | soc: soc@ffe000000 { | ||
53 | fman0: fman@400000 { | ||
54 | ethernet@e0000 { | ||
55 | phy-handle = <&phy_sgmii_0>; | ||
56 | phy-connection-type = "sgmii"; | ||
57 | }; | ||
58 | |||
59 | ethernet@e2000 { | ||
60 | phy-handle = <&phy_sgmii_1>; | ||
61 | phy-connection-type = "sgmii"; | ||
62 | }; | ||
63 | |||
64 | ethernet@e4000 { | ||
65 | phy-handle = <&phy_sgmii_2>; | ||
66 | phy-connection-type = "sgmii"; | ||
67 | }; | ||
68 | |||
69 | ethernet@e6000 { | ||
70 | phy-handle = <&phy_rgmii_0>; | ||
71 | phy-connection-type = "rgmii"; | ||
72 | }; | ||
73 | |||
74 | ethernet@e8000 { | ||
75 | phy-handle = <&phy_rgmii_1>; | ||
76 | phy-connection-type = "rgmii"; | ||
77 | }; | ||
78 | |||
79 | mdio0: mdio@fc000 { | ||
80 | phy_sgmii_0: ethernet-phy@02 { | ||
81 | reg = <0x02>; | ||
82 | }; | ||
83 | |||
84 | phy_sgmii_1: ethernet-phy@03 { | ||
85 | reg = <0x03>; | ||
86 | }; | ||
87 | |||
88 | phy_sgmii_2: ethernet-phy@01 { | ||
89 | reg = <0x01>; | ||
90 | }; | ||
91 | |||
92 | phy_rgmii_0: ethernet-phy@04 { | ||
93 | reg = <0x04>; | ||
94 | }; | ||
95 | |||
96 | phy_rgmii_1: ethernet-phy@05 { | ||
97 | reg = <0x05>; | ||
98 | }; | ||
99 | }; | ||
100 | }; | ||
101 | }; | ||
102 | |||
51 | }; | 103 | }; |
52 | 104 | ||
53 | #include "t1042si-post.dtsi" | 105 | #include "t1042si-post.dtsi" |