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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/powerpc/motionpro.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 /scripts/dtc/include-prefixes/powerpc/motionpro.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/powerpc/motionpro.dts (Version linux-3.10.108)


  1 // SPDX-License-Identifier: GPL-2.0-or-later      
  2 /*                                                
  3  * Motion-PRO board Device Tree Source            
  4  *                                                
  5  * Copyright (C) 2007 Semihalf                    
  6  * Marian Balakowicz <m8@semihalf.com>             
  7  */                                               
  8                                                   
  9 /include/ "mpc5200b.dtsi"                         
 10                                                   
 11 &gpt0 { fsl,has-wdt; };                           
 12 &gpt6 { // Motion-PRO status LED                  
 13         compatible = "promess,motionpro-led";     
 14         label = "motionpro-statusled";            
 15         blink-delay = <100>; // 100 msec          
 16 };                                                
 17 &gpt7 { // Motion-PRO ready LED                   
 18         compatible = "promess,motionpro-led";     
 19         label = "motionpro-readyled";             
 20 };                                                
 21                                                   
 22 / {                                               
 23         model = "promess,motionpro";              
 24         compatible = "promess,motionpro";         
 25                                                   
 26         soc5200@f0000000 {                        
 27                 can@900 {                         
 28                         status = "disabled";      
 29                 };                                
 30                                                   
 31                 psc@2000 {              // PSC    
 32                         compatible = "fsl,mpc5    
 33                 };                                
 34                                                   
 35                 // PSC2 in spi master mode        
 36                 psc@2200 {              // PSC    
 37                         compatible = "fsl,mpc5    
 38                         cell-index = <1>;         
 39                 };                                
 40                                                   
 41                 psc@2400 {              // PSC    
 42                         status = "disabled";      
 43                 };                                
 44                                                   
 45                 psc@2600 {              // PSC    
 46                         status = "disabled";      
 47                 };                                
 48                                                   
 49                 psc@2800 {              // PSC    
 50                         compatible = "fsl,mpc5    
 51                 };                                
 52                                                   
 53                 psc@2c00 {              // PSC    
 54                         status = "disabled";      
 55                 };                                
 56                                                   
 57                 ethernet@3000 {                   
 58                         phy-handle = <&phy0>;     
 59                 };                                
 60                                                   
 61                 mdio@3000 {                       
 62                         phy0: ethernet-phy@2 {    
 63                                 reg = <2>;        
 64                         };                        
 65                 };                                
 66                                                   
 67                 i2c@3d00 {                        
 68                         status = "disabled";      
 69                 };                                
 70                                                   
 71                 i2c@3d40 {                        
 72                         rtc@68 {                  
 73                                 compatible = "    
 74                                 reg = <0x68>;     
 75                         };                        
 76                 };                                
 77                                                   
 78                 sram@8000 {                       
 79                         compatible = "fsl,mpc5    
 80                         reg = <0x8000 0x4000>;    
 81                 };                                
 82         };                                        
 83                                                   
 84         pci@f0000d00 {                            
 85                 status = "disabled";              
 86         };                                        
 87                                                   
 88         localbus {                                
 89                 ranges = <0 0 0xff000000 0x010    
 90                           1 0 0x50000000 0x000    
 91                           2 0 0x50010000 0x000    
 92                           3 0 0x50020000 0x000    
 93                                                   
 94                 // 8-bit DualPort SRAM on Loca    
 95                 kollmorgen@1,0 {                  
 96                         compatible = "promess,    
 97                         reg = <1 0 0x10000>;      
 98                         interrupts = <1 1 0>;     
 99                 };                                
100                                                   
101                 // 8-bit board CPLD on LocalPl    
102                 cpld@2,0 {                        
103                         compatible = "promess,    
104                         reg = <2 0 0x10000>;      
105                 };                                
106                                                   
107                 // 8-bit custom Anybus Module     
108                 anybus@3,0 {                      
109                         compatible = "promess,    
110                         reg = <3 0 0x10000>;      
111                 };                                
112                 pro_module_general@3,0 {          
113                         compatible = "promess,    
114                         reg = <3 0 3>;            
115                 };                                
116                 pro_module_dio@3,800 {            
117                         compatible = "promess,    
118                         reg = <3 0x800 2>;        
119                 };                                
120                                                   
121                 // 16-bit flash device at Loca    
122                 flash@0,0 {                       
123                         compatible = "cfi-flas    
124                         reg = <0 0 0x01000000>    
125                         bank-width = <2>;         
126                         device-width = <2>;       
127                         #size-cells = <1>;        
128                         #address-cells = <1>;     
129                 };                                
130                                                   
131         };                                        
132 };                                                
                                                      

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