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

TOMOYO Linux Cross Reference
Linux/arch/powerpc/boot/dts/fsl/mpc8572ds.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 /arch/powerpc/boot/dts/fsl/mpc8572ds.dtsi (Version linux-6.12-rc7) and /arch/i386/boot/dts/fsl/mpc8572ds.dtsi (Version linux-5.18.19)


  1 /*                                                
  2  * MPC8572DS Device Tree Source stub (no addre    
  3  *                                                
  4  * Copyright 2011 Freescale Semiconductor Inc.    
  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 &board_lbc {                                      
 36         nor@0,0 {                                 
 37                 #address-cells = <1>;             
 38                 #size-cells = <1>;                
 39                 compatible = "cfi-flash";         
 40                 reg = <0x0 0x0 0x8000000>;        
 41                 bank-width = <2>;                 
 42                 device-width = <1>;               
 43                                                   
 44                 partition@0 {                     
 45                         reg = <0x0 0x03000000>    
 46                         label = "ramdisk-nor";    
 47                 };                                
 48                                                   
 49                 partition@3000000 {               
 50                         reg = <0x03000000 0x00    
 51                         label = "diagnostic-no    
 52                         read-only;                
 53                 };                                
 54                                                   
 55                 partition@3e00000 {               
 56                         reg = <0x03e00000 0x00    
 57                         label = "dink-nor";       
 58                         read-only;                
 59                 };                                
 60                                                   
 61                 partition@4000000 {               
 62                         reg = <0x04000000 0x00    
 63                         label = "kernel-nor";     
 64                 };                                
 65                                                   
 66                 partition@4400000 {               
 67                         reg = <0x04400000 0x03    
 68                         label = "fs-nor";         
 69                 };                                
 70                                                   
 71                 partition@7f00000 {               
 72                         reg = <0x07f00000 0x00    
 73                         label = "dtb-nor";        
 74                 };                                
 75                                                   
 76                 partition@7f60000 {               
 77                         reg = <0x07f60000 0x00    
 78                         label = "env-nor";        
 79                         read-only;                
 80                 };                                
 81                                                   
 82                 partition@7f80000 {               
 83                         reg = <0x07f80000 0x00    
 84                         label = "u-boot-nor";     
 85                         read-only;                
 86                 };                                
 87         };                                        
 88                                                   
 89         nand@2,0 {                                
 90                 #address-cells = <1>;             
 91                 #size-cells = <1>;                
 92                 compatible = "fsl,mpc8572-fcm-    
 93                              "fsl,elbc-fcm-nan    
 94                 reg = <0x2 0x0 0x40000>;          
 95                                                   
 96                 partition@0 {                     
 97                         reg = <0x0 0x02000000>    
 98                         label = "u-boot-nand";    
 99                         read-only;                
100                 };                                
101                                                   
102                 partition@2000000 {               
103                         reg = <0x02000000 0x10    
104                         label = "fs-nand";        
105                 };                                
106                                                   
107                 partition@12000000 {              
108                         reg = <0x12000000 0x08    
109                         label = "ramdisk-nand"    
110                 };                                
111                                                   
112                 partition@1a000000 {              
113                         reg = <0x1a000000 0x04    
114                         label = "kernel-nand";    
115                 };                                
116                                                   
117                 partition@1e000000 {              
118                         reg = <0x1e000000 0x01    
119                         label = "dtb-nand";       
120                 };                                
121                                                   
122                 partition@1f000000 {              
123                         reg = <0x1f000000 0x21    
124                         label = "empty-nand";     
125                 };                                
126         };                                        
127                                                   
128         nand@4,0 {                                
129                 compatible = "fsl,mpc8572-fcm-    
130                              "fsl,elbc-fcm-nan    
131                 reg = <0x4 0x0 0x40000>;          
132         };                                        
133                                                   
134         nand@5,0 {                                
135                 compatible = "fsl,mpc8572-fcm-    
136                              "fsl,elbc-fcm-nan    
137                 reg = <0x5 0x0 0x40000>;          
138         };                                        
139                                                   
140         nand@6,0 {                                
141                 compatible = "fsl,mpc8572-fcm-    
142                              "fsl,elbc-fcm-nan    
143                 reg = <0x6 0x0 0x40000>;          
144         };                                        
145 };                                                
146                                                   
147 &board_soc {                                      
148         enet0: ethernet@24000 {                   
149                 tbi-handle = <&tbi0>;             
150                 phy-handle = <&phy0>;             
151                 phy-connection-type = "rgmii-i    
152         };                                        
153                                                   
154         mdio@24520 {                              
155                 phy0: ethernet-phy@0 {            
156                         interrupts = <10 1 0 0    
157                         reg = <0x0>;              
158                 };                                
159                 phy1: ethernet-phy@1 {            
160                         interrupts = <10 1 0 0    
161                         reg = <0x1>;              
162                 };                                
163                 phy2: ethernet-phy@2 {            
164                         interrupts = <10 1 0 0    
165                         reg = <0x2>;              
166                 };                                
167                 phy3: ethernet-phy@3 {            
168                         interrupts = <10 1 0 0    
169                         reg = <0x3>;              
170                 };                                
171                                                   
172                 sgmii_phy0: sgmii-phy@0 {         
173                         interrupts = <6 1 0 0>    
174                         reg = <0x1c>;             
175                 };                                
176                 sgmii_phy1: sgmii-phy@1 {         
177                         interrupts = <6 1 0 0>    
178                         reg = <0x1d>;             
179                 };                                
180                 sgmii_phy2: sgmii-phy@2 {         
181                         interrupts = <7 1 0 0>    
182                         reg = <0x1e>;             
183                 };                                
184                 sgmii_phy3: sgmii-phy@3 {         
185                         interrupts = <7 1 0 0>    
186                         reg = <0x1f>;             
187                 };                                
188                                                   
189                 tbi0: tbi-phy@11 {                
190                         reg = <0x11>;             
191                         device_type = "tbi-phy    
192                 };                                
193         };                                        
194                                                   
195         ptp_clock@24e00 {                         
196                 fsl,tclk-period = <5>;            
197                 fsl,tmr-prsc = <200>;             
198                 fsl,tmr-add = <0xAAAAAAAB>;       
199                 fsl,tmr-fiper1 = <0x3B9AC9FB>;    
200                 fsl,tmr-fiper2 = <0x3B9AC9FB>;    
201                 fsl,max-adj = <499999999>;        
202         };                                        
203                                                   
204         enet1: ethernet@25000 {                   
205                 tbi-handle = <&tbi1>;             
206                 phy-handle = <&phy1>;             
207                 phy-connection-type = "rgmii-i    
208                                                   
209         };                                        
210                                                   
211         mdio@25520 {                              
212                 tbi1: tbi-phy@11 {                
213                         reg = <0x11>;             
214                         device_type = "tbi-phy    
215                 };                                
216         };                                        
217                                                   
218         enet2: ethernet@26000 {                   
219                 tbi-handle = <&tbi2>;             
220                 phy-handle = <&phy2>;             
221                 phy-connection-type = "rgmii-i    
222                                                   
223         };                                        
224         mdio@26520 {                              
225                 tbi2: tbi-phy@11 {                
226                         reg = <0x11>;             
227                         device_type = "tbi-phy    
228                 };                                
229         };                                        
230                                                   
231         enet3: ethernet@27000 {                   
232                 tbi-handle = <&tbi3>;             
233                 phy-handle = <&phy3>;             
234                 phy-connection-type = "rgmii-i    
235         };                                        
236                                                   
237         mdio@27520 {                              
238                 tbi3: tbi-phy@11 {                
239                         reg = <0x11>;             
240                         device_type = "tbi-phy    
241                 };                                
242         };                                        
243 };                                                
244                                                   
245 &board_pci0 {                                     
246         pcie@0 {                                  
247                 interrupt-map-mask = <0xff00 0    
248                 interrupt-map = <                 
249                         /* IDSEL 0x11 func 0 -    
250                         0x8800 0x0 0x0 0x1 &mp    
251                         0x8800 0x0 0x0 0x2 &mp    
252                         0x8800 0x0 0x0 0x3 &mp    
253                         0x8800 0x0 0x0 0x4 &mp    
254                                                   
255                         /* IDSEL 0x11 func 1 -    
256                         0x8900 0x0 0x0 0x1 &mp    
257                         0x8900 0x0 0x0 0x2 &mp    
258                         0x8900 0x0 0x0 0x3 &mp    
259                         0x8900 0x0 0x0 0x4 &mp    
260                                                   
261                         /* IDSEL 0x11 func 2 -    
262                         0x8a00 0x0 0x0 0x1 &mp    
263                         0x8a00 0x0 0x0 0x2 &mp    
264                         0x8a00 0x0 0x0 0x3 &mp    
265                         0x8a00 0x0 0x0 0x4 &mp    
266                                                   
267                         /* IDSEL 0x11 func 3 -    
268                         0x8b00 0x0 0x0 0x1 &mp    
269                         0x8b00 0x0 0x0 0x2 &mp    
270                         0x8b00 0x0 0x0 0x3 &mp    
271                         0x8b00 0x0 0x0 0x4 &mp    
272                                                   
273                         /* IDSEL 0x11 func 4 -    
274                         0x8c00 0x0 0x0 0x1 &mp    
275                         0x8c00 0x0 0x0 0x2 &mp    
276                         0x8c00 0x0 0x0 0x3 &mp    
277                         0x8c00 0x0 0x0 0x4 &mp    
278                                                   
279                         /* IDSEL 0x11 func 5 -    
280                         0x8d00 0x0 0x0 0x1 &mp    
281                         0x8d00 0x0 0x0 0x2 &mp    
282                         0x8d00 0x0 0x0 0x3 &mp    
283                         0x8d00 0x0 0x0 0x4 &mp    
284                                                   
285                         /* IDSEL 0x11 func 6 -    
286                         0x8e00 0x0 0x0 0x1 &mp    
287                         0x8e00 0x0 0x0 0x2 &mp    
288                         0x8e00 0x0 0x0 0x3 &mp    
289                         0x8e00 0x0 0x0 0x4 &mp    
290                                                   
291                         /* IDSEL 0x11 func 7 -    
292                         0x8f00 0x0 0x0 0x1 &mp    
293                         0x8f00 0x0 0x0 0x2 &mp    
294                         0x8f00 0x0 0x0 0x3 &mp    
295                         0x8f00 0x0 0x0 0x4 &mp    
296                                                   
297                         /* IDSEL 0x12 func 0 -    
298                         0x9000 0x0 0x0 0x1 &mp    
299                         0x9000 0x0 0x0 0x2 &mp    
300                         0x9000 0x0 0x0 0x3 &mp    
301                         0x9000 0x0 0x0 0x4 &mp    
302                                                   
303                         /* IDSEL 0x12 func 1 -    
304                         0x9100 0x0 0x0 0x1 &mp    
305                         0x9100 0x0 0x0 0x2 &mp    
306                         0x9100 0x0 0x0 0x3 &mp    
307                         0x9100 0x0 0x0 0x4 &mp    
308                                                   
309                         /* IDSEL 0x12 func 2 -    
310                         0x9200 0x0 0x0 0x1 &mp    
311                         0x9200 0x0 0x0 0x2 &mp    
312                         0x9200 0x0 0x0 0x3 &mp    
313                         0x9200 0x0 0x0 0x4 &mp    
314                                                   
315                         /* IDSEL 0x12 func 3 -    
316                         0x9300 0x0 0x0 0x1 &mp    
317                         0x9300 0x0 0x0 0x2 &mp    
318                         0x9300 0x0 0x0 0x3 &mp    
319                         0x9300 0x0 0x0 0x4 &mp    
320                                                   
321                         /* IDSEL 0x12 func 4 -    
322                         0x9400 0x0 0x0 0x1 &mp    
323                         0x9400 0x0 0x0 0x2 &mp    
324                         0x9400 0x0 0x0 0x3 &mp    
325                         0x9400 0x0 0x0 0x4 &mp    
326                                                   
327                         /* IDSEL 0x12 func 5 -    
328                         0x9500 0x0 0x0 0x1 &mp    
329                         0x9500 0x0 0x0 0x2 &mp    
330                         0x9500 0x0 0x0 0x3 &mp    
331                         0x9500 0x0 0x0 0x4 &mp    
332                                                   
333                         /* IDSEL 0x12 func 6 -    
334                         0x9600 0x0 0x0 0x1 &mp    
335                         0x9600 0x0 0x0 0x2 &mp    
336                         0x9600 0x0 0x0 0x3 &mp    
337                         0x9600 0x0 0x0 0x4 &mp    
338                                                   
339                         /* IDSEL 0x12 func 7 -    
340                         0x9700 0x0 0x0 0x1 &mp    
341                         0x9700 0x0 0x0 0x2 &mp    
342                         0x9700 0x0 0x0 0x3 &mp    
343                         0x9700 0x0 0x0 0x4 &mp    
344                                                   
345                         // IDSEL 0x1c  USB        
346                         0xe000 0x0 0x0 0x1 &i8    
347                         0xe100 0x0 0x0 0x2 &i8    
348                         0xe200 0x0 0x0 0x3 &i8    
349                         0xe300 0x0 0x0 0x4 &i8    
350                                                   
351                         // IDSEL 0x1d  Audio      
352                         0xe800 0x0 0x0 0x1 &i8    
353                                                   
354                         // IDSEL 0x1e Legacy      
355                         0xf000 0x0 0x0 0x1 &i8    
356                         0xf100 0x0 0x0 0x1 &i8    
357                                                   
358                         // IDSEL 0x1f IDE/SATA    
359                         0xf800 0x0 0x0 0x1 &i8    
360                         0xf900 0x0 0x0 0x1 &i8    
361                         >;                        
362                                                   
363                                                   
364                 uli1575@0 {                       
365                         reg = <0x0 0x0 0x0 0x0    
366                         #size-cells = <2>;        
367                         #address-cells = <3>;     
368                         ranges = <0x2000000 0x    
369                                   0x2000000 0x    
370                                   0x0 0x200000    
371                                                   
372                                   0x1000000 0x    
373                                   0x1000000 0x    
374                                   0x0 0x10000>    
375                         isa@1e {                  
376                                 device_type =     
377                                 #interrupt-cel    
378                                 #size-cells =     
379                                 #address-cells    
380                                 reg = <0xf000     
381                                 ranges = <0x1     
382                                           0x10    
383                                 interrupt-pare    
384                                                   
385                                 i8259: interru    
386                                         reg =     
387                                                   
388                                                   
389                                         interr    
390                                         device    
391                                         #addre    
392                                         #inter    
393                                         compat    
394                                         interr    
395                                         interr    
396                                 };                
397                                                   
398                                 i8042@60 {        
399                                         #size-    
400                                         #addre    
401                                         reg =     
402                                         interr    
403                                         interr    
404                                                   
405                                                   
406                                         keyboa    
407                                                   
408                                                   
409                                         };        
410                                                   
411                                         mouse@    
412                                                   
413                                                   
414                                         };        
415                                 };                
416                                                   
417                                 rtc@70 {          
418                                         compat    
419                                         reg =     
420                                 };                
421                                                   
422                                 gpio@400 {        
423                                         reg =     
424                                 };                
425                         };                        
426                 };                                
427         };                                        
428 };                                                
                                                      

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