[PATCH v3 0/4] arm64: dts: qcom: Describe the PCIe M.2 Key E connector for Monaco EVK
From: Wei Deng
Date: Wed Aug 19 2026 - 09:59:18 EST
Add DT support for the PCIe M.2 Mechanical Key E connector on the
Monaco EVK, following the same pattern as the lemans-evk series
(already in linux-next, commits 67f06acf/a6d4bb0a).
Patch 1/4 adds 'compatible = "pciclass,0604"' to the pcieport0 node in
monaco.dtsi, required for downstream DT nodes to be matched to PCI
devices.
Patch 2/4 adds empty labeled endpoints (pcieport0_ep, uart2_ep) to
pcieport0 and uart2 in monaco.dtsi as graph anchors.
Patch 3/4 describes the connector-3 node in monaco-evk.dts, wires the
endpoints via remote-endpoint overrides, adds the vreg_wcn_3p3
regulator, and adds the serial1 = &uart2 alias for BT serdev
enumeration.
Patch 4/4 moves the graph port/endpoint anchors from monaco.dtsi to
monaco-evk.dts. This ensures of_graph_is_present() only returns true
for boards that have an M.2 Key E connector present, preventing
unintended pwrseq probe on boards with soldered wireless chips
(e.g. qcs8300-ride).
This series is based on next-20260726.
Changes in v3:
- Drop vreg_dcin_12v from connector node; the 12V DC input is not
software-controllable (Konrad)
- Add patch 4/4: move graph port/endpoint anchors from monaco.dtsi to
monaco-evk.dts, so of_graph_is_present() only returns true on boards
with an M.2 Key E connector; note that patch 2/4 (the anchor additions
in monaco.dtsi) is based on a pending upstream series not yet merged:
https://lore.kernel.org/all/20260720-monza-wireless-v5-1-69ec6743543c@xxxxxxxxxxxxxxxx/
- Link to v2: https://lore.kernel.org/r/20260729-b4-monaco-evk-m2-v1-v2-0-0548e1dab760@xxxxxxxxxxxxxxxx
Changes in v2:
- Move PCIe Root Port and UART2 graph port/endpoint declarations from
monaco-evk.dts into monaco.dtsi, per Konrad's suggestion. The SoC
DTSI now defines empty labeled endpoints (pcieport0_ep, uart2_ep) as
graph anchors, and monaco-evk.dts wires them via remote-endpoint
overrides. Splits the old patch 2/2 into two patches (new patch 2/3
for the anchors, patch 3/3 for the EVK board wiring).
- Patch 1/3 unchanged, carries Konrad's Reviewed-by from v1.
- Dropped Dmitry's Reviewed-by on the EVK patch since the port/endpoint
structure changed; open to re-review.
- Link to v1: https://lore.kernel.org/all/20260727-b4-monaco-evk-m2-v1-v1-0-5429cce68599@xxxxxxxxxxxxxxxx/
---
Wei Deng (4):
arm64: dts: qcom: monaco: Add compatible to the PCIe Root Port
arm64: dts: qcom: monaco: Add graph port/endpoint anchors to pcieport0 and uart2
arm64: dts: qcom: monaco-evk: Describe the PCIe M.2 Key E connector
arm64: dts: qcom: monaco{,-evk}: Move graph port/endpoint anchors to board file
arch/arm64/boot/dts/qcom/monaco-evk.dts | 60 +++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/qcom/monaco.dtsi | 1 +
2 files changed, 61 insertions(+)
---
base-commit: 80489b8b7c62068b5223af10ead175367dcd127d
change-id: 20260727-b4-monaco-evk-m2-v1-dd56eb997378
Best regards,
--
Wei Deng <wei.deng@xxxxxxxxxxxxxxxx>