aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJoakim Zhang <qiangqing.zhang@nxp.com>2021-07-28 19:51:58 +0800
committerDavid S. Miller <davem@davemloft.net>2021-07-28 13:38:53 +0100
commitdf11b8073e19bd0eedae630dae82f38eb374b80d (patch)
tree1e856b83102d1024536ac86306c441cd312fb298 /Documentation
parent5d886947039d029f8ba1da6030c0a00ef330373d (diff)
downloadlinux-df11b8073e19bd0eedae630dae82f38eb374b80d.tar.gz
dt-bindings: net: fsl,fec: add RGMII internal clock delay
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/net/fsl,fec.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml b/Documentation/devicetree/bindings/net/fsl,fec.yaml
index b14e0e7c1e42cb..eca41443fccee1 100644
--- a/Documentation/devicetree/bindings/net/fsl,fec.yaml
+++ b/Documentation/devicetree/bindings/net/fsl,fec.yaml
@@ -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
@@ -107,6 +109,7 @@ properties:
- ptp
- enet_clk_ref
- enet_out
+ - enet_2x_txclk
phy-mode: true
@@ -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.