File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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>;
You can’t perform that action at this time.
0 commit comments