1 ZHAW InES PTP time stamping IP core
3 The IP core needs two different kinds of nodes. The control node
4 lives somewhere in the memory map and specifies the address of the
5 control registers. There can be up to three port handles placed as
6 attributes of PHY nodes. These associate a particular MII bus with a
7 port index within the IP core.
9 Required properties of the control node:
11 - compatible: "ines,ptp-ctrl"
12 - reg: physical address and size of the register bank
14 Required format of the port handle within the PHY node:
16 - timestamper: provides control node reference and
17 the port channel within the IP core
21 tstamper: timestamper@60000000 {
22 compatible = "ines,ptp-ctrl";
23 reg = <0x60000000 0x80>;
32 timestamper = <&tstamper 0>;