diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8572ds.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8572ds.dtsi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8572ds.dtsi b/arch/powerpc/boot/dts/mpc8572ds.dtsi index 14178944e220..357490bb84da 100644 --- a/arch/powerpc/boot/dts/mpc8572ds.dtsi +++ b/arch/powerpc/boot/dts/mpc8572ds.dtsi | |||
@@ -169,6 +169,23 @@ | |||
169 | reg = <0x3>; | 169 | reg = <0x3>; |
170 | }; | 170 | }; |
171 | 171 | ||
172 | sgmii_phy0: sgmii-phy@0 { | ||
173 | interrupts = <6 1 0 0>; | ||
174 | reg = <0x1c>; | ||
175 | }; | ||
176 | sgmii_phy1: sgmii-phy@1 { | ||
177 | interrupts = <6 1 0 0>; | ||
178 | reg = <0x1d>; | ||
179 | }; | ||
180 | sgmii_phy2: sgmii-phy@2 { | ||
181 | interrupts = <7 1 0 0>; | ||
182 | reg = <0x1e>; | ||
183 | }; | ||
184 | sgmii_phy3: sgmii-phy@3 { | ||
185 | interrupts = <7 1 0 0>; | ||
186 | reg = <0x1f>; | ||
187 | }; | ||
188 | |||
172 | tbi0: tbi-phy@11 { | 189 | tbi0: tbi-phy@11 { |
173 | reg = <0x11>; | 190 | reg = <0x11>; |
174 | device_type = "tbi-phy"; | 191 | device_type = "tbi-phy"; |