Skip to content

Commit 46683af

Browse files
committed
riscv: dts: sophgo: sophgo-srd3-10: reserve uart0 device
As the uart0 is already occupied by the firmware, reserve it to avoid this port is used by mistake. Tested-by: Han Gao <[email protected]> Reviewed-by: Chen Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Inochi Amaoto <[email protected]> Signed-off-by: Chen Wang <[email protected]> Signed-off-by: Chen Wang <[email protected]>
1 parent 6ea2a06 commit 46683af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/riscv/boot/dts/sophgo/sg2044-sophgo-srd3-10.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@
109109
status = "okay";
110110
};
111111

112+
&uart0 {
113+
/* for firmware */
114+
status = "reserved";
115+
};
116+
112117
&uart1 {
113118
status = "okay";
114119
};

0 commit comments

Comments
 (0)