diff options
| author | Serge Semin <fancer.lancer@gmail.com> | 2023-07-05 16:59:11 +0300 |
|---|---|---|
| committer | Serge Semin <fancer.lancer@gmail.com> | 2026-08-13 20:37:50 +0300 |
| commit | a33ac36e1d9341cec1b66d6e07b6c78676bc0467 (patch) | |
| tree | fbf482aa2d6d13fe5f30190026daa2d7b352c77a | |
| parent | 30cc4db3e9d3e081b604f9d1d66cfde128dfa6ca (diff) | |
| download | linux-a33ac36e1d9341cec1b66d6e07b6c78676bc0467.tar.gz linux-a33ac36e1d9341cec1b66d6e07b6c78676bc0467.zip | |
dt-bindings: net: Add the 10gbase-x connection type
Add 10gbase-x to the list of accepted PHY connection types between MAC and
a physical PHY. It's physically compatible with xaui but defines PCS and
PMA interface (Clause 48) towards the 10GBASE-CX4 (see Clause 54),
10GBASE-KX4 (see Clause 71), and 10GBASE-LX4 (see Clause 53). Network
subsystem will be updated in the next commit.
Signed-off-by: Serge Semin <fancer.lancer@gmail.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 1bafd687dcb1..06ab21669eed 100644 --- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml +++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml @@ -69,6 +69,7 @@ properties: - trgmii - 1000base-x - 2500base-x + - 10gbase-x - 5gbase-r - rxaui - xaui |
