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

TOMOYO Linux Cross Reference
Linux/arch/powerpc/boot/dts/adder875-redboot.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/adder875-redboot.dts (Version linux-6.12-rc7) and /arch/i386/boot/dts/adder875-redboot.dts (Version linux-4.13.16)


  1 // SPDX-License-Identifier: GPL-2.0-or-later      
  2 /*                                                
  3  * Device Tree Source for MPC885 ADS running R    
  4  *                                                
  5  * Copyright 2006 MontaVista Software, Inc.       
  6  * Copyright 2007 Freescale Semiconductor, Inc    
  7  */                                               
  8                                                   
  9 /dts-v1/;                                         
 10 / {                                               
 11         model = "Analogue & Micro Adder MPC875    
 12         compatible = "analogue-and-micro,adder    
 13         #address-cells = <1>;                     
 14         #size-cells = <1>;                        
 15                                                   
 16         aliases {                                 
 17                 console = &console;               
 18                 ethernet0 = &eth0;                
 19                 ethernet1 = &eth1;                
 20         };                                        
 21                                                   
 22         cpus {                                    
 23                 #address-cells = <1>;             
 24                 #size-cells = <0>;                
 25                                                   
 26                 PowerPC,875@0 {                   
 27                         device_type = "cpu";      
 28                         reg = <0>;                
 29                         d-cache-line-size = <1    
 30                         i-cache-line-size = <1    
 31                         d-cache-size = <8192>;    
 32                         i-cache-size = <8192>;    
 33                         timebase-frequency = <    
 34                         bus-frequency = <0>;      
 35                         clock-frequency = <0>;    
 36                         interrupts = <15 2>;      
 37                         interrupt-parent = <&P    
 38                 };                                
 39         };                                        
 40                                                   
 41         memory {                                  
 42                 device_type = "memory";           
 43                 reg = <0 0x01000000>;             
 44         };                                        
 45                                                   
 46         localbus@fa200100 {                       
 47                 compatible = "fsl,mpc885-local    
 48                              "simple-bus";        
 49                 #address-cells = <2>;             
 50                 #size-cells = <1>;                
 51                 reg = <0xfa200100 0x40>;          
 52                                                   
 53                 ranges = <                        
 54                         0 0 0xfe000000 0x00800    
 55                         2 0 0xfa100000 0x00008    
 56                 >;                                
 57                                                   
 58                 flash@0,0 {                       
 59                         compatible = "cfi-flas    
 60                         reg = <0 0 0x800000>;     
 61                         bank-width = <2>;         
 62                         device-width = <2>;       
 63                 };                                
 64         };                                        
 65                                                   
 66         soc@fa200000 {                            
 67                 compatible = "fsl,mpc875-immr"    
 68                 #address-cells = <1>;             
 69                 #size-cells = <1>;                
 70                 ranges = <0 0xfa200000 0x00004    
 71                                                   
 72                 // Temporary until code stops     
 73                 device_type = "soc";              
 74                                                   
 75                 // Temporary until get_immrbas    
 76                 reg = <0xfa200000 0x4000>;        
 77                                                   
 78                 mdio@e00 {                        
 79                         compatible = "fsl,mpc8    
 80                         reg = <0xe00 0x188>;      
 81                         #address-cells = <1>;     
 82                         #size-cells = <0>;        
 83                                                   
 84                         PHY0: ethernet-phy@0 {    
 85                                 reg = <0>;        
 86                         };                        
 87                                                   
 88                         PHY1: ethernet-phy@1 {    
 89                                 reg = <1>;        
 90                         };                        
 91                 };                                
 92                                                   
 93                 eth0: ethernet@e00 {              
 94                         device_type = "network    
 95                         compatible = "fsl,mpc8    
 96                                      "fsl,pq1-    
 97                         reg = <0xe00 0x188>;      
 98                         local-mac-address = [     
 99                         interrupts = <3 1>;       
100                         interrupt-parent = <&P    
101                         phy-handle = <&PHY0>;     
102                         linux,network-index =     
103                 };                                
104                                                   
105                 eth1: ethernet@1e00 {             
106                         device_type = "network    
107                         compatible = "fsl,mpc8    
108                                      "fsl,pq1-    
109                         reg = <0x1e00 0x188>;     
110                         local-mac-address = [     
111                         interrupts = <7 1>;       
112                         interrupt-parent = <&P    
113                         phy-handle = <&PHY1>;     
114                         linux,network-index =     
115                 };                                
116                                                   
117                 PIC: interrupt-controller@0 {     
118                         interrupt-controller;     
119                         #interrupt-cells = <2>    
120                         reg = <0 0x24>;           
121                         compatible = "fsl,mpc8    
122                 };                                
123                                                   
124                 cpm@9c0 {                         
125                         #address-cells = <1>;     
126                         #size-cells = <1>;        
127                         compatible = "fsl,mpc8    
128                         interrupts = <0>;         
129                         interrupt-parent = <&C    
130                         reg = <0x9c0 0x40>;       
131                         ranges;                   
132                                                   
133                         muram {                   
134                                 #address-cells    
135                                 #size-cells =     
136                                 ranges = <0 0x    
137                                                   
138                                 data@0 {          
139                                         compat    
140                                         reg =     
141                                 };                
142                         };                        
143                                                   
144                         brg@9f0 {                 
145                                 compatible = "    
146                                              "    
147                                              "    
148                                 clock-frequenc    
149                                 reg = <0x9f0 0    
150                         };                        
151                                                   
152                         CPM_PIC: interrupt-con    
153                                 interrupt-cont    
154                                 #interrupt-cel    
155                                 interrupts = <    
156                                 interrupt-pare    
157                                 reg = <0x930 0    
158                                 compatible = "    
159                                              "    
160                         };                        
161                                                   
162                         console: serial@a80 {     
163                                 device_type =     
164                                 compatible = "    
165                                              "    
166                                 reg = <0xa80 0    
167                                 interrupts = <    
168                                 interrupt-pare    
169                                 fsl,cpm-brg =     
170                                 fsl,cpm-comman    
171                                 current-speed     
172                         };                        
173                 };                                
174         };                                        
175                                                   
176         chosen {                                  
177                 stdout-path = &console;           
178         };                                        
179 };                                                
                                                      

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