[PATCH net-next 1/2] dt-bindings: net: dsa: microchip: Add SGMII port support to KSZ9477 switch
From: Tristram.Ha
Date: Fri Nov 08 2024 - 20:57:18 EST
From: Tristram Ha <tristram.ha@xxxxxxxxxxxxx>
Update the KSZ9477 switch example to use SFP cage for SGMII support.
Signed-off-by: Tristram Ha <tristram.ha@xxxxxxxxxxxxx>
---
.../devicetree/bindings/net/dsa/microchip,ksz.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml b/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml
index 30c0c3e6f37a..e989723f5ad6 100644
--- a/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml
+++ b/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml
@@ -180,6 +180,13 @@ examples:
full-duplex;
};
};
+ port@6 {
+ reg = <6>;
+ label = "lan6";
+ phy-mode = "sgmii";
+ sfp = <&sfp>;
+ managed = "in-band-status";
+ };
};
};
--
2.34.1