LoongArch: dts: Add uart new compatible string

Add loongson,ls2k*-uart compatible string on uarts.

Co-developed-by: Haowei Zheng <zhenghaowei@loongson.cn>
Signed-off-by: Haowei Zheng <zhenghaowei@loongson.cn>
Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn>
Reviewed-by: Huacai Chen <chenhuacai@loongson.cn>
Link: https://patch.msgid.link/8e0c08459fa5bddefd898648fea28a9f2fde701a.1760166651.git.zhoubinbin@loongson.cn
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Binbin Zhou
2025-10-11 15:16:49 +08:00
committed by Greg Kroah-Hartman
parent 25e95d7631
commit 13532b5186
3 changed files with 3 additions and 3 deletions

View File

@@ -380,7 +380,7 @@
};
uart0: serial@1ff40800 {
compatible = "ns16550a";
compatible = "loongson,ls2k0500-uart", "ns16550a";
reg = <0x0 0x1ff40800 0x0 0x10>;
clock-frequency = <100000000>;
interrupt-parent = <&eiointc>;

View File

@@ -297,7 +297,7 @@
};
uart0: serial@1fe20000 {
compatible = "ns16550a";
compatible = "loongson,ls2k1000-uart", "loongson,ls2k0500-uart", "ns16550a";
reg = <0x0 0x1fe20000 0x0 0x10>;
clock-frequency = <125000000>;
interrupt-parent = <&liointc0>;

View File

@@ -250,7 +250,7 @@
};
uart0: serial@1fe001e0 {
compatible = "ns16550a";
compatible = "loongson,ls2k2000-uart", "loongson,ls2k1500-uart", "ns16550a";
reg = <0x0 0x1fe001e0 0x0 0x10>;
clock-frequency = <100000000>;
interrupt-parent = <&liointc>;