Re: [PATCH 1/3] arm64: dts: qcom: eliza: Describe the ADSP and USB related nodes
From: Konrad Dybcio
Date: Tue Mar 31 2026 - 09:41:30 EST
On 3/31/26 12:37 PM, Abel Vesa wrote:
> Describe the ADSP remoteproc node along with its dependencies, including
> the IPCC mailbox, AOSS QMP and SMP2P links used for communication.
>
> The Eliza SoC features a USB 3.1 Gen 2 controller connected to a QMP
> combo PHY and an SNPS eUSB2 PHY. Describe them.
>
> Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>
> ---
[...]
> + usb_hsphy: phy@88e3000 {
> + compatible = "qcom,eliza-snps-eusb2-phy",
> + "qcom,sm8550-snps-eusb2-phy";
> + reg = <0x0 0x088e3000 0x0 0x154>;
> + #phy-cells = <0>;
> +
> + clocks = <&rpmhcc RPMH_CXO_CLK>;
This is TCSR_USB2_CLKREF_EN
> + usb: usb@a600000 {
> + compatible = "qcom,eliza-dwc3", "qcom,snps-dwc3";
Does the device suspend and resume successfully?
Konrad