aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/net/calxeda-xgmac.txt
blob: 411727a3f82d6add5a7c1ca18aa01dbd30fe0ff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* Calxeda Highbank 10Gb XGMAC Ethernet

Required properties:
- compatible : Should be "calxeda,hb-xgmac"
- reg : Address and length of the register set for the device
- interrupts : Should contain 3 xgmac interrupts. The 1st is main interrupt.
  The 2nd is pwr mgt interrupt. The 3rd is low power state interrupt.

Example:

ethernet@fff50000 {
        compatible = "calxeda,hb-xgmac";
        reg = <0xfff50000 0x1000>;
        interrupts = <0 77 4  0 78 4  0 79 4>;
};