Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80d60761 authored by Arun Parameswaran's avatar Arun Parameswaran Committed by David S. Miller
Browse files

dt-binding: ptp: add bindings document for dte based ptp clock



Add device tree binding documentation for the Broadcom DTE
PTP clock driver.

Signed-off-by: default avatarArun Parameswaran <arun.parameswaran@broadcom.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0ddead90
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
* Broadcom Digital Timing Engine(DTE) based PTP clock driver

Required properties:
- compatible: should be "brcm,ptp-dte"
- reg: address and length of the DTE block's NCO registers

Example:

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