All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] riscv: dts: tenstorrent: Add Atlantis platform
@ 2026-06-03  7:42 ` Joel Stanley
  0 siblings, 0 replies; 44+ messages in thread
From: Joel Stanley @ 2026-06-03  7:42 UTC (permalink / raw)
  To: Paul Walmsley, Rob Herring, Conor Dooley, Palmer Dabbelt
  Cc: Anup Patel, Albert Ou, Alexandre Ghiti, Nicholas Piggin,
	Michael Ellerman, Drew Fustini, linux-riscv, devicetree

Add initial support for the Tenstorrent Atlantis platform, based on the
Atlantis SoC featuring 8x RVA23-compliant Tenstorrent Ascalon-XG cores.

The series adds a bare bones device tree with the CPU, interrupt
controllers and a UART. This will be replaced in time with a full
featured machine once details are available.

Patches 1, 2, 3, 5, and 6 add compatibles or extensions to existing
bindings.

Patch 4 adds a new binding document for the aclint timer device.

The series has been boot tested on QEMU[1] and internal development
platforms.

[1] https://lore.kernel.org/qemu-riscv/20260603065859.592063-1-joel@jms.id.au/


Drew Fustini (1):
  dt-bindings: riscv: add Smrnmi extension description

Joel Stanley (6):
  dt-bindings: aplic: Add Tenstorrent Atlantis compatible
  dt-bindings: imsics: Add Tenstorrent Atlantis compatible
  dt-bindings: riscv: cpus: Add Tenstorrent Ascalon
  dt-bindings: timer: Add RISC-V ACLINT bindings
  dt-bindings: riscv: Add Tenstorrent Atlantis platform
  riscv: dts: tenstorrent: Add Atlantis platform

 MAINTAINERS                                   |   1 +
 .../interrupt-controller/riscv,aplic.yaml     |   1 +
 .../interrupt-controller/riscv,imsics.yaml    |   1 +
 .../devicetree/bindings/riscv/cpus.yaml       |   5 +
 .../devicetree/bindings/riscv/extensions.yaml |   6 +
 .../bindings/riscv/tenstorrent.yaml           |   4 +
 .../bindings/timer/riscv,aclint-mtimer.yaml   |  52 ++
 arch/riscv/boot/dts/tenstorrent/Makefile      |   1 +
 .../boot/dts/tenstorrent/atlantis-evb.dts     |  31 ++
 .../boot/dts/tenstorrent/atlantis-soc.dtsi    | 470 ++++++++++++++++++
 10 files changed, 572 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/timer/riscv,aclint-mtimer.yaml
 create mode 100644 arch/riscv/boot/dts/tenstorrent/atlantis-evb.dts
 create mode 100644 arch/riscv/boot/dts/tenstorrent/atlantis-soc.dtsi

-- 
2.47.3


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

end of thread, other threads:[~2026-06-04 15:21 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-03  7:42 [PATCH 0/7] riscv: dts: tenstorrent: Add Atlantis platform Joel Stanley
2026-06-03  7:42 ` Joel Stanley
2026-06-03  7:42 ` [PATCH 1/7] dt-bindings: aplic: Add Tenstorrent Atlantis compatible Joel Stanley
2026-06-03  7:42   ` Joel Stanley
2026-06-03  7:47   ` Anup Patel
2026-06-03  7:47     ` Anup Patel
2026-06-03 16:19   ` Conor Dooley
2026-06-03 16:19     ` Conor Dooley
2026-06-03  7:42 ` [PATCH 2/7] dt-bindings: imsics: " Joel Stanley
2026-06-03  7:42   ` Joel Stanley
2026-06-03  7:48   ` Anup Patel
2026-06-03  7:48     ` Anup Patel
2026-06-03 16:18   ` Conor Dooley
2026-06-03 16:18     ` Conor Dooley
2026-06-03  7:42 ` [PATCH 3/7] dt-bindings: riscv: cpus: Add Tenstorrent Ascalon Joel Stanley
2026-06-03  7:42   ` Joel Stanley
2026-06-03 16:18   ` Conor Dooley
2026-06-03 16:18     ` Conor Dooley
2026-06-03  7:42 ` [PATCH 4/7] dt-bindings: timer: Add RISC-V ACLINT bindings Joel Stanley
2026-06-03  7:42   ` Joel Stanley
2026-06-03  7:50   ` Anup Patel
2026-06-03  7:50     ` Anup Patel
2026-06-03  7:55   ` sashiko-bot
2026-06-03  9:23   ` Conor Dooley
2026-06-03  9:23     ` Conor Dooley
2026-06-04 14:39     ` Joel Stanley
2026-06-04 14:39       ` Joel Stanley
2026-06-04 15:21       ` Conor Dooley
2026-06-04 15:21         ` Conor Dooley
2026-06-03  7:42 ` [PATCH 5/7] dt-bindings: riscv: add Smrnmi extension description Joel Stanley
2026-06-03  7:42   ` Joel Stanley
2026-06-03 16:17   ` Conor Dooley
2026-06-03 16:17     ` Conor Dooley
2026-06-03  7:42 ` [PATCH 6/7] dt-bindings: riscv: Add Tenstorrent Atlantis platform Joel Stanley
2026-06-03  7:42   ` Joel Stanley
2026-06-03 16:17   ` Conor Dooley
2026-06-03 16:17     ` Conor Dooley
2026-06-03 19:37     ` Drew Fustini
2026-06-03 19:37       ` Drew Fustini
2026-06-03  7:42 ` [PATCH 7/7] riscv: dts: tenstorrent: Add " Joel Stanley
2026-06-03  7:42   ` Joel Stanley
2026-06-03  8:04   ` sashiko-bot
2026-06-03  9:16   ` Conor Dooley
2026-06-03  9:16     ` Conor Dooley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.