ARM: dts: msm: Add llcc_0 and llcc_1 for neo

Add llcc_0 and llcc_1 for neo.

Change-Id: Ie7d003f466fbf11156577791260fba666e06ad07
This commit is contained in:
Mao Jinlong
2023-10-24 14:19:22 +08:00
parent e2767a613f
commit 9fe0e1b325

View File

@@ -1210,6 +1210,86 @@
};
};
llcc_0 {
compatible = "qcom,coresight-dummy";
coresight-name = "coresight-llcc0";
qcom,dummy-source;
atid = <104>;
out-ports {
port {
llcc_0_out_funnel_ddr1: endpoint {
remote-endpoint =
<&funnel_ddr1_in_llcc_0>;
};
};
};
};
llcc_1 {
compatible = "qcom,coresight-dummy";
coresight-name = "coresight-llcc1";
qcom,dummy-source;
atid = <105>;
out-ports {
port {
llcc_1_out_funnel_ddr1: endpoint {
remote-endpoint =
<&funnel_ddr1_in_llcc_1>;
};
};
};
};
funnel_ddr1: funnel@10d0d000 {
compatible = "arm,primecell";
arm,primecell-periphid = <0x000bb908>;
reg = <0x10d0d000 0x1000>;
reg-names = "funnel-base";
coresight-name = "coresight-funnel-ddr1";
clocks = <&aoss_qmp>;
clock-names = "apb_pclk";
in-ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
funnel_ddr1_in_llcc_0: endpoint {
remote-endpoint =
<&llcc_0_out_funnel_ddr1>;
};
};
port@1 {
reg = <1>;
funnel_ddr1_in_llcc_1: endpoint {
remote-endpoint =
<&llcc_1_out_funnel_ddr1>;
};
};
};
out-ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
funnel_ddr1_out_funnel_ddr0: endpoint {
remote-endpoint =
<&funnel_ddr0_in_funnel_ddr1>;
};
};
};
};
funnel_ddr0: funnel@10d03000 {
compatible = "arm,primecell";
@@ -1251,6 +1331,14 @@
<&tpdm_ddr_out_funnel_ddr0>;
};
};
port@4 {
reg = <4>;
funnel_ddr0_in_funnel_ddr1: endpoint {
remote-endpoint =
<&funnel_ddr1_out_funnel_ddr0>;
};
};
};
out-ports {
@@ -1283,6 +1371,14 @@
source = <&tpdm_shrm>;
};
};
port@3 {
reg = <3>;
funnel_ddr0_out_funnel_dl_center: endpoint {
remote-endpoint =
<&funnel_dl_center_in_funnel_ddr0>;
};
};
};
};
@@ -2319,6 +2415,14 @@
};
};
port@4 {
reg = <4>;
funnel_dl_center_in_funnel_ddr0: endpoint {
remote-endpoint =
<&funnel_ddr0_out_funnel_dl_center>;
};
};
port@6 {
reg = <6>;
funnel_dl_center_in_funnel_turing: endpoint {