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

From: Yuanjie Yang

Date: Tue Jun 30 2026 - 03:10:46 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) │
│ │
└───────────────────────────────┘


Signed-off-by: Yuanjie Yang <yuanjie.yang@xxxxxxxxxxxxxxxx>
---

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

.../devicetree/bindings/arm/qcom.yaml | 1 +
arch/arm64/boot/dts/qcom/Makefile | 1 +
.../boot/dts/qcom/hamoa-iot-come-sip.dtsi | 9 ++
.../boot/dts/qcom/hamoa-iot-come-som.dtsi | 38 ++++++
arch/arm64/boot/dts/qcom/hamoa-iot-come.dts | 108 ++++++++++++++++++
5 files changed, 157 insertions(+)
create mode 100644 arch/arm64/boot/dts/qcom/hamoa-iot-come-sip.dtsi
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: 7de6ae9e12207ec146f2f3f1e58d1a99317e88bc
--
2.43.0