10dd07709SNoam Camus* EZchip NPS Management Ethernet port driver
20dd07709SNoam Camus
30dd07709SNoam CamusRequired properties:
40dd07709SNoam Camus- compatible: Should be "ezchip,nps-mgt-enet"
50dd07709SNoam Camus- reg: Address and length of the register set for the device
60dd07709SNoam Camus- interrupts: Should contain the ENET interrupt
70dd07709SNoam Camus
80dd07709SNoam CamusExamples:
90dd07709SNoam Camus
100dd07709SNoam Camus	ethernet@f0003000 {
110dd07709SNoam Camus		compatible = "ezchip,nps-mgt-enet";
120dd07709SNoam Camus		reg = <0xf0003000 0x44>;
130dd07709SNoam Camus		interrupts = <7>;
140dd07709SNoam Camus		mac-address = [ 00 11 22 33 44 55 ];
150dd07709SNoam Camus	};
16