Skip to content

Commit 4578adf

Browse files
Merge pull request #194 from jiegan0107/qcom-6.18.y
FROMLIST: arm64: dts: qcom: talos: add ETR device
2 parents 265d0ce + 793e954 commit 4578adf

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/talos.dtsi

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2385,6 +2385,14 @@
23852385
#address-cells = <1>;
23862386
#size-cells = <0>;
23872387

2388+
port@0 {
2389+
reg = <0>;
2390+
2391+
replicator0_out0: endpoint {
2392+
remote-endpoint = <&tmc_etr_in>;
2393+
};
2394+
};
2395+
23882396
port@1 {
23892397
reg = <1>;
23902398

@@ -2419,6 +2427,25 @@
24192427
};
24202428
};
24212429

2430+
tmc_etr: tmc@6048000 {
2431+
compatible = "arm,coresight-tmc", "arm,primecell";
2432+
reg = <0x0 0x06048000 0x0 0x1000>;
2433+
2434+
clocks = <&aoss_qmp>;
2435+
clock-names = "apb_pclk";
2436+
2437+
iommus = <&apps_smmu 0x01e0 0x0>;
2438+
arm,scatter-gather;
2439+
2440+
in-ports {
2441+
port {
2442+
tmc_etr_in: endpoint {
2443+
remote-endpoint = <&replicator0_out0>;
2444+
};
2445+
};
2446+
};
2447+
};
2448+
24222449
replicator@604a000 {
24232450
compatible = "arm,coresight-dynamic-replicator", "arm,primecell";
24242451
reg = <0x0 0x0604a000 0x0 0x1000>;

0 commit comments

Comments
 (0)