diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2024-06-15 20:00:28 +0800 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-06-18 13:28:26 +0200 |
commit | 5dfabcdd76b1455c5378abbcb2e68285cf7eb554 (patch) | |
tree | e953c6aa5f1360f29ea51f3da3e0acb4195ba03c | |
parent | 777b8afb8179155353ec14b1d8153122410aba29 (diff) |
dt-bindings: net: ethernet-controller: add 10g-qxgmii mode
Add the new interface mode 10g-qxgmii, which is similar to
usxgmii but extend to 4 channels to support maximum of 4
ports with the link speed 10M/100M/1G/2.5G.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Luo Jie <quic_luoj@quicinc.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
-rw-r--r-- | Documentation/devicetree/bindings/net/ethernet-controller.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml index b2785b03139f..45819b235800 100644 --- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml +++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml @@ -103,6 +103,7 @@ properties: - usxgmii - 10gbase-r - 25gbase-r + - 10g-qxgmii phy-mode: $ref: "#/properties/phy-connection-type" |