Skip to content

Commit dde1a21

Browse files
nashifgalak
authored andcommitted
nios2: max10: fix uart0 base register
Fix register for uart0. Signed-off-by: Anas Nashif <[email protected]>
1 parent 2323319 commit dde1a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/nios2/nios2f.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
interrupt-parent = <&cpu>;
3535
ranges;
3636

37-
uart0: uart@f0008000 {
37+
uart0: uart@100000 {
3838
compatible = "ns16550";
39-
reg = <0xf0008000 0x400>;
39+
reg = <0x100000 0x400>;
4040
clock-frequency = <50000000>;
4141
interrupts = <1 0>;
4242
label = "UART_0";

0 commit comments

Comments
 (0)