.. | .. |
---|
18 | 18 | |
---|
19 | 19 | cpu0: cpu@0 { |
---|
20 | 20 | device_type = "cpu"; |
---|
21 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
---|
| 21 | + compatible = "arm,cortex-a53"; |
---|
22 | 22 | reg = <0x0 0x0>; |
---|
23 | 23 | enable-method = "psci"; |
---|
24 | 24 | }; |
---|
25 | 25 | |
---|
26 | 26 | cpu1: cpu@1 { |
---|
27 | 27 | device_type = "cpu"; |
---|
28 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
---|
| 28 | + compatible = "arm,cortex-a53"; |
---|
29 | 29 | reg = <0x0 0x1>; |
---|
30 | 30 | enable-method = "psci"; |
---|
31 | 31 | }; |
---|
32 | 32 | |
---|
33 | 33 | cpu2: cpu@2 { |
---|
34 | 34 | device_type = "cpu"; |
---|
35 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
---|
| 35 | + compatible = "arm,cortex-a53"; |
---|
36 | 36 | reg = <0x0 0x2>; |
---|
37 | 37 | enable-method = "psci"; |
---|
38 | 38 | }; |
---|
39 | 39 | |
---|
40 | 40 | cpu3: cpu@3 { |
---|
41 | 41 | device_type = "cpu"; |
---|
42 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
---|
| 42 | + compatible = "arm,cortex-a53"; |
---|
43 | 43 | reg = <0x0 0x3>; |
---|
44 | 44 | enable-method = "psci"; |
---|
45 | 45 | }; |
---|
.. | .. |
---|
50 | 50 | reg = <0 0x10003000 0 0x1000>; |
---|
51 | 51 | clocks = <&clk26mhz>; |
---|
52 | 52 | clock-names = "apb_pclk"; |
---|
53 | | - port { |
---|
54 | | - etf_in: endpoint { |
---|
55 | | - slave-mode; |
---|
56 | | - remote-endpoint = <&funnel_out_port0>; |
---|
| 53 | + in-ports { |
---|
| 54 | + port { |
---|
| 55 | + etf_in: endpoint { |
---|
| 56 | + remote-endpoint = <&funnel_out_port0>; |
---|
| 57 | + }; |
---|
57 | 58 | }; |
---|
58 | 59 | }; |
---|
59 | 60 | }; |
---|
60 | 61 | |
---|
61 | 62 | funnel@10001000 { |
---|
62 | | - compatible = "arm,coresight-funnel", "arm,primecell"; |
---|
| 63 | + compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; |
---|
63 | 64 | reg = <0 0x10001000 0 0x1000>; |
---|
64 | 65 | clocks = <&clk26mhz>; |
---|
65 | 66 | clock-names = "apb_pclk"; |
---|
66 | | - ports { |
---|
67 | | - #address-cells = <1>; |
---|
68 | | - #size-cells = <0>; |
---|
69 | 67 | |
---|
70 | | - /* funnel output port */ |
---|
71 | | - port@0 { |
---|
72 | | - reg = <0>; |
---|
| 68 | + out-ports { |
---|
| 69 | + port { |
---|
73 | 70 | funnel_out_port0: endpoint { |
---|
74 | 71 | remote-endpoint = <&etf_in>; |
---|
75 | 72 | }; |
---|
76 | 73 | }; |
---|
| 74 | + }; |
---|
77 | 75 | |
---|
78 | | - /* funnel input port 0-4 */ |
---|
79 | | - port@1 { |
---|
| 76 | + in-ports { |
---|
| 77 | + #address-cells = <1>; |
---|
| 78 | + #size-cells = <0>; |
---|
| 79 | + |
---|
| 80 | + port@0 { |
---|
80 | 81 | reg = <0>; |
---|
81 | 82 | funnel_in_port0: endpoint { |
---|
82 | | - slave-mode; |
---|
83 | 83 | remote-endpoint = <&etm0_out>; |
---|
84 | 84 | }; |
---|
85 | 85 | }; |
---|
86 | 86 | |
---|
87 | | - port@2 { |
---|
| 87 | + port@1 { |
---|
88 | 88 | reg = <1>; |
---|
89 | 89 | funnel_in_port1: endpoint { |
---|
90 | | - slave-mode; |
---|
91 | 90 | remote-endpoint = <&etm1_out>; |
---|
92 | 91 | }; |
---|
93 | 92 | }; |
---|
94 | 93 | |
---|
95 | | - port@3 { |
---|
| 94 | + port@2 { |
---|
96 | 95 | reg = <2>; |
---|
97 | 96 | funnel_in_port2: endpoint { |
---|
98 | | - slave-mode; |
---|
99 | 97 | remote-endpoint = <&etm2_out>; |
---|
100 | 98 | }; |
---|
101 | 99 | }; |
---|
102 | 100 | |
---|
103 | | - port@4 { |
---|
| 101 | + port@3 { |
---|
104 | 102 | reg = <3>; |
---|
105 | 103 | funnel_in_port3: endpoint { |
---|
106 | | - slave-mode; |
---|
107 | 104 | remote-endpoint = <&etm3_out>; |
---|
108 | 105 | }; |
---|
109 | 106 | }; |
---|
110 | 107 | |
---|
111 | | - port@5 { |
---|
| 108 | + port@4 { |
---|
112 | 109 | reg = <4>; |
---|
113 | 110 | funnel_in_port4: endpoint { |
---|
114 | | - slave-mode; |
---|
115 | 111 | remote-endpoint = <&stm_out>; |
---|
116 | 112 | }; |
---|
117 | 113 | }; |
---|
.. | .. |
---|
126 | 122 | cpu = <&cpu0>; |
---|
127 | 123 | clocks = <&clk26mhz>; |
---|
128 | 124 | clock-names = "apb_pclk"; |
---|
129 | | - port { |
---|
130 | | - etm0_out: endpoint { |
---|
131 | | - remote-endpoint = <&funnel_in_port0>; |
---|
| 125 | + out-ports { |
---|
| 126 | + port { |
---|
| 127 | + etm0_out: endpoint { |
---|
| 128 | + remote-endpoint = <&funnel_in_port0>; |
---|
| 129 | + }; |
---|
132 | 130 | }; |
---|
133 | 131 | }; |
---|
134 | 132 | }; |
---|
.. | .. |
---|
140 | 138 | cpu = <&cpu1>; |
---|
141 | 139 | clocks = <&clk26mhz>; |
---|
142 | 140 | clock-names = "apb_pclk"; |
---|
143 | | - port { |
---|
144 | | - etm1_out: endpoint { |
---|
145 | | - remote-endpoint = <&funnel_in_port1>; |
---|
| 141 | + out-ports { |
---|
| 142 | + port { |
---|
| 143 | + etm1_out: endpoint { |
---|
| 144 | + remote-endpoint = <&funnel_in_port1>; |
---|
| 145 | + }; |
---|
146 | 146 | }; |
---|
147 | 147 | }; |
---|
148 | 148 | }; |
---|
.. | .. |
---|
154 | 154 | cpu = <&cpu2>; |
---|
155 | 155 | clocks = <&clk26mhz>; |
---|
156 | 156 | clock-names = "apb_pclk"; |
---|
157 | | - port { |
---|
158 | | - etm2_out: endpoint { |
---|
159 | | - remote-endpoint = <&funnel_in_port2>; |
---|
| 157 | + out-ports { |
---|
| 158 | + port { |
---|
| 159 | + etm2_out: endpoint { |
---|
| 160 | + remote-endpoint = <&funnel_in_port2>; |
---|
| 161 | + }; |
---|
160 | 162 | }; |
---|
161 | 163 | }; |
---|
162 | 164 | }; |
---|
.. | .. |
---|
168 | 170 | cpu = <&cpu3>; |
---|
169 | 171 | clocks = <&clk26mhz>; |
---|
170 | 172 | clock-names = "apb_pclk"; |
---|
171 | | - port { |
---|
172 | | - etm3_out: endpoint { |
---|
173 | | - remote-endpoint = <&funnel_in_port3>; |
---|
| 173 | + out-ports { |
---|
| 174 | + port { |
---|
| 175 | + etm3_out: endpoint { |
---|
| 176 | + remote-endpoint = <&funnel_in_port3>; |
---|
| 177 | + }; |
---|
174 | 178 | }; |
---|
175 | 179 | }; |
---|
176 | 180 | }; |
---|
.. | .. |
---|
182 | 186 | reg-names = "stm-base", "stm-stimulus-base"; |
---|
183 | 187 | clocks = <&clk26mhz>; |
---|
184 | 188 | clock-names = "apb_pclk"; |
---|
185 | | - port { |
---|
186 | | - stm_out: endpoint { |
---|
187 | | - remote-endpoint = <&funnel_in_port4>; |
---|
| 189 | + out-ports { |
---|
| 190 | + port { |
---|
| 191 | + stm_out: endpoint { |
---|
| 192 | + remote-endpoint = <&funnel_in_port4>; |
---|
| 193 | + }; |
---|
188 | 194 | }; |
---|
189 | 195 | }; |
---|
190 | 196 | }; |
---|