1*6dffbe53STony Prisk* VIA Velocity 10/100/1000 Network Controller 2*6dffbe53STony Prisk 3*6dffbe53STony PriskRequired properties: 4*6dffbe53STony Prisk- compatible : Should be "via,velocity-vt6110" 5*6dffbe53STony Prisk- reg : Address and length of the io space 6*6dffbe53STony Prisk- interrupts : Should contain the controller interrupt line 7*6dffbe53STony Prisk 8*6dffbe53STony PriskOptional properties: 9*6dffbe53STony Prisk- no-eeprom : PCI network cards use an external EEPROM to store data. Embedded 10*6dffbe53STony Prisk devices quite often set this data in uboot and do not provide an eeprom. 11*6dffbe53STony Prisk Specify this option if you have no external eeprom. 12*6dffbe53STony Prisk 13*6dffbe53STony PriskExamples: 14*6dffbe53STony Prisk 15*6dffbe53STony Prisketh0@d8004000 { 16*6dffbe53STony Prisk compatible = "via,velocity-vt6110"; 17*6dffbe53STony Prisk reg = <0xd8004000 0x400>; 18*6dffbe53STony Prisk interrupts = <10>; 19*6dffbe53STony Prisk no-eeprom; 20*6dffbe53STony Prisk}; 21