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

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


  1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)      
  2 /*                                                
  3  * Copyright (C) 2014 Antoine Ténart <antoine.    
  4  */                                               
  5                                                   
  6 /dts-v1/;                                         
  7                                                   
  8 #include <dt-bindings/gpio/gpio.h>                
  9 #include "berlin2q.dtsi"                          
 10                                                   
 11 / {                                               
 12         model = "Marvell BG2-Q DMP";              
 13         compatible = "marvell,berlin2q-dmp", "    
 14                                                   
 15         memory@0 {                                
 16                 device_type = "memory";           
 17                 reg = <0x00000000 0x80000000>;    
 18         };                                        
 19                                                   
 20         chosen {                                  
 21                 bootargs = "earlyprintk";         
 22                 stdout-path = "serial0:115200n    
 23         };                                        
 24                                                   
 25         regulators {                              
 26                 compatible = "simple-bus";        
 27                 #address-cells = <1>;             
 28                 #size-cells = <0>;                
 29                                                   
 30                 reg_usb0_vbus: regulator_usb0     
 31                         compatible = "regulato    
 32                         regulator-name = "usb0    
 33                         regulator-min-microvol    
 34                         regulator-max-microvol    
 35                         gpio = <&portb 8 GPIO_    
 36                         enable-active-high;       
 37                 };                                
 38                                                   
 39                 reg_usb1_vbus: regulator_usb1     
 40                         compatible = "regulato    
 41                         regulator-name = "usb1    
 42                         regulator-min-microvol    
 43                         regulator-max-microvol    
 44                         gpio = <&portb 10 GPIO    
 45                         enable-active-high;       
 46                 };                                
 47                                                   
 48                 reg_usb2_vbus: regulator_usb2     
 49                         compatible = "regulato    
 50                         regulator-name = "usb2    
 51                         regulator-min-microvol    
 52                         regulator-max-microvol    
 53                         gpio = <&portb 12 GPIO    
 54                         enable-active-high;       
 55                 };                                
 56                                                   
 57                 reg_sdio1_vmmc: regulator_sdio    
 58                         compatible = "regulato    
 59                         regulator-min-microvol    
 60                         regulator-max-microvol    
 61                         regulator-name = "sdio    
 62                         enable-active-high;       
 63                         regulator-boot-on;        
 64                         gpio = <&portb 21 GPIO    
 65                 };                                
 66                                                   
 67                 reg_sdio1_vqmmc: regulator_sid    
 68                         compatible = "regulato    
 69                         regulator-min-microvol    
 70                         regulator-max-microvol    
 71                         regulator-name = "sdio    
 72                         regulator-type = "volt    
 73                         enable-active-high;       
 74                         gpios = <&portb 16 GPI    
 75                         states = <3300000 0x1     
 76                                   1800000 0x0>    
 77                 };                                
 78         };                                        
 79 };                                                
 80                                                   
 81 &soc_pinctrl {                                    
 82         sd1gpio_pmux: sd1pwr-pmux {               
 83                 groups = "G23", "G32";            
 84                 function = "gpio";                
 85         };                                        
 86 };                                                
 87                                                   
 88 &sdhci1 {                                         
 89         vmmc-supply = <&reg_sdio1_vmmc>;          
 90         vqmmc-supply = <&reg_sdio1_vqmmc>;        
 91         cd-gpios = <&portc 30 GPIO_ACTIVE_LOW>    
 92         wp-gpios = <&portd 0 GPIO_ACTIVE_HIGH>    
 93         pinctrl-0 = <&sd1gpio_pmux>, <&sd1_pmu    
 94         pinctrl-names = "default";                
 95         status = "okay";                          
 96 };                                                
 97                                                   
 98 &sdhci2 {                                         
 99         bus-width = <8>;                          
100         non-removable;                            
101         status = "okay";                          
102 };                                                
103                                                   
104 &i2c0 {                                           
105         status = "okay";                          
106 };                                                
107                                                   
108 &i2c2 {                                           
109         status = "okay";                          
110 };                                                
111                                                   
112 &uart0 {                                          
113         status = "okay";                          
114 };                                                
115                                                   
116 &usb_phy0 {                                       
117         status = "okay";                          
118 };                                                
119                                                   
120 &usb_phy2 {                                       
121         status = "okay";                          
122 };                                                
123                                                   
124 &usb0 {                                           
125         vbus-supply = <&reg_usb0_vbus>;           
126         status = "okay";                          
127 };                                                
128                                                   
129 &usb2 {                                           
130         vbus-supply = <&reg_usb2_vbus>;           
131         status = "okay";                          
132 };                                                
133                                                   
134 &eth0 {                                           
135         status = "okay";                          
136 };                                                
137                                                   
138 &sata0 {                                          
139         status = "okay";                          
140 };                                                
141                                                   
142 &sata_phy {                                       
143         status = "okay";                          
144 };                                                
                                                      

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