Re: [PATCH v2] arm64: dts: qcom: eliza: Add PCIe PHY and controller nodes

From: Konrad Dybcio

Date: Fri Jul 17 2026 - 06:04:33 EST


On 7/8/26 7:36 AM, Krishna Chaitanya Chundru wrote:
> Eliza supports two PCIe instances: one 8GT/s x1 (PCIe0) and one 8GT/s x2
> (PCIe1). Add PCIe controller and PHY nodes for both instances, and update
> the GCC clock references to use the newly added PHY nodes instead of
> placeholder zeros.
>
> Signed-off-by: Krishna Chaitanya Chundru <krishna.chundru@xxxxxxxxxxxxxxxx>
> ---

[...]

> + pcie1: pcie@1c08000 {
> + device_type = "pci";
> + compatible = "qcom,eliza-pcie", "qcom,pcie-sm8550";
> + reg = <0 0x01c08000 0 0x3000>,
> + <0 0x44000000 0 0xf1d>,
> + <0 0x44000f20 0 0xa8>,
> + <0 0x44001000 0 0x1000>,
> + <0 0x44100000 0 0x100000>,
> + <0 0x01c0b000 0 0x1000>;
> + reg-names = "parf",
> + "dbi",
> + "elbi",
> + "atu",
> + "config",
> + "mhi";
> + #address-cells = <3>;
> + #size-cells = <2>;
> + ranges = <0x01000000 0 0x00000000 0 0x44200000 0 0x100000>,
> + <0x02000000 0 0x44300000 0 0x44300000 0 0x3d00000>;

There's a secondary BAR region at 0x4_0000_0000 that's
0x3_0000_0000-long

Konrad