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 <rabenda.cn@gmail.com> Reviewed-by: Chen Wang <wangchen20@iscas.ac.cn> Link: https://lore.kernel.org/r/20250703004024.85221-1-inochiama@gmail.com Signed-off-by: Inochi Amaoto <inochiama@gmail.com> Signed-off-by: Chen Wang <unicorn_wang@outlook.com> Signed-off-by: Chen Wang <wangchen20@iscas.ac.cn>
1 parent 6ea2a06 commit 46683af

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)