diff mbox

[01/18] ARM: highbank: add xgmac ethernet devices to dts

Message ID 1337237041-3319-1-git-send-email-ike.pan@canonical.com
State New
Headers show

Commit Message

Ike Panhc May 17, 2012, 6:44 a.m. UTC
From: Rob Herring <rob.herring@calxeda.com>

Add device nodes for xgmac ethernet block in Calxeda Highbank.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
(cherry picked from commit bd0552ed05e019995a6fd2b1064919d7c6e14554)

Signed-off-by: Ike Panhc <ike.pan@canonical.com>
---
 arch/arm/boot/dts/highbank.dts |   12 ++++++++++++
 1 file changed, 12 insertions(+)
diff mbox

Patch

diff --git a/arch/arm/boot/dts/highbank.dts b/arch/arm/boot/dts/highbank.dts
index aeb1a75..305635b 100644
--- a/arch/arm/boot/dts/highbank.dts
+++ b/arch/arm/boot/dts/highbank.dts
@@ -194,5 +194,17 @@ 
 			reg = <0xfff3d000 0x1000>;
 			interrupts = <0 92 4>;
 		};
+
+		ethernet@fff50000 {
+			compatible = "calxeda,hb-xgmac";
+			reg = <0xfff50000 0x1000>;
+			interrupts = <0 77 4  0 78 4  0 79 4>;
+		};
+
+		ethernet@fff51000 {
+			compatible = "calxeda,hb-xgmac";
+			reg = <0xfff51000 0x1000>;
+			interrupts = <0 80 4  0 81 4  0 82 4>;
+		};
 	};
 };