20 lines · plain
1* Broadcom Digital Timing Engine(DTE) based PTP clock2 3Required properties:4- compatible: should contain the core compatibility string5 and the SoC compatibility string. The SoC6 compatibility string is to handle SoC specific7 hardware differences.8 Core compatibility string:9 "brcm,ptp-dte"10 SoC compatibility strings:11 "brcm,iproc-ptp-dte" - for iproc based SoC's12- reg: address and length of the DTE block's NCO registers13 14Example:15 16ptp: ptp-dte@180af650 {17 compatible = "brcm,iproc-ptp-dte", "brcm,ptp-dte";18 reg = <0x180af650 0x10>;19};20