Re: [PATCH 9/9] riscv: dts: sophgo: Add initial device tree of Sophgo SRD3-10
From: Inochi Amaoto
Date: Sun Apr 06 2025 - 23:58:37 EST
On Mon, Apr 07, 2025 at 02:09:45AM +0000, Yixun Lan wrote:
>
> On 09:06 Mon 07 Apr , Inochi Amaoto wrote:
> > Sophgo SG2044 SRD3-10 board bases on Sophgo SG2044 SoC.
> > This board includes 5 uart ports, 5 pcie x8 slots, 1 1G Ethernet port,
> > 1 microSD slot.
> >
> > Add initial device tree of this board with uart support.
> >
> > Signed-off-by: Inochi Amaoto <inochiama@xxxxxxxxx>
> > ---
> > arch/riscv/boot/dts/sophgo/Makefile | 1 +
> > arch/riscv/boot/dts/sophgo/sg2044-cpus.dtsi | 3002 +++++++++++++++++
> > arch/riscv/boot/dts/sophgo/sg2044-reset.h | 128 +
> > .../boot/dts/sophgo/sg2044-sophgo-srd3-10.dts | 32 +
> > arch/riscv/boot/dts/sophgo/sg2044.dtsi | 86 +
> > 5 files changed, 3249 insertions(+)
> > create mode 100644 arch/riscv/boot/dts/sophgo/sg2044-cpus.dtsi
> > create mode 100644 arch/riscv/boot/dts/sophgo/sg2044-reset.h
> > create mode 100644 arch/riscv/boot/dts/sophgo/sg2044-sophgo-srd3-10.dts
> > create mode 100644 arch/riscv/boot/dts/sophgo/sg2044.dtsi
> >
> ..
> > diff --git a/arch/riscv/boot/dts/sophgo/sg2044-reset.h b/arch/riscv/boot/dts/sophgo/sg2044-reset.h
> > new file mode 100644
> > index 000000000000..94ed1e3777c3
> > --- /dev/null
> > +++ b/arch/riscv/boot/dts/sophgo/sg2044-reset.h
> > @@ -0,0 +1,128 @@
> > +/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
> > +/*
> > + * Copyright (C) 2025 Inochi Amaoto <inochiama@xxxxxxxxxxx>
> you might want to use your gmail suffix? IIRC your outlook account
> isn't preferable? besides, it's better cosistent with your signed-off
>
Yeah, I forgot to change the copyright since this patch is wrote
several months ago. I will update the copyright for this patch.
Thanks for reminder.
Regards,
Inochi