mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-15 20:46:41 +07:00
80d6076140
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>
14 lines
297 B
Plaintext
14 lines
297 B
Plaintext
* 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";
|
|
};
|