Skip to content

Commit

Permalink
dt-bindings: net: fsl,fec: add RGMII internal clock delay
Browse files Browse the repository at this point in the history
Add RGMII internal clock delay for FEC controller.

Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Joakim Zhang authored and David S. Miller committed Jul 28, 2021
1 parent 5d88694 commit df11b80
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/devicetree/bindings/net/fsl,fec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ properties:
SOC internal PLL.
The "enet_out"(option), output clock for external device, like supply clock
for PHY. The clock is required if PHY clock source from SOC.
The "enet_2x_txclk"(option), for RGMII sampling clock which fixed at 250Mhz.
The clock is required if SoC RGMII enable clock delay.

clock-names:
minItems: 2
Expand All @@ -107,6 +109,7 @@ properties:
- ptp
- enet_clk_ref
- enet_out
- enet_2x_txclk

phy-mode: true

Expand All @@ -118,6 +121,12 @@ properties:

mac-address: true

tx-internal-delay-ps:
enum: [0, 2000]

rx-internal-delay-ps:
enum: [0, 2000]

phy-supply:
description:
Regulator that powers the Ethernet PHY.
Expand Down

0 comments on commit df11b80

Please sign in to comment.