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

TOMOYO Linux Cross Reference
Linux/arch/powerpc/boot/dts/fsl/t104xrdb.dtsi

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/fsl/t104xrdb.dtsi (Version linux-6.12-rc7) and /arch/i386/boot/dts/fsl/t104xrdb.dtsi (Version linux-5.5.19)


  1 /*                                                
  2  * T1040RDB/T1042RDB Device Tree Source           
  3  *                                                
  4  * Copyright 2014 - 2015 Freescale Semiconduct    
  5  *                                                
  6  * Redistribution and use in source and binary    
  7  * modification, are permitted provided that t    
  8  *     * Redistributions of source code must r    
  9  *       notice, this list of conditions and t    
 10  *     * Redistributions in binary form must r    
 11  *       notice, this list of conditions and t    
 12  *       documentation and/or other materials     
 13  *     * Neither the name of Freescale Semicon    
 14  *       names of its contributors may be used    
 15  *       derived from this software without sp    
 16  *                                                
 17  *                                                
 18  * ALTERNATIVELY, this software may be distrib    
 19  * GNU General Public License ("GPL") as publi    
 20  * Foundation, either version 2 of that Licens    
 21  * later version.                                 
 22  *                                                
 23  * THIS SOFTWARE IS PROVIDED BY Freescale Semi    
 24  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, B    
 25  * WARRANTIES OF MERCHANTABILITY AND FITNESS F    
 26  * DISCLAIMED. IN NO EVENT SHALL Freescale Sem    
 27  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEM    
 28  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT    
 29  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS     
 30  * ON ANY THEORY OF LIABILITY, WHETHER IN CONT    
 31  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING    
 32  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILIT    
 33  */                                               
 34                                                   
 35 / {                                               
 36         aliases {                                 
 37                 phy_rgmii_0 = &phy_rgmii_0;       
 38                 phy_rgmii_1 = &phy_rgmii_1;       
 39                 phy_sgmii_2 = &phy_sgmii_2;       
 40         };                                        
 41                                                   
 42         reserved-memory {                         
 43                 #address-cells = <2>;             
 44                 #size-cells = <2>;                
 45                 ranges;                           
 46                                                   
 47                 bman_fbpr: bman-fbpr {            
 48                         size = <0 0x1000000>;     
 49                         alignment = <0 0x10000    
 50                 };                                
 51                 qman_fqd: qman-fqd {              
 52                         size = <0 0x400000>;      
 53                         alignment = <0 0x40000    
 54                 };                                
 55                 qman_pfdr: qman-pfdr {            
 56                         size = <0 0x2000000>;     
 57                         alignment = <0 0x20000    
 58                 };                                
 59         };                                        
 60                                                   
 61         ifc: localbus@ffe124000 {                 
 62                 reg = <0xf 0xfe124000 0 0x2000    
 63                 ranges = <0 0 0xf 0xe8000000 0    
 64                           2 0 0xf 0xff800000 0    
 65                           3 0 0xf 0xffdf0000 0    
 66                                                   
 67                 nor@0,0 {                         
 68                         #address-cells = <1>;     
 69                         #size-cells = <1>;        
 70                         compatible = "cfi-flas    
 71                         reg = <0x0 0x0 0x80000    
 72                         bank-width = <2>;         
 73                         device-width = <1>;       
 74                 };                                
 75                                                   
 76                 nand@2,0 {                        
 77                         #address-cells = <1>;     
 78                         #size-cells = <1>;        
 79                         compatible = "fsl,ifc-    
 80                         reg = <0x2 0x0 0x10000    
 81                 };                                
 82                                                   
 83                 cpld@3,0 {                        
 84                         reg = <3 0 0x300>;        
 85                 };                                
 86         };                                        
 87                                                   
 88         memory {                                  
 89                 device_type = "memory";           
 90         };                                        
 91                                                   
 92         dcsr: dcsr@f00000000 {                    
 93                 ranges = <0x00000000 0xf 0x000    
 94         };                                        
 95                                                   
 96         bportals: bman-portals@ff4000000 {        
 97                 ranges = <0x0 0xf 0xf4000000 0    
 98         };                                        
 99                                                   
100         qportals: qman-portals@ff6000000 {        
101                 ranges = <0x0 0xf 0xf6000000 0    
102         };                                        
103                                                   
104         soc: soc@ffe000000 {                      
105                 ranges = <0x00000000 0xf 0xfe0    
106                 reg = <0xf 0xfe000000 0 0x0000    
107                                                   
108                 spi@110000 {                      
109                         flash@0 {                 
110                                 #address-cells    
111                                 #size-cells =     
112                                 compatible = "    
113                                 reg = <0>;        
114                                 spi-max-freque    
115                         };                        
116                         slic@3 {                  
117                                 compatible = "    
118                                 reg = <3>;        
119                                 spi-max-freque    
120                         };                        
121                 };                                
122                                                   
123                 i2c@118000 {                      
124                         adt7461@4c {              
125                                 compatible = "    
126                                 reg = <0x4c>;     
127                         };                        
128                 };                                
129                                                   
130                 i2c@118100 {                      
131                         i2c-mux@77 {              
132                                 compatible = "    
133                                 reg = <0x77>;     
134                                 #address-cells    
135                                 #size-cells =     
136                         };                        
137                 };                                
138                                                   
139                 fman@400000 {                     
140                         ethernet@e6000 {          
141                                 phy-handle = <    
142                                 phy-connection    
143                         };                        
144                                                   
145                         ethernet@e8000 {          
146                                 phy-handle = <    
147                                 phy-connection    
148                         };                        
149                                                   
150                         mdio0: mdio@fc000 {       
151                                 phy_sgmii_2: e    
152                                         reg =     
153                                 };                
154                                                   
155                                 phy_rgmii_0: e    
156                                         reg =     
157                                 };                
158                                                   
159                                 phy_rgmii_1: e    
160                                         reg =     
161                                 };                
162                         };                        
163                 };                                
164         };                                        
165                                                   
166         pci0: pcie@ffe240000 {                    
167                 reg = <0xf 0xfe240000 0 0x1000    
168                 ranges = <0x02000000 0 0xe0000    
169                           0x01000000 0 0x00000    
170                 pcie@0 {                          
171                         ranges = <0x02000000 0    
172                                   0x02000000 0    
173                                   0 0x10000000    
174                                                   
175                                   0x01000000 0    
176                                   0x01000000 0    
177                                   0 0x00010000    
178                 };                                
179         };                                        
180                                                   
181         pci1: pcie@ffe250000 {                    
182                 reg = <0xf 0xfe250000 0 0x1000    
183                 ranges = <0x02000000 0x0 0xe00    
184                           0x01000000 0x0 0x000    
185                 pcie@0 {                          
186                         ranges = <0x02000000 0    
187                                   0x02000000 0    
188                                   0 0x10000000    
189                                                   
190                                   0x01000000 0    
191                                   0x01000000 0    
192                                   0 0x00010000    
193                 };                                
194         };                                        
195                                                   
196         pci2: pcie@ffe260000 {                    
197                 reg = <0xf 0xfe260000 0 0x1000    
198                 ranges = <0x02000000 0 0xe0000    
199                           0x01000000 0 0x00000    
200                 pcie@0 {                          
201                         ranges = <0x02000000 0    
202                                   0x02000000 0    
203                                   0 0x10000000    
204                                                   
205                                   0x01000000 0    
206                                   0x01000000 0    
207                                   0 0x00010000    
208                 };                                
209         };                                        
210                                                   
211         pci3: pcie@ffe270000 {                    
212                 reg = <0xf 0xfe270000 0 0x1000    
213                 ranges = <0x02000000 0 0xe0000    
214                           0x01000000 0 0x00000    
215                 pcie@0 {                          
216                         ranges = <0x02000000 0    
217                                   0x02000000 0    
218                                   0 0x10000000    
219                                                   
220                                   0x01000000 0    
221                                   0x01000000 0    
222                                   0 0x00010000    
223                 };                                
224         };                                        
225                                                   
226         qe: qe@ffe140000 {                        
227                 ranges = <0x0 0xf 0xfe140000 0    
228                 reg = <0xf 0xfe140000 0 0x480>    
229                 brg-frequency = <0>;              
230                 bus-frequency = <0>;              
231                                                   
232                 si1: si@700 {                     
233                         compatible = "fsl,t104    
234                         reg = <0x700 0x80>;       
235                 };                                
236                                                   
237                 siram1: siram@1000 {              
238                         compatible = "fsl,t104    
239                         reg = <0x1000 0x800>;     
240                 };                                
241                                                   
242                 ucc_hdlc: ucc@2000 {              
243                         compatible = "fsl,ucc-    
244                         rx-clock-name = "clk8"    
245                         tx-clock-name = "clk9"    
246                         fsl,rx-sync-clock = "r    
247                         fsl,tx-sync-clock = "t    
248                         fsl,tx-timeslot-mask =    
249                         fsl,rx-timeslot-mask =    
250                         fsl,tdm-framer-type =     
251                         fsl,tdm-id = <0>;         
252                         fsl,siram-entry-id = <    
253                         fsl,tdm-interface;        
254                 };                                
255                                                   
256                 ucc_serial: ucc@2200 {            
257                         compatible = "fsl,t104    
258                         port-number = <0>;        
259                         rx-clock-name = "brg2"    
260                         tx-clock-name = "brg2"    
261                 };                                
262         };                                        
263 };                                                
                                                      

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