aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt
blob: 07590bcdad15a9bb4f66455b29363245ac3039c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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";
};