arm64: dts: qcom: talos-lyra-evk: Enable M.2 Key-E Cologne WiFi/BT - #1694
Open
weiden (WeiDeng-weiden) wants to merge 1 commit into
Open
arm64: dts: qcom: talos-lyra-evk: Enable M.2 Key-E Cologne WiFi/BT#1694weiden (WeiDeng-weiden) wants to merge 1 commit into
weiden (WeiDeng-weiden) wants to merge 1 commit into
Conversation
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
weiden (WeiDeng-weiden)
force-pushed
the
talos-lyra-evk-qcc2072
branch
from
August 21, 2026 07:41
a6b3448 to
e21b514
Compare
Add support for the M.2 Key-E 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-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:
- 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
Signed-off-by: Wei Deng <[email protected]>
weiden (WeiDeng-weiden)
force-pushed
the
talos-lyra-evk-qcc2072
branch
from
August 25, 2026 02:53
e21b514 to
714d6e5
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.
Depend on 33aa6a3