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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/marvell/kirkwood-mplcec4.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/arm/marvell/kirkwood-mplcec4.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm/marvell/kirkwood-mplcec4.dts (Version linux-5.1.21)


  1 // SPDX-License-Identifier: GPL-2.0               
  2 /dts-v1/;                                         
  3                                                   
  4 #include "kirkwood.dtsi"                          
  5 #include "kirkwood-6281.dtsi"                     
  6                                                   
  7 / {                                               
  8         model = "MPL CEC4";                       
  9         compatible = "mpl,cec4-10", "mpl,cec4"    
 10                                                   
 11         memory {                                  
 12                 device_type = "memory";           
 13                 reg = <0x00000000 0x20000000>;    
 14         };                                        
 15                                                   
 16         chosen {                                  
 17                 bootargs = "console=ttyS0,1152    
 18                 stdout-path = &uart0;             
 19         };                                        
 20                                                   
 21         ocp@f1000000 {                            
 22                 pinctrl: pin-controller@10000     
 23                         pmx_led_health: pmx-le    
 24                                 marvell,pins =    
 25                                 marvell,functi    
 26                         };                        
 27                                                   
 28                         pmx_sata1: pmx-sata1 {    
 29                                 marvell,pins =    
 30                                 marvell,functi    
 31                         };                        
 32                                                   
 33                         pmx_sata0: pmx-sata0 {    
 34                                 marvell,pins =    
 35                                 marvell,functi    
 36                         };                        
 37                                                   
 38                         pmx_led_user1o: pmx-le    
 39                                 marvell,pins =    
 40                                 marvell,functi    
 41                         };                        
 42                                                   
 43                         pmx_led_user1g: pmx-le    
 44                                 marvell,pins =    
 45                                 marvell,functi    
 46                         };                        
 47                                                   
 48                         pmx_led_user0o: pmx-le    
 49                                 marvell,pins =    
 50                                 marvell,functi    
 51                         };                        
 52                                                   
 53                         pmx_led_user0g: pmx-le    
 54                                 marvell,pins =    
 55                                 marvell,functi    
 56                         };                        
 57                                                   
 58                         pmx_led_misc: pmx-led-    
 59                                 marvell,pins =    
 60                                 marvell,functi    
 61                         };                        
 62                                                   
 63                         pmx_sdio_cd: pmx-sdio-    
 64                                 marvell,pins =    
 65                                 marvell,functi    
 66                         };                        
 67                 };                                
 68                                                   
 69                 i2c@11000 {                       
 70                         status = "okay";          
 71                                                   
 72                         rtc@51 {                  
 73                                 compatible = "    
 74                                 reg = <0x51>;     
 75                         };                        
 76                                                   
 77                         eeprom@57 {               
 78                                 compatible = "    
 79                                 reg = <0x57>;     
 80                         };                        
 81                                                   
 82                 };                                
 83                                                   
 84                 serial@12000 {                    
 85                         status = "okay";          
 86                 };                                
 87                                                   
 88                 rtc@10300 {                       
 89                         status = "disabled";      
 90                 };                                
 91                                                   
 92                 sata@80000 {                      
 93                         pinctrl-0 = <&pmx_sata    
 94                         pinctrl-names = "defau    
 95                         nr-ports = <2>;           
 96                         status = "okay";          
 97                 };                                
 98                                                   
 99                 mvsdio@90000 {                    
100                         pinctrl-0 = <&pmx_sdio    
101                         pinctrl-names = "defau    
102                         status = "okay";          
103                         cd-gpios = <&gpio1 15     
104                         /* No WP GPIO */          
105                 };                                
106         };                                        
107                                                   
108         gpio-leds {                               
109                 compatible = "gpio-leds";         
110                 pinctrl-0 = < &pmx_led_health     
111                               &pmx_led_user1o     
112                               &pmx_led_user1g     
113                               &pmx_led_user0g     
114                             >;                    
115                 pinctrl-names = "default";        
116                                                   
117                 led-health {                      
118                         label = "status:green:    
119                         gpios = <&gpio0 7 GPIO    
120                 };                                
121                                                   
122                 led-user1o {                      
123                         label = "user1:orange"    
124                         gpios = <&gpio1 8 GPIO    
125                         default-state = "on";     
126                 };                                
127                                                   
128                 led-user1g {                      
129                         label = "user1:green";    
130                         gpios = <&gpio1 9 GPIO    
131                         default-state = "on";     
132                 };                                
133                                                   
134                 led-user0o {                      
135                         label = "user0:orange"    
136                         gpios = <&gpio1 12 GPI    
137                         default-state = "on";     
138                 };                                
139                                                   
140                 led-user0g {                      
141                         label = "user0:green";    
142                         gpios = <&gpio1 13 GPI    
143                         default-state = "on";     
144                 };                                
145                                                   
146                 led-misc {                        
147                         label = "status:orange    
148                         gpios = <&gpio1 14 GPI    
149                         default-state = "on";     
150                 };                                
151                                                   
152         };                                        
153 };                                                
154                                                   
155 &nand {                                           
156         status = "okay";                          
157                                                   
158         partition@0 {                             
159                 label = "uboot";                  
160                 reg = <0x0000000 0x100000>;       
161         };                                        
162                                                   
163         partition@100000 {                        
164                 label = "env";                    
165                 reg = <0x100000 0x80000>;         
166         };                                        
167                                                   
168         partition@180000 {                        
169                 label = "fdt";                    
170                 reg = <0x180000 0x80000>;         
171         };                                        
172                                                   
173         partition@200000 {                        
174                 label = "kernel";                 
175                 reg = <0x200000 0x400000>;        
176         };                                        
177                                                   
178         partition@600000 {                        
179                 label = "rootfs";                 
180                 reg = <0x600000 0x1fa00000>;      
181         };                                        
182 };                                                
183                                                   
184 &mdio {                                           
185         status = "okay";                          
186                                                   
187         ethphy0: ethernet-phy@1 {                 
188                 reg = <1>;                        
189         };                                        
190                                                   
191         ethphy1: ethernet-phy@2 {                 
192                 reg = <2>;                        
193         };                                        
194 };                                                
195                                                   
196 &eth0 {                                           
197         status = "okay";                          
198         ethernet0-port@0 {                        
199                 phy-handle = <&ethphy0>;          
200         };                                        
201 };                                                
202                                                   
203 &eth1 {                                           
204         status = "okay";                          
205         ethernet1-port@0 {                        
206                 phy-handle = <&ethphy1>;          
207         };                                        
208 };                                                
209                                                   
210 &pciec {                                          
211         status = "okay";                          
212 };                                                
213                                                   
214 &pcie0 {                                          
215         status = "okay";                          
216 };                                                
                                                      

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