juno-cs-r1r2.dtsi 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. // SPDX-License-Identifier: GPL-2.0
  2. / {
  3. funnel@20130000 { /* cssys1 */
  4. compatible = "arm,coresight-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. ports {
  10. #address-cells = <1>;
  11. #size-cells = <0>;
  12. /* output port */
  13. port@0 {
  14. reg = <0>;
  15. csys1_funnel_out_port: endpoint {
  16. remote-endpoint = <&etf1_in_port>;
  17. };
  18. };
  19. /* input port */
  20. port@1 {
  21. reg = <0>;
  22. csys1_funnel_in_port0: endpoint {
  23. slave-mode;
  24. };
  25. };
  26. };
  27. };
  28. etf@20140000 { /* etf1 */
  29. compatible = "arm,coresight-tmc", "arm,primecell";
  30. reg = <0 0x20140000 0 0x1000>;
  31. clocks = <&soc_smc50mhz>;
  32. clock-names = "apb_pclk";
  33. power-domains = <&scpi_devpd 0>;
  34. ports {
  35. #address-cells = <1>;
  36. #size-cells = <0>;
  37. /* input port */
  38. port@0 {
  39. reg = <0>;
  40. etf1_in_port: endpoint {
  41. slave-mode;
  42. remote-endpoint = <&csys1_funnel_out_port>;
  43. };
  44. };
  45. /* output port */
  46. port@1 {
  47. reg = <0>;
  48. etf1_out_port: endpoint {
  49. remote-endpoint = <&csys2_funnel_in_port1>;
  50. };
  51. };
  52. };
  53. };
  54. funnel@20150000 { /* cssys2 */
  55. compatible = "arm,coresight-funnel", "arm,primecell";
  56. reg = <0 0x20150000 0 0x1000>;
  57. clocks = <&soc_smc50mhz>;
  58. clock-names = "apb_pclk";
  59. power-domains = <&scpi_devpd 0>;
  60. ports {
  61. #address-cells = <1>;
  62. #size-cells = <0>;
  63. /* output port */
  64. port@0 {
  65. reg = <0>;
  66. csys2_funnel_out_port: endpoint {
  67. remote-endpoint = <&replicator_in_port0>;
  68. };
  69. };
  70. /* input ports */
  71. port@1 {
  72. reg = <0>;
  73. csys2_funnel_in_port0: endpoint {
  74. slave-mode;
  75. remote-endpoint = <&etf0_out_port>;
  76. };
  77. };
  78. port@2 {
  79. reg = <1>;
  80. csys2_funnel_in_port1: endpoint {
  81. slave-mode;
  82. remote-endpoint = <&etf1_out_port>;
  83. };
  84. };
  85. };
  86. };
  87. };