blob: c8ae996bd8f2e4403cd8c1bd7ed7507d9379f7d7 [file] [log] [blame]
Rob Herring85c10f22011-11-22 17:18:19 +00001* Calxeda Highbank 10Gb XGMAC Ethernet
2
3Required properties:
4- compatible : Should be "calxeda,hb-xgmac"
5- reg : Address and length of the register set for the device
6- interrupts : Should contain 3 xgmac interrupts. The 1st is main interrupt.
7 The 2nd is pwr mgt interrupt. The 3rd is low power state interrupt.
8
Rob Herring1dc737c2012-08-21 12:31:06 +02009Optional properties:
10- dma-coherent : Present if dma operations are coherent
11
Rob Herring85c10f22011-11-22 17:18:19 +000012Example:
13
14ethernet@fff50000 {
15 compatible = "calxeda,hb-xgmac";
16 reg = <0xfff50000 0x1000>;
17 interrupts = <0 77 4 0 78 4 0 79 4>;
18};