~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/arm/juno.dts

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /scripts/dtc/include-prefixes/arm64/arm/juno.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/arm/juno.dts (Version linux-5.15.171)


  1 /*                                                  1 /*
  2  * ARM Ltd. Juno Platform                           2  * ARM Ltd. Juno Platform
  3  *                                                  3  *
  4  * Copyright (c) 2013-2014 ARM Ltd.                 4  * Copyright (c) 2013-2014 ARM Ltd.
  5  *                                                  5  *
  6  * This file is licensed under a dual GPLv2 or      6  * This file is licensed under a dual GPLv2 or BSD license.
  7  */                                                 7  */
  8                                                     8 
  9 /dts-v1/;                                           9 /dts-v1/;
 10                                                    10 
 11 #include <dt-bindings/interrupt-controller/arm     11 #include <dt-bindings/interrupt-controller/arm-gic.h>
 12 #include <dt-bindings/arm/coresight-cti-dt.h>  << 
 13 #include "juno-base.dtsi"                          12 #include "juno-base.dtsi"
 14                                                    13 
 15 / {                                                14 / {
 16         model = "ARM Juno development board (r     15         model = "ARM Juno development board (r0)";
 17         compatible = "arm,juno", "arm,vexpress     16         compatible = "arm,juno", "arm,vexpress";
 18         interrupt-parent = <&gic>;                 17         interrupt-parent = <&gic>;
 19         #address-cells = <2>;                      18         #address-cells = <2>;
 20         #size-cells = <2>;                         19         #size-cells = <2>;
 21                                                    20 
 22         aliases {                                  21         aliases {
 23                 serial0 = &soc_uart0;              22                 serial0 = &soc_uart0;
 24         };                                         23         };
 25                                                    24 
 26         chosen {                                   25         chosen {
 27                 stdout-path = "serial0:115200n     26                 stdout-path = "serial0:115200n8";
 28         };                                         27         };
 29                                                    28 
 30         psci {                                     29         psci {
 31                 compatible = "arm,psci-0.2";       30                 compatible = "arm,psci-0.2";
 32                 method = "smc";                    31                 method = "smc";
 33         };                                         32         };
 34                                                    33 
 35         cpus {                                     34         cpus {
 36                 #address-cells = <2>;              35                 #address-cells = <2>;
 37                 #size-cells = <0>;                 36                 #size-cells = <0>;
 38                                                    37 
 39                 cpu-map {                          38                 cpu-map {
 40                         cluster0 {                 39                         cluster0 {
 41                                 core0 {            40                                 core0 {
 42                                         cpu =      41                                         cpu = <&A57_0>;
 43                                 };                 42                                 };
 44                                 core1 {            43                                 core1 {
 45                                         cpu =      44                                         cpu = <&A57_1>;
 46                                 };                 45                                 };
 47                         };                         46                         };
 48                                                    47 
 49                         cluster1 {                 48                         cluster1 {
 50                                 core0 {            49                                 core0 {
 51                                         cpu =      50                                         cpu = <&A53_0>;
 52                                 };                 51                                 };
 53                                 core1 {            52                                 core1 {
 54                                         cpu =      53                                         cpu = <&A53_1>;
 55                                 };                 54                                 };
 56                                 core2 {            55                                 core2 {
 57                                         cpu =      56                                         cpu = <&A53_2>;
 58                                 };                 57                                 };
 59                                 core3 {            58                                 core3 {
 60                                         cpu =      59                                         cpu = <&A53_3>;
 61                                 };                 60                                 };
 62                         };                         61                         };
 63                 };                                 62                 };
 64                                                    63 
 65                 idle-states {                      64                 idle-states {
 66                         entry-method = "psci";     65                         entry-method = "psci";
 67                                                    66 
 68                         CPU_SLEEP_0: cpu-sleep     67                         CPU_SLEEP_0: cpu-sleep-0 {
 69                                 compatible = "     68                                 compatible = "arm,idle-state";
 70                                 arm,psci-suspe     69                                 arm,psci-suspend-param = <0x0010000>;
 71                                 local-timer-st     70                                 local-timer-stop;
 72                                 entry-latency-     71                                 entry-latency-us = <300>;
 73                                 exit-latency-u     72                                 exit-latency-us = <1200>;
 74                                 min-residency-     73                                 min-residency-us = <2000>;
 75                         };                         74                         };
 76                                                    75 
 77                         CLUSTER_SLEEP_0: clust     76                         CLUSTER_SLEEP_0: cluster-sleep-0 {
 78                                 compatible = "     77                                 compatible = "arm,idle-state";
 79                                 arm,psci-suspe     78                                 arm,psci-suspend-param = <0x1010000>;
 80                                 local-timer-st     79                                 local-timer-stop;
 81                                 entry-latency-     80                                 entry-latency-us = <400>;
 82                                 exit-latency-u     81                                 exit-latency-us = <1200>;
 83                                 min-residency-     82                                 min-residency-us = <2500>;
 84                         };                         83                         };
 85                 };                                 84                 };
 86                                                    85 
 87                 A57_0: cpu@0 {                     86                 A57_0: cpu@0 {
 88                         compatible = "arm,cort     87                         compatible = "arm,cortex-a57";
 89                         reg = <0x0 0x0>;           88                         reg = <0x0 0x0>;
 90                         device_type = "cpu";       89                         device_type = "cpu";
 91                         enable-method = "psci"     90                         enable-method = "psci";
 92                         i-cache-size = <0xc000     91                         i-cache-size = <0xc000>;
 93                         i-cache-line-size = <6     92                         i-cache-line-size = <64>;
 94                         i-cache-sets = <256>;      93                         i-cache-sets = <256>;
 95                         d-cache-size = <0x8000     94                         d-cache-size = <0x8000>;
 96                         d-cache-line-size = <6     95                         d-cache-line-size = <64>;
 97                         d-cache-sets = <256>;      96                         d-cache-sets = <256>;
 98                         next-level-cache = <&A     97                         next-level-cache = <&A57_L2>;
 99                         clocks = <&scpi_dvfs 0     98                         clocks = <&scpi_dvfs 0>;
100                         cpu-idle-states = <&CP     99                         cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
101                         capacity-dmips-mhz = <    100                         capacity-dmips-mhz = <1024>;
102                         dynamic-power-coeffici    101                         dynamic-power-coefficient = <530>;
103                 };                                102                 };
104                                                   103 
105                 A57_1: cpu@1 {                    104                 A57_1: cpu@1 {
106                         compatible = "arm,cort    105                         compatible = "arm,cortex-a57";
107                         reg = <0x0 0x1>;          106                         reg = <0x0 0x1>;
108                         device_type = "cpu";      107                         device_type = "cpu";
109                         enable-method = "psci"    108                         enable-method = "psci";
110                         i-cache-size = <0xc000    109                         i-cache-size = <0xc000>;
111                         i-cache-line-size = <6    110                         i-cache-line-size = <64>;
112                         i-cache-sets = <256>;     111                         i-cache-sets = <256>;
113                         d-cache-size = <0x8000    112                         d-cache-size = <0x8000>;
114                         d-cache-line-size = <6    113                         d-cache-line-size = <64>;
115                         d-cache-sets = <256>;     114                         d-cache-sets = <256>;
116                         next-level-cache = <&A    115                         next-level-cache = <&A57_L2>;
117                         clocks = <&scpi_dvfs 0    116                         clocks = <&scpi_dvfs 0>;
118                         cpu-idle-states = <&CP    117                         cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
119                         capacity-dmips-mhz = <    118                         capacity-dmips-mhz = <1024>;
120                         dynamic-power-coeffici    119                         dynamic-power-coefficient = <530>;
121                 };                                120                 };
122                                                   121 
123                 A53_0: cpu@100 {                  122                 A53_0: cpu@100 {
124                         compatible = "arm,cort    123                         compatible = "arm,cortex-a53";
125                         reg = <0x0 0x100>;        124                         reg = <0x0 0x100>;
126                         device_type = "cpu";      125                         device_type = "cpu";
127                         enable-method = "psci"    126                         enable-method = "psci";
128                         i-cache-size = <0x8000    127                         i-cache-size = <0x8000>;
129                         i-cache-line-size = <6    128                         i-cache-line-size = <64>;
130                         i-cache-sets = <256>;     129                         i-cache-sets = <256>;
131                         d-cache-size = <0x8000    130                         d-cache-size = <0x8000>;
132                         d-cache-line-size = <6    131                         d-cache-line-size = <64>;
133                         d-cache-sets = <128>;     132                         d-cache-sets = <128>;
134                         next-level-cache = <&A    133                         next-level-cache = <&A53_L2>;
135                         clocks = <&scpi_dvfs 1    134                         clocks = <&scpi_dvfs 1>;
136                         cpu-idle-states = <&CP    135                         cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
137                         capacity-dmips-mhz = <    136                         capacity-dmips-mhz = <578>;
138                         dynamic-power-coeffici    137                         dynamic-power-coefficient = <140>;
139                 };                                138                 };
140                                                   139 
141                 A53_1: cpu@101 {                  140                 A53_1: cpu@101 {
142                         compatible = "arm,cort    141                         compatible = "arm,cortex-a53";
143                         reg = <0x0 0x101>;        142                         reg = <0x0 0x101>;
144                         device_type = "cpu";      143                         device_type = "cpu";
145                         enable-method = "psci"    144                         enable-method = "psci";
146                         i-cache-size = <0x8000    145                         i-cache-size = <0x8000>;
147                         i-cache-line-size = <6    146                         i-cache-line-size = <64>;
148                         i-cache-sets = <256>;     147                         i-cache-sets = <256>;
149                         d-cache-size = <0x8000    148                         d-cache-size = <0x8000>;
150                         d-cache-line-size = <6    149                         d-cache-line-size = <64>;
151                         d-cache-sets = <128>;     150                         d-cache-sets = <128>;
152                         next-level-cache = <&A    151                         next-level-cache = <&A53_L2>;
153                         clocks = <&scpi_dvfs 1    152                         clocks = <&scpi_dvfs 1>;
154                         cpu-idle-states = <&CP    153                         cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
155                         capacity-dmips-mhz = <    154                         capacity-dmips-mhz = <578>;
156                         dynamic-power-coeffici    155                         dynamic-power-coefficient = <140>;
157                 };                                156                 };
158                                                   157 
159                 A53_2: cpu@102 {                  158                 A53_2: cpu@102 {
160                         compatible = "arm,cort    159                         compatible = "arm,cortex-a53";
161                         reg = <0x0 0x102>;        160                         reg = <0x0 0x102>;
162                         device_type = "cpu";      161                         device_type = "cpu";
163                         enable-method = "psci"    162                         enable-method = "psci";
164                         i-cache-size = <0x8000    163                         i-cache-size = <0x8000>;
165                         i-cache-line-size = <6    164                         i-cache-line-size = <64>;
166                         i-cache-sets = <256>;     165                         i-cache-sets = <256>;
167                         d-cache-size = <0x8000    166                         d-cache-size = <0x8000>;
168                         d-cache-line-size = <6    167                         d-cache-line-size = <64>;
169                         d-cache-sets = <128>;     168                         d-cache-sets = <128>;
170                         next-level-cache = <&A    169                         next-level-cache = <&A53_L2>;
171                         clocks = <&scpi_dvfs 1    170                         clocks = <&scpi_dvfs 1>;
172                         cpu-idle-states = <&CP    171                         cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
173                         capacity-dmips-mhz = <    172                         capacity-dmips-mhz = <578>;
174                         dynamic-power-coeffici    173                         dynamic-power-coefficient = <140>;
175                 };                                174                 };
176                                                   175 
177                 A53_3: cpu@103 {                  176                 A53_3: cpu@103 {
178                         compatible = "arm,cort    177                         compatible = "arm,cortex-a53";
179                         reg = <0x0 0x103>;        178                         reg = <0x0 0x103>;
180                         device_type = "cpu";      179                         device_type = "cpu";
181                         enable-method = "psci"    180                         enable-method = "psci";
182                         i-cache-size = <0x8000    181                         i-cache-size = <0x8000>;
183                         i-cache-line-size = <6    182                         i-cache-line-size = <64>;
184                         i-cache-sets = <256>;     183                         i-cache-sets = <256>;
185                         d-cache-size = <0x8000    184                         d-cache-size = <0x8000>;
186                         d-cache-line-size = <6    185                         d-cache-line-size = <64>;
187                         d-cache-sets = <128>;     186                         d-cache-sets = <128>;
188                         next-level-cache = <&A    187                         next-level-cache = <&A53_L2>;
189                         clocks = <&scpi_dvfs 1    188                         clocks = <&scpi_dvfs 1>;
190                         cpu-idle-states = <&CP    189                         cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
191                         capacity-dmips-mhz = <    190                         capacity-dmips-mhz = <578>;
192                         dynamic-power-coeffici    191                         dynamic-power-coefficient = <140>;
193                 };                                192                 };
194                                                   193 
195                 A57_L2: l2-cache0 {               194                 A57_L2: l2-cache0 {
196                         compatible = "cache";     195                         compatible = "cache";
197                         cache-unified;         << 
198                         cache-size = <0x200000    196                         cache-size = <0x200000>;
199                         cache-line-size = <64>    197                         cache-line-size = <64>;
200                         cache-sets = <2048>;      198                         cache-sets = <2048>;
201                         cache-level = <2>;     << 
202                 };                                199                 };
203                                                   200 
204                 A53_L2: l2-cache1 {               201                 A53_L2: l2-cache1 {
205                         compatible = "cache";     202                         compatible = "cache";
206                         cache-unified;         << 
207                         cache-size = <0x100000    203                         cache-size = <0x100000>;
208                         cache-line-size = <64>    204                         cache-line-size = <64>;
209                         cache-sets = <1024>;      205                         cache-sets = <1024>;
210                         cache-level = <2>;     << 
211                 };                                206                 };
212         };                                        207         };
213                                                   208 
214         pmu-a57 {                                 209         pmu-a57 {
215                 compatible = "arm,cortex-a57-p    210                 compatible = "arm,cortex-a57-pmu";
216                 interrupts = <GIC_SPI 02 IRQ_T    211                 interrupts = <GIC_SPI 02 IRQ_TYPE_LEVEL_HIGH>,
217                              <GIC_SPI 06 IRQ_T    212                              <GIC_SPI 06 IRQ_TYPE_LEVEL_HIGH>;
218                 interrupt-affinity = <&A57_0>,    213                 interrupt-affinity = <&A57_0>,
219                                      <&A57_1>;    214                                      <&A57_1>;
220         };                                        215         };
221                                                   216 
222         pmu-a53 {                                 217         pmu-a53 {
223                 compatible = "arm,cortex-a53-p    218                 compatible = "arm,cortex-a53-pmu";
224                 interrupts = <GIC_SPI 18 IRQ_T    219                 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>,
225                              <GIC_SPI 22 IRQ_T    220                              <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>,
226                              <GIC_SPI 26 IRQ_T    221                              <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>,
227                              <GIC_SPI 30 IRQ_T    222                              <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
228                 interrupt-affinity = <&A53_0>,    223                 interrupt-affinity = <&A53_0>,
229                                      <&A53_1>,    224                                      <&A53_1>,
230                                      <&A53_2>,    225                                      <&A53_2>,
231                                      <&A53_3>;    226                                      <&A53_3>;
232         };                                        227         };
233 };                                                228 };
234                                                   229 
235 &etm0 {                                           230 &etm0 {
236         cpu = <&A57_0>;                           231         cpu = <&A57_0>;
237 };                                                232 };
238                                                   233 
239 &etm1 {                                           234 &etm1 {
240         cpu = <&A57_1>;                           235         cpu = <&A57_1>;
241 };                                                236 };
242                                                   237 
243 &etm2 {                                           238 &etm2 {
244         cpu = <&A53_0>;                           239         cpu = <&A53_0>;
245 };                                                240 };
246                                                   241 
247 &etm3 {                                           242 &etm3 {
248         cpu = <&A53_1>;                           243         cpu = <&A53_1>;
249 };                                                244 };
250                                                   245 
251 &etm4 {                                           246 &etm4 {
252         cpu = <&A53_2>;                           247         cpu = <&A53_2>;
253 };                                                248 };
254                                                   249 
255 &etm5 {                                           250 &etm5 {
256         cpu = <&A53_3>;                           251         cpu = <&A53_3>;
257 };                                                252 };
258                                                   253 
259 &etf0_out_port {                                  254 &etf0_out_port {
260         remote-endpoint = <&replicator_in_port    255         remote-endpoint = <&replicator_in_port0>;
261 };                                                256 };
262                                                   257 
263 &replicator_in_port0 {                            258 &replicator_in_port0 {
264         remote-endpoint = <&etf0_out_port>;       259         remote-endpoint = <&etf0_out_port>;
265 };                                                260 };
266                                                   261 
267 &stm_out_port {                                   262 &stm_out_port {
268         remote-endpoint = <&main_funnel_in_por    263         remote-endpoint = <&main_funnel_in_port2>;
269 };                                                264 };
270                                                   265 
271 &main_funnel_in_ports {                           266 &main_funnel_in_ports {
272         port@2 {                                  267         port@2 {
273                 reg = <2>;                        268                 reg = <2>;
274                 main_funnel_in_port2: endpoint    269                 main_funnel_in_port2: endpoint {
275                         remote-endpoint = <&st    270                         remote-endpoint = <&stm_out_port>;
276                 };                                271                 };
277         };                                        272         };
278 };                                                273 };
279                                                   274 
280 &cpu_debug0 {                                     275 &cpu_debug0 {
281         cpu = <&A57_0>;                           276         cpu = <&A57_0>;
282 };                                                277 };
283                                                   278 
284 &cpu_debug1 {                                     279 &cpu_debug1 {
285         cpu = <&A57_1>;                           280         cpu = <&A57_1>;
286 };                                                281 };
287                                                   282 
288 &cpu_debug2 {                                     283 &cpu_debug2 {
289         cpu = <&A53_0>;                           284         cpu = <&A53_0>;
290 };                                                285 };
291                                                   286 
292 &cpu_debug3 {                                     287 &cpu_debug3 {
293         cpu = <&A53_1>;                           288         cpu = <&A53_1>;
294 };                                                289 };
295                                                   290 
296 &cpu_debug4 {                                     291 &cpu_debug4 {
297         cpu = <&A53_2>;                           292         cpu = <&A53_2>;
298 };                                                293 };
299                                                   294 
300 &cpu_debug5 {                                     295 &cpu_debug5 {
301         cpu = <&A53_3>;                        << 
302 };                                             << 
303                                                << 
304 &cti0 {                                        << 
305         cpu = <&A57_0>;                        << 
306 };                                             << 
307                                                << 
308 &cti1 {                                        << 
309         cpu = <&A57_1>;                        << 
310 };                                             << 
311                                                << 
312 &cti2 {                                        << 
313         cpu = <&A53_0>;                        << 
314 };                                             << 
315                                                << 
316 &cti3 {                                        << 
317         cpu = <&A53_1>;                        << 
318 };                                             << 
319                                                << 
320 &cti4 {                                        << 
321         cpu = <&A53_2>;                        << 
322 };                                             << 
323                                                << 
324 &cti5 {                                        << 
325         cpu = <&A53_3>;                           296         cpu = <&A53_3>;
326 };                                                297 };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php