Documentation/devicetree/bindings/usb/ulpi.txt

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/usb/ulpi.txt

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/usb/ulpi.txt
Extension
.txt
Size
401 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

ULPI bus binding
----------------

Phys that are behind a ULPI connection can be described with the following
binding. The host controller shall have a "ulpi" named node as a child, and
that node shall have one enabled node underneath it representing the ulpi
device on the bus.

EXAMPLE
-------

usb {
	compatible = "vendor,usb-controller";

	ulpi {
		phy {
			compatible = "vendor,phy";
		};
	};
};

Annotation

Implementation Notes