Merge tag 'arc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[linux-2.6-microblaze.git] / arch / openrisc / boot / dts / or1klitex.dts
index 3f9867a..91c7173 100644 (file)
                interrupt-controller;
        };
 
-       serial0: serial@e0002000 {
+       serial0: serial@e0006800 {
                device_type = "serial";
                compatible = "litex,liteuart";
-               reg = <0xe0002000 0x100>;
+               reg = <0xe0006800 0x100>;
        };
 
        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>;
+       };
 };