Skip to content

Commit

Permalink
openrisc/litex: Update uart address
Browse files Browse the repository at this point in the history
Recent litex socs will place the UART at 0xe0006800.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Stafford Horne <shorne@gmail.com>
  • Loading branch information
Joel Stanley authored and Stafford Horne committed Aug 31, 2021
1 parent 94effce commit 7851155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/openrisc/boot/dts/or1klitex.dts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
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 {
Expand Down

0 comments on commit 7851155

Please sign in to comment.