xref: /OK3568_Linux_fs/buildroot/package/linuxptp/linuxptp.cfg (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# LinuxPTP configuration file for synchronizing the system clock to
2# a remote PTP master in slave-only mode.
3#
4# By default synchronize time in slave-only mode using UDP and hardware time
5# stamps on eth0. If the difference to master is >1.0 second correct by
6# stepping the clock instead of adjusting the frequency.
7#
8# If you change the configuration don't forget to update the phc2sys
9# parameters accordingly in linuxptp-system-clock.service (systemd)
10# or the linuxptp SysV init script.
11
12[global]
13slaveOnly		1
14delay_mechanism		Auto
15network_transport	UDPv4
16time_stamping		hardware
17step_threshold		1.0
18
19[eth0]
20