Commit c19c913a authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo
Browse files

arm64: dts: tqmls1043a: Enable SFP interface



There is an SFP interface usable on TQMLS1043A. Enable all the
corresponding nodes. U-Boot will configure the connection if the RCW
is configured accordingly.

Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 8dde4ab4
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -41,9 +41,21 @@ &esdhc {
	wp-gpios = <&gpio3 3 GPIO_ACTIVE_HIGH>;
};

&sfp1 {
	status = "okay";
};

&sfp1_i2c {
	status = "okay";
};

&usb2 {
	status = "okay";
};

#include "fsl-ls1043-post.dtsi"
#include "tqmls104xa-mbls10xxa-fman.dtsi"

&enet6 {
	status = "okay";
};