juno-cs-r1r2.dtsi 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. // SPDX-License-Identifier: GPL-2.0
  2. / {
  3. funnel@20130000 { /* cssys1 */
  4. compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
  5. reg = <0 0x20130000 0 0x1000>;
  6. clocks = <&soc_smc50mhz>;
  7. clock-names = "apb_pclk";
  8. power-domains = <&scpi_devpd 0>;
  9. out-ports {
  10. port {
  11. csys1_funnel_out_port: endpoint {
  12. remote-endpoint = <&etf1_in_port>;
  13. };
  14. };
  15. };
  16. in-ports {
  17. port {
  18. csys1_funnel_in_port0: endpoint {
  19. };
  20. };
  21. };
  22. };
  23. etf_sys1: etf@20140000 { /* etf1 */
  24. compatible = "arm,coresight-tmc", "arm,primecell";
  25. reg = <0 0x20140000 0 0x1000>;
  26. clocks = <&soc_smc50mhz>;
  27. clock-names = "apb_pclk";
  28. power-domains = <&scpi_devpd 0>;
  29. in-ports {
  30. port {
  31. etf1_in_port: endpoint {
  32. remote-endpoint = <&csys1_funnel_out_port>;
  33. };
  34. };
  35. };
  36. out-ports {
  37. port {
  38. etf1_out_port: endpoint {
  39. remote-endpoint = <&csys2_funnel_in_port1>;
  40. };
  41. };
  42. };
  43. };
  44. funnel@20150000 { /* cssys2 */
  45. compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
  46. reg = <0 0x20150000 0 0x1000>;
  47. clocks = <&soc_smc50mhz>;
  48. clock-names = "apb_pclk";
  49. power-domains = <&scpi_devpd 0>;
  50. out-ports {
  51. port {
  52. csys2_funnel_out_port: endpoint {
  53. remote-endpoint = <&replicator_in_port0>;
  54. };
  55. };
  56. };
  57. in-ports {
  58. #address-cells = <1>;
  59. #size-cells = <0>;
  60. port@0 {
  61. reg = <0>;
  62. csys2_funnel_in_port0: endpoint {
  63. remote-endpoint = <&etf0_out_port>;
  64. };
  65. };
  66. port@1 {
  67. reg = <1>;
  68. csys2_funnel_in_port1: endpoint {
  69. remote-endpoint = <&etf1_out_port>;
  70. };
  71. };
  72. };
  73. };
  74. cti_sys2: cti@20160000 { /* sys_cti_2 */
  75. compatible = "arm,coresight-cti", "arm,primecell";
  76. reg = <0 0x20160000 0 0x1000>;
  77. clocks = <&soc_smc50mhz>;
  78. clock-names = "apb_pclk";
  79. power-domains = <&scpi_devpd 0>;
  80. #address-cells = <1>;
  81. #size-cells = <0>;
  82. trig-conns@0 {
  83. reg = <0>;
  84. arm,trig-in-sigs = <0 1>;
  85. arm,trig-in-types = <SNK_FULL SNK_ACQCOMP>;
  86. arm,trig-out-sigs = <0 1>;
  87. arm,trig-out-types = <SNK_FLUSHIN SNK_TRIGIN>;
  88. arm,cs-dev-assoc = <&etf_sys1>;
  89. };
  90. trig-conns@1 {
  91. reg = <1>;
  92. arm,trig-in-sigs = <2 3 4>;
  93. arm,trig-in-types = <ELA_DBGREQ ELA_TSTART ELA_TSTOP>;
  94. arm,trig-conn-name = "ela_clus_0";
  95. };
  96. trig-conns@2 {
  97. reg = <2>;
  98. arm,trig-in-sigs = <5 6 7>;
  99. arm,trig-in-types = <ELA_DBGREQ ELA_TSTART ELA_TSTOP>;
  100. arm,trig-conn-name = "ela_clus_1";
  101. };
  102. };
  103. };