dt-binding: ptp: add bindings document for dte based ptp clock
authorArun Parameswaran <arun.parameswaran@broadcom.com>
Mon, 12 Jun 2017 20:26:00 +0000 (13:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Jun 2017 16:07:15 +0000 (12:07 -0400)
Add device tree binding documentation for the Broadcom DTE
PTP clock driver.

Signed-off-by: Arun Parameswaran <arun.parameswaran@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt b/Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt
new file mode 100644 (file)
index 0000000..07590bc
--- /dev/null
@@ -0,0 +1,13 @@
+* 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";
+};