mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
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: Arun Parameswaran <arun.parameswaran@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0ddead90b2
commit
80d6076140
13
Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt
Normal file
13
Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt
Normal file
@ -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";
|
||||
};
|
Loading…
Reference in New Issue
Block a user