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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/powerpc/fsl/p5020si-post.dtsi

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/powerpc/fsl/p5020si-post.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/powerpc/fsl/p5020si-post.dtsi (Version linux-4.11.12)


  1 /*                                                
  2  * P5020/5010 Silicon/SoC Device Tree Source (    
  3  *                                                
  4  * Copyright 2011 - 2015 Freescale Semiconduct    
  5  *                                                
  6  * Redistribution and use in source and binary    
  7  * modification, are permitted provided that t    
  8  *     * Redistributions of source code must r    
  9  *       notice, this list of conditions and t    
 10  *     * Redistributions in binary form must r    
 11  *       notice, this list of conditions and t    
 12  *       documentation and/or other materials     
 13  *     * Neither the name of Freescale Semicon    
 14  *       names of its contributors may be used    
 15  *       derived from this software without sp    
 16  *                                                
 17  *                                                
 18  * ALTERNATIVELY, this software may be distrib    
 19  * GNU General Public License ("GPL") as publi    
 20  * Foundation, either version 2 of that Licens    
 21  * later version.                                 
 22  *                                                
 23  * THIS SOFTWARE IS PROVIDED BY Freescale Semi    
 24  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, B    
 25  * WARRANTIES OF MERCHANTABILITY AND FITNESS F    
 26  * DISCLAIMED. IN NO EVENT SHALL Freescale Sem    
 27  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEM    
 28  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT    
 29  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS     
 30  * ON ANY THEORY OF LIABILITY, WHETHER IN CONT    
 31  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING    
 32  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILIT    
 33  */                                               
 34                                                   
 35 &bman_fbpr {                                      
 36         compatible = "fsl,bman-fbpr";             
 37         alloc-ranges = <0 0 0x10000 0>;           
 38 };                                                
 39                                                   
 40 &qman_fqd {                                       
 41         compatible = "fsl,qman-fqd";              
 42         alloc-ranges = <0 0 0x10000 0>;           
 43 };                                                
 44                                                   
 45 &qman_pfdr {                                      
 46         compatible = "fsl,qman-pfdr";             
 47         alloc-ranges = <0 0 0x10000 0>;           
 48 };                                                
 49                                                   
 50 &lbc {                                            
 51         compatible = "fsl,p5020-elbc", "fsl,el    
 52         interrupts = <25 2 0 0>;                  
 53         #address-cells = <2>;                     
 54         #size-cells = <1>;                        
 55 };                                                
 56                                                   
 57 /* controller at 0x200000 */                      
 58 &pci0 {                                           
 59         compatible = "fsl,p5020-pcie", "fsl,qo    
 60         device_type = "pci";                      
 61         #size-cells = <2>;                        
 62         #address-cells = <3>;                     
 63         bus-range = <0x0 0xff>;                   
 64         clock-frequency = <33333333>;             
 65         interrupts = <16 2 1 15>;                 
 66         fsl,iommu-parent = <&pamu0>;              
 67         fsl,liodn-reg = <&guts 0x500>; /* PEX1    
 68         pcie@0 {                                  
 69                 reg = <0 0 0 0 0>;                
 70                 #interrupt-cells = <1>;           
 71                 #size-cells = <2>;                
 72                 #address-cells = <3>;             
 73                 device_type = "pci";              
 74                 interrupts = <16 2 1 15>;         
 75                 interrupt-map-mask = <0xf800 0    
 76                 interrupt-map = <                 
 77                         /* IDSEL 0x0 */           
 78                         0000 0 0 1 &mpic 40 1     
 79                         0000 0 0 2 &mpic 1 1 0    
 80                         0000 0 0 3 &mpic 2 1 0    
 81                         0000 0 0 4 &mpic 3 1 0    
 82                         >;                        
 83         };                                        
 84 };                                                
 85                                                   
 86 /* controller at 0x201000 */                      
 87 &pci1 {                                           
 88         compatible = "fsl,p5020-pcie", "fsl,qo    
 89         device_type = "pci";                      
 90         #size-cells = <2>;                        
 91         #address-cells = <3>;                     
 92         bus-range = <0 0xff>;                     
 93         clock-frequency = <33333333>;             
 94         interrupts = <16 2 1 14>;                 
 95         fsl,iommu-parent = <&pamu0>;              
 96         fsl,liodn-reg = <&guts 0x504>; /* PEX2    
 97         pcie@0 {                                  
 98                 reg = <0 0 0 0 0>;                
 99                 #interrupt-cells = <1>;           
100                 #size-cells = <2>;                
101                 #address-cells = <3>;             
102                 device_type = "pci";              
103                 interrupts = <16 2 1 14>;         
104                 interrupt-map-mask = <0xf800 0    
105                 interrupt-map = <                 
106                         /* IDSEL 0x0 */           
107                         0000 0 0 1 &mpic 41 1     
108                         0000 0 0 2 &mpic 5 1 0    
109                         0000 0 0 3 &mpic 6 1 0    
110                         0000 0 0 4 &mpic 7 1 0    
111                         >;                        
112         };                                        
113 };                                                
114                                                   
115 /* controller at 0x202000 */                      
116 &pci2 {                                           
117         compatible = "fsl,p5020-pcie", "fsl,qo    
118         device_type = "pci";                      
119         #size-cells = <2>;                        
120         #address-cells = <3>;                     
121         bus-range = <0x0 0xff>;                   
122         clock-frequency = <33333333>;             
123         interrupts = <16 2 1 13>;                 
124         fsl,iommu-parent = <&pamu0>;              
125         fsl,liodn-reg = <&guts 0x508>; /* PEX3    
126         pcie@0 {                                  
127                 reg = <0 0 0 0 0>;                
128                 #interrupt-cells = <1>;           
129                 #size-cells = <2>;                
130                 #address-cells = <3>;             
131                 device_type = "pci";              
132                 interrupts = <16 2 1 13>;         
133                 interrupt-map-mask = <0xf800 0    
134                 interrupt-map = <                 
135                         /* IDSEL 0x0 */           
136                         0000 0 0 1 &mpic 42 1     
137                         0000 0 0 2 &mpic 9 1 0    
138                         0000 0 0 3 &mpic 10 1     
139                         0000 0 0 4 &mpic 11 1     
140                         >;                        
141         };                                        
142 };                                                
143                                                   
144 /* controller at 0x203000 */                      
145 &pci3 {                                           
146         compatible = "fsl,p5020-pcie", "fsl,qo    
147         device_type = "pci";                      
148         #size-cells = <2>;                        
149         #address-cells = <3>;                     
150         bus-range = <0x0 0xff>;                   
151         clock-frequency = <33333333>;             
152         interrupts = <16 2 1 12>;                 
153         fsl,iommu-parent = <&pamu0>;              
154         fsl,liodn-reg = <&guts 0x50c>; /* PEX4    
155         pcie@0 {                                  
156                 reg = <0 0 0 0 0>;                
157                 #interrupt-cells = <1>;           
158                 #size-cells = <2>;                
159                 #address-cells = <3>;             
160                 device_type = "pci";              
161                 interrupts = <16 2 1 12>;         
162                 interrupt-map-mask = <0xf800 0    
163                 interrupt-map = <                 
164                         /* IDSEL 0x0 */           
165                         0000 0 0 1 &mpic 43 1     
166                         0000 0 0 2 &mpic 0 1 0    
167                         0000 0 0 3 &mpic 4 1 0    
168                         0000 0 0 4 &mpic 8 1 0    
169                         >;                        
170         };                                        
171 };                                                
172                                                   
173 &rio {                                            
174         compatible = "fsl,srio";                  
175         interrupts = <16 2 1 11>;                 
176         #address-cells = <2>;                     
177         #size-cells = <2>;                        
178         fsl,iommu-parent = <&pamu0>;              
179         ranges;                                   
180                                                   
181         port1 {                                   
182                 #address-cells = <2>;             
183                 #size-cells = <2>;                
184                 cell-index = <1>;                 
185                 fsl,liodn-reg = <&guts 0x510>;    
186         };                                        
187                                                   
188         port2 {                                   
189                 #address-cells = <2>;             
190                 #size-cells = <2>;                
191                 cell-index = <2>;                 
192                 fsl,liodn-reg = <&guts 0x514>;    
193         };                                        
194 };                                                
195                                                   
196 &dcsr {                                           
197         #address-cells = <1>;                     
198         #size-cells = <1>;                        
199         compatible = "fsl,dcsr", "simple-bus";    
200                                                   
201         dcsr-epu@0 {                              
202                 compatible = "fsl,p5020-dcsr-e    
203                 interrupts = <52 2 0 0            
204                               84 2 0 0            
205                               85 2 0 0>;          
206                 reg = <0x0 0x1000>;               
207         };                                        
208         dcsr-npc {                                
209                 compatible = "fsl,dcsr-npc";      
210                 reg = <0x1000 0x1000 0x1000000    
211         };                                        
212         dcsr-nxc@2000 {                           
213                 compatible = "fsl,dcsr-nxc";      
214                 reg = <0x2000 0x1000>;            
215         };                                        
216         dcsr-corenet {                            
217                 compatible = "fsl,dcsr-corenet    
218                 reg = <0x8000 0x1000 0xB0000 0    
219         };                                        
220         dcsr-dpaa@9000 {                          
221                 compatible = "fsl,p5020-dcsr-d    
222                 reg = <0x9000 0x1000>;            
223         };                                        
224         dcsr-ocn@11000 {                          
225                 compatible = "fsl,p5020-dcsr-o    
226                 reg = <0x11000 0x1000>;           
227         };                                        
228         dcsr-ddr@12000 {                          
229                 compatible = "fsl,dcsr-ddr";      
230                 dev-handle = <&ddr1>;             
231                 reg = <0x12000 0x1000>;           
232         };                                        
233         dcsr-ddr@13000 {                          
234                 compatible = "fsl,dcsr-ddr";      
235                 dev-handle = <&ddr2>;             
236                 reg = <0x13000 0x1000>;           
237         };                                        
238         dcsr-nal@18000 {                          
239                 compatible = "fsl,p5020-dcsr-n    
240                 reg = <0x18000 0x1000>;           
241         };                                        
242         dcsr-rcpm@22000 {                         
243                 compatible = "fsl,p5020-dcsr-r    
244                 reg = <0x22000 0x1000>;           
245         };                                        
246         dcsr-cpu-sb-proxy@40000 {                 
247                 compatible = "fsl,dcsr-e5500-s    
248                 cpu-handle = <&cpu0>;             
249                 reg = <0x40000 0x1000>;           
250         };                                        
251         dcsr-cpu-sb-proxy@41000 {                 
252                 compatible = "fsl,dcsr-e5500-s    
253                 cpu-handle = <&cpu1>;             
254                 reg = <0x41000 0x1000>;           
255         };                                        
256 };                                                
257                                                   
258 /include/ "qoriq-bman1-portals.dtsi"              
259                                                   
260 /include/ "qoriq-qman1-portals.dtsi"              
261                                                   
262 &soc {                                            
263         #address-cells = <1>;                     
264         #size-cells = <1>;                        
265         device_type = "soc";                      
266         compatible = "simple-bus";                
267                                                   
268         soc-sram-error {                          
269                 compatible = "fsl,soc-sram-err    
270                 interrupts = <16 2 1 29>;         
271         };                                        
272                                                   
273         corenet-law@0 {                           
274                 compatible = "fsl,corenet-law"    
275                 reg = <0x0 0x1000>;               
276                 fsl,num-laws = <32>;              
277         };                                        
278                                                   
279         ddr1: memory-controller@8000 {            
280                 compatible = "fsl,qoriq-memory    
281                 reg = <0x8000 0x1000>;            
282                 interrupts = <16 2 1 23>;         
283         };                                        
284                                                   
285         ddr2: memory-controller@9000 {            
286                 compatible = "fsl,qoriq-memory    
287                 reg = <0x9000 0x1000>;            
288                 interrupts = <16 2 1 22>;         
289         };                                        
290                                                   
291         cpc: l3-cache-controller@10000 {          
292                 compatible = "fsl,p5020-l3-cac    
293                 reg = <0x10000 0x1000             
294                        0x11000 0x1000>;           
295                 interrupts = <16 2 1 27           
296                               16 2 1 26>;         
297         };                                        
298                                                   
299         corenet-cf@18000 {                        
300                 compatible = "fsl,corenet1-cf"    
301                 reg = <0x18000 0x1000>;           
302                 interrupts = <16 2 1 31>;         
303                 fsl,ccf-num-csdids = <32>;        
304                 fsl,ccf-num-snoopids = <32>;      
305         };                                        
306                                                   
307         iommu@20000 {                             
308                 compatible = "fsl,pamu-v1.0",     
309                 reg = <0x20000 0x4000>; /* for    
310                 ranges = <0 0x20000 0x4000>;      
311                 #address-cells = <1>;             
312                 #size-cells = <1>;                
313                 interrupts = <                    
314                         24 2 0 0                  
315                         16 2 1 30>;               
316                 fsl,portid-mapping = <0x3c0000    
317                                                   
318                 pamu0: pamu@0 {                   
319                         reg = <0 0x1000>;         
320                         fsl,primary-cache-geom    
321                         fsl,secondary-cache-ge    
322                 };                                
323                                                   
324                 pamu1: pamu@1000 {                
325                         reg = <0x1000 0x1000>;    
326                         fsl,primary-cache-geom    
327                         fsl,secondary-cache-ge    
328                 };                                
329                                                   
330                 pamu2: pamu@2000 {                
331                         reg = <0x2000 0x1000>;    
332                         fsl,primary-cache-geom    
333                         fsl,secondary-cache-ge    
334                 };                                
335                                                   
336                 pamu3: pamu@3000 {                
337                         reg = <0x3000 0x1000>;    
338                         fsl,primary-cache-geom    
339                         fsl,secondary-cache-ge    
340                 };                                
341         };                                        
342                                                   
343 /include/ "qoriq-mpic.dtsi"                       
344                                                   
345         guts: global-utilities@e0000 {            
346                 compatible = "fsl,qoriq-device    
347                 reg = <0xe0000 0xe00>;            
348                 fsl,has-rstcr;                    
349                 #sleep-cells = <1>;               
350                 fsl,liodn-bits = <12>;            
351         };                                        
352                                                   
353         pins: global-utilities@e0e00 {            
354                 compatible = "fsl,qoriq-pin-co    
355                 reg = <0xe0e00 0x200>;            
356                 #sleep-cells = <2>;               
357         };                                        
358                                                   
359 /include/ "qoriq-clockgen1.dtsi"                  
360         global-utilities@e1000 {                  
361                 compatible = "fsl,p5020-clockg    
362         };                                        
363                                                   
364         rcpm: global-utilities@e2000 {            
365                 compatible = "fsl,qoriq-rcpm-1    
366                 reg = <0xe2000 0x1000>;           
367                 #sleep-cells = <1>;               
368         };                                        
369                                                   
370         sfp: sfp@e8000 {                          
371                 compatible = "fsl,p5020-sfp",     
372                 reg        = <0xe8000 0x1000>;    
373         };                                        
374                                                   
375         serdes: serdes@ea000 {                    
376                 compatible = "fsl,p5020-serdes    
377                 reg        = <0xea000 0x1000>;    
378         };                                        
379                                                   
380 /include/ "qoriq-dma-0.dtsi"                      
381         dma@100300 {                              
382                 fsl,iommu-parent = <&pamu0>;      
383                 fsl,liodn-reg = <&guts 0x580>;    
384         };                                        
385                                                   
386 /include/ "qoriq-dma-1.dtsi"                      
387         dma@101300 {                              
388                 fsl,iommu-parent = <&pamu0>;      
389                 fsl,liodn-reg = <&guts 0x584>;    
390         };                                        
391                                                   
392 /include/ "qoriq-espi-0.dtsi"                     
393         spi@110000 {                              
394                 fsl,espi-num-chipselects = <4>    
395         };                                        
396                                                   
397 /include/ "qoriq-esdhc-0.dtsi"                    
398         sdhc@114000 {                             
399                 compatible = "fsl,p5020-esdhc"    
400                 fsl,iommu-parent = <&pamu1>;      
401                 fsl,liodn-reg = <&guts 0x530>;    
402                 sdhci,auto-cmd12;                 
403         };                                        
404                                                   
405 /include/ "qoriq-i2c-0.dtsi"                      
406 /include/ "qoriq-i2c-1.dtsi"                      
407 /include/ "qoriq-duart-0.dtsi"                    
408 /include/ "qoriq-duart-1.dtsi"                    
409 /include/ "qoriq-gpio-0.dtsi"                     
410 /include/ "qoriq-usb2-mph-0.dtsi"                 
411         usb0: usb@210000 {                        
412                 compatible = "fsl-usb2-mph-v1.    
413                 fsl,iommu-parent = <&pamu1>;      
414                 fsl,liodn-reg = <&guts 0x520>;    
415                 phy_type = "utmi";                
416                 port0;                            
417         };                                        
418                                                   
419 /include/ "qoriq-usb2-dr-0.dtsi"                  
420         usb1: usb@211000 {                        
421                 compatible = "fsl-usb2-dr-v1.6    
422                 fsl,iommu-parent = <&pamu1>;      
423                 fsl,liodn-reg = <&guts 0x524>;    
424                 dr_mode = "host";                 
425                 phy_type = "utmi";                
426         };                                        
427                                                   
428 /include/ "qoriq-sata2-0.dtsi"                    
429         sata@220000 {                             
430                 fsl,iommu-parent = <&pamu1>;      
431                 fsl,liodn-reg = <&guts 0x550>;    
432         };                                        
433                                                   
434 /include/ "qoriq-sata2-1.dtsi"                    
435         sata@221000 {                             
436                 fsl,iommu-parent = <&pamu1>;      
437                 fsl,liodn-reg = <&guts 0x554>;    
438         };                                        
439 /include/ "qoriq-sec4.2-0.dtsi"                   
440         crypto@300000 {                           
441                 fsl,iommu-parent = <&pamu1>;      
442         };                                        
443                                                   
444 /include/ "qoriq-qman1.dtsi"                      
445 /include/ "qoriq-bman1.dtsi"                      
446                                                   
447 /include/ "qoriq-raid1.0-0.dtsi"                  
448         raideng@320000 {                          
449                 fsl,iommu-parent = <&pamu1>;      
450         };                                        
451                                                   
452 /include/ "qoriq-fman-0.dtsi"                     
453 /include/ "qoriq-fman-0-1g-0.dtsi"                
454 /include/ "qoriq-fman-0-1g-1.dtsi"                
455 /include/ "qoriq-fman-0-1g-2.dtsi"                
456 /include/ "qoriq-fman-0-1g-3.dtsi"                
457 /include/ "qoriq-fman-0-1g-4.dtsi"                
458 /include/ "qoriq-fman-0-10g-0.dtsi"               
459         fman@400000 {                             
460                 enet0: ethernet@e0000 {           
461                 };                                
462                                                   
463                 enet1: ethernet@e2000 {           
464                 };                                
465                                                   
466                 enet2: ethernet@e4000 {           
467                 };                                
468                                                   
469                 enet3: ethernet@e6000 {           
470                 };                                
471                                                   
472                 enet4: ethernet@e8000 {           
473                 };                                
474                                                   
475                 enet5: ethernet@f0000 {           
476                 };                                
477         };                                        
478 };                                                
                                                      

~ [ 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