[PATCH v3 0/2] Add minimal boot support for Qualcomm IPQ5210
From: Kathiravan Thirumoorthy
Date: Wed Mar 25 2026 - 05:29:34 EST
The IPQ5210 is Qualcomm's SoC for Routers, Gateways and Access Points. This
series adds minimal board boot support for ipq5210-rdp504 board.
SoCs based on IPQ5210 is shipped under 2 different marketing names such as
Qualcomm Dragonwing F8 and Qualcomm Dragonwing N8. The difference being is
F8 parts has the Passive Optical Network(PON) interface which acts as the
backhaul where as in N8 parts it is ethernet backhaul.
Qualcomm Dragonwing F8 Platform:
https://www.qualcomm.com/networking-infrastructure/products/f-series/f8-platform
Qualcomm Dragonwing N8 Platform:
https://www.qualcomm.com/networking-infrastructure/products/n-series/n8-platform
Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@xxxxxxxxxxxxxxxx>
---
Changes in v3:
- Dropped the patches which are applied (GCC, GCC binding, SCM binding,
defconfig)
- Various cosmetic changes (drop the comments in intc node, kept the
newline before status property, padded the register address to 8 digit)
- Link to v2: https://lore.kernel.org/r/20260318-ipq5210_boot_to_shell-v2-0-a87e27c37070@xxxxxxxxxxxxxxxx
Changes in v2:
- Separated out the TLMM patches into dedicated series
- Dropped the extra ':' from the GCC binding
- Added a comment in GCC driver for the need of CLK_IS_CRITICAL
- Various cosmetic changes in DTS (inclusion of dma-ranges property, \n
before status property, lower case phandles, enabled the QUP node by
default in the DTSI)
- Picked the R-b, A-b tags
- Dropped the SDHCI binding change since it is applied
- Link to v1:
https://lore.kernel.org/r/20260311-ipq5210_boot_to_shell-v1-0-fe857d68d698@xxxxxxxxxxxxxxxx
---
Kathiravan Thirumoorthy (2):
dt-bindings: qcom: add ipq5210 boards
arm64: dts: qcom: add IPQ5210 SoC and rdp504 board support
Documentation/devicetree/bindings/arm/qcom.yaml | 5 +
arch/arm64/boot/dts/qcom/Makefile | 1 +
arch/arm64/boot/dts/qcom/ipq5210-rdp504.dts | 79 ++++++
arch/arm64/boot/dts/qcom/ipq5210.dtsi | 311 ++++++++++++++++++++++++
4 files changed, 396 insertions(+)
---
base-commit: 85964cdcad0fac9a0eb7b87a0f9d88cc074b854c
change-id: 20260309-ipq5210_boot_to_shell-43db656579f0
prerequisite-change-id: 20260317-ipq5210_tlmm-df221be105b5:v3
prerequisite-patch-id: 77404131104f6d8cd899765726fe7e6b41d5af6e
prerequisite-patch-id: 8ed4183a0ea5bf860584e9a5e7d594798f409444
Best regards,
--
Kathiravan Thirumoorthy <kathiravan.thirumoorthy@xxxxxxxxxxxxxxxx>