Skip to content

Commit 775631d

Browse files
Kamil Horák (2N)kuba-moo
authored andcommitted
dt-bindings: ethernet-phy: add optional brr-mode flag
There is a group of PHY chips supporting BroadR-Reach link modes in a manner allowing for more or less identical register usage as standard Clause 22 PHY. These chips support standard Ethernet link modes as well, however, the circuitry is mutually exclusive and cannot be auto-detected. The link modes in question are 100Base-T1 as defined in IEEE802.3bw, based on Broadcom's 1BR-100 link mode, and newly defined 10Base-T1BRR (1BR-10 in Broadcom documents). Add optional brr-mode flag to switch the PHY to BroadR-Reach mode. Signed-off-by: Kamil Horák (2N) <[email protected]> Reviewed-by: Rob Herring (Arm) <[email protected]> Reviewed-by: Florian Fainelli <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent ff25387 commit 775631d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/devicetree/bindings/net/ethernet-phy.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ properties:
9393
the turn around line low at end of the control phase of the
9494
MDIO transaction.
9595

96+
brr-mode:
97+
$ref: /schemas/types.yaml#/definitions/flag
98+
description:
99+
If set, indicates the network cable interface is an alternative one as
100+
defined in the BroadR-Reach link mode specification under 1BR-100 and
101+
1BR-10 names. The PHY must be configured to operate in BroadR-Reach mode
102+
by software.
103+
96104
clocks:
97105
maxItems: 1
98106
description:

0 commit comments

Comments
 (0)