juno-cs-r1r2.dtsi 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. 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@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-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. slave-mode;
  64. remote-endpoint = <&etf0_out_port>;
  65. };
  66. };
  67. port@1 {
  68. reg = <1>;
  69. csys2_funnel_in_port1: endpoint {
  70. slave-mode;
  71. remote-endpoint = <&etf1_out_port>;
  72. };
  73. };
  74. };
  75. };
  76. };