diff options
author | Valentin Longchamp <valentin.longchamp@keymile.com> | 2016-04-19 05:37:21 -0400 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-07-08 21:19:25 -0400 |
commit | 2dc32d6d7f52f3f451b366241ffefaedb8a49243 (patch) | |
tree | ecf03dda5b9edad0b117ccc8d72714dc5a84e45b /arch/powerpc/boot/dts/fsl | |
parent | b58dfa6d884cc1197746db880f909368e54ffde6 (diff) |
powerpc: define the fman node for the kmcoge4 DTS
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@keymile.com>
Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/kmcoge4.dts | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/kmcoge4.dts b/arch/powerpc/boot/dts/fsl/kmcoge4.dts index 2d4b64fcee88..ae70a24094b0 100644 --- a/arch/powerpc/boot/dts/fsl/kmcoge4.dts +++ b/arch/powerpc/boot/dts/fsl/kmcoge4.dts | |||
@@ -106,6 +106,43 @@ | |||
106 | sata@221000 { | 106 | sata@221000 { |
107 | status = "disabled"; | 107 | status = "disabled"; |
108 | }; | 108 | }; |
109 | |||
110 | fman0: fman@400000 { | ||
111 | enet0: ethernet@e0000 { | ||
112 | phy-connection-type = "sgmii"; | ||
113 | fixed-link { | ||
114 | speed = <1000>; | ||
115 | full-duplex; | ||
116 | }; | ||
117 | }; | ||
118 | mdio0: mdio@e1120 { | ||
119 | front_phy: ethernet-phy@11 { | ||
120 | reg = <0x11>; | ||
121 | }; | ||
122 | }; | ||
123 | |||
124 | enet1: ethernet@e2000 { | ||
125 | phy-connection-type = "sgmii"; | ||
126 | fixed-link { | ||
127 | speed = <1000>; | ||
128 | full-duplex; | ||
129 | }; | ||
130 | }; | ||
131 | enet2: ethernet@e4000 { | ||
132 | status = "disabled"; | ||
133 | }; | ||
134 | |||
135 | enet3: ethernet@e6000 { | ||
136 | status = "disabled"; | ||
137 | }; | ||
138 | enet4: ethernet@e8000 { | ||
139 | phy-handle = <&front_phy>; | ||
140 | phy-connection-type = "rgmii"; | ||
141 | }; | ||
142 | enet5: ethernet@f0000 { | ||
143 | status = "disabled"; | ||
144 | }; | ||
145 | }; | ||
109 | }; | 146 | }; |
110 | 147 | ||
111 | rio: rapidio@ffe0c0000 { | 148 | rio: rapidio@ffe0c0000 { |