ezchip_enet.txt 383 B

123456789101112131415
  1. * EZchip NPS Management Ethernet port driver
  2. Required properties:
  3. - compatible: Should be "ezchip,nps-mgt-enet"
  4. - reg: Address and length of the register set for the device
  5. - interrupts: Should contain the ENET interrupt
  6. Examples:
  7. ethernet@f0003000 {
  8. compatible = "ezchip,nps-mgt-enet";
  9. reg = <0xf0003000 0x44>;
  10. interrupts = <7>;
  11. mac-address = [ 00 11 22 33 44 55 ];
  12. };