1 * EZchip NPS Management Ethernet port driver 1 * EZchip NPS Management Ethernet port driver 2 2 3 Required properties: 3 Required properties: 4 - compatible: Should be "ezchip,nps-mgt-enet" 4 - compatible: Should be "ezchip,nps-mgt-enet" 5 - reg: Address and length of the register set 5 - reg: Address and length of the register set for the device 6 - interrupts: Should contain the ENET interrup 6 - interrupts: Should contain the ENET interrupt 7 7 8 Examples: 8 Examples: 9 9 10 ethernet@f0003000 { 10 ethernet@f0003000 { 11 compatible = "ezchip,nps-mgt-e 11 compatible = "ezchip,nps-mgt-enet"; 12 reg = <0xf0003000 0x44>; 12 reg = <0xf0003000 0x44>; 13 interrupts = <7>; 13 interrupts = <7>; 14 mac-address = [ 00 11 22 33 44 14 mac-address = [ 00 11 22 33 44 55 ]; 15 }; 15 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.