The Eliza EVK platform is built from a reusable base board and an
Eliza System-on-Module. The base board provides connectors for external
peripherals, while each SoM variant provides the SoC, PMICs, LPDDR, and
eMMC.
Add support for the CQ7790S-based Eliza CQS EVK. The series introduces a
CQS SoM DTSI with the board clocks, PMIC regulator supplies, ADSP
firmware and eMMC wiring, then adds a common Eliza EVK DTSI and the final
Eliza CQS EVK DTS that combines both pieces. It also documents both the
CQS SoM and EVK compatibles.
Do this in order to be able to boot to shell with rootfs on eMMC, on the
Eliza CQS EVK board.
Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
---
Changes in v3:
- Rebased on next-20260608.
- Moved the gpio reserved ranges property to SoM.
- Picked up Krzysztof's R-b tags for all patches.
- Picked up Konrad's R-b tags for last two patches.
- Dropped all dependencies as they have been merged already.
- Link to v2: https://patch.msgid.link/20260519-eliza-dts-qcs-evk-v2-0-ad7303659d24@oss.qualcomm.com
Changes in v2:
- Rebased on next-20260519.
- Added missing qcom,eliza-cqs-som to the EVK dts.
- Added in the bindings patch, as that should've been part of this series
from the start. Also dropped the CQM as support for it is not being
added. Also reworked as Krzysztof's suggested. It was initially sent
separately here:
https://patch.msgid.link/20260515-eliza-bindings-evk-v1-1-8deb81ed86dd@oss.qualcomm.com
- Link to v1: https://patch.msgid.link/20260515-eliza-dts-qcs-evk-v1-0-7169d78a33e1@oss.qualcomm.com
---
Abel Vesa (3):
dt-bindings: arm: qcom: Document Eliza CQS SoM and its EVK board
arm64: dts: qcom: Add Eliza CQS SoM platform
arm64: dts: qcom: Add Eliza CQS EVK board
Documentation/devicetree/bindings/arm/qcom.yaml | 5 +
arch/arm64/boot/dts/qcom/Makefile | 1 +
arch/arm64/boot/dts/qcom/eliza-cqs-evk.dts | 14 +
arch/arm64/boot/dts/qcom/eliza-cqs-som.dtsi | 394 ++++++++++++++++++++++++
arch/arm64/boot/dts/qcom/eliza-evk.dtsi | 20 ++
5 files changed, 434 insertions(+)
---
base-commit: ea8a803d3ef1bc668d777516e00c3bb478d17c23
change-id: 20260514-eliza-dts-qcs-evk-7f1419812659
Best regards,
--
Abel Vesa <abel.vesa@oss.qualcomm.com>