#address-cells = <1>;
#size-cells = <0>;
+ port@0 {
+ reg = <0>;
+
+ replicator0_out0: endpoint {
+ remote-endpoint = <&tmc_etr_in>;
+ };
+ };
+
port@1 {
reg = <1>;
};
};
+ tmc@6048000 {
+ compatible = "arm,coresight-tmc", "arm,primecell";
+ reg = <0x0 0x06048000 0x0 0x1000>;
+
+ clocks = <&aoss_qmp>;
+ clock-names = "apb_pclk";
+
+ iommus = <&apps_smmu 0x01e0 0x0>;
+ arm,scatter-gather;
+
+ in-ports {
+ port {
+ tmc_etr_in: endpoint {
+ remote-endpoint = <&replicator0_out0>;
+ };
+ };
+ };
+ };
+
replicator@604a000 {
compatible = "arm,coresight-dynamic-replicator", "arm,primecell";
reg = <0x0 0x0604a000 0x0 0x1000>;