Re: [PATCH 2/2] arm64: dts: qcom: monaco-evk: Describe the PCIe M.2 Key E connector

From: Konrad Dybcio

Date: Tue Jul 28 2026 - 04:11:44 EST


On 7/28/26 5:39 AM, Wei Deng wrote:
> Hi Konrad,
>
> On Mon, 27 Jul 2026 16:43:50 +0200, Konrad Dybcio wrote:
>> On 7/27/26 4:16 PM, Wei Deng wrote:
>>> @@ -644,6 +701,12 @@ &pcie1_phy {
>>> &pcieport0 {
>>> reset-gpios = <&tlmm 2 GPIO_ACTIVE_LOW>;
>>> wake-gpios = <&tlmm 0 GPIO_ACTIVE_HIGH>;
>>> +
>>> + port {
>>> + pcieport0_ep: endpoint {
>>> + remote-endpoint = <&m2_e_pcie_ep>;
>>> + };
>>> + };

[...]

> The concern I have with moving these to monaco.dtsi is that other
> boards sharing the same DTSI (e.g. qcs8300-ride.dts) don't have an
> M.2 connector. Adding port/endpoint nodes in the SoC DTSI would
> create dangling endpoints on those boards.

Is that a problem?

Konrad