openrisc/litex: Update uart address
authorJoel Stanley <joel@jms.id.au>
Thu, 26 Aug 2021 13:29:44 +0000 (22:59 +0930)
committerStafford Horne <shorne@gmail.com>
Tue, 31 Aug 2021 13:41:46 +0000 (22:41 +0900)
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>
arch/openrisc/boot/dts/or1klitex.dts

index 3f9867a..baba4f4 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 {