openrisc/litex: Add ethernet device

Add the liteeth ethernet device.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Stafford Horne <shorne@gmail.com>
This commit is contained in:
Joel Stanley 2021-08-26 22:59:45 +09:30 committed by Stafford Horne
parent 7851155a1a
commit 978c791491
1 changed files with 9 additions and 0 deletions

View File

@ -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>;
};
};