linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] riscv: sophgo: Introduce SG2044 SRD3-10 board support
@ 2025-04-07  1:06 Inochi Amaoto
  2025-04-07  1:06 ` [PATCH 1/9] dt-bindings: timer: Add Sophgo SG2044 ACLINT timer Inochi Amaoto
                   ` (8 more replies)
  0 siblings, 9 replies; 32+ messages in thread
From: Inochi Amaoto @ 2025-04-07  1:06 UTC (permalink / raw)
  To: Jean Delvare, Guenter Roeck, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Chen Wang, Inochi Amaoto, Andi Shyti,
	Thomas Gleixner, Paul Walmsley, Samuel Holland, Ulf Hansson,
	Philipp Zabel, Palmer Dabbelt, Albert Ou, Alexandre Ghiti,
	Daniel Lezcano, Thomas Bonnefille, ghost, Jarkko Nikula,
	Jisheng Zhang, Chao Wei
  Cc: linux-hwmon, devicetree, sophgo, linux-kernel, linux-i2c,
	linux-riscv, linux-mmc, Yixun Lan, Longbin Li

Sophgo SG2044 SRD3-10 is an ATX board bases on Sophgo SG2044 SoC.
This board includes 5 uart ports, 5 pcie x8 slots, 1 1G Ethernet port,
1 microSD slot.

Introduce basic support for this board and Sophgo SG2044 SoC

Inochi Amaoto (9):
  dt-bindings: timer: Add Sophgo SG2044 ACLINT timer
  dt-bindings: interrupt-controller: Add Sophgo SG2044 CLINT mswi
  dt-bindings: interrupt-controller: Add Sophgo SG2044 PLIC
  dt-bindings: reset: sophgo: Add SG2044 bindings.
  dt-bindings: hwmon: Add Sophgo SG2044 external hardware monitor
    support
  dt-bindings: mmc: sdhci-of-dwcmhsc: Add Sophgo SG2044 support
  dt-bindings: i2c: dw: Add Sophgo SG2044 SoC I2C controller
  dt-bindings: riscv: sophgo: Add SG2044 compatible string
  riscv: dts: sophgo: Add initial device tree of Sophgo SRD3-10

 .../hwmon/sophgo,sg2042-hwmon-mcu.yaml        |    6 +-
 .../bindings/i2c/snps,designware-i2c.yaml     |    4 +
 .../sifive,plic-1.0.0.yaml                    |    1 +
 .../thead,c900-aclint-mswi.yaml               |    1 +
 .../bindings/mmc/snps,dwcmshc-sdhci.yaml      |    7 +-
 .../bindings/reset/sophgo,sg2042-reset.yaml   |    7 +-
 .../devicetree/bindings/riscv/sophgo.yaml     |    4 +
 .../timer/thead,c900-aclint-mtimer.yaml       |    1 +
 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 +
 13 files changed, 3277 insertions(+), 3 deletions(-)
 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

--
2.49.0


^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2025-05-15  9:12 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-07  1:06 [PATCH 0/9] riscv: sophgo: Introduce SG2044 SRD3-10 board support Inochi Amaoto
2025-04-07  1:06 ` [PATCH 1/9] dt-bindings: timer: Add Sophgo SG2044 ACLINT timer Inochi Amaoto
2025-04-07 13:38   ` Rob Herring (Arm)
2025-05-14 14:18   ` Daniel Lezcano
2025-05-15  0:03     ` Chen Wang
2025-05-15  9:11       ` Daniel Lezcano
2025-04-07  1:06 ` [PATCH 2/9] dt-bindings: interrupt-controller: Add Sophgo SG2044 CLINT mswi Inochi Amaoto
2025-04-07 13:38   ` Rob Herring (Arm)
2025-04-08  1:11   ` Chen Wang
2025-04-07  1:06 ` [PATCH 3/9] dt-bindings: interrupt-controller: Add Sophgo SG2044 PLIC Inochi Amaoto
2025-04-07 13:38   ` Rob Herring (Arm)
2025-04-07  1:06 ` [PATCH 4/9] dt-bindings: reset: sophgo: Add SG2044 bindings Inochi Amaoto
2025-04-07 13:40   ` Rob Herring
2025-04-08  1:16   ` Chen Wang
2025-04-07  1:06 ` [PATCH 5/9] dt-bindings: hwmon: Add Sophgo SG2044 external hardware monitor support Inochi Amaoto
2025-04-07  2:05   ` Yixun Lan
2025-04-07  4:03     ` Inochi Amaoto
2025-04-07 13:59   ` Rob Herring (Arm)
2025-04-07  1:06 ` [PATCH 6/9] dt-bindings: mmc: sdhci-of-dwcmhsc: Add Sophgo SG2044 support Inochi Amaoto
2025-04-07 14:00   ` Rob Herring
2025-04-07 23:32     ` Inochi Amaoto
2025-04-07  1:06 ` [PATCH 7/9] dt-bindings: i2c: dw: Add Sophgo SG2044 SoC I2C controller Inochi Amaoto
2025-04-07 14:02   ` Rob Herring
2025-04-07 23:31     ` Inochi Amaoto
2025-04-07  1:06 ` [PATCH 8/9] dt-bindings: riscv: sophgo: Add SG2044 compatible string Inochi Amaoto
2025-04-07 14:04   ` Rob Herring (Arm)
2025-04-08  1:37   ` Chen Wang
2025-04-07  1:06 ` [PATCH 9/9] riscv: dts: sophgo: Add initial device tree of Sophgo SRD3-10 Inochi Amaoto
2025-04-07  2:09   ` Yixun Lan
2025-04-07  3:57     ` Inochi Amaoto
2025-04-08  1:40   ` Chen Wang
2025-04-08  1:49     ` Inochi Amaoto

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 NNTP newsgroup(s).