Documentation/devicetree/bindings/net/via-velocity.txt

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/net/via-velocity.txt

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/net/via-velocity.txt
Extension
.txt
Size
573 bytes
Lines
21
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: documentation
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

Required properties:
- compatible : Should be "via,velocity-vt6110"
- reg : Address and length of the io space
- interrupts : Should contain the controller interrupt line

Optional properties:
- no-eeprom : PCI network cards use an external EEPROM to store data. Embedded
	devices quite often set this data in uboot and do not provide an eeprom.
	Specify this option if you have no external eeprom.

Examples:

eth0@d8004000 {
	compatible = "via,velocity-vt6110";
	reg = <0xd8004000 0x400>;
	interrupts = <10>;
	no-eeprom;
};

Annotation

Implementation Notes