[PATCH v2 0/2] Initial support for Qualcomm Hamoa IOT COME board

From: Yuanjie Yang

Date: Mon Jul 27 2026 - 03:10:22 EST


Introduce the device tree, DT bindings for HAMOA-IOT-COME board.

The system consists of a SoM mounted on a carrier board. The HAMOA-IOT-COME
SoM integrates the core system, including a SiP that contains the SoC and
related components.

The SiP on the HAMOA-IOT-COME SoM is equivalent to the HAMOA-IOT-EVK SoM.

┌───────────────────────────────┐
│ SoM (Module) │
│ System on Module (small │
│ pluggable board) │
│ │
│ ┌───────────────────────┐ │
│ │ SiP │ │
│ │ System in Package │ │
│ │ (chip) │ │
│ │ │ │
│ │ ┌───────────────┐ │ │
│ │ │ SoC │ │ │
│ │ │ │ │ │
│ │ └───────────────┘ │ │
│ │ │ │
│ │ │ │
│ └───────────────────────┘ │
│ │
└──────────────┬────────────────┘
│ Plugs into
┌──────────────▼────────────────┐
│ Carrier Board (COME) │
│ │
└───────────────────────────────┘

Co-developed-by: Gaurav Kohli <gaurav.kohli@xxxxxxxxxxxxxxxx>
Signed-off-by: Gaurav Kohli <gaurav.kohli@xxxxxxxxxxxxxxxx>
Co-developed-by: Ziyue zhang <ziyue.zhang@xxxxxxxxxxxxxxxx>
Signed-off-by: Ziyue zhang <ziyue.zhang@xxxxxxxxxxxxxxxx>
Signed-off-by: Yuanjie Yang <yuanjie.yang@xxxxxxxxxxxxxxxx>
---

Changes in v2:
- update commit msg
- fix binding error
- update pcie and usb DT
- Link to v1: https://lore.kernel.org/all/20260630071022.3256-1-yuanjie.yang@xxxxxxxxxxxxxxxx/
---

Yuanjie Yang (2):
dt-bindings: arm: qcom: Add HAMOA-IOT-COME board
arm64: dts: qcom: Add base HAMOA-IOT-COME board

.../devicetree/bindings/arm/qcom.yaml | 7 ++
arch/arm64/boot/dts/qcom/Makefile | 1 +
.../boot/dts/qcom/hamoa-iot-come-som.dtsi | 52 ++++++++
arch/arm64/boot/dts/qcom/hamoa-iot-come.dts | 116 ++++++++++++++++++
4 files changed, 176 insertions(+)
create mode 100644 arch/arm64/boot/dts/qcom/hamoa-iot-come-som.dtsi
create mode 100644 arch/arm64/boot/dts/qcom/hamoa-iot-come.dts


base-commit: c5e32e86ca02b003f86e095d379b38148999293d
--
2.43.0