calxeda-xgmac.txt 554 B

123456789101112131415161718
  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. Optional properties:
  8. - dma-coherent : Present if dma operations are coherent
  9. Example:
  10. ethernet@fff50000 {
  11. compatible = "calxeda,hb-xgmac";
  12. reg = <0xfff50000 0x1000>;
  13. interrupts = <0 77 4 0 78 4 0 79 4>;
  14. };