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

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


  1 /dts-v1/;                                         
  2                                                   
  3 / {                                               
  4         #size-cells = <0x02>;                     
  5         #address-cells = <0x02>;                  
  6         model-name = "microwatt";                 
  7         compatible = "microwatt-soc";             
  8                                                   
  9         aliases {                                 
 10                 serial0 = &UART0;                 
 11         };                                        
 12                                                   
 13         reserved-memory {                         
 14                 #size-cells = <0x02>;             
 15                 #address-cells = <0x02>;          
 16                 ranges;                           
 17         };                                        
 18                                                   
 19         memory@0 {                                
 20                 device_type = "memory";           
 21                 reg = <0x00000000 0x00000000 0    
 22         };                                        
 23                                                   
 24         clocks {                                  
 25                 sys_clk: litex_sys_clk {          
 26                         #clock-cells = <0>;       
 27                         compatible = "fixed-cl    
 28                         clock-frequency = <100    
 29                 };                                
 30         };                                        
 31                                                   
 32         cpus {                                    
 33                 #size-cells = <0x00>;             
 34                 #address-cells = <0x01>;          
 35                                                   
 36                 ibm,powerpc-cpu-features {        
 37                         display-name = "Microw    
 38                         isa = <3000>;             
 39                         device_type = "cpu-fea    
 40                         compatible = "ibm,powe    
 41                                                   
 42                         mmu-radix {               
 43                                 isa = <3000>;     
 44                                 usable-privile    
 45                         };                        
 46                                                   
 47                         little-endian {           
 48                                 isa = <2050>;     
 49                                 usable-privile    
 50                                 hwcap-bit-nr =    
 51                         };                        
 52                                                   
 53                         cache-inhibited-large-    
 54                                 isa = <2040>;     
 55                                 usable-privile    
 56                         };                        
 57                                                   
 58                         fixed-point-v3 {          
 59                                 isa = <3000>;     
 60                                 usable-privile    
 61                         };                        
 62                                                   
 63                         no-execute {              
 64                                 isa = <2010>;     
 65                                 usable-privile    
 66                         };                        
 67                                                   
 68                         floating-point {          
 69                                 hwcap-bit-nr =    
 70                                 isa = <0>;        
 71                                 usable-privile    
 72                         };                        
 73                 };                                
 74                                                   
 75                 PowerPC,Microwatt@0 {             
 76                         i-cache-sets = <2>;       
 77                         ibm,dec-bits = <64>;      
 78                         reservation-granule-si    
 79                         clock-frequency = <100    
 80                         timebase-frequency = <    
 81                         i-tlb-sets = <1>;         
 82                         ibm,ppc-interrupt-serv    
 83                         i-cache-block-size = <    
 84                         d-cache-block-size = <    
 85                         d-cache-sets = <2>;       
 86                         i-tlb-size = <64>;        
 87                         cpu-version = <0x99000    
 88                         status = "okay";          
 89                         i-cache-size = <0x1000    
 90                         ibm,processor-radix-AP    
 91                         tlb-size = <0>;           
 92                         tlb-sets = <0>;           
 93                         device_type = "cpu";      
 94                         d-tlb-size = <128>;       
 95                         d-tlb-sets = <2>;         
 96                         reg = <0>;                
 97                         general-purpose;          
 98                         64-bit;                   
 99                         d-cache-size = <0x1000    
100                         ibm,chip-id = <0>;        
101                         ibm,mmu-lpid-bits = <1    
102                         ibm,mmu-pid-bits = <20    
103                 };                                
104         };                                        
105                                                   
106         soc@c0000000 {                            
107                 compatible = "simple-bus";        
108                 #address-cells = <1>;             
109                 #size-cells = <1>;                
110                 interrupt-parent = <&ICS>;        
111                                                   
112                 ranges = <0 0 0xc0000000 0x400    
113                                                   
114                 interrupt-controller@4000 {       
115                         compatible = "openpowe    
116                         ibm,interrupt-server-r    
117                         reg = <0x4000 0x100>;     
118                 };                                
119                                                   
120                 ICS: interrupt-controller@5000    
121                         compatible = "openpowe    
122                         interrupt-controller;     
123                         interrupt-ranges = <0x    
124                         reg = <0x5000 0x100>;     
125                         #address-cells = <0>;     
126                         #size-cells = <0>;        
127                         #interrupt-cells = <2>    
128                 };                                
129                                                   
130                 UART0: serial@2000 {              
131                         device_type = "serial"    
132                         compatible = "ns16550"    
133                         reg = <0x2000 0x8>;       
134                         clock-frequency = <100    
135                         current-speed = <11520    
136                         reg-shift = <2>;          
137                         fifo-size = <16>;         
138                         interrupts = <0x10 0x1    
139                 };                                
140                                                   
141                 ethernet@8020000 {                
142                         compatible = "litex,li    
143                         reg = <0x8021000 0x100    
144                                 0x8020800 0x10    
145                                 0x8030000 0x20    
146                         reg-names = "mac", "mi    
147                         litex,rx-slots = <2>;     
148                         litex,tx-slots = <2>;     
149                         litex,slot-size = <0x8    
150                         interrupts = <0x11 0x1    
151                 };                                
152                                                   
153                 mmc@8040000 {                     
154                         compatible = "litex,mm    
155                         reg = <0x8042800 0x800    
156                                 0x8041000 0x80    
157                                 0x8040800 0x80    
158                                 0x8042000 0x80    
159                                 0x8041800 0x80    
160                         reg-names = "phy", "co    
161                         bus-width = <4>;          
162                         interrupts = <0x13 1>;    
163                         cap-sd-highspeed;         
164                         clocks = <&sys_clk>;      
165                 };                                
166         };                                        
167                                                   
168         chosen {                                  
169                 bootargs = "";                    
170                 ibm,architecture-vec-5 = [19 0    
171                                           00 0    
172                 stdout-path = &UART0;             
173         };                                        
174 };                                                
                                                      

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