]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt
Merge tag 'for-linus-20170825' of git://git.infradead.org/linux-mtd
[mirror_ubuntu-artful-kernel.git] / Documentation / devicetree / bindings / ptp / brcm,ptp-dte.txt
CommitLineData
65e3c766 1* Broadcom Digital Timing Engine(DTE) based PTP clock
80d60761
AP
2
3Required properties:
65e3c766
AP
4- compatible: should contain the core compatibility string
5 and the SoC compatibility string. The SoC
6 compatibility string is to handle SoC specific
7 hardware differences.
8 Core compatibility string:
9 "brcm,ptp-dte"
10 SoC compatibility strings:
11 "brcm,iproc-ptp-dte" - for iproc based SoC's
80d60761
AP
12- reg: address and length of the DTE block's NCO registers
13
14Example:
15
65e3c766
AP
16ptp: ptp-dte@180af650 {
17 compatible = "brcm,iproc-ptp-dte", "brcm,ptp-dte";
80d60761
AP
18 reg = <0x180af650 0x10>;
19 status = "okay";
20};