Skip to content
Snippets Groups Projects
Commit 9150069b authored by Dan Murphy's avatar Dan Murphy Committed by David S. Miller
Browse files

dt-bindings: net: Add tx and rx internal delays


tx-internal-delays and rx-internal-delays are a common setting for RGMII
capable devices.

These properties are used when the phy-mode or phy-controller is set to
rgmii-id, rgmii-rxid or rgmii-txid.  These modes indicate to the
controller that the PHY will add the internal delay for the connection.

Signed-off-by: default avatarDan Murphy <dmurphy@ti.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 17604218
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,18 @@ properties:
description:
Specifies a reference to a node representing a SFP cage.
rx-internal-delay-ps:
description: |
RGMII Receive PHY Clock Delay defined in pico seconds. This is used for
PHY's that have configurable RX internal delays. If this property is
present then the PHY applies the RX delay.
tx-internal-delay-ps:
description: |
RGMII Transmit PHY Clock Delay defined in pico seconds. This is used for
PHY's that have configurable TX internal delays. If this property is
present then the PHY applies the TX delay.
required:
- reg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment