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

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


  1 /*                                                
  2  * Device Tree Souce for Buffalo KuroboxHD        
  3  *                                                
  4  * Choose CONFIG_LINKSTATION to build a kernel    
  5  * the default configuration linkstation_defco    
  6  *                                                
  7  * Based on sandpoint.dts                         
  8  *                                                
  9  * 2006 (c) G. Liakhovetski <g.liakhovetski@gmx    
 10  * Copyright 2008 Freescale Semiconductor, Inc    
 11  *                                                
 12  * This file is licensed under                    
 13  * the terms of the GNU General Public License    
 14  * is licensed "as is" without any warranty of    
 15  * or implied.                                    
 16                                                   
 17 XXXX add flash parts, rtc, ??                     
 18                                                   
 19  */                                               
 20                                                   
 21 /dts-v1/;                                         
 22                                                   
 23 / {                                               
 24         model = "KuroboxHD";                      
 25         compatible = "linkstation";               
 26         #address-cells = <1>;                     
 27         #size-cells = <1>;                        
 28                                                   
 29         aliases {                                 
 30                 serial0 = &serial0;               
 31                 serial1 = &serial1;               
 32                 pci0 = &pci0;                     
 33         };                                        
 34                                                   
 35         cpus {                                    
 36                 #address-cells = <1>;             
 37                 #size-cells = <0>;                
 38                                                   
 39                 PowerPC,603e { /* Really 8241     
 40                         device_type = "cpu";      
 41                         reg = <0x0>;              
 42                         clock-frequency = <200    
 43                         timebase-frequency = <    
 44                         bus-frequency = <0>;      
 45                         /* Following required     
 46                         i-cache-size = <0x4000    
 47                         d-cache-size = <0x4000    
 48                 };                                
 49         };                                        
 50                                                   
 51         memory {                                  
 52                 device_type = "memory";           
 53                 reg = <0x0 0x4000000>;            
 54         };                                        
 55                                                   
 56         soc10x { /* AFAICT need to make soc fo    
 57                 #address-cells = <1>;             
 58                 #size-cells = <1>;                
 59                 device_type = "soc";              
 60                 compatible = "mpc10x";            
 61                 store-gathering = <0>; /* 0 ==    
 62                 reg = <0x80000000 0x100000>;      
 63                 ranges = <0x80000000 0x8000000    
 64                           0xfc000000 0xfc00000    
 65                           0xfe000000 0xfe00000    
 66                           0xfec00000 0xfec0000    
 67                           0xfef00000 0xfef0000    
 68                                                   
 69                 i2c@80003000 {                    
 70                         #address-cells = <1>;     
 71                         #size-cells = <0>;        
 72                         cell-index = <0>;         
 73                         compatible = "fsl-i2c"    
 74                         reg = <0x80003000 0x10    
 75                         interrupts = <5 2>;       
 76                         interrupt-parent = <&m    
 77                                                   
 78                         rtc@32 {                  
 79                                 compatible = "    
 80                                 reg = <0x32>;     
 81                         };                        
 82                 };                                
 83                                                   
 84                 serial0: serial@80004500 {        
 85                         cell-index = <0>;         
 86                         device_type = "serial"    
 87                         compatible = "fsl,ns16    
 88                         reg = <0x80004500 0x8>    
 89                         clock-frequency = <975    
 90                         current-speed = <9600>    
 91                         interrupts = <9 0>;       
 92                         interrupt-parent = <&m    
 93                 };                                
 94                                                   
 95                 serial1: serial@80004600 {        
 96                         cell-index = <1>;         
 97                         device_type = "serial"    
 98                         compatible = "fsl,ns16    
 99                         reg = <0x80004600 0x8>    
100                         clock-frequency = <975    
101                         current-speed = <57600    
102                         interrupts = <10 0>;      
103                         interrupt-parent = <&m    
104                 };                                
105                                                   
106                 mpic: interrupt-controller@800    
107                         #interrupt-cells = <2>    
108                         #address-cells = <0>;     
109                         device_type = "open-pi    
110                         compatible = "chrp,ope    
111                         interrupt-controller;     
112                         reg = <0x80040000 0x40    
113                 };                                
114                                                   
115                 pci0: pci@fec00000 {              
116                         #address-cells = <3>;     
117                         #size-cells = <2>;        
118                         #interrupt-cells = <1>    
119                         device_type = "pci";      
120                         compatible = "mpc10x-p    
121                         reg = <0xfec00000 0x40    
122                         ranges = <0x1000000 0x    
123                                   0x2000000 0x    
124                         bus-range = <0 255>;      
125                         clock-frequency = <133    
126                         interrupt-parent = <&m    
127                         interrupt-map-mask = <    
128                         interrupt-map = <         
129                                 /* IDSEL 11 -     
130                                 0x5800 0x0 0x0    
131                                 0x5800 0x0 0x0    
132                                 0x5800 0x0 0x0    
133                                 0x5800 0x0 0x0    
134                                 /* IDSEL 12 -     
135                                 0x6000 0x0 0x0    
136                                 0x6000 0x0 0x0    
137                                 0x6000 0x0 0x0    
138                                 0x6000 0x0 0x0    
139                                 /* IDSEL 14 -     
140                                 0x7000 0x0 0x0    
141                                 0x7000 0x0 0x0    
142                                 0x7000 0x0 0x0    
143                                 0x7000 0x0 0x0    
144                         >;                        
145                 };                                
146         };                                        
147 };                                                
                                                      

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