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:
parent
7851155a1a
commit
978c791491
@ -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>;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user