brcm,ptp-dte.txt 657 字节
Newer Older
1
* Broadcom Digital Timing Engine(DTE) based PTP clock
2 3

Required properties:
4 5 6 7 8 9 10 11
- 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
12 13 14 15
- reg: address and length of the DTE block's NCO registers

Example:

16 17
ptp: ptp-dte@180af650 {
	compatible = "brcm,iproc-ptp-dte", "brcm,ptp-dte";
18 19 20
	reg = <0x180af650 0x10>;
	status = "okay";
};