Skip to content

Commit 71be3c2

Browse files
VynDragonkartben
authored andcommitted
dts: bflb: fix bad uart device address
4 didnt become a 2 like it should have Signed-off-by: Camille BAUD <[email protected]>
1 parent db15de5 commit 71be3c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/riscv/bflb/bl61x.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@
156156
status = "disabled";
157157
};
158158

159-
uart1: uart@4000a100 {
159+
uart1: uart@2000a100 {
160160
compatible = "bflb,uart";
161-
reg = <0x4000a100 0x100>;
161+
reg = <0x2000a100 0x100>;
162162
interrupts = <45 1>;
163163
interrupt-parent = <&clic>;
164164
status = "disabled";

0 commit comments

Comments
 (0)