[PATCH v2 0/3] arm64: dts: qcom: qcm6490: Introduce Particle Tachyon

Bjorn Andersson posted 3 patches 2 weeks, 2 days ago
Documentation/devicetree/bindings/arm/qcom.yaml    |   1 +
.../devicetree/bindings/vendor-prefixes.yaml       |   2 +
arch/arm64/boot/dts/qcom/Makefile                  |   1 +
.../boot/dts/qcom/qcm6490-particle-tachyon.dts     | 864 +++++++++++++++++++++
4 files changed, 868 insertions(+)
[PATCH v2 0/3] arm64: dts: qcom: qcm6490: Introduce Particle Tachyon
Posted by Bjorn Andersson 2 weeks, 2 days ago
Introduce the Particle Tachyon board (https://www.particle.io/tachyon/),
a single board compute with 5G connectivity and AI accelerator.

The boards currently ships with the Android Boot Loader, but replacing
this with abl2esp allows writing a EFI System Parition and OS partitions
to all of LUN0, and a more UEFI boot experience. A prebuilt version of
abl2esp is provided at [1], as abl2esp-v6.elf.

With a (very) recent version of QDL, a flash programmer from a Tachyon
software release, and a full distro image, this can be achieved with:

  qdl prog_firehose_ddr.elf write abl_a abl2esp-v6.elf write abl_b abl2esp-v6.elf write 0 image.raw

The following firmware files are currently used, on top of what's in
linux-firmware already:
  qcom/qcm6490/particle/tachyon/a660_zap.mbn
  qcom/qcm6490/particle/tachyon/adsp.mbn
  qcom/qcm6490/particle/tachyon/cdsp.mbn
  qcom/qcm6490/particle/tachyon/ipa_fws.mbn
  qcom/qcm6490/particle/tachyon/modem.mbn

In addition to bug fixes that has landed in v6.17-rc this depends on
[2], which is available in linux-next.

[1] https://github.com/qualcomm/abl2esp/releases/tag/v1.0
[2] https://lore.kernel.org/all/20250811-sc7280-mdss-reset-v1-0-83ceff1d48de@oss.qualcomm.com/

Signed-off-by: Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
---
Changes in v2:
- Fixed qcm6490 vs qcom6490 in a couple firmware-name paths
- Reordered once pinctrl-0 vs pinctrl-names
- Provided speed property for i2c1 to avoid Linux informing us about
  picking 100kHz (no value in downstream)
- Drop a of_graph connections and properties that was already
  established in dtsi
- Link to v1: https://lore.kernel.org/r/20250910-tachyon-v1-0-5090bfd133e0@oss.qualcomm.com

---
Bjorn Andersson (3):
      dt-bindings: vendor-prefixes: Add Particle Industries
      dt-bindings: arm: qcom: Add Particle Tachyon
      arm64: dts: qcom: qcm6490: Introduce the Particle Tachyon

 Documentation/devicetree/bindings/arm/qcom.yaml    |   1 +
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 arch/arm64/boot/dts/qcom/Makefile                  |   1 +
 .../boot/dts/qcom/qcm6490-particle-tachyon.dts     | 864 +++++++++++++++++++++
 4 files changed, 868 insertions(+)
---
base-commit: 5f540c4aade9f1d58fb7b9490b4b7d5214ec9746
change-id: 20250910-tachyon-e3548941397d

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
Re: [PATCH v2 0/3] arm64: dts: qcom: qcm6490: Introduce Particle Tachyon
Posted by Bjorn Andersson 2 weeks, 1 day ago
On Mon, 15 Sep 2025 23:24:14 -0500, Bjorn Andersson wrote:
> Introduce the Particle Tachyon board (https://www.particle.io/tachyon/),
> a single board compute with 5G connectivity and AI accelerator.
> 
> The boards currently ships with the Android Boot Loader, but replacing
> this with abl2esp allows writing a EFI System Parition and OS partitions
> to all of LUN0, and a more UEFI boot experience. A prebuilt version of
> abl2esp is provided at [1], as abl2esp-v6.elf.
> 
> [...]

Applied, thanks!

[1/3] dt-bindings: vendor-prefixes: Add Particle Industries
      commit: 3bc3ff8fd2fe5886043b38d3d3c9d6ecb12d0a83
[2/3] dt-bindings: arm: qcom: Add Particle Tachyon
      commit: b727cf24feb56a93f7bafbcdce7ea99b9ccb16cd
[3/3] arm64: dts: qcom: qcm6490: Introduce the Particle Tachyon
      commit: a319cf4a4b09a1dd3b2652fc96f4f08c0647ae64

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>