Linux 4.1.18
[linux/fpc-iii.git] / Documentation / devicetree / bindings / net / via-velocity.txt
blobb3db469b1ad7e65483ccd5f6213e551de7c664a7
1 * VIA Velocity 10/100/1000 Network Controller
3 Required properties:
4 - compatible : Should be "via,velocity-vt6110"
5 - reg : Address and length of the io space
6 - interrupts : Should contain the controller interrupt line
8 Optional properties:
9 - no-eeprom : PCI network cards use an external EEPROM to store data. Embedded
10         devices quite often set this data in uboot and do not provide an eeprom.
11         Specify this option if you have no external eeprom.
13 Examples:
15 eth0@d8004000 {
16         compatible = "via,velocity-vt6110";
17         reg = <0xd8004000 0x400>;
18         interrupts = <10>;
19         no-eeprom;