diff options
author | Joel Stanley <joel@jms.id.au> | 2021-08-26 16:29:45 +0300 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2021-08-31 16:41:46 +0300 |
commit | 978c791491bce8cc1a27cb50392a2e8bbcea79d4 (patch) | |
tree | 940d1dd9d25ec0196569b470d43765ed8421d664 /arch/openrisc/boot | |
parent | 7851155a1a7c33f2270dcd979ab6532a89be5293 (diff) | |
download | linux-978c791491bce8cc1a27cb50392a2e8bbcea79d4.tar.xz |
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>
Diffstat (limited to 'arch/openrisc/boot')
-rw-r--r-- | arch/openrisc/boot/dts/or1klitex.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/openrisc/boot/dts/or1klitex.dts b/arch/openrisc/boot/dts/or1klitex.dts index baba4f49fa6b..91c7173c50e6 100644 --- a/arch/openrisc/boot/dts/or1klitex.dts +++ b/arch/openrisc/boot/dts/or1klitex.dts @@ -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>; + }; }; |