boards: litex_vexriscv: dts: Reorder liteeth registers
This is just a cosmetic change to avoid a warning: "unit-address and first reg (0xb0000000) don't match for ethernet@e0009800" Signed-off-by: Mateusz Holenko <mholenko@antmicro.com>
This commit is contained in:
parent
008241311b
commit
65e4178071
1 changed files with 2 additions and 2 deletions
|
|
@ -68,9 +68,9 @@
|
|||
compatible = "litex,eth0";
|
||||
interrupt-parent = <&intc0>;
|
||||
interrupts = <3 0>;
|
||||
reg = <0xb0000000 0x2000 0xe0009800 0x6b>;
|
||||
reg = <0xe0009800 0x6b 0xb0000000 0x2000>;
|
||||
local-mac-address = [10 e2 d5 00 00 02];
|
||||
reg-names = "buffers", "control";
|
||||
reg-names = "control", "buffers";
|
||||
label = "eth0";
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue