openrisc/litex: Update uart address
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>
This commit is contained in:
Родитель
94effcedaa
Коммит
7851155a1a
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче