calxeda-xgmac.txt 471 B

12345678910111213141516
  1. * Calxeda Highbank 10Gb XGMAC Ethernet
  2. Required properties:
  3. - compatible : Should be "calxeda,hb-xgmac"
  4. - reg : Address and length of the register set for the device
  5. - interrupts : Should contain 3 xgmac interrupts. The 1st is main interrupt.
  6. The 2nd is pwr mgt interrupt. The 3rd is low power state interrupt.
  7. Example:
  8. ethernet@fff50000 {
  9. compatible = "calxeda,hb-xgmac";
  10. reg = <0xfff50000 0x1000>;
  11. interrupts = <0 77 4 0 78 4 0 79 4>;
  12. };