[PATCH v4 0/2] Initial support for Advantech SOM-DB5830 board
Yuanjie Yang <[email protected]> Thu, 6 Aug 2026 17:44:45 +0800
| Newsgroups | org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Board layout:
+--------------------------------------------------+
| SoM (Advantech SOM-6820) |
| |
| +------------------------------------------+ |
| | SiP (IQ X7181 EVK SiP) | |
| | | |
| | +----------------------------------+ | |
| | | SoC (X1E80100) | | |
| | +----------------------------------+ | |
| | | |
| +------------------------------------------+ |
| |
+------------------------+-------------------------+
|
| Plugs into
v
+--------------------------------------------------+
| Carrier Board (Advantech SOM-DB5830) |
+--------------------------------------------------+
Introduce the device tree, DT bindings for Advantech SOM-DB5830 board.
And fix HAMOA/PURWA IOT EVK compatibles.
Co-developed-by: Gaurav Kohli <[email protected]>
Signed-off-by: Gaurav Kohli <[email protected]>
Co-developed-by: Ziyue zhang <[email protected]>
Signed-off-by: Ziyue zhang <[email protected]>
Signed-off-by: Yuanjie Yang <[email protected]>
---
Changes in v4
- drop fix HAMOA/PURWA IOT EVK SOM compatibles patch
- rebase on next-20260805
- Link to v3: https://lore.kernel.org/all/[email protected]/
Changes in v3
- add patch to fix HAMOA/PURWA IOT EVK SOM compatibles
- update Advantech SOM-DB5830 binding and dts
- rebase on next-20260804
- Link to v2: https://lore.kernel.org/all/[email protected]/
Changes in v2:
- update commit msg
- fix binding error
- update pcie and usb DT
- Link to v1: https://lore.kernel.org/all/[email protected]/
---
Yuanjie Yang (2):
dt-bindings: arm: qcom: Add Advantech SOM-DB5830
arm64: dts: qcom: Add Advantech SOM-DB5830
Documentation/devicetree/bindings/arm/qcom.yaml | 7 ++
arch/arm64/boot/dts/qcom/Makefile | 1 +
arch/arm64/boot/dts/qcom/hamoa-som-6820.dtsi | 54 +++++++++++
arch/arm64/boot/dts/qcom/hamoa-som-db5830.dts | 119 ++++++++++++++++++++++++
4 files changed, 181 insertions(+)
---
base-commit: 1701fda2f58e345c050f4309971bdc07cd6146ba
change-id: 20260806-hamoa-come-v4-f7033c4204e7
Best regards,
--
Yuanjie Yang <[email protected]>