Documentation/devicetree/bindings/clock/pxa-clock.txt

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/clock/pxa-clock.txt

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/clock/pxa-clock.txt
Extension
.txt
Size
394 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 "marvell,pxa-clocks"
- #clock-cells: Should be <1>

The clock consumer should specify the desired clock by having the clock
ID in its "clocks" phandle cell (see include/.../pxa-clock.h).

Examples:

pxa2xx_clks: pxa2xx_clks@41300004 {
        compatible = "marvell,pxa-clocks";
        #clock-cells = <1>;
};

Annotation

Implementation Notes