0001 * Broadcom Digital Timing Engine(DTE) based PTP clock
0002
0003 Required properties:
0004 - compatible: should contain the core compatibility string
0005 and the SoC compatibility string. The SoC
0006 compatibility string is to handle SoC specific
0007 hardware differences.
0008 Core compatibility string:
0009 "brcm,ptp-dte"
0010 SoC compatibility strings:
0011 "brcm,iproc-ptp-dte" - for iproc based SoC's
0012 - reg: address and length of the DTE block's NCO registers
0013
0014 Example:
0015
0016 ptp: ptp-dte@180af650 {
0017 compatible = "brcm,iproc-ptp-dte", "brcm,ptp-dte";
0018 reg = <0x180af650 0x10>;
0019 };