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

TOMOYO Linux Cross Reference
Linux/arch/powerpc/boot/dts/ep88xc.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 /arch/powerpc/boot/dts/ep88xc.dts (Architecture alpha) and /arch/m68k/boot/dts/ep88xc.dts (Architecture m68k)


  1 // SPDX-License-Identifier: GPL-2.0-or-later      
  2 /*                                                
  3  * EP88xC Device Tree Source                      
  4  *                                                
  5  * Copyright 2006 MontaVista Software, Inc.       
  6  * Copyright 2007,2008 Freescale Semiconductor    
  7  */                                               
  8                                                   
  9 /dts-v1/;                                         
 10                                                   
 11 / {                                               
 12         model = "EP88xC";                         
 13         compatible = "fsl,ep88xc";                
 14         #address-cells = <1>;                     
 15         #size-cells = <1>;                        
 16                                                   
 17         cpus {                                    
 18                 #address-cells = <1>;             
 19                 #size-cells = <0>;                
 20                                                   
 21                 PowerPC,885@0 {                   
 22                         device_type = "cpu";      
 23                         reg = <0x0>;              
 24                         d-cache-line-size = <1    
 25                         i-cache-line-size = <1    
 26                         d-cache-size = <8192>;    
 27                         i-cache-size = <8192>;    
 28                         timebase-frequency = <    
 29                         bus-frequency = <0>;      
 30                         clock-frequency = <0>;    
 31                         interrupts = <15 2>;      
 32                         interrupt-parent = <&P    
 33                 };                                
 34         };                                        
 35                                                   
 36         memory {                                  
 37                 device_type = "memory";           
 38                 reg = <0x0 0x0>;                  
 39         };                                        
 40                                                   
 41         localbus@fa200100 {                       
 42                 compatible = "fsl,mpc885-local    
 43                 #address-cells = <2>;             
 44                 #size-cells = <1>;                
 45                 reg = <0xfa200100 0x40>;          
 46                                                   
 47                 ranges = <                        
 48                         0x0 0x0 0xfc000000 0x4    
 49                         0x3 0x0 0xfa000000 0x1    
 50                 >;                                
 51                                                   
 52                 flash@0,2000000 {                 
 53                         compatible = "cfi-flas    
 54                         reg = <0x0 0x2000000 0    
 55                         bank-width = <4>;         
 56                         device-width = <2>;       
 57                 };                                
 58                                                   
 59                 board-control@3,400000 {          
 60                         reg = <0x3 0x400000 0x    
 61                         compatible = "fsl,ep88    
 62                 };                                
 63         };                                        
 64                                                   
 65         soc@fa200000 {                            
 66                 compatible = "fsl,mpc885", "fs    
 67                 #address-cells = <1>;             
 68                 #size-cells = <1>;                
 69                 device_type = "soc";              
 70                 ranges = <0x0 0xfa200000 0x400    
 71                 bus-frequency = <0>;              
 72                                                   
 73                 // Temporary -- will go away o    
 74                 reg = <0xfa200000 0x4000>;        
 75                                                   
 76                 mdio@e00 {                        
 77                         compatible = "fsl,mpc8    
 78                         reg = <0xe00 0x188>;      
 79                         #address-cells = <1>;     
 80                         #size-cells = <0>;        
 81                                                   
 82                         PHY0: ethernet-phy@0 {    
 83                                 reg = <0x0>;      
 84                         };                        
 85                                                   
 86                         PHY1: ethernet-phy@1 {    
 87                                 reg = <0x1>;      
 88                         };                        
 89                 };                                
 90                                                   
 91                 ethernet@e00 {                    
 92                         device_type = "network    
 93                         compatible = "fsl,mpc8    
 94                                      "fsl,pq1-    
 95                         reg = <0xe00 0x188>;      
 96                         local-mac-address = [     
 97                         interrupts = <3 1>;       
 98                         interrupt-parent = <&P    
 99                         phy-handle = <&PHY0>;     
100                         linux,network-index =     
101                 };                                
102                                                   
103                 ethernet@1e00 {                   
104                         device_type = "network    
105                         compatible = "fsl,mpc8    
106                                      "fsl,pq1-    
107                         reg = <0x1e00 0x188>;     
108                         local-mac-address = [     
109                         interrupts = <7 1>;       
110                         interrupt-parent = <&P    
111                         phy-handle = <&PHY1>;     
112                         linux,network-index =     
113                 };                                
114                                                   
115                 PIC: interrupt-controller@0 {     
116                         interrupt-controller;     
117                         #interrupt-cells = <2>    
118                         reg = <0x0 0x24>;         
119                         compatible = "fsl,mpc8    
120                 };                                
121                                                   
122                 pcmcia@80 {                       
123                         #address-cells = <3>;     
124                         #interrupt-cells = <1>    
125                         #size-cells = <2>;        
126                         compatible = "fsl,pq-p    
127                         device_type = "pcmcia"    
128                         reg = <0x80 0x80>;        
129                         interrupt-parent = <&P    
130                         interrupts = <13 1>;      
131                 };                                
132                                                   
133                 cpm@9c0 {                         
134                         #address-cells = <1>;     
135                         #size-cells = <1>;        
136                         compatible = "fsl,mpc8    
137                         command-proc = <0x9c0>    
138                         interrupts = <0>;         
139                         interrupt-parent = <&C    
140                         reg = <0x9c0 0x40>;       
141                         ranges;                   
142                                                   
143                         muram@2000 {              
144                                 #address-cells    
145                                 #size-cells =     
146                                 ranges = <0x0     
147                                                   
148                                 data@0 {          
149                                         compat    
150                                         reg =     
151                                 };                
152                         };                        
153                                                   
154                         brg@9f0 {                 
155                                 compatible = "    
156                                              "    
157                                              "    
158                                 reg = <0x9f0 0    
159                         };                        
160                                                   
161                         CPM_PIC: interrupt-con    
162                                 interrupt-cont    
163                                 #interrupt-cel    
164                                 interrupts = <    
165                                 interrupt-pare    
166                                 reg = <0x930 0    
167                                 compatible = "    
168                                              "    
169                         };                        
170                                                   
171                         // MON-1                  
172                         serial@a80 {              
173                                 device_type =     
174                                 compatible = "    
175                                              "    
176                                 reg = <0xa80 0    
177                                 interrupts = <    
178                                 interrupt-pare    
179                                 fsl,cpm-brg =     
180                                 fsl,cpm-comman    
181                                 linux,planetco    
182                         };                        
183                                                   
184                         // SER-1                  
185                         serial@a20 {              
186                                 device_type =     
187                                 compatible = "    
188                                              "    
189                                 reg = <0xa20 0    
190                                 interrupts = <    
191                                 interrupt-pare    
192                                 fsl,cpm-brg =     
193                                 fsl,cpm-comman    
194                                 linux,planetco    
195                         };                        
196                                                   
197                         usb@a00 {                 
198                                 #address-cells    
199                                 #size-cells =     
200                                 compatible = "    
201                                              "    
202                                 reg = <0xa00 0    
203                                 interrupt-pare    
204                                 interrupts = <    
205                                 fsl,cpm-comman    
206                         };                        
207                 };                                
208         };                                        
209 };                                                
                                                      

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