arm64: dts: qcom: talos-lyra-evk: Enable M.2 Key-E Cologne WiFi/BT - #1694
Open
weiden (WeiDeng-weiden) wants to merge 9 commits into
Open
arm64: dts: qcom: talos-lyra-evk: Enable M.2 Key-E Cologne WiFi/BT#1694weiden (WeiDeng-weiden) wants to merge 9 commits into
weiden (WeiDeng-weiden) wants to merge 9 commits into
Conversation
The Talos SoM is a compact compute module based on the QCS615 SoC, integrating essential components optimized for IoT applications and designed to mount on carrier boards. Signed-off-by: Nirmesh Kumar Singh <nirmesh.singh@oss.qualcomm.com>
Add device trees for the Talos lyra EVK platform, which combines Talos SoM with a common carrier board. Signed-off-by: Nirmesh Kumar Singh <nirmesh.singh@oss.qualcomm.com>
Add the qcom,talos-lyra-evk compatible string for the Talos lyra EVK board, which pairs the Talos lyra SoM with a common carrier board. Signed-off-by: Nirmesh Kumar Singh <nirmesh.singh@oss.qualcomm.com>
Enable usb_1 in peripheral mode and usb_2 in host mode on the Talos Lyra EVK, wiring up the associated HS/QMP PHYs and their regulator supplies. Signed-off-by: Akash Kumar <akakum@qti.qualcomm.com>
Enabled Native DP with DP-connector using tlmm hpd-gpio 104. Signed-off-by: Vishnu Saini <vishnu.saini@oss.qualcomm.com>
Add three I2C GPIO expander devices on the i2c5 bus of the Talos Lyra EVK board: Signed-off-by: Nirmesh Kumar Singh <nirmesh.singh@oss.qualcomm.com>
Enable eMMC and configure required its required power-supplies and speed modes for Talos IoT SoM platform. Signed-off-by: Monish Chunara <monish.chunara@oss.qualcomm.com> Upstream-Status: Pending
Enable PCIe support on Talos-Lyra-EVK Signed-off-by: Abhishek Reddy Sudugu <abhishek.sudugu@oss.qualcomm.com> Upstream-Status: Pending
Add support for the M.2 Key-E Cologne (QCC2072) wireless solution on
the Talos Lyra EVK. The M.2 Key-E slot is connected via the QPS615
PCIe switch (TC9563) PCIe1 Downstream port for WiFi, and via SoC UART7
(GPIO10-13) for Bluetooth.
- talos.dtsi: Add OF graph endpoint (uart7_ep) to uart7 node to
describe the UART interface exposed on the M.2 Key-E connector
- talos-lyra-som.dtsi: Add compatible = "pciclass,0604" and OF graph
endpoint (tc9563_pcie1_ep) to the QPS615 PCIe1 Downstream port
(pcie@1,0) to allow PCI subsystem DT node matching for pwrseq
- talos-lyra-evk.dts: Replace on-module WCN3988 with M.2 Cologne:
- Add GPIO-controlled vreg_keye_3p3 regulator via expander3 GPIO6
- Add expander3 (TCA9538 at 0x3c) for M.2 Key-E slot power control
- Add wifi-bt-connector (pcie-m2-e-connector) with vpcie3v3-supply,
w-disable1 (GPIO51) for WiFi and w-disable2 (GPIO85) for BT
- Wire endpoint cross-references via &tc9563_pcie1_ep and &uart7_ep
- pwrseq-pcie-m2.c: Add PCI device ID 0x1112 for qcom,qcc2072-bt to
enable power sequencing for the QCC2072 Bluetooth controller
Signed-off-by: Wei Deng <wei.deng@oss.qualcomm.com>
Upstream-Status: Pending
weiden (WeiDeng-weiden)
force-pushed
the
talos-lyra-evk-qcc2072
branch
2 times, most recently
from
August 14, 2026 06:44
892fd22 to
a6b3448
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for the M.2 Key-E Cologne (QCC2072) wireless solution on
the Talos Lyra EVK. The M.2 Key-E slot is connected via the QPS615
PCIe switch (TC9563) PCIe1 Downstream port for WiFi, and via SoC UART7
(GPIO10-13) for Bluetooth.