Commit df11b807 authored by Joakim Zhang's avatar Joakim Zhang Committed by David S. Miller

dt-bindings: net: fsl,fec: add RGMII internal clock delay

Add RGMII internal clock delay for FEC controller.
Signed-off-by: default avatarJoakim Zhang <qiangqing.zhang@nxp.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5d886947
...@@ -96,6 +96,8 @@ properties: ...@@ -96,6 +96,8 @@ properties:
SOC internal PLL. SOC internal PLL.
The "enet_out"(option), output clock for external device, like supply clock The "enet_out"(option), output clock for external device, like supply clock
for PHY. The clock is required if PHY clock source from SOC. 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: clock-names:
minItems: 2 minItems: 2
...@@ -107,6 +109,7 @@ properties: ...@@ -107,6 +109,7 @@ properties:
- ptp - ptp
- enet_clk_ref - enet_clk_ref
- enet_out - enet_out
- enet_2x_txclk
phy-mode: true phy-mode: true
...@@ -118,6 +121,12 @@ properties: ...@@ -118,6 +121,12 @@ properties:
mac-address: true mac-address: true
tx-internal-delay-ps:
enum: [0, 2000]
rx-internal-delay-ps:
enum: [0, 2000]
phy-supply: phy-supply:
description: description:
Regulator that powers the Ethernet PHY. Regulator that powers the Ethernet PHY.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment