On 18/12/2023 02:52, Binbin Zhou wrote: > Add DeviceTree file for Loongson-2K1000 processor, which integrates two > 64-bit dual emission superscalar LA264 processor cores. > > Signed-off-by: Binbin Zhou <zhoubinbin@xxxxxxxxxxx> > --- > arch/loongarch/boot/dts/Makefile | 3 +- > .../boot/dts/loongson-2k1000-ref.dts | 184 +++++++ > arch/loongarch/boot/dts/loongson-2k1000.dtsi | 453 ++++++++++++++++++ > 3 files changed, 639 insertions(+), 1 deletion(-) > create mode 100644 arch/loongarch/boot/dts/loongson-2k1000-ref.dts > create mode 100644 arch/loongarch/boot/dts/loongson-2k1000.dtsi > > diff --git a/arch/loongarch/boot/dts/Makefile b/arch/loongarch/boot/dts/Makefile > index aa0b21d73d4e..dc0782315bed 100644 > --- a/arch/loongarch/boot/dts/Makefile > +++ b/arch/loongarch/boot/dts/Makefile > @@ -1,5 +1,6 @@ > # SPDX-License-Identifier: GPL-2.0-only > > -dtb-$(CONFIG_MACH_LOONGSON64) = loongson-2k0500-ref.dtb > +dtb-$(CONFIG_MACH_LOONGSON64) = loongson-2k0500-ref.dtb \ > + loongson-2k1000-ref.dtb > > obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .dtb.o, $(CONFIG_BUILTIN_DTB_NAME)) > diff --git a/arch/loongarch/boot/dts/loongson-2k1000-ref.dts b/arch/loongarch/boot/dts/loongson-2k1000-ref.dts > new file mode 100644 > index 000000000000..95346bcbea71 > --- /dev/null > +++ b/arch/loongarch/boot/dts/loongson-2k1000-ref.dts > @@ -0,0 +1,184 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * Copyright (C) 2023 Loongson Technology Corporation Limited > + */ > + > +/dts-v1/; > + > +#include "loongson-2k1000.dtsi" > + > +/ { > + compatible = "loongson,ls2k1000-ref", "loongson,ls2k1000"; > + model = "Loongson-2K1000 Reference Board"; > + > + aliases { > + serial0 = &uart0; > + }; > + > + chosen { > + stdout-path = "serial0:115200n8"; > + bootargs = "console=ttyS0,115200"; NAK. Don't ignore the review. Best regards, Krzysztof