Skip to content

Commit c569905

Browse files
Danielmachonvinodkoul
authored andcommitted
dt-bindings: phy: sparx5: document lan969x
Lan969x is going to reuse the existing Sparx5 SERDES driver - document that by adding compatible strings for the different SKU's that we support, and a short description of the SERDES types and data rates supported. Signed-off-by: Daniel Machon <daniel.machon@microchip.com> Reviewed-by: Steen Hegelund <Steen.Hegelund@microchip.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20240909-sparx5-lan969x-serdes-driver-v2-8-d695bcb57b84@microchip.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 6158a32 commit c569905

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

Documentation/devicetree/bindings/phy/microchip,sparx5-serdes.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ title: Microchip Sparx5 Serdes controller
88

99
maintainers:
1010
- Steen Hegelund <steen.hegelund@microchip.com>
11+
- Daniel Machon <daniel.machon@microchip.com>
1112

1213
description: |
1314
The Sparx5 SERDES interfaces share the same basic functionality, but
@@ -62,12 +63,26 @@ description: |
6263
* 10.3125 Gbps (10GBASE-R/10GBASE-KR/USXGMII)
6364
* 25.78125 Gbps (25GBASE-KR/25GBASE-CR/25GBASE-SR/25GBASE-LR/25GBASE-ER)
6465
66+
lan969x has ten SERDES10G interfaces that share the same features, operating
67+
modes and data rates as the equivalent Sparx5 SERDES10G interfaces.
68+
6569
properties:
6670
$nodename:
6771
pattern: "^serdes@[0-9a-f]+$"
6872

6973
compatible:
70-
const: microchip,sparx5-serdes
74+
oneOf:
75+
- enum:
76+
- microchip,sparx5-serdes
77+
- microchip,lan9691-serdes
78+
- items:
79+
- enum:
80+
- microchip,lan9698-serdes
81+
- microchip,lan9696-serdes
82+
- microchip,lan9694-serdes
83+
- microchip,lan9693-serdes
84+
- microchip,lan9692-serdes
85+
- const: microchip,lan9691-serdes
7186

7287
reg:
7388
minItems: 1

0 commit comments

Comments
 (0)