Documentation/devicetree/bindings/net/ezchip_enet.txt

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

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/net/ezchip_enet.txt
Extension
.txt
Size
383 bytes
Lines
16
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 "ezchip,nps-mgt-enet"
- reg: Address and length of the register set for the device
- interrupts: Should contain the ENET interrupt

Examples:

	ethernet@f0003000 {
		compatible = "ezchip,nps-mgt-enet";
		reg = <0xf0003000 0x44>;
		interrupts = <7>;
		mac-address = [ 00 11 22 33 44 55 ];
	};

Annotation

Implementation Notes