Skip to content

Commit 1b7531c

Browse files
ryan-wannerkuba-moo
authored andcommitted
dt-bindings: net: cdns,macb: Add external REFCLK property
REFCLK can be provided by an external source so this should be exposed by a DT property. The REFCLK is used for RMII and in some SoCs that use this driver the RGMII 125MHz clk can also be provided by an external source. Signed-off-by: Ryan Wanner <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://patch.msgid.link/d558467c4d5b27fb3135ffdead800b14cd9c6c0a.1752510727.git.Ryan.Wanner@microchip.com Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 27b0286 commit 1b7531c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/devicetree/bindings/net/cdns,macb.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@ properties:
115115
power-domains:
116116
maxItems: 1
117117

118+
cdns,refclk-ext:
119+
type: boolean
120+
description:
121+
This selects if the REFCLK for RMII is provided by an external source.
122+
For RGMII mode this selects if the 125MHz REF clock is provided by an external
123+
source.
124+
118125
cdns,rx-watermark:
119126
$ref: /schemas/types.yaml#/definitions/uint32
120127
description:

0 commit comments

Comments
 (0)