From: wjjsn <wjjsn@qq.com>
To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
chenhuacai@kernel.org
Cc: kernel@xen0n.name, devicetree@vger.kernel.org,
loongarch@lists.linux.dev, linux-kernel@vger.kernel.org,
wjjsn <wjjsn@qq.com>
Subject: [PATCH v4 0/2] Add Loongson-2K0300 processor support
Date: Sun, 22 Mar 2026 14:28:21 +0800 [thread overview]
Message-ID: <tencent_1680B0AA6FB3261725A9EBD308AFE1698508@qq.com> (raw)
The first patch adds the necessary DT binding documentation,
and the second patch adds the DTS and DTSI files for the SoC
and the board.
Changes in v4:
- Fix a typo in v3 dt-bindings where 'loongson,99pi' was
incorrectly used instead of 'loongson,ls2k0300-ref'.
Changes in v3:
- Corrected the compatible string in DT bindings from 'loongson,99pi'
to 'loongson,ls2k0300-ref' to match the board's formal name.
Changes in v2:
- Add DT bindings.
- Included the missing Documentation/devicetree/bindings/ modification.
Known issues:
1. The clk controller node is correctly defined, but some frequency
configurations rely on future driver-side fixes.
2. uart0 is currently placed under the root node as the 2K0300
manual lacks explicit documentation on the bus/interconnect
hierarchy (comparable to the bus@10000000 in other 2K SoCs).
wjjsn (2):
dt-bindings: loongarch: Add Loongson-2K0300
loongarch: boot: dts: Add Loongson-2K0300 support
.../bindings/loongarch/loongson.yaml | 4 +
arch/loongarch/boot/dts/Makefile | 2 +-
.../boot/dts/loongson-2k0300-ref.dts | 34 +++++++
arch/loongarch/boot/dts/loongson-2k0300.dtsi | 95 +++++++++++++++++++
4 files changed, 134 insertions(+), 1 deletion(-)
create mode 100644 arch/loongarch/boot/dts/loongson-2k0300-ref.dts
create mode 100644 arch/loongarch/boot/dts/loongson-2k0300.dtsi
--
2.43.0
reply other threads:[~2026-03-22 6:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tencent_1680B0AA6FB3261725A9EBD308AFE1698508@qq.com \
--to=wjjsn@qq.com \
--cc=chenhuacai@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kernel@xen0n.name \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=loongarch@lists.linux.dev \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).