brcm,ptp-dte.txt 639 B

12345678910111213141516171819
  1. * Broadcom Digital Timing Engine(DTE) based PTP clock
  2. Required properties:
  3. - compatible: should contain the core compatibility string
  4. and the SoC compatibility string. The SoC
  5. compatibility string is to handle SoC specific
  6. hardware differences.
  7. Core compatibility string:
  8. "brcm,ptp-dte"
  9. SoC compatibility strings:
  10. "brcm,iproc-ptp-dte" - for iproc based SoC's
  11. - reg: address and length of the DTE block's NCO registers
  12. Example:
  13. ptp: ptp-dte@180af650 {
  14. compatible = "brcm,iproc-ptp-dte", "brcm,ptp-dte";
  15. reg = <0x180af650 0x10>;
  16. };