Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt
Extension
.txt
Size
639 bytes
Lines
20
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 contain the core compatibility string
              and the SoC compatibility string. The SoC
              compatibility string is to handle SoC specific
              hardware differences.
              Core compatibility string:
                 "brcm,ptp-dte"
              SoC compatibility strings:
                 "brcm,iproc-ptp-dte" - for iproc based SoC's
- reg: address and length of the DTE block's NCO registers

Example:

ptp: ptp-dte@180af650 {
	compatible = "brcm,iproc-ptp-dte", "brcm,ptp-dte";
	reg = <0x180af650 0x10>;
};

Annotation

Implementation Notes