Commit b8a960c2 authored by Olof Johansson's avatar Olof Johansson

Merge branch 'for-3.3' of git://sources.calxeda.com/kernel/linux into highbank/devel

parents 5611cc45 bd0552ed
...@@ -194,5 +194,17 @@ dma@fff3d000 { ...@@ -194,5 +194,17 @@ dma@fff3d000 {
reg = <0xfff3d000 0x1000>; reg = <0xfff3d000 0x1000>;
interrupts = <0 92 4>; 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>;
};
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment