diff options
author | Rob Herring <rob.herring@calxeda.com> | 2011-12-05 09:35:55 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2011-12-05 09:35:55 -0500 |
commit | bd0552ed05e019995a6fd2b1064919d7c6e14554 (patch) | |
tree | 988190047122b8b1494942645ecdebe4a97ba36d /arch/arm/boot | |
parent | 5611cc4572e889b62a7b4c72a413536bf6a9c416 (diff) |
ARM: highbank: add xgmac ethernet devices to dts
Add device nodes for xgmac ethernet block in Calxeda Highbank.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/highbank.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/highbank.dts b/arch/arm/boot/dts/highbank.dts index aeb1a7578fad..305635bd45c0 100644 --- a/arch/arm/boot/dts/highbank.dts +++ b/arch/arm/boot/dts/highbank.dts | |||
@@ -194,5 +194,17 @@ | |||
194 | reg = <0xfff3d000 0x1000>; | 194 | reg = <0xfff3d000 0x1000>; |
195 | interrupts = <0 92 4>; | 195 | interrupts = <0 92 4>; |
196 | }; | 196 | }; |
197 | |||
198 | ethernet@fff50000 { | ||
199 | compatible = "calxeda,hb-xgmac"; | ||
200 | reg = <0xfff50000 0x1000>; | ||
201 | interrupts = <0 77 4 0 78 4 0 79 4>; | ||
202 | }; | ||
203 | |||
204 | ethernet@fff51000 { | ||
205 | compatible = "calxeda,hb-xgmac"; | ||
206 | reg = <0xfff51000 0x1000>; | ||
207 | interrupts = <0 80 4 0 81 4 0 82 4>; | ||
208 | }; | ||
197 | }; | 209 | }; |
198 | }; | 210 | }; |