Browse Source

Merge branch 'highbank/devel' into next/devel

Olof Johansson 13 years ago
parent
commit
00e929808a
1 changed files with 12 additions and 0 deletions
  1. 12 0
      arch/arm/boot/dts/highbank.dts

+ 12 - 0
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>;
+		};
 	};
 };