mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
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 @@ soc_ctrl0: soc_controller@e0000000 {
|
|||
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…
Reference in New Issue
Block a user