From 9aabd934a98ca894dc178d875f6ca6ea14ce427d Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 2 Dec 2020 10:41:19 +0100 Subject: realtek: fix SFP ports on the dlink 10port switch Signed-off-by: John Crispin --- target/linux/realtek/dts/rtl838x.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/linux/realtek/dts/rtl838x.dtsi') diff --git a/target/linux/realtek/dts/rtl838x.dtsi b/target/linux/realtek/dts/rtl838x.dtsi index f48d759a10..15d518578b 100644 --- a/target/linux/realtek/dts/rtl838x.dtsi +++ b/target/linux/realtek/dts/rtl838x.dtsi @@ -35,6 +35,18 @@ phy-mode = #m ; \ }; +#define SWITCH_SFP_PORT(n, s, m) \ + port@##n { \ + reg = <##n>; \ + label = SWITCH_PORT_LABEL(s) ; \ + phy-handle = <&phy##n>; \ + phy-mode = #m ; \ + fixed-link { \ + speed = <1000>; \ + full-duplex; \ + }; \ + }; + / { #address-cells = <1>; #size-cells = <1>; -- cgit v1.2.3