1 * VIA Velocity 10/100/1000 Network Controller 1 * VIA Velocity 10/100/1000 Network Controller 2 2 3 Required properties: 3 Required properties: 4 - compatible : Should be "via,velocity-vt6110" 4 - compatible : Should be "via,velocity-vt6110" 5 - reg : Address and length of the io space 5 - reg : Address and length of the io space 6 - interrupts : Should contain the controller i 6 - interrupts : Should contain the controller interrupt line 7 7 8 Optional properties: 8 Optional properties: 9 - no-eeprom : PCI network cards use an externa 9 - no-eeprom : PCI network cards use an external EEPROM to store data. Embedded 10 devices quite often set this data in u 10 devices quite often set this data in uboot and do not provide an eeprom. 11 Specify this option if you have no ext 11 Specify this option if you have no external eeprom. 12 12 13 Examples: 13 Examples: 14 14 15 eth0@d8004000 { 15 eth0@d8004000 { 16 compatible = "via,velocity-vt6110"; 16 compatible = "via,velocity-vt6110"; 17 reg = <0xd8004000 0x400>; 17 reg = <0xd8004000 0x400>; 18 interrupts = <10>; 18 interrupts = <10>; 19 no-eeprom; 19 no-eeprom; 20 }; 20 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.