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

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


  1 // SPDX-License-Identifier: GPL-2.0-or-later      
  2 /*                                                
  3  * charon board Device Tree Source                
  4  *                                                
  5  * Copyright (C) 2007 Semihalf                    
  6  * Marian Balakowicz <m8@semihalf.com>             
  7  *                                                
  8  * Copyright (C) 2010 DENX Software Engineerin    
  9  * Heiko Schocher <hs@denx.de>                     
 10  */                                               
 11                                                   
 12 /dts-v1/;                                         
 13                                                   
 14 / {                                               
 15         model = "anon,charon";                    
 16         compatible = "anon,charon";               
 17         #address-cells = <1>;                     
 18         #size-cells = <1>;                        
 19         interrupt-parent = <&mpc5200_pic>;        
 20                                                   
 21         cpus {                                    
 22                 #address-cells = <1>;             
 23                 #size-cells = <0>;                
 24                                                   
 25                 PowerPC,5200@0 {                  
 26                         device_type = "cpu";      
 27                         reg = <0>;                
 28                         d-cache-line-size = <3    
 29                         i-cache-line-size = <3    
 30                         d-cache-size = <0x4000    
 31                         i-cache-size = <0x4000    
 32                         timebase-frequency = <    
 33                         bus-frequency = <0>;      
 34                         clock-frequency = <0>;    
 35                 };                                
 36         };                                        
 37                                                   
 38         memory@0 {                                
 39                 device_type = "memory";           
 40                 reg = <0x00000000 0x08000000>;    
 41         };                                        
 42                                                   
 43         soc5200@f0000000 {                        
 44                 #address-cells = <1>;             
 45                 #size-cells = <1>;                
 46                 compatible = "fsl,mpc5200-immr    
 47                 ranges = <0 0xf0000000 0x0000c    
 48                 reg = <0xf0000000 0x00000100>;    
 49                 bus-frequency = <0>;              
 50                 system-frequency = <0>;           
 51                                                   
 52                 cdm@200 {                         
 53                         compatible = "fsl,mpc5    
 54                         reg = <0x200 0x38>;       
 55                 };                                
 56                                                   
 57                 mpc5200_pic: interrupt-control    
 58                         // 5200 interrupts are    
 59                         interrupt-controller;     
 60                         #interrupt-cells = <3>    
 61                         compatible = "fsl,mpc5    
 62                         reg = <0x500 0x80>;       
 63                 };                                
 64                                                   
 65                 timer@600 {     // General Pur    
 66                         compatible = "fsl,mpc5    
 67                         reg = <0x600 0x10>;       
 68                         interrupts = <1 9 0>;     
 69                         fsl,has-wdt;              
 70                 };                                
 71                                                   
 72                 can@900 {                         
 73                         compatible = "fsl,mpc5    
 74                         interrupts = <2 17 0>;    
 75                         reg = <0x900 0x80>;       
 76                 };                                
 77                                                   
 78                 can@980 {                         
 79                         compatible = "fsl,mpc5    
 80                         interrupts = <2 18 0>;    
 81                         reg = <0x980 0x80>;       
 82                 };                                
 83                                                   
 84                 gpio_simple: gpio@b00 {           
 85                         compatible = "fsl,mpc5    
 86                         reg = <0xb00 0x40>;       
 87                         interrupts = <1 7 0>;     
 88                         gpio-controller;          
 89                         #gpio-cells = <2>;        
 90                 };                                
 91                                                   
 92                 usb@1000 {                        
 93                         compatible = "fsl,mpc5    
 94                         reg = <0x1000 0xff>;      
 95                         interrupts = <2 6 0>;     
 96                 };                                
 97                                                   
 98                 dma-controller@1200 {             
 99                         device_type = "dma-con    
100                         compatible = "fsl,mpc5    
101                         reg = <0x1200 0x80>;      
102                         interrupts = <3 0 0  3    
103                                       3 4 0  3    
104                                       3 8 0  3    
105                                       3 12 0      
106                 };                                
107                                                   
108                 xlb@1f00 {                        
109                         compatible = "fsl,mpc5    
110                         reg = <0x1f00 0x100>;     
111                 };                                
112                                                   
113                 serial@2000 {           // PSC    
114                         compatible = "fsl,mpc5    
115                         reg = <0x2000 0x100>;     
116                         interrupts = <2 1 0>;     
117                 };                                
118                                                   
119                 serial@2400 {           // PSC    
120                         compatible = "fsl,mpc5    
121                         reg = <0x2400 0x100>;     
122                         interrupts = <2 3 0>;     
123                 };                                
124                                                   
125                 ethernet@3000 {                   
126                         compatible = "fsl,mpc5    
127                         reg = <0x3000 0x400>;     
128                         local-mac-address = [     
129                         interrupts = <2 5 0>;     
130                         fixed-link = <1 1 100     
131                 };                                
132                                                   
133                 mdio@3000 {                       
134                         #address-cells = <1>;     
135                         #size-cells = <0>;        
136                         compatible = "fsl,mpc5    
137                         reg = <0x3000 0x400>;     
138                         interrupts = <2 5 0>;     
139                 };                                
140                                                   
141                 ata@3a00 {                        
142                         compatible = "fsl,mpc5    
143                         reg = <0x3a00 0x100>;     
144                         interrupts = <2 7 0>;     
145                 };                                
146                                                   
147                 i2c@3d00 {                        
148                         #address-cells = <1>;     
149                         #size-cells = <0>;        
150                         compatible = "fsl,mpc5    
151                         reg = <0x3d00 0x40>;      
152                         interrupts = <2 15 0>;    
153                 };                                
154                                                   
155                                                   
156                 i2c@3d40 {                        
157                         #address-cells = <1>;     
158                         #size-cells = <0>;        
159                         compatible = "fsl,mpc5    
160                         reg = <0x3d40 0x40>;      
161                         interrupts = <2 16 0>;    
162                                                   
163                         dtt@28 {                  
164                                 compatible = "    
165                                 reg = <0x28>;     
166                         };                        
167                                                   
168                         rtc@68 {                  
169                                 compatible = "    
170                                 reg = <0x68>;     
171                         };                        
172                 };                                
173                                                   
174                 sram@8000 {                       
175                         compatible = "fsl,mpc5    
176                         reg = <0x8000 0x4000>;    
177                 };                                
178         };                                        
179                                                   
180         localbus {                                
181                 compatible = "fsl,mpc5200-lpb"    
182                 #address-cells = <2>;             
183                 #size-cells = <1>;                
184                 ranges = <      0 0 0xfc000000    
185                                 1 0 0xe0000000    
186                                 3 0 0xe8000000    
187                                                   
188                 flash@0,0 {                       
189                         compatible = "cfi-flas    
190                         reg = <0 0 0x02000000>    
191                         bank-width = <4>;         
192                         device-width = <2>;       
193                         #size-cells = <1>;        
194                         #address-cells = <1>;     
195                 };                                
196                                                   
197                 display@1,0 {                     
198                         compatible = "smi,sm50    
199                         reg = <1 0x00000000 0x    
200                                1 0x03e00000 0x    
201                         mode = "640x480-32@60"    
202                         interrupts = <1 1 3>;     
203                         little-endian;            
204                 };                                
205                                                   
206                 mram0@3,0 {                       
207                         compatible = "mtd-ram"    
208                         reg = <3 0x00000 0x800    
209                         bank-width = <1>;         
210                 };                                
211         };                                        
212                                                   
213         pci@f0000d00 {                            
214                 #interrupt-cells = <1>;           
215                 #size-cells = <2>;                
216                 #address-cells = <3>;             
217                 device_type = "pci";              
218                 compatible = "fsl,mpc5200-pci"    
219                 reg = <0xf0000d00 0x100>;         
220                 interrupt-map-mask = <0xf800 0    
221                 interrupt-map = <0xc000 0 0 1     
222                                  0xc000 0 0 2     
223                                  0xc000 0 0 3     
224                                  0xc000 0 0 4     
225                 clock-frequency = <0>; // From    
226                 interrupts = <2 8 0 2 9 0 2 10    
227                 bus-range = <0 0>;                
228                 ranges = <0x42000000 0 0x80000    
229                          <0x02000000 0 0x90000    
230                          <0x01000000 0 0x00000    
231         };                                        
232 };                                                
                                                      

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