Commit 8dd66446 authored by Lukasz Majewski's avatar Lukasz Majewski Committed by Maureen Helm
Browse files

dts: Add 'fixed-link' sub-node to 'eth' node on ip_k66f board



This change adds the 'fixed-link' sub-node of the ip_k66f board's
ethernet node. The fixed link is set to work with 100 Mbps and
full duplex.

Signed-off-by: default avatarLukasz Majewski <lukma@denx.de>
parent 8f2a0fb3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -93,6 +93,11 @@

&enet {
	status = "okay";

	fixed-link {
		speed = <100>;
		full-duplex;
	};
};

&spi1 {