diff options
Diffstat (limited to 'target/linux/realtek/dts/rtl838x.dtsi')
-rw-r--r-- | target/linux/realtek/dts/rtl838x.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
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>; |