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

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


  1 // SPDX-License-Identifier: GPL-2.0-or-later      
  2 /*                                                
  3  * phyCORE-MPC5200B-IO (pcm032) board Device T    
  4  *                                                
  5  * Copyright (C) 2006-2009 Pengutronix            
  6  * Sascha Hauer, Juergen Beisert, Wolfram Sang<    
  7  */                                               
  8                                                   
  9 /include/ "mpc5200b.dtsi"                         
 10                                                   
 11 &gpt0 { fsl,has-wdt; };                           
 12 &gpt2 { gpio-controller; };                       
 13 &gpt3 { gpio-controller; };                       
 14 &gpt4 { gpio-controller; };                       
 15 &gpt5 { gpio-controller; };                       
 16 &gpt6 { gpio-controller; };                       
 17 &gpt7 { gpio-controller; };                       
 18                                                   
 19 / {                                               
 20         model = "phytec,pcm032";                  
 21         compatible = "phytec,pcm032";             
 22                                                   
 23         memory@0 {                                
 24                 reg = <0x00000000 0x08000000>;    
 25         };                                        
 26                                                   
 27         soc5200@f0000000 {                        
 28                 psc@2000 {      /* PSC1 is ac9    
 29                         compatible = "fsl,mpc5    
 30                         cell-index = <0>;         
 31                 };                                
 32                                                   
 33                 /* PSC2 port is used by CAN1/2    
 34                 psc@2200 {                        
 35                         status = "disabled";      
 36                 };                                
 37                                                   
 38                 psc@2400 { /* PSC3 in UART mod    
 39                         compatible = "fsl,mpc5    
 40                 };                                
 41                                                   
 42                 /* PSC4 is ??? */                 
 43                 psc@2600 {                        
 44                         status = "disabled";      
 45                 };                                
 46                                                   
 47                 /* PSC5 is ??? */                 
 48                 psc@2800 {                        
 49                         status = "disabled";      
 50                 };                                
 51                                                   
 52                 psc@2c00 { /* PSC6 in UART mod    
 53                         compatible = "fsl,mpc5    
 54                 };                                
 55                                                   
 56                 ethernet@3000 {                   
 57                         phy-handle = <&phy0>;     
 58                 };                                
 59                                                   
 60                 mdio@3000 {                       
 61                         phy0: ethernet-phy@0 {    
 62                                 reg = <0>;        
 63                         };                        
 64                 };                                
 65                                                   
 66                 i2c@3d40 {                        
 67                         rtc@51 {                  
 68                                 compatible = "    
 69                                 reg = <0x51>;     
 70                         };                        
 71                         eeprom@52 {               
 72                                 compatible = "    
 73                                 reg = <0x52>;     
 74                                 pagesize = <32    
 75                         };                        
 76                 };                                
 77         };                                        
 78                                                   
 79         pci@f0000d00 {                            
 80                 interrupt-map-mask = <0xf800 0    
 81                 interrupt-map = <0xc000 0 0 1     
 82                                  0xc000 0 0 2     
 83                                  0xc000 0 0 3     
 84                                  0xc000 0 0 4     
 85                                                   
 86                                  0xc800 0 0 1     
 87                                  0xc800 0 0 2     
 88                                  0xc800 0 0 3     
 89                                  0xc800 0 0 4     
 90                 ranges = <0x42000000 0 0x80000    
 91                          <0x02000000 0 0xa0000    
 92                          <0x01000000 0 0x00000    
 93         };                                        
 94                                                   
 95         localbus {                                
 96                 ranges = <0 0 0xfe000000 0x020    
 97                           1 0 0xfc000000 0x020    
 98                           2 0 0xfbe00000 0x002    
 99                           3 0 0xf9e00000 0x020    
100                           4 0 0xf7e00000 0x020    
101                           5 0 0xe6000000 0x020    
102                           6 0 0xe8000000 0x020    
103                           7 0 0xea000000 0x020    
104                                                   
105                 flash@0,0 {                       
106                         compatible = "cfi-flas    
107                         reg = <0 0 0x02000000>    
108                         bank-width = <4>;         
109                         #size-cells = <1>;        
110                         #address-cells = <1>;     
111                                                   
112                         partition@0 {             
113                                 label = "uboot    
114                                 reg = <0x00000    
115                         };                        
116                         partition@40000 {         
117                                 label = "kerne    
118                                 reg = <0x00040    
119                         };                        
120                         partition@200000 {        
121                                 label = "jffs2    
122                                 reg = <0x00200    
123                         };                        
124                         partition@1f00000 {       
125                                 label = "uboot    
126                                 reg = <0x01f00    
127                         };                        
128                         partition@1f40000 {       
129                                 label = "env";    
130                                 reg = <0x01f40    
131                         };                        
132                         partition@1f80000 {       
133                                 label = "oftre    
134                                 reg = <0x01f80    
135                         };                        
136                         partition@1fc0000 {       
137                                 label = "space    
138                                 reg = <0x01fc0    
139                         };                        
140                 };                                
141                                                   
142                 sram@2,0 {                        
143                         compatible = "mtd-ram"    
144                         reg = <2 0 0x00200000>    
145                         bank-width = <2>;         
146                 };                                
147                                                   
148                 /*                                
149                  * example snippets for FPGA      
150                  *                                
151                  * fpga@3,0 {                     
152                  *       compatible = "fpga_dr    
153                  *       reg = <3 0 0x02000000    
154                  *       bank-width = <4>;        
155                  * };                             
156                  *                                
157                  * fpga@4,0 {                     
158                  *       compatible = "fpga_dr    
159                  *       reg = <4 0 0x02000000    
160                  *       bank-width = <4>;        
161                  * };                             
162                  */                               
163                                                   
164                 /*                                
165                  * example snippets for free c    
166                  *                                
167                  * device@5,0 {                   
168                  *       compatible = "custom_    
169                  *       reg = <5 0 0x02000000    
170                  * };                             
171                  *                                
172                  * device@6,0 {                   
173                  *       compatible = "custom_    
174                  *       reg = <6 0 0x02000000    
175                  * };                             
176                  *                                
177                  * device@7,0 {                   
178                  *       compatible = "custom_    
179                  *       reg = <7 0 0x02000000    
180                  * };                             
181                  */                               
182         };                                        
183 };                                                
                                                      

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