Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Initial patch set for PURWA-IOT-EVK
@ 2026-01-16 10:41 YijieYang
  2026-01-16 10:41 ` [PATCH v4 1/4] dt-bindings: arm: qcom: Document PURWA-IOT-EVK board YijieYang
                   ` (5 more replies)
  0 siblings, 6 replies; 30+ messages in thread
From: YijieYang @ 2026-01-16 10:41 UTC (permalink / raw)
  To: andersson, konradybcio, robh, krzk+dt, conor+dt
  Cc: linux-arm-msm, linux-kernel, devicetree, yijie.yang,
	Krzysztof Kozlowski, Dmitry Baryshkov

From: Yijie Yang <yijie.yang@oss.qualcomm.com>

Introduce the device tree, DT bindings, and driver updates required to enable
the bring-up of the PURWA-IOT-EVK evaluation board. Focus is on two key
hardware components:

PURWA-IOT-SOM — A compact System-on-Module integrating the SoC, GPIOs, and
PMICs. Designed for modularity, it can pair with various carrier boards to
support diverse use cases.

PURWA-IOT-EVK — A carrier board tailored for IoT scenarios, providing
essential peripherals such as UART, on-board PMICs, and USB components.

Together, these components form a flexible and scalable platform. Initial
functionality is achieved through proper device tree configuration and driver
support.

The PURWA-IOT-EVK/SOM shares most of its hardware design with
HAMOA-IOT-EVK/SOM, differing primarily in the BOM. Consequently, the DTS files
are largely similar. Both platforms belong to Qualcomm’s IQ-X family. For more
details on the IQ-X series, see:
https://www.qualcomm.com/internet-of-things/products/iq-x-series

Hardware differences between HAMOA-IOT and PURWA-IOT:
- Display — PURWA uses a different number of clocks and frequency compared to
  HAMOA.
- GPU — PURWA integrates a different GPU.
- USB0 — PURWA uses a PS8833 retimer, while HAMOA employs an FSUSB42 as the
  SBU switch.

Features added and enabled:
- UART
- On-board regulators
- Regulators on the SOM
- PMIC GLINK
- USB0 through USB6 and their PHYs
- Embedded USB (eUSB) repeaters
- USB Type-C mux
- PCIe3, PCIe4, PCIe5, PCIe6a
- Reserved memory regions
- Pinctrl
- NVMe
- ADSP, CDSP
- WLAN, Bluetooth (M.2 interface)
- USB DisplayPort and eDP
- Graphics
- Audio
- TPM

Signed-off-by: Yijie Yang <yijie.yang@oss.qualcomm.com>
---
Changes in v4:
- EDITME: describe what is new in this series revision.
- EDITME: use bulletpoints and terse descriptions.
- Link to v3: https://lore.kernel.org/r/20260113-purwa-v3-0-16eefacbdce9@oss.qualcomm.com

Changes in v2:
- Update the GPU firmware path.
- Update the description in the cover letter.
- Reorder the patches.
- Use separate DTS files for Purwa and Hamoa.
- Update base commit.
- Link to v1: https://lore.kernel.org/all/20251222-purwa-v1-0-14ab9316e5ff@oss.qualcomm.com/

Changes in v3:
- Delete unused PMIC and thermal nodes.
- Add WiFi node.
- Add display backlight node.
- Add connectors and VBUS regulators for USB3 and USB6.
- Enable PCIe3 and PCIe5; add PCIe ports along with reset and wake-up GPIOs.
- Link to v2: https://lore.kernel.org/r/20260109-purwa-v2-0-f39ee10684cb@oss.qualcomm.com

Changes in v4:
- Enable TPM.
- Update the descriptions for video and the USB OF graph.
- Link to v3: https://lore.kernel.org/all/20260113-purwa-v3-0-16eefacbdce9@oss.qualcomm.com/

---
Yijie Yang (4):
      dt-bindings: arm: qcom: Document PURWA-IOT-EVK board
      firmware: qcom: scm: Allow QSEECOM on PURWA-IOT-EVK
      arm64: dts: qcom: Add PURWA-IOT-SOM platform
      arm64: dts: qcom: Add base PURWA-IOT-EVK board

 Documentation/devicetree/bindings/arm/qcom.yaml |    6 +
 arch/arm64/boot/dts/qcom/Makefile               |    1 +
 arch/arm64/boot/dts/qcom/purwa-iot-evk.dts      | 1549 +++++++++++++++++++++++
 arch/arm64/boot/dts/qcom/purwa-iot-som.dtsi     |  685 ++++++++++
 drivers/firmware/qcom/qcom_scm.c                |    1 +
 5 files changed, 2242 insertions(+)
---
base-commit: 377054868ffa544991cc491ecc4016589fc58565
change-id: 20251113-purwa-907ec75b4959

Best regards,
--  
Yijie Yang <yijie.yang@oss.qualcomm.com>


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

end of thread, other threads:[~2026-01-20 12:44 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-16 10:41 [PATCH v4 0/4] Initial patch set for PURWA-IOT-EVK YijieYang
2026-01-16 10:41 ` [PATCH v4 1/4] dt-bindings: arm: qcom: Document PURWA-IOT-EVK board YijieYang
2026-01-16 10:41 ` [PATCH v4 2/4] firmware: qcom: scm: Allow QSEECOM on PURWA-IOT-EVK YijieYang
2026-01-16 10:41 ` [PATCH v4 3/4] arm64: dts: qcom: Add PURWA-IOT-SOM platform YijieYang
2026-01-20 12:44   ` Konrad Dybcio
2026-01-16 10:41 ` [PATCH v4 4/4] arm64: dts: qcom: Add base PURWA-IOT-EVK board YijieYang
2026-01-16 16:19   ` Krzysztof Kozlowski
2026-01-19  3:13     ` Yijie Yang
2026-01-19  6:33       ` Dmitry Baryshkov
2026-01-19  7:10         ` Yijie Yang
2026-01-19  8:48         ` Yijie Yang
2026-01-19  9:46           ` Dmitry Baryshkov
2026-01-19 10:42             ` Yijie Yang
2026-01-19 13:31             ` Konrad Dybcio
2026-01-20  6:47               ` Yijie Yang
2026-01-19  7:05       ` Krzysztof Kozlowski
2026-01-20  6:49         ` Yijie Yang
2026-01-20  7:17           ` Krzysztof Kozlowski
2026-01-20  7:55             ` Yijie Yang
2026-01-19 13:53   ` Konrad Dybcio
2026-01-20  7:01     ` Yijie Yang
2026-01-16 11:31 ` [PATCH v4 0/4] Initial patch set for PURWA-IOT-EVK Dmitry Baryshkov
2026-01-19  2:39   ` Yijie Yang
2026-01-19  6:34     ` Dmitry Baryshkov
2026-01-19  6:54       ` Yijie Yang
2026-01-19 13:35         ` Konrad Dybcio
2026-01-19 13:51           ` Krzysztof Kozlowski
2026-01-19 13:52             ` Konrad Dybcio
2026-01-20  7:14               ` Yijie Yang
2026-01-16 15:40 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox