Commit 978c7914 authored by Joel Stanley's avatar Joel Stanley Committed by Stafford Horne
Browse files

openrisc/litex: Add ethernet device



Add the liteeth ethernet device.

Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
Signed-off-by: default avatarStafford Horne <shorne@gmail.com>
parent 7851155a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -52,4 +52,13 @@
			reg = <0xe0000000 0xc>;
			status = "okay";
	};

	ethernet@e0001000 {
		compatible = "litex,liteeth";
		reg = <0xe0001000 0x7c>,
		      <0xe0001800 0x0a>,
		      <0x80000000 0x2000>;
		reg-names = "mac", "mdio", "buffer";
		interrupts = <2>;
	};
};