diff --git a/qcom/tuna-coresight.dtsi b/qcom/tuna-coresight.dtsi index c1a91f0a..54db0ede 100644 --- a/qcom/tuna-coresight.dtsi +++ b/qcom/tuna-coresight.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause /* - * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved. */ &soc { @@ -2187,12 +2187,24 @@ trace-name = "tracenoc-ddr-lpi"; out-ports { - port { + #address-cells = <1>; + #size-cells = <0>; + + port@0 { + reg = <0>; tpdm_ddr_lpi_out_funnel_aoss: endpoint { remote-endpoint = <&funnel_aoss_in_tpdm_ddr_lpi>; }; }; + + port@1 { + reg = <1>; + ddr_lpi_out_qmi: endpoint { + remote-endpoint = + <&qmi_in_ddr_lpi>; + }; + }; }; }; @@ -4328,6 +4340,14 @@ <&lpass_audio_out_qmi>; }; }; + + port@5 { + reg = <5>; + qmi_in_ddr_lpi: endpoint { + remote-endpoint = + <&ddr_lpi_out_qmi>; + }; + }; }; };