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