brintos

brintos / linux-shallow public Read only

0
0
Text · 573 B · b3db469 Raw
21 lines · plain
1* VIA Velocity 10/100/1000 Network Controller2 3Required properties:4- compatible : Should be "via,velocity-vt6110"5- reg : Address and length of the io space6- interrupts : Should contain the controller interrupt line7 8Optional properties:9- no-eeprom : PCI network cards use an external EEPROM to store data. Embedded10	devices quite often set this data in uboot and do not provide an eeprom.11	Specify this option if you have no external eeprom.12 13Examples:14 15eth0@d8004000 {16	compatible = "via,velocity-vt6110";17	reg = <0xd8004000 0x400>;18	interrupts = <10>;19	no-eeprom;20};21