]> asedeno.scripts.mit.edu Git - linux.git/blob - Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt
Merge tag 'rdma-rc-2017-07-26' of git://git.kernel.org/pub/scm/linux/kernel/git/leon...
[linux.git] / Documentation / devicetree / bindings / ptp / brcm,ptp-dte.txt
1 * Broadcom Digital Timing Engine(DTE) based PTP clock driver
2
3 Required properties:
4 - compatible: should be "brcm,ptp-dte"
5 - reg: address and length of the DTE block's NCO registers
6
7 Example:
8
9 ptp_dte: ptp_dte@180af650 {
10         compatible = "brcm,ptp-dte";
11         reg = <0x180af650 0x10>;
12         status = "okay";
13 };