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